Process Overview: Routing Protocol Configuration
Configuring RIP
Matrix E1 Series (1G58x-09 and 1H582-xx) Configuration Guide 13-9
Command Mode
Router configuration: Matrix>Router(config-router)#
Command Defaults
None.
Example
This example shows how to set RIP timers to a 5 second update time, a 10 second invalid interval,
a 20 second holdown time, and a 60 second flush time:
13.1.1.7 ip rip send version
Use this command to set the RIP version(s) for update packets transmitted on an interface.
ip rip send version {1 | 2 | r1compatible}
Syntax Description
Command Syntax of the “no” Form
The “no” form of this command restores the version of update packets transmitted
by RIP:
no ip rip send version
Command Type
Router command.
Command Mode
Interface configuration: Matrix>Router(config-if(Vlan <vlan_id>))#
Matrix>Router(config)#router rip
Matrix>Router(config-router)#timers basic 5 10 20 60
1Specifies RIP version 1.
2Specifies RIP version 2.
r1compatible Specifies that packets be sent as version 2 packets, but
transmits these as broadcast packets rather than multicast
packets so that systems which only understand RIP version
1 can receive them.