Configure Remote IS-IS Hello Authentication on a Port
About this task
Perform this procedure to configure authentication type used for remote Intermediate-System-to-Intermediate-System (IS-IS) hello packets on the interface. The type can be one of the following: none, simple, hmac-md5, or hmac-sha-256.
Procedure
Example
Configuring the simple authentication type for remote IS-IS hello packets on port 1/2:
Switch:1>enable Switch:1#configure terminal Switch:1(config)#interface gigabitEthernet 1/2 Switch:1(config-if)#isis remote hello-auth type simple key Test key-id 125
Variable Definitions
The following table defines parameters for the isis remote hello-auth command.
Variable | Value |
---|---|
key WORD<1-16> |
Specifies the authentication key (password) that the receiving router uses to verify the packet. |
key-id <1-255> |
Specifies the optional key ID. |
type {none | simple | hmac-md5 | hmac-sha-256} |
Specifies the authentication type used for remote IS-IS hello packets on the interface. The type can be one of the following:
The default type is none. |