The following task configures IS-IS authentication mode, an IS-IS authentication key, and temporarily disables IS-IS authentication checking for Level 2 packets on an IS-IS Ethernet interface.
device# configure terminal
device(config)# interface ethernet 1/2
device(conf-if-eth-1/2)# isis auth-mode MD5 level-2
device(conf-if-eth-1/2)# isis auth-key level-2 mykey
device(conf-if-eth-1/2)# isis auth-check level-1 disable
The following example configures IS-IS authentication mode, an IS-IS authentication key and temporarily disables IS-IS authentication checking for a specified IS-IS interface.
device# configure terminal device(config)# interface ethernet 1/2 device(conf-if-eth-1/2)# isis auth-mode MD5 level-2 device(conf-if-eth-1/2)# isis auth-key level-2 mykey device(conf-if-eth-1/2)# isis auth-check level-1 disable