Dell交换机配置链路聚合
Dell交换机配置链路聚合如何?要如何弄Dell交换机配置链路聚合.下面是小编收集整理的Dell交换机配置链路聚合,希望对大家有帮助~~
Dell交换机配置链路聚合
1. 配置链路聚合
说明:DELL 5524 交换机可以使用手动创建链路聚合,也可以使用 LACP 协议进行链路聚
合。将交换机 19-20 端口设定为静态链路聚合,将 21-22 端口设定为LACP 动态链路聚合。
DELL 55xx 系列交换机默认只能创建 32 个链路聚合组,每个组里最大只能有 8 个端口。因
此静态链路聚合使用组 1,而 LACP 链路聚合使用组 2
1.1. 创建一个静态链路聚合
console# configure terminal
console(config)# interface range gigabitethernet 1/0/19-20
console(config-if-range)#channel-group 1 mode on
console(config-if)#end
console#
1.2. 创建一个 LACP 动态链路聚合
console# configure terminal
console(config)#lacp system-priority 120
console(config)# interface range gigabitethernet 1/0/19-20
console(config-if-range)#lacp port-priority 247
console(config-if-range)#lacp timeout long
console(config-if)#end
console#
1.3. 设置好了属性,下面开始创建聚合组
console# configure terminal
console(config)# interface range gigabitethernet 1/0/21-22
console(config-if-range)#channel-group 2 mode auto
console(config-if)#end
console#
1.4. 配置channle-group为trunk
console# configure terminal
console(config)# interface channle-grup 2
console(config-if-range)#channel-group 2 mode trunk
console(config-if)#end
console#
1.5. 保存交换机配置
console# copy run sta