Which command would you use to configure a static route on Router1 to network
192.168.202.0/24 with a nondefault administrative distance?
A.
router1(config)#ip route 1 192.168.201.1 255.255.255.0 192.168.201.2
B.
router1(config)#ip route 192.168.202.0 255.255.255.0 192.168.201.2 1
C.
router1(config)#ip route 5 192.168.202.0 255.255.255.0 192.168.201.2
D.
router1(config)#ip route 192.168.202.0 255.255.255.0 192.168.201.2 5
Explanation:
Since it has /24 CIDR and it also has a non default administrative distance, the
answer has to be option D.
D.
router1(config)#ip route 192.168.202.0 255.255.255.0 192.168.201.2 5