device# configure terminal
device(config)# router isis
device(config-isis-router)# auth-mode MD5 level-1
device(config-isis-router)# auth-check level-1 disable
device(config-isis-router)# auth-key level-1 mysecurekey
Note
MD5 passwords cannot have ASCII character 32 ('SPACE') as a part of the password string.The following example configures IS-IS authentication mode, an IS-IS authentication key and temporarily disables IS-IS authentication checking for Level 1 packets.
device# configure terminal device(config)# router isis device(config-isis-router)# auth-mode MD5 level-1 device(config-isis-router)# auth-check level-1 disable device(config-isis-router)# auth-key level-1 mysecurekey