auth-check

Disables Intermediate System-to-Intermediate System (IS-IS) authentication checking globally.

Syntax

auth-check { level-1 | level-2 } disable
no auth-check { level-1 | level-2 }

Command Default

IS-IS authentication checking is enabled by default.

Parameters

level-1
Specifies Level 1 packets only.
level-2
Specifies Level 2 packets only.
disable
Disables authentication checking.

Modes

IS-IS router configuration mode

Usage Guidelines

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.

Examples

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