Disables Intermediate System-to-Intermediate System (IS-IS) authentication checking globally.
IS-IS authentication checking is enabled by default.
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 re-enables IS-IS authentication checking globally.
The following example disables IS-IS authentication checking for Level 1 packets.
device# configure terminal device(config)# router isis device(config-isis-router)# auth-check level-1 disable
The following example re-enables IS-IS authentication checking for Level 1 packets.
device# configure terminal device(config)# router isis device(config-isis-router)# no auth-check level-1
The following example disables IS-IS authentication checking for Level 2 packets.
device# configure terminal device(config)# router isis device(config-isis-router)# auth-check level-2 disable