Configuring Dynamic IGP and EGP IP Routing Protocols

All dynamic IP routing protocols are configured as IOS subprocesses, much the same way a router interface is configured. The <router [protocol] [process id]> global configuration command enables the process:

asbr-a1#config t
asbr-a1(configure)#router ospf 89
asbr-a1(config-router)#network 172.16.0.0 0.0.255.255 area 0.0.0.0
asbr-a1(config-router)#

After a process is enabled, it does not become active until a <network [IP network address]> statement that corresponds to a configured router interface is added to the subprocess.

After the process is configured, you need to add each directly connected network that you wish the protocol to announce. If the network is not addedto the process, ...

Get Understanding the Network: A Practical Guide to Internetworking now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.