password (RADIUS-server user view)

Syntax

password [ cipher | simple ] password

undo password

View

RADIUS-server user view

Default level

2: System level

Parameters

cipher: Sets a ciphertext password.

simple: Sets a plaintext password.

password: Specifies the password string. This argument is case sensitive. If simple is specified, it must be a string of 1 to 128 characters. If cipher is specified, it must be a ciphertext string of 1 to 201 characters. If neither cipher nor simple is specified, you set a plaintext password string.

Description

Use password to configure a password for the RADIUS user.

Use undo password to delete the password of the RADIUS user.

By default, no password is configured for the RADIUS user.

For secrecy, all passwords, including passwords configured in plain text, are saved in cipher text to the configuration file.

Related commands: radius-server user.

Examples

# Set the password of user1 to 123456 in plain text.

<Sysname> system-view
[Sysname] radius-server user user1
[Sysname-rdsuser-user1] password simple 123456