Use this command to specify the time period during which an authentication key on a key chain is valid to be sent.
start-time | Specifies the time of day the authentication key will begin to be valid to be sent. Valid input is hours:minutes:seconds (hh:mm:ss). |
month | Specifies the month the authentication key will begin to be valid to be sent. Valid input is the first three letters of the month. |
date | Specifies the day of the month the authentication key will begin to be valid to be sent. Valid values, depending on the length of the month, are 1 - 31. |
year | Specifies the year the authentication key will begin to be valid to be sent. Valid input is four digits up to 2035. |
duration seconds | Length of time (in seconds) the key is valid to be sent. Valid values are 1 - 4294967295. |
end-time | Specifies the hours, minutes and seconds (hh:mm:ss) and the month, date and year from the start-time the key is valid to be sent. |
infinite | Specifies that the key is valid to be sent from the start-time on. |
None.
Configuration command, Key chain key configuration.
The “no” form of this command removes the send-lifetime configuration for an authentication key. Start time can be specified, but is not mandatory.
This example shows how to allow the “password” authentication key to be sent as valid on its RIP-configured interface beginning at 2:30 on November 30, 2002 with no ending time (infinitely):
System(rw-config)->key chain md5key System(rw-config-keychain)->key 3 System(rw-config-keychain-key)->key-string password System(rw-config-keychain-key)->send-lifetime 02:30:00 nov 30 2002 infinite