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.
Answers B and D are not correctly written.
Yes, they are. Distance goes at the end of the command.
Explanation is not good, all options has a mask of /24.
Only B and D is correctly written as adm.dist. goes at the end of the command. 1 is default adm.distance of static routes, that leaves us With D.