R2511-HP MSR Router Series Layer 3 - IP Routing Command Reference(V5)

170
[Sysname] isis 1
[Sysname-isis-1] network-entity 01.0001.0000.0000.0002.00
Related commands
isis enable
network-entity
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 restore the default.
Syntax
isis authentication-mode { md5 | simple } [ cipher ] password [ level-1 | level-2 ] [ ip | osi ]
undo isis authentication-mode [ { md5 | simple } [ cipher ] password ] [ level-1 | level-2 ]
Default
No neighbor relationship authentication is configured.
Views
Interface view
Default command level
2: System level
Parameters
md5: Specifies the MD5 authentication mode.
simple: Specifies the simple authentication mode.
cipher: Sets a ciphertext password. If this keyword is not specified, you set a plaintext password.
password: Set the password. This argument is case sensitive. It must be a plaintext string of 1 to 16
characters, or a ciphertext string of 33 to 53 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.
Usage guidelines
Whether a password should use ip or osi is not affected by the actual network environment.
The password in the specified mode is inserted into all outgoing hello packets and is used for
authenticating the incoming hello packets. Only the authentication succeeds can the neighbor
relationship be formed.
For two routers to become neighbors, the same authentication mode and password must be specified at
both ends.
For security purposes, all passwords, including passwords configured in plain text, are saved in cipher
text to the configuration file.
If you configure a password without specifying a level, the password applies to both Level-1 and Level-2.