An administrator is configuring an OSPF router and would like the router to automatically advertise a default route into the OSPF domain even if there is no default route in the RIB. Which configuration will accomplish this?
- default-information originate always
- network 0.0.0.0 0.0.0.0 area 0
- network 0.0.0.0 255.255.255.255 area 0
- redistribute static
Answers Explanation & Hints:
To get an OSPF router to advertise a default route even if there is no default route in the RIB, use the default-information originate command with the always key word. |