OSPF Configuration
We have discussed various configuration scenarios of OSPF in our series of blogs in the past.
While configuring IP networking scenarios especially in labs, repetitive activities take a lot of time. One such case is when OSPF routing protocol is run and configured on all interfaces in an area.
Network Statement Shortcut in OSPF configuration
Below is a simple shortcut in OSPF to advertise all interfaces in OSPF routing protocol –
R1(config-router)#network 0.0.0.0 0.0.0.0 area 0
Or, other one can be like this –
R1(config-router)#network 0.0.0.0 255.255.255.255 area 0
The network statements match and advertise any ip enabled interfaces from the router. Using the wildcard mask “255.255.255.255″ works well however wildcard of “0.0.0.0″ is another way of placing the configuration.
The above shortcut becomes more useful when the devices are in bulk.
Continue Reading:
How to configure OSPF Virtual Link?
Configuring OSPF Multi-Area Adjacency : Example Scenario
ABOUT THE AUTHOR
I am here to share my knowledge and experience in the field of networking with the goal being – “The more you share, the more you learn.”
I am a biotechnologist by qualification and a Network Enthusiast by interest. I developed interest in networking being in the company of a passionate Network Professional, my husband.
I am a strong believer of the fact that “learning is a constant process of discovering yourself.”
– Rashmi Bhardwaj (Author/Editor)