标签:and please 图形 数据 开启 mod written 清除 current
通用路由平台VRP是华为公司数据通信产品的通用操作系统平台,是华为公司自主知识产权的网络操作系统。<Huawei>system-view #用户进入系统视图
Enter system view, return user view with Ctrl+Z.
[Huawei]interface GigabitEthernet 0/0/0 #系统视图进入接口视图
[Huawei-GigabitEthernet0/0/0]quit #一个视图一个视图退
[Huawei]
[Huawei]return #从任何视图退到用户视图(快捷键CTRL+Z)
<Huawei>
[Huawei]sysname AR1 #修改设备名字
[AR1]
[AR1]display interface brief #查看路由器所有接口状态信息
[AR1]display interface GigabitEthernet 0/0/0 #查看单个接口信息
[AR1]? #查看帮助(Tab键补全命令)
[AR1]display history-command #查看历史命令
sysname AR1
system-view
return
quit
interface GigabitEthernet 0/0/0
[AR1]
[AR1]display version #查看版本信息
......
[AR1]display users #查看用户信息
.......
[AR1]display this #查看当前视图配置信息
[AR1]display saved-configuration #查看保存的配置信息
<Huawei>save #保存配置设备信息
The current configuration will be written to the device.
Are you sure to continue?[Y/N]y #输入Y yes
<Huawei>display current-configuration #查看运行配置信息
<Huawei>reset saved-configuration #清除保存的配置信息
Warning: The action will delete the saved configuration in the device.
The configuration will be erased to reconfigure. Continue? [Y/N]:
Error: Please choose ‘YES‘ or ‘NO‘ first before pressing ‘Enter‘. [Y/N]:y #输入Y
[SW1]interface vlan 1 #进入VLAN管理VLAN
[SW1-Vlanif1]ip address 192.168.100.30 255.255.255.0 #配置IP地址
[SW1-Vlanif1]undo shutdown #激活VLAN
[SW1]user-interface vty 0 4 #允许5个终端访问
[SW1-ui-vty0-4]authentication-mode password #验证使用密码
[SW1-ui-vty0-4]set authentication password cipher pwd@123 #配置密文密码pwd@123
[SW1-ui-vty0-4]user privilege level 15 #配置管理员权限
#(0为参观级,1为监控,2为配置级,3~15为管理级)
C:\>telnet 192.168.100.30 #客户端telnet100.30
标签:and please 图形 数据 开启 mod written 清除 current
原文地址:https://blog.51cto.com/14156658/2424668