Configuration Guide Basic Switch Management Configuration
Ruijie# configure terminal //Enter the global
configuration mode.
Ruijie(config)# enable service ssh-server //Enable SSH Server
Setting HTTP Parameters
When using the integrated Web for management, you can adjust HTTP
parameters, and specify service port or login authentication method.
Ruijie(Config)# ip http port number
Specify HTTP service port, 80 by
default.
Ruijie(Config)# ip http authentication {enable |
local}
Set Web login authentication
method, enable by default.
enable: Use the password set by
the enable password or enable
secret command for
authentication, where the
password must be 15 levels.
local: Use the username and
password set by the username
command for authentication,
where the user must be bound
with 15-level right.
In the configuration mode, you can use the no form of the command to restore
the setting to the default value. The following example enables the HTTP Server,
sets the service port to 8080, and uses the local username for login
authentication.
Ruijie# configure terminal //Enter the global
configuration mode.
Ruijie(config)# enable service web-server //Enable Web Server
Ruijie(config)# username name password pass //Set local user
Ruijie(config)# username name privilege 15 //Bind user right
Ruijie(config)# ip http port 8080 //Set service port
Ruijie(config)# ip http authentication loca //Set authentication method