R2511-HP MSR Router Series Security Command Reference(V5)
117
Usage guidelines
For security purposes, all passwords, including passwords configured in plain text, are saved in
ciphertext.
Examples
# Set the password to 123 456 in plain text for RADIUS user user1.
<Sysname> system-view
[Sysname] radius-server user user1
[Sysname-rdsuser-user1] password simple 123456
# Set the password to $c$3$joGi2vMNJMbTEjpMA1J7Nuv2+iif3Q== in ciphertext for RADIUS user
user2.
<Sysname> system-view
[Sysname] radius-server user user2
[Sysname-rdsuser-user2] password cipher $c$3$joGi2vMNJMbTEjpMA1J7Nuv2+iif3Q==
Related commands
radius-server user
radius-server client-ip
Use radius-server client-ip to specify a RADIUS client.
Use undo radius-server client-ip to delete the specified RADIUS client or all RADIUS clients.
Syntax
radius-server client-ip ip-address [ key [ cipher | simple ] string ]
undo radius-server client-ip { ip-address | all }
Views
System view
Default command level
2: System level
Parameters
ip-address: Specifies the IPv4 address of the RADIUS client.
key: Sets the shared key for secure communication with the RADIUS client.
cipher: Sets a ciphertext shared key.
simple: Sets a plaintext shared key.
string: Specifies the shared key string. This argument is case sensitive. If simple is specified, it must be a
string of 1 to 64 characters. If cipher is specified, it must be a ciphertext string of 1 to 117 c h aract e r s . I f
neither cipher nor simple is specified, you set a plaintext shared key string.
all: Specifies all RADIUS clients.
Usage guidelines
The IP address of the RADIUS client specified on the RADIUS server must be consistent with the source IP
address of RADIUS packets configured on the RADIUS client.
The shared key specified on the RADIUS serer must be consistent with that configured on the RADIUS
client.










