
376
Switch(config)# key chain mychain
Switch(config-keychain)# key 1
Switch(config-keychain-key)# send-lifetime 03:03:01 Dec 3 2004 04:04:02 Oct 6 2006
13.4.3.32 timers basic
Command: timers basic
<update> <invalid> <garbage>
no timers basic
Function:
Adjust the RIP timer update, timeout, and garbage collecting time. The “
no
timers basic
” command restores each parameters to their default values.
Parameter: <update>
time interval of sending update packet, shown in seconds and
ranging between
5-2147483647
;
<invalid>
time period after which the RIP route is
advertised dead, shown in seconds and ranging between
5-2147483647
;
<garbage>
is
the hold time in which the a route remains in the routing table after advertised dead,
shown in seconds and ranging between
5-2147483647
.
Default: <update>
defaulted at 30;
<invalid>
defaulted at 180;
<garbage>
defaulted
at120
Command Mode:
Router mode
Usage Guide:
The system is defaulted broadcasting RIPng update packets every 30
seconds; and the route is considered invalid after 180 seconds but still exists for another
120 seconds before it is deleted from the routing table.
Example:
Set the RIP update time to 20 seconds and the timeout period to 80 second,
the garbage collecting time to 60 seconds.
Switch(Config-Router)#timers basic 20 80 60
13.4.3.33 version
Command: version {1| 2}
no version
Function:
Configure the version of all RIP data packets sent/received by router
interfaces: the “
no version
” restores the default configuration
Parameter: 1 is
version 1 rip;
2
is version 2 rip
Default:
Sent and received data packet is version 2 by default
Command Mode:
Router mode and address-family mode
Usage Guide:
1 refers to that each interface of the layer 3 switch only sends/receives
the RIP-I data packets. 2 refers to that each interface of the layer 3 switch only
sends/receives the RIP-II data packets. The RIP-II data packet is the default version.
Example:
Configure the version of all RIP data packets sent/received by router interfaces
to version 2.
Switch(config-router)#version 2