Specifies the type of authentication used in Intermediate System-to-Intermediate System (IS-IS) packets globally.
Disabled.
IS-IS router configuration mode
IS-IS is supported only on devices based on the DNX chipset family. For a list of such devices, see "Supported Hardware".
The no form of the command removes the configured authentication mode. The authentication key must be removed using the no auth-key command before removing the configured authentication mode. If the authentication mode is reset for the specified level, the authentication key must also be reset.
The following example specifies that MD5 authentication is performed on Level 1 packets.
device# configure terminal device(config)# router isis device(config-isis-router)# auth-mode md5 level-1
The following example specifies that MD5 authentication is performed on Level 2 packets.
device# configure terminal device(config)# router isis device(config-isis-router)# auth-mode md5 level-2