这里拿H3C 5500交换机做参照,下面简要介绍下配置过程:
#通过console连上交换机,为默认vlan配置ip。
[box color=”white” icon=”none”]
[H3C]vlan 1
[H3C-Vlan-interface21]ip address 10.0.0.1 255.255.255.0
[/box]
#启用WEB服务,默认可能已经启动
[box color=”white” icon=”none”]
[H3C]ip http enable
[/box]
#添加WEB登陆账号
#添加用户ming
[box color=”white” icon=”none”]
[H3C]local-user ming
[/box]
#设置telnet权限
[box color=”white” icon=”none”]
[H3C-luser-ming]service-type telnet
[/box]
#配置密码,即可登录
[box color=”white” icon=”none”]
[H3C-luser-ming]password simple ming
[/box]
#上面配置的账号只有普通权限,需要配置超级管理密码才能对交换进行操作
#设置超级密码为eol
[box color=”white” icon=”none”]
[H3C]super password level 3 cipher eol
[/box]
#删除密码
[box color=”white” icon=”none”]
[H3C]undo super password
[/box]
访问 http://10.0.0.1 即可配置交换机。
输入超级密码,就可以进行管理。
原创文章,作者:wwh,如若转载,请注明出处:https://www.wuwenhui.cn/215.html