Gå til hovedindhold
  • Afgiv ordrer hurtigt og nemt
  • Se ordrer og spor status for din forsendelse
  • Opret og få adgang til en liste med dine produkter
  • Administrer dine Dell EMC-websteder, -produkter og -kontaktpersoner på produktniveau ved hjælp af Company Administration (Virksomhedsadministration).

如何在 Dell Networking EMC OS9 交换机上创建链路聚合组 (LAG)

Oversigt: 如何在 Dell Force10 交换机上设置 LAG, 如何在 Dell 交换机上设置端口通道, 如何在 Dell Force10 交换机上配置链路聚合

Denne artikel er muligvis automatisk blevet oversat. Hvis du gerne vil give feedback om dens kvalitet, så giv os besked ved hjælp af formularen nederst på denne side.

Artikelindhold


Instruktioner


本文介绍如何在Dell Networking Force10交换机上实施链路聚合组(LAG)。

 

LAG类型的选项

 

  • 静态
  • Link Aggregation Control Protocol (LACP)(链路聚合控制协议)


静态LAG的示例


 

命令

用途

ftos#configure

进入配置模式。

ftos(conf)#interface port-channel 1

定义端口通道编号。

ftos(conf-if-po-1)#channel member te 0/1 - 4

设置端口通道中所需的物理端口范围。  命令中的数字和连字符之间需要空格。

ftos(conf-if-po-1)#no shutdown

在端口通道上设置管理模式。


 

LACP LAG的示例



LACP模式

 

  • Active(主动)-- 在此状态下,接口被认为处于“主动协商状态”。LACP在配置为处于此状态的任何链路上运行。处于Active(主动)状态的端口自动通过启动 LACP数据包启动与其它端口的协商。
  • Passive(被动)-- Passive(被动)— 在此状态下,接口不处于主动协商状态,但LACP在该链路上运行。处于Passive(被动)状态的端口响应处于Active(主动)状态的端口发出的协商请求。处于(被动)状态的端口响应LACP数据包。

     

命令

用途

ftos# configure

进入配置模式。

ftos(conf)# interface range te 0/1 - 4

输入端口通道所需的物理端口的范围。  命令中的数字和连字符之间需要空格。

ftos(conf-inf-range-gi0/0-3)# no shutdown

在端口上设置管理模式。

ftos(conf-inf-range-gi0/0-3)# port-channel-protocol lacp

进入端口通道协议类型LACP。

ftos(conf-inf-range-gi0/0-3-lacp)#port-channel 1 mode [active | passive]

定义端口通道编号和模式。


 

验证和监控命令


 

命令

用途

ftos#show interfaces port-channel brief

显示配置的所有端口通道的缩略详细信息。

ftos#show lacp 1

显示LACP模式中的特定端口通道的详细信息。

ftos#show interfaces port-channel 1

显示指定端口通道接口的详细信息。



 

使用固件版本9.4.0.0验证提供的配置选项。根据安装的固件版本,命令选项稍有差异。

 

Egenskaber for artikel


Berørt produkt

Force10 MXL Blade, Force10 S25-01-GE-24P, Force10 S25-01-GE-24T, Force10 S25-01-GE-24V, Force10 S50-01-GE-48T-V, Force10 S50-01-GE-48T, PowerSwitch S4810P, Force10 S50P, Force10 S55T, Force10 S60-44T

Sidste udgivelsesdato

21 feb. 2021

Version

3

Artikeltype

How To