新华三交换机配置开启Web图形界面
1. 交换机桥接到电脑,电脑配置网络ip
2. 交换机配置ip,可ping通。
<H3c>sys
System View: return to User View with Ctrl+Z.
[H3c]inter vlan 1
[H3c-Vlan-interface1]ip add 192.168.3.20 24
[H3c-Vlan-interface1]quit
3. 开启http功能,并创建用户密码和权限等。
[H3c]ip http enable 开启http服务
[H3c]ip https enable 开启https服务
[H3c]local-user user 新建用户user
[H3c-luser-manage-user]password simple user123 创建用户密码
[H3c-luser-manage-user]authorization-attribute user-role network-admin 用户级别为network-admin管理员级别
[H3c-luser-manage-user]service http https 服务类型为http和https
[H3c-luser-manage-user]