H3C 交换机配置命令
时间: 2024-05-15 19:10:56 浏览: 220
H3C是华三通信的缩写,H3C交换机配置命令与其他品牌的交换机命令略有不同,以下是一些常用的配置命令:
1. 配置VLAN
- 创建VLAN:vlan [vlan-id] name [vlan-name]
- 将端口加入VLAN:port vlan [vlan-id] { 1-24 } [untagged | tagged]
2. 配置端口
- 配置端口速率:interface gigabitethernet [interface-id] speed { 10 | 100 | 1000 }
- 配置端口模式:interface gigabitethernet [interface-id] duplex { half | full | auto }
- 配置端口VLAN:port link-type { access | hybrid }
- 配置端口安全:port security enable / port security max-mac-num [number] / port security action { discard | shutdown }
3. 配置链路聚合
- 创建链路聚合组:interface eth-trunk [trunk-id]
- 将端口加入链路聚合组:interface gigabitethernet [interface-id] eth-trunk [trunk-id]
4. 配置STP
- 开启STP:stp enable
- STP优先级:stp priority [priority-value]
- STP端口状态:stp port [interface-id] enable / disable
5. 配置QoS
- 设置优先级:qos car { inbound | outbound } [interface-id] cir [cir-value] pir [pir-value]
- 设置队列:qos queue-profile queue-profile-name
以上是一些常用的H3C交换机配置命令,还有很多其他的命令可以根据实际需求进行配置。如果您有具体的问题,欢迎继续提问。
阅读全文