Chapter 6 CLI – Layer 3
158 P332G-ML User’s Guide
Router-RIP Mode
redistribute Command
Use the redistribute command to redistribute routing information from other
protocols into RIP. The no form of this command disables redistribution by RIP.
The default is disabled.
The syntax for this command is:
[no] redistribute <protocol>
Example:
Router-N(configure router:rip)# redistribute ospf
network Command
Use the network command to specify a list of networks on which the RIP is
running. The no form of this command removes an entry.
The syntax for this command is:
[no] network <ip-address> [<wildcard-mask>]
Example:
To specify that RIP will be used on all interfaces connected to the network
192.168.37.0:
Router-N(configure router:rip)# network 192.168.37.0
protocol Either Static or OSPF
ip addr The IP address of the network of directly connected networks
wildcard-mask Wildcard mask address. Exists for compatibility with P550.