固件要求
型号 |
固件版本 |
M4300 系列交换机 |
12.0.9.3 及以上 |
拓扑图
连线对应 |
M4300-1 |
M4300-2 |
端口位置1 |
1 |
3 |
端口位置2 |
2 |
4 |
两台电脑分别连接 M4300-1 和 M4300-2
一、通过 WEB 界面配置
- 进入链路聚合配置
菜单:Switching > LAG > LAG Configuration
- Lag Name:链路聚合名称
- Link Trap:当链路聚合状态改变时,是否发送Trap
- Admin Mode:启用/禁用链路聚合
- STP Mode:是否在链路聚合上启用STP
- Static Mode:是否为静态模式
- Hashing Mode:链路聚合所使用的 HASH 算法,默认选第3项:Source IP and source TCP/UDP port
注意:Hashing Mode 需要两端都一致。
- M4300-1 的链路聚合
点击 ch1 进入链路聚合配置。
- Admin Mode 选择 Enable,表示此 LAG/链路聚合是启用状态
- Static Mode 选择 Disable(建议)
- 在 Ports 中,将1和2勾上
- 点击 Apply 保存配置。
- M4300-2 的链路聚合
点击 ch1 进入链路聚合配置。
- Admin Mode 选择 Enable,表示此 LAG/链路聚合是启用状态
- Static Mode 选择 Disable(建议)
- 在 Ports 中,将3和4勾上
点击Apply保存配置。
注意:在M4300-1 中选择了 ch1,在 M4300-2 中也选择了 ch1,其实 ch1 只是名称。选择 ch 时,两边无需要一一对应。
- 查看链路聚合状态
菜单:Switching > LAG > LAG Configuration
当看到状态是 Up,表示链路聚合已在运行当中。在 Active Ports 中可以看到正在使用的端口。
二、通过 CLI 界面配置
- M4300-1 的链路聚合
(M4300-28G-PoE+) (Config)#interface 1/0/1 (M4300-28G-PoE+) (Interface 1/0/1)#addport lag 1 (M4300-28G-PoE+) (Interface 1/0/1)#exit (M4300-28G-PoE+) (Config)#interface 1/0/2 (M4300-28G-PoE+) (Interface 1/0/2)#addport lag 1 (M4300-28G-PoE+) (Interface 1/0/2)#exit (M4300-28G-PoE+) (Config)#port-channel adminmode all |
//进入1号口配置 //将1号接口添加到 lag1/ch1 //进入2号接口配置 //将2号口添加到 lag1/ch1 //启用链路聚合 | |
- M4300-2 的链路聚合
(M4300-28G-PoE+) (Config)#interface 1/0/3 (M4300-28G-PoE+) (Interface 1/0/3)#addport lag 1 (M4300-28G-PoE+) (Interface 1/0/3)#exit (M4300-28G-PoE+) (Config)#interface 1/0/4 (M4300-28G-PoE+) (Interface 1/0/4)#addport lag 1 (M4300-28G-PoE+) (Interface 1/0/4)#exit (M4300-28G-PoE+) (Config)#port-channel adminmode all |
//启用链路聚合
| |
- 查询链路聚合状态
使用命令 show port-channel all 显示逻辑接口标识(logical interface ids),并且在接下的命令中将使用逻辑接口标识去确定 LAGs。假定lag_1被指派的标识是1/0/1与1/0/2。
(M4300-28G-PoE+) #show port-channel all Log. Channel Admin Load Mbr Device/ Port Port Intf Name Min Link Mode Type Balance Ports Timeout Speed Active ------- --------------- ---- ------ ------ ---- -------- ------- ------------- --------- ------- lag 1 ch1 1 Down En. Dyn. 2 1/0/1 actor/long Auto False partner/long 1/0/2 actor/long Auto False partner/long lag 2 ch2 1 Down En. Dyn. 2 lag 3 ch3 1 Down En. Dyn. 2 lag 4 ch4 1 Down En. Dyn. 2 | |
- 查询端口状态
(M4300-28G-PoE+) #show port-channel 1/0/1 Local Interface................................ 1/0/1 Channel Name................................... ch1 Link State..................................... Up Admin Mode..................................... Enabled Type........................................... Static Load Balance Option............................ 3 (Src/Dest MAC, VLAN, EType, incoming port) Local Preference Mode.......................... Enabled Mbr Device/ Port Port Ports Timeout Speed Active ------ ------------- --------- ------- 1/0/1 actor/long Auto True partner/long 1/0/2 actor/long Auto True partner/long 1/0/3 actor/long Auto False partner/long 1/0/4 actor/long Auto False partner/long | |
序号 no. |
日期 date |
作者 author |
摘要 summary |
1 |
2020-6-17 |
Cooper Hu |
文档创建 |