
T2700G-28TQ
JetStream 28-Port Gigabit Stackable L2+ Managed Switch CLI Guide
385
Example
Configure the authentication mode of a virtual-link as simple authentication, with
the transmission area as Area 2 and the ID of the neighboring router on the
other endpoint as 3.3.3.3, and the authentication key as 123456:
T2700G-28TQ(config)# router ospf
1
T2700G-28TQ(config-router)# area
2
virtual-link
3.3.3.3
authentication-key
123456
area virtual-link message-digest-key
Description
The
area virtual-link message-digest-key
is used to configure the MD5
authentication ID and key of the virtual-link. To delete the specified configuration,
please use the
no area virtual-link message-digest- key
command.
Syntax
area
transit-area
virtual-link
router-id
message-digest-key
id
md5
{ [ 0 ]
password
| 7
encrypted-password
}
no area
transit-area
virtual-link
router-id
message-digest-key
id
Parameter
transit-area
—— The transition area ID, in the format of an IP address in dotted
decimal notation or decimal value ranging from 0 to 4294967295.
router-id
—— The ID of the neighboring router on the other endpoint of the
virtual link, in the format of dotted decimal notation.
id
—— The key ID of the MD5, ranging from 1 to 255.
0 —— Specify the encryption type. 0 indicates that an unencrypted password
will follow. By default, the encryption type is 0.
password
—— Super password, a string from 1 to 16 alphanumeric characters
or symbols. The password is case sensitive, allows spaces but ignores leading
spaces, and cannot contain question marks. By default, it is empty.
7 —— Indicates a symmetric encrypted password with a fixed length will follow.
encrypted-password
—— A symmetric encrypted password with a fixed length,
which you can copy from another switch configuration. After the encrypted
password is configured, you should use the corresponding unencrypted
password if you re-enter this mode.