radius-server key
Syntax
radius-server key {plaintext | ciphertext } no radius-server key
描述
Creates or modifies a RADIUS global passkey. The RADIUS global passkey is used as a shared-secret for encrypting the communication between all RADIUS servers and the switch. The RADIUS global passkey is required for authentication unless local passkeys have been set. By default, the RADIUS global passkey is empty. If the administrator has not set this key, the switch will not be able to perform RADIUS authentication. The switch will instead rely on the authentication mechanism configured withaaa authentication login
.
The没有
form of the command removes the global passkey.
权威
Administrators or local user group members with execution rights for this command.
Parameters
-
plaintext
-
Specifies the RADIUS global passkey in plaintext format with a length of 1 to 31 characters. As per RFC 2865, a shared-secret can be a mix of alphanumeric and special characters.
-
ciphertext
-
Specifies the RADIUS global passkey in encrypted format.
权威
Administrators or local user group members with execution rights for this command.
Examples
增加全球总钥匙:
switch(config)#radius-server key plaintext mypasskey123
Removing the global passkey:
switch(config)#没有radius-server key