![](/images/new-backgrounds/1187480/187480351x1.webp)
Chapter 6 | CLI – Layer 3 |
|
|
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>
protocol | Either Static or OSPF |
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>]
ip addr | The IP address of the network of directly connected networks |
Wildcard mask address. Exists for compatibility with P550. |
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
158 |