Command Reference HTTP Service Commands
Global configuration mode.
The following example downloads a Web package from the TFTP server and upgrades the package
automatically.
Ruijie#upgrade web download tftp://192.168.23.24/web.upd
enable service web-server
Enables the HTTP service.
Use this command to configure the username and password for Web login authentication. Use the no
form of this command to restore the default setting.
webmaster level privilege-level username name password { password | [ 0 | 7 ]
encrypted-password }
no webmaster level privilege-level [ username name ]
Configures the user privilege-level.
Password type; 0 indicates plaintext, 7 indicates ciphertext.
By default, two users are configured.
1. User1 is configured with privilege level 1, username of admin and plaintext password of admin.
2. User2 is configured with privilege level 2, username of guest and plaintext password of guest.
Global configuration mode.
When HTTP is enabled, users can log in to the Web interface only after being authenticated. Use this
command to configure the username and password for Web login authentication.