169
isis authentication-mode
Use
isis authentication-mode
to set the IS-IS authentication mode and password for an interface.
Use
undo isis authentication-mode
to remove the configuration.
Syntax
isis authentication-mode
{
md5
|
simple
|
gca
key-id
{
hmac-sha-1
|
hmac-sha-224
|
hmac-sha-256
|
hmac-sha-384
|
hmac-sha-512
} } {
cipher
cipher-string
|
plain
plain-string
} [
level-1
|
level-2
] [
ip
|
osi
]
undo isis authentication-mode
[
level-1
|
level-2
]
Default
No neighbor relationship authentication is configured.
Views
Interface view
Predefined user roles
network-admin
Parameters
md5
: Specifies the MD5 authentication mode.
simple
: Specifies the simple authentication mode.
gca
: Specifies the generic cryptographic authentication mode.
key-id
: Specifies an SA by its key ID in the range of 1 to 65535. The sender puts a key ID in the
authentication TLV, and the receiver uses the SA associated with the key ID to authenticate the incoming
packet.
hmac-sha-1
: Specifies the HMAC-SHA-1 algorithm.
hmac-sha-224
: Specifies the HMAC-SHA-224 algorithm.
hmac-sha-256
: Specifies the HMAC-SHA-256 algorithm.
hmac-sha-384
: Specifies the HMAC-SHA-384 algorithm.
hmac-sha-512
: Specifies the HMAC-SHA-512 algorithm.
cipher
: Sets a ciphertext password.
cipher-string
: Specifies a ciphertext password, a case-sensitive string of 33 to 53 characters.
plain
: Sets a plaintext password.
plain-string
: Specifies a plaintext password, a case-sensitive string of 1 to 16 characters.
level-1
: Configures the password for Level-1.
level-2
: Configures the password for Level-2.
ip
: Checks IP-related fields in LSPs and SNPs.
osi
: Checks OSI-related fields in LSPs and SNPs.