system-view -> enable
interface vlan-interface 1 //ip设置
undo ip address
ip address 172.16.1.11 255.255.240.0
local-user admin //创建本地用户
service-type telnet level 3
password simple admin
user-interface vty 0 4
authentication-mode scheme //配置telnet管理的用户和口令
ip route-static 0.0.0.0 0.0.0.0 172.16.0.50 //路由
display current-configuration //显示正在运行的配置信息
[H3C]quit
<H3C>save //保存配置信息
sysname //命名设备
undo shutdown -> no shutdown //开启
quit -> end