Chapter 50
| IP Routing Commands
Routing Information Protocol (RIP)
– 980 –
normally required by RIPv2. (Using this mode allows older RIPv2 routers
which only receive RIP broadcast messages to receive all of the information
provided by RIPv2, including subnet mask, next hop and authentication
information.)
Example
This example sets the interface version for VLAN 1 to send RIPv1 packets.
Console(config)#interface vlan 1
Console(config-if)#ip rip send version 1
Console(config-if)#
Related Commands
version (975)
ip rip send-packet This command configures the interface to send RIP packets. Use the no form to
disable this feature.
[no] ip rip send-packet
Default Setting
Enabled
Command Mode
Interface Configuration (VLAN)
Default Setting
Enabled
Command Usage
The no form of this command allows the router to passively monitor route
information advertised by other routers attached to the network, without
transmitting any RIP updates.
Example
Console(config)#interface vlan 1
Console(config-if)#ip rip send-packet
Console(config-if)#
Related Commands
ip rip receive-packet (978)