
password
Specifies a password assigned to an IS-IS authentication password ID.
Syntax: password password
password
A word made up of up to 64 alphanumeric characters
Description: IS-IS authentication passwords are assigned to one of up to 252 password IDs. These IDs are associated with a unique authentication password list.
Use the password command to specify a password to be assigned to this password ID.
Factory Default: None.
Command Mode: IS-IS password record.
Example: In the following example:
- Configuration mode for password-list list1 is entered.
- Configuration mode for password-id is entered for password-IDs 1 and 2
- In each password-ID mode a password is assigned and a lifetime of now and infinity is configured.
- The password-list list1 is enabled using the authentication password-list command.
- The show isis password-list command displays the configuration.
router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
router(config)#router isis 100
router(config-router)#password-list list1
router(config-router-password-list)#password-id 1
router(config-router-password-record)#password pass1
router(config-router-password-record)#lifetime now infinity
router(config-router-password-record)#exit
router(config-router-password-list)#password-id 2
router(config-router-password-record)#password pass2
router(config-router-password-record)#lifetime now infinity
router(config-router-password-record)#exit
router(config-router-password-list)#exit
router(config-router)#authentication password-list list1 hmac-md5 level-1
router(config-router)#end
router#show isis password-list list1
password-list list1
password-id 1
password pass1
start-time 14:33:16 december 2 2004 end-time infinity
password-id 2
password pass2
start-time 14:33:38 december 2 2004 end-time infinity
Related Commands: lifetime
password-id
password-list
Copyright © 2005
Avici Systems Inc.
Avici® and TSR®
is a registered trademark of Avici Systems Inc.
IPriori, Composite Links, SSR, QSR, and NSR® are
trademarks of Avici Systems Inc.
Source
File Name: ISIS.fm
HTML File Name: ISIS37.html
Last Updated: 02/25/05 at 14:55:50