学习啦>学习电脑>选购与维护>电脑组装教程>

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

Dell交换机配置链路聚合相关文章:

1.packet tracer 交换机的链路聚合命令行配置

2.交换机怎么配置端口聚合

3.Cisco三层交换机链路聚合配置应用实例

4.华为S9300交换机端口聚合配置

5.交换机介绍及选购教程

6.思科系列交换机型号介绍

    2870911