
password-list
Enters IS-IS password list configuration mode for the specified .
Syntax: [no] password-list listname
listname
Specifies the name for the password list to be configured.
Description: IS-IS authentication password lists can be configured for up to 252 password IDs. For interfaces, password-list is used for authentication. The valid password with the least password-id is used for outgoing hello PDUs and all the valid passwords are used for authenticating incoming PDUs.
Use the password-list command to enter configuration mode for the specified password list.
Use the no password-list command to delete the specified password list.
Factory Default: None.
Command Mode: IS-IS router configuration.
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
password-id
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: ISIS39.html
Last Updated: 02/25/05 at 14:55:50