Here is a Command to enable OSPF routing protocol on a router interface mode for that particular interface
as-
Router(Config-if)#ip ospf <process-id> area <area-id> [secondaries none].
Ex.
Router(Config-if)#ip ospf 100 area 0 secondaries none
-->Here secondaries none is optional which prevent other secondary ip address on the interface being advertise.
as-
Router(Config-if)#ip ospf <process-id> area <area-id> [secondaries none].
Ex.
Router(Config-if)#ip ospf 100 area 0 secondaries none
-->Here secondaries none is optional which prevent other secondary ip address on the interface being advertise.
For Further Reading,
0 comments:
Post a Comment