难得见到一回中兴交换机
中兴交换机型号: ZX8902
这台中兴要与H3C交换机建立port-channel, 接口为access vlan 100
拓扑如下:
1 中兴交换机配置
1.1 创建 smart group,对,没有看错,中兴的port-channel叫做smart-group,多么聪明的group
interface smartgroup1
switchport access vlan 100
smartgroup mode 802.3ad
1.2 物理端口加入smartgroup
注意: 接口下的switchport qinq normal是自动生成的,我们并没有手工添加
interface gei_1/21
hybrid-attribute fiber
no negotiation auto
switchport access vlan 100
switchport qinq normal
smartgroup 1 mode active
!
interface gei_1/22
hybrid-attribute fiber
negotiation auto
switchport access vlan 100
switchport qinq normal
smartgroup 1 mode active
2 华三7506交换机配置
2.1 创建 BridgeAggregation
interface Bridge-Aggregation10
port access vlan 100
link-aggregation mode dynamic
#
2.2 物理端口加入
interface Ten-GigabitEthernet2/0/45
port link-mode bridge
port access vlan 100
port link-aggregation group 10
#
interface Ten-GigabitEthernet2/0/46
port link-mode bridge
port access vlan 100
port link-aggregation group 10
3 查看命令
3.1中兴
show smartgroup
3.2 H3C
display link-aggregation summary
display link-aggregation verbose Bridge-Aggregation 10