424
and second
<day>
Specifies the date of valid, ranging between 1 -31
<month>
Specifies the month of valid shown with the first three letters of the
month, such as Jan
<year>
Specifies the year of valid start, ranging between 1993 -2035
<seconds>
is the valid period of the key in seconding and ranging between
1-2147483646
Default:
No default configuration
Command Mode:
Keychain-key mode
Usage Guide:
Refer to the 3.13 RIP authentication section.
Example:
The example below shows the send-lifetime configuration on the keychain
named mychain for key 1.
Switch# config terminal
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
14.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
14.4.3.33 version