Dell交換機(jī)配置鏈路聚合
Dell交換機(jī)配置鏈路聚合如何?要如何弄Dell交換機(jī)配置鏈路聚合.下面是學(xué)習(xí)啦小編收集整理的Dell交換機(jī)配置鏈路聚合,希望對大家有幫助~~
Dell交換機(jī)配置鏈路聚合
1. 配置鏈路聚合
說明:DELL 5524 交換機(jī)可以使用手動創(chuàng)建鏈路聚合,也可以使用 LACP 協(xié)議進(jìn)行鏈路聚
合。將交換機(jī) 19-20 端口設(shè)定為靜態(tài)鏈路聚合,將 21-22 端口設(shè)定為LACP 動態(tài)鏈路聚合。
DELL 55xx 系列交換機(jī)默認(rèn)只能創(chuàng)建 32 個鏈路聚合組,每個組里最大只能有 8 個端口。因
此靜態(tài)鏈路聚合使用組 1,而 LACP 鏈路聚合使用組 2
1.1. 創(chuàng)建一個靜態(tài)鏈路聚合
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. 創(chuàng)建一個 LACP 動態(tài)鏈路聚合
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. 設(shè)置好了屬性,下面開始創(chuàng)建聚合組
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. 保存交換機(jī)配置
console# copy run sta
Dell交換機(jī)配置鏈路聚合相關(guān)文章:
1.packet tracer 交換機(jī)的鏈路聚合命令行配置