93
Description
Use the password command to configure a password for the RADIUS user.
Use the undo password command to delete the password of the RADIUS user.
By default, no password is configured for the RADIUS user.
Related commands: radius-server user.
Examples
# Set the password of user1 to 123456 and specify to display the password in simple text.
<Sysname> system-view
[Sysname] radius-server user1
[Sysname-rdsuser-user1] password simple 123456
[Sysname-rdsuser-user1] display this
#
radius-server user1
password simple 123456
#
return
# Set the password of user2 to TEzJOUGCmuE= in cipher text and specify to display the password in
cipher text.
<Sysname> system-view
[Sysname] radius-server user2
[Sysname-rdsuser-user2] password cipher TEzJOUGCmuE=
[Sysname-rdsuser-user2] display this
#
radius-server user2
password cipher TEzJOUGCmuE=
#
return
# Set the password of user3 to 123456 in simple text and specify to display the password in cipher text.
<Sysname> system-view
[Sysname] radius-server user3
[Sysname-rdsuser-user3] password 123456
[Sysname-rdsuser-user3] display this
#
radius-server user3
password cipher xz8n+yXxN+I=
#
return
radius-server client-ip
Syntax
radius-server client-ip ip-address [ key string ]
undo radius-server client-ip { ip-address | all }
View
System view