March 2000
Intermediate to advanced
720 pages
20h 10m
English
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, ...
Read now
Unlock full access