Configure the authentication type used for Intermediate-System-to-Intermediate-System (IS-IS) hello packets on the interface.
default isis hello-auth
isis hello-auth type { none | simple | hmac-md5 | hmac-sha-256 }
isis hello-auth type { none | simple | hmac-md5 | hmac-sha-256 } key WORD<1-16>
isis hello-auth type { none | simple | hmac-md5 | hmac-sha-256 } key WORD<1-16> key-id <1-255>
no isis hello-auth
If simple is selected, you can also specify a key value. Simple password authentication uses a text password in the transmitted packet. The receiving router uses an authentication key (password) to verify the packet.
If hmac-md5 is selected, you can also specify a key value and key-id. MD5 authentication creates an encoded checksum in the transmitted packet. The receiving router uses an authentication key (password) to verify the MD5 checksum of the packet.
If hmac-sha-256 is selected, you can also specify a key value and key-id. With SHA-256 authentication, the switch adds an HMAC-SHA256 digest to each Hello packet. The switch that receives the Hello packet computes the digest of the packet and compares it with the received digest. If the digests match, the packet is accepted. If the digests do not match, the receiving switch discards the packet.
The default is no authentication type (none).
MLT Interface Configuration