通信人家园
标题:
C200/C220/300 上联端口链路聚合设置
[查看完整版帖子]
[打印本页]
时间:
2022-12-19 15:01
作者:
longpei
标题:
C200/C220/300 上联端口链路聚合设置
C200/C220/300 上联端口链路聚合设置
1、查询命令
ZXAN#show lacp 1 internal (显示trunk组内的端口成员)
ZXAN#show interface smartgroup1 (显示trunk组的端口VLAN模式access/trunk/hybrid及PVID)
ZXAN#show vlan port smartgroup1 (显示trunk组的所属VLAN)
ZXAN#show running-config interface gei_0/6/1 (显示端口所属链路聚合的模式on/active/passive)
2、配置开通 静态聚合 实际应用中常用模式
ZXAN(config)#interface smartgroup1 (创建并进入trunk组)
ZXAN(config-if)#exit (退出trunk组)
ZXAN(config)#interface gei_0/6/1 (进入上联口)
ZXAN(config-if)#smartgroup 1 mode on (将上联口加入trunk组1,模式on表示静态聚合)
——该命令能正确执行的前提是gei_0/6/1与smartgroup 1这两个端口的VLAN属性必须完全一致,包括access/trunk/hybrid、所属的VLAN、是否tag等
ZXAN(config-if)#exit (退出上联口)
ZXAN(config)#interface smartgroup1 (进入trunk组)
ZXAN(config-if)#switchport vlan 200 tag (把trunk组加入VLAN)
——把trunk组看作是一个逻辑端口,对其的VLAN操作与普通的端口一样。该命令执行后组中的端口成员的VLAN配置也会相应改变。
ZXAN(config-if)#smartgroup load-balance src-mac/dst-mac/src-dst-mac/src-ip/dst-ip/src-dst-ip(设置链路聚合负荷分担方式) 默认一般不需要配置。
3、删除配置
ZXAN(config)#interface gei_0/6/1(进入上联口)
ZXAN(config-if)#no smartgroup(将上联口从trunk组内删除)
ZXAN(config)#no interface smartgroup1(删除trunk组,前提是内部的端口成员都已经被删除)
注意事项
C300
interface gei_1/19/1 其它聚合端口类似
hybrid-attribute fiber
negotiation auto //聚合组采用静态后,端口采用自适应模式
flowcontrol disable
port-protect disable
uplink-isolate disable
switchport mode hybrid
switchport vlan 1007-1022,2007-2022 tag
switchport vlan 3801 tag
smartgroup 1 mode on //添加到聚合组,采用静态方式
C300(config)#interface smartgroup1
C300(config-if[smartgroup1])#port-protect disable disable 避免出现其它异常
*C200/220可能没有相关命令,不需要配置 *
在新增聚合端口时,如果两端设备数据没有配置完成时,不得将光纤或网线进行连接,以免形成环路。
时间:
2022-12-20 09:14
作者:
jldfwwt
高手出来放大招了
时间:
2023-1-28 15:23
作者:
sd-bulw
感谢分享
通信人家园 (https://www.txrjy.com/)
Powered by C114