1 2 3
| undo info-center enable 或 undo terminal monitor
|
1 2 3
| int [port] 或 interface [port]
|
1 2 3
| dis [options] 或 display [options]
|
交换机
交换机接口配置
1 2 3 4 5
| port link-type [options]
options: access 主要用于交换机连接PC trunk 交换机连接交换机
|
- 配置Access接口的缺省vlan并加入这个vlan
- 设置Trunk类型的接口加入的vlan,让vlan的报文通过Trunk接口
1
| port trunk allow-pass vlan [vlan-id]
|
1
| port-group group-member [] to []
|
- 进入Vlanif接口(基于Vlan的三层逻辑接口)视图
交换机接口安全
学习到的MAC变为安全动态MAC,只有允许的MAC地址的数据包才能被转发
port-security mac-address sticky参考 - 华为 (huawei.com)
1
| port-security mac-address sticky
|
1
| port-security mac-address sticky [mac] [vlan]
|
生成树协议(STP)
1 2 3 4 5
| stp mode [options]
options: stp 生成树协议 rstp 快速生成树协议
|
1
| stp priority [priority-id]
|
或
1 2 3 4 5 6
| undo stp priority stp root [options]
options: priority 优先的 secondary 次要的
|
VLANIF(基于VLAN的三层逻辑接口)
配置VLANIF接口实现不同VLAN间的互通
实现不同VLAN间,不同网段的用户进行三层互通。
Eth-Trunk(以太网链路聚合)
- 创建Eth-Trunk接口并进入Eth-Trunk接口视图
1
| interface eth-trunk [trunk-id]
|
- 在Eth-Trunk接口视图中配置链路聚合手工模式(所有链路都参与负载分担)
1
| mode manual load-balance
|
- 在Eth-Trunk接口视图中,向Eth-Trunk中添加成员接口
1
| trunkport [interface-type] [interface-number]
|
- 或在交换机接口视图中,将当前接口添加为Eth-Trunk接口的成员接口