准备工作
配置前准备:console配置线、超级终端软件(或者CRT软件)。
超级终端配置
console配置线插在交换机对应的console口,启动交换机点击超级终端软件。
console配置线
console配置线
在用户模式下输入命令“en”进入“特权模式”
特权模式
特权模式
在特权模式先输入命令“config”进入“全局配置模式”
全局配置模式
全局配置模式
配置交换机主机名:Ruijie(config)#hostname s5750c-h
1、开启web功能
s5750c-h>en s5750c-h#conf t s5750c-h(config)#enable service web-server ===> 全局开启web功能
2、配置管理地址
s5750c-h(config)# int vlan 1 s5750c-h(config-if)# ip add 172.16.0.2 255.255.255.0
# 为vlan1配置管理地址,管理地址为172.16.0.2
s5750c-h(config-if)#exit
s5750c-h(config)#username admin privilege 15 ===> 用户名是admin
s5750c-h(config)#enable secret ruijie ===> 配置特权密码,也是登陆web的密码
s5750c-h(config)#end ===> 退出到特权模式
s5750c-h#wr ===> 确认配置正确,保存配置
3、配置telnet远程
s5750c-h(config)#line vty 0 4 ===>进入telnet密码配置模式,0 4表示允许共5个用户同时telnet登入到交换机
s5750c-h(config-line)#login ===> 启用需输入密码才能telnet成功 s5750c-h(config-line)#password ruijie ===> 将telnet密码设置为ruijie s5750c-h(config-line)#exit ===> 回到全局配置模式 s5750c-h(config)# enable secret ruijie ===> 配置进入特权模式的密码为ruijie s5750c-h(config)#end ===> 退出到特权模式 s5750c-h#write ===> 确认配置正确,保存配置
4、设备登录
1). 浏览器中输入管理地址 172.16.0.2 ,提示如下界面:
web登录界面
web登录界面
2).Web界面显示
登录Web后台
登录Web后台
写在最后
以上就是锐捷路由器交换机web开启教程,总的来说还是非常简单的。
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/290928.html