H3C的基本命令有哪些?
发布网友
发布时间:2023-11-18 23:39
我来回答
共2个回答
热心网友
时间:2024-01-02 01:14
H3C交换机
1、system-view 进入系统视图模式
2、sysname 为设备命名
3、display current-configuration 当前配置情况
4、 language-mode Chinese|English 中英文切换
5、interface Ethernet 1/0/1 进入以太网端口视图
6、 port link-type Access|Trunk|Hybrid 设置端口访问模式
7、 undo shutdown 打开以太网端口
8、 shutdown 关闭以太网端口
9、 quit 退出当前视图模式
10、 vlan 10 创建VLAN 10并进入VLAN 10的视图模式
11、 port access vlan 10 在端口模式下将当前端口加入到vlan 10中
12、port E1/0/2 to E1/0/5 在VLAN模式下将指定端口加入到当前vlan中
13、port trunk permit vlan all 允许所有的vlan通过
H3C路由器
1、system-view 进入系统视图模式
2、sysname R1 为设备命名为R1
3、display ip routing-table 显示当前路由表
4、 language-mode Chinese|English 中英文切换
5、interface Ethernet 0/0 进入以太网端口视图
6、 ip address 192.168.1.1 255.255.255.0 配置IP地址和子网掩码
7、 undo shutdown 打开以太网端口
8、 shutdown 关闭以太网端口
9、 quit 退出当前视图模式
10、 ip route-static 192.168.2.0 255.255.255.0 192.168.12.2 description To.R2 配置静态路由
11、 ip route-static 0.0.0.0 0.0.0.0 192.168.12.2 description To.R2 配置默认的路由
H3C S3100 Switch
H3C S3600 Switch
H3C MSR 20-20 Router
热心网友
时间:2024-01-02 01:14
楼主,您好!
一条一条回答:
1 各种模式的切换命令(全局模式、控制台模式、用户模式、特权模式),每种模式可以使用什么命令。
(1)、用户视图 <h3c>system-view
(2)、系统视图 [h3c]
(3)、[h3c]_h 可以进入隐藏命令模式,可能就是您所说的特权模式吧
2 配置IP命令以及常用的参数
int vlan 1
ip add 1.1.1.1 24
port link-type access
port link-type trunk
port trunk permit vlan 100 200 300
undo prot tr pe vlan 1
3 配置路由的命令以及常用的参数
dis ip ro
dis ospf ro
dis ospf ? 看还有些啥命令
4 常用的查看配置命令
dis curr
dis curr | include ip ro
dis curr | begin ip ro
5 OSPF的配置命令
SwitchA> system-view
[SwitchA] ospf
[SwitchA-ospf-1] area 0
[SwitchA-ospf-1-area-0.0.0.0] network 10.1.1.0 0.0.0.255
[SwitchA-ospf-1-area-0.0.0.0] quit
[SwitchA-ospf-1] area 1
[SwitchA-ospf-1-area-0.0.0.1] network 10.2.1.0 0.0.0.255
[SwitchA-ospf-1-area-0.0.0.1] quit
[SwitchA-ospf-1] quit
[SwitchA] display ospf peer verbose
[SwitchA] display ospf routing
还有问题可以HI我 另也可以加Q二四五0八28三七
希望能帮助到您!