(H3C)system-view [H3C] interface Vlan-interface 1(进入管理VLAN) [H3C-Vlan-interface1] undo ip address(取消管理VLAN 原有的IP 地址) [H3C-Vlan-interface1] ip address 10.153.17.82 255.255.255.0(配置以太网交换机管理VLAN的IP 地址为10.153.17.82) 第二步:用户通过Console 口,在以太网交换机上配置欲登录的WEB 网管用户名和认证口令。 通过Console 口,添加以太网交换机的WEB 用户,用户级别设为3(管理级用户) [H3C] local-user admin(设置用户名为admin) [H3C-luser-admin] service-type telnet level 3(设置级别 3) [H3C-luser-admin] password simple admin(设置密码 admin) 配置交换机到网关的静态路由 [H3C] ip route-static 0.0.0.0 255.255.255.255 192.168.0.50 (网关的IP 地址为192.168.0.50) %Apr 2 00:18:38:359 2000 H3C SHELL/5/LOGIN:- 1 - Console(aux0) in unit1 login ? User view commands: boot Set boot option cd Change current directory clock Specify the system clock cluster Run cluster command copy Copy from one file to another debugging Enable system debugging functions delete Delete a file dir List files on a file system display Display current system information fixdisk Recover lost chains in storage device format Format the device free Clear user terminal interface ftp Open FTP connection lock Lock current user terminal interface mkdir Create a new directory more Display the contents of a file move Move a file nslookup Query Internet name servers ntdp Run NTDP commands ping Ping function pwd Display current working directory quit Exit from current command view reboot Reset switch rename Rename a file or directory reset Reset operation rmdir Remove an existing directory save Save current configuration schedule Schedule system task send Send information to other user terminal interfaces stacking Run command on stack switch startup Specify system startup param...