medium
Single Answer
0You have two links that enter the same OSPF router with the same bandwidth. You want to prefer one route over the other yet allow the second as a backup route. Which command would you use to achieve this?
Answer Options
A
Router(config-router)#ip ospf priority 25
B
Router(config-if)#ip ospf route primary
C
Router(config-if)#ip ospf cost 25
D
Router(config-router)#passive interface gi 0/0
Correct Answer: C
Explanation
The command ip ospf cost 25 should be configured on the interface that will act as the backup route. This adjustment of cost will allow the router to prefer the other route first. The commands ip ospf priority 25, ip ospf route primary, and passive interface gi 0/0 are incorrect.
ospf
cost
route-preference
backup-route