赞
踩
用户视图:基本操作,查看基本信息
系统视图:进阶操作,配置静态路由,动态路由
system-view #用户视图模式切换至系统视图模式按q或者Ctrl+z退出
display history-command #历史命令查询
sysname name #配置主机名
display version ##查看VRP版本
display users ##查看用户终端信息
display vlan #查看vlan状况
display GigabitEthernet0/0/2 #查看接口GigabitEthernet0/0/2的状况
dis this ##查看当前视图下的配置信息
display saved-configuration ###查看设备保存的信息
display current-configuration ###查看设备当前配置的信息
save ###保存配置
reset saved-configuration ###擦除存储设备中的配置文件(初始化)
compare configuration ###比较当前配置信息与存储设备中的保存文件是否一致
undo info-center enable
或者
undo terminal monitor
[Huawei]user-interface vty 0 4 #0是初始值,4是结束值。表示可同时打开5个会话进入交换机去配置命令
[Huawei-ui-vty0-4]authentication-mode password
[Huawei-ui-vty0-4]set authentication password simple 222
[Huawei-ui-vty0-4]user privilege level 3
[Huawei-ui-vty0-4]dis this
第一步:创建VLAN 10 20 [SW1]vlan batch 10 20 第二步:基于端口将PC加入对应的VLAN interface GigabitEthernet0/0/1 (进入端口) port link-type access (设置端口链路类型为access) port default vlan 10 (将端口加入VLAN10) interface GigabitEthernet0/0/2 port link-type access port default vlan 20 第三步:交换机之间做TRUNK interface GigabitEthernet0/0/3 (进入端口) port link-type trunk (设置端口链路类型为trunk) port trunk allow-pass vlan 10 20 (此端口trunk干道允许VLAN 10 20通过) SW2操作: 第一步:创建VLAN 10 20 [SW2]vlan batch 10 20 第二步:基于端口将PC加入对应的VLAN interface GigabitEthernet0/0/1 port link-type access port default vlan 10 interface GigabitEthernet0/0/2 port link-type access port default vlan 20 第三步:交换机之间做TRUNK interface GigabitEthernet0/0/3 port link-type trunk port trunk allow-pass vlan 10 20 #测试与保存 主机 IP 地址配置 (1) PC1 网卡 IP 地址配置:192.168.10.10/24 (2) PC2 网卡 IP 地址配置:192.168.11.20/24 (3) PC3 网卡 IP 地址配置:192.168.10.30/24 (4) PC4 网卡 IP 地址配置:192.168.11.40/24
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。