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,
- Difference among Point to Point,Broadcast and Non-broadcast multiaccess networks
- Command to enable OSPF Routing protocol on Router interface mode
- Why We used areas in OSPF routing protocol?
- How to create a TCL script in router for ping ?
- How to configure GNS3 to a virtual box client.
- Hibernate Tutorials
- What is difference between id and name of bean?
- What is GIS ?
- What is Cloud Computing and advantage of cloud
- Spring Framework- Initialize values of bean (property tag)
- Spring Framework - MethodReplacer Example in spring
- Spring Framework - Example of Database Connectivity with DataSource
- Spring Framework- Execption handling in AOP
- Spring Framework - Example to use @Before annotation with args() in AOP
- Spring Framework-Example to use JoinPoint in AOP
0 comments:
Post a Comment