396
EES4710BD 10 Slots L2/L3/L4 Chassis Switch
Function: Adjusts the time of RIP timers for update, expire, and hold down; the “no timer basic
command restores the default setting.
Parameter <update> stands for the interval in seconds to send update packets, ranging from 1 to
2,147,483,647; <invalid> for the interval in seconds to declare a RIP route invalid, ranging from 1
to 2,147,483,647; <holddown> for the interval in seconds to keep a RIP route after it is declared to
be invalid, ranging from 1 to 2,147,483,647.
Default: The default value for <update> is 30; 180 for <invalid>; and 120 for <holddown>.
Command mode: RIP configuration mode
Usage Guide: The system advertises RIP update packets every 30 seconds by default. If no update
packet from a route is received after 180 seconds, that route is considered to be invalid. However,
the route will be kept in the route table for another 120 seconds and will be deleted after that. It
should be noted in adjusting RIP time out timers that the time to declare invalid route should be at
least greater than RIP update time, and the holddown time should also be greater than RIP update
interval and must be integer multiples of the RIP update interval.
Example: Setting the RIP route table update time to 20 seconds, time to declare invalid to 80
seconds, and time to delete entry to 60 seconds.
Switch(Config-Router-Rip)#timer basic 20 80 60
18.3.2.2.19 version
Command: version {1| 2}
no version
Function: Configures the RIP version to send/receive on all ports; the “no version” command
restores the default setting.
Parameters: 1 for RIP version 1, 2 for RIP version 2.
Default: The default setting sends RIP-I packets and receives both RIP-I and RIP-II packets.
Command mode: RIP configuration mode
Usage Guide: 1 means all ports only send/accept RIP-I packets, 2 for send/accept RIP-II packets
only. The default setting sends RIP-I packets and receives both RIP-I and RIP-II packets.
Example: Setting the interface to send/receive RIP-II packets.
Switch(Config-router-rip)#version 2
Related command: ip rip receive version
ip rip send version
18.3.2.2.20 show ip protocols
Command: show ip protocols
Function: Displays the information of the routing protocols running in the switch.
Command mode: Admin Mode