neighbor
network
passive-interface
The maximum number of routes can be in the range 1–16.
Example
host1(config-router)#maximum-paths 2
Use the no version to restore the default value, 4.
See maximum-paths
Use to specify a RIP neighbor to which the router sends unicast messages.
You must also use the passive-interface command to specify the interface as
passive, thereby restricting the interface to unicast RIP messages.
Example
host1(config-router)#neighbor 10.10.21.100
Use the no version to remove the neighbor.
See neighbor
Use to associate a network with a RIP routing process. Use the ip rip commands
to configure RIP attributes on the network.
You supply a network mask to the new address so that RIP runs on that specific
network.
If you do not specify an interface's network, the network is not advertised in
any RIP updates.
You can specify either the standard subnet mask or the inverse subnet mask.
Example 1 standard subnet mask
host1(config-router)#network 10.2.1.0 255.255.255.0
Example 2 inverse subnet mask
host1(config-router)#network 10.2.1.0 0.0.0.255
Use the no version to disable RIP on the specified interface.
See network
Use to disable the transmission of multicast RIP messages on the interface.
RIP messages are unicast to a RIP neighbor on the interface if the interface is
present in the IP routing table as the next-hop interface to the configured
neighbor.
Example
host1(config-router)#passive-interface atm atm 2/0.16
Chapter 4: Configuring RIP
219
Configuration Tasks
Need help?
Do you have a question about the IGP - CONFIGURATION GUIDE V11.1.X and is the answer not in the manual?
Questions and answers