isis auth-key

Configures an authentication key for a specified Intermediate System-to-Intermediate System (IS-IS) interface.

Syntax

isis auth-key { level-1 | level-2 } string
no isis auth-key { level-1 | level-2 } string

Command Default

Disabled.

Parameters

level-1
Specifies Level 1 packets only.
level-2
Specifies Level 2 packets only.
string
Specifies a text string that is used as an authentication password. The string can be from 1 through 63 ASCII characters in length.

Modes

Interface subtype 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 authentication mode must be configured on the interface using the isis auth-mode command before a string can be configured. If the authentication mode is reset, the authentication key must also be reset.

The no form of the command removes the configured authentication key for the IS-IS interface.

Examples

The following example configures an authentication key for Level 1 packets on an IS-IS Ethernet interface.

device# configure terminal
device(config)# interface ethernet 1/1
device(conf-if-eth-1/1)# isis auth-key level-1 mykey