Refer to the exhibit.
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
P 469
The default admin distance for a static route is 1.
To set a nondefault admin distance on route (Syntax):
Example – The command ip route 10.1.3.0 255.255.255.0 10.1.130.253 210 defines the route with an administrative distance of 210.
Thanks.