2层3层以太网通道建立

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

配置2层以太网通道

Switch(config)#interface fastEthernet 0/1

Switch(config-if)#switchport mode access

Switch(config-if)#switchport access vlan 2

Switch(config-if)#channel-group 5 mode ?

active Enable LACP unconditionally

auto Enable PAgP only if a PAgP device is detected desirable EnablePAgP unconditionally

on Enable Etherchannel only

passive Enable LACP only if a LACP device is detected Switch(config-if)#channel-group 5 mode auto

Switch#show run

配置3层以太网通道

Switch(config-if)#interface port-channel 15

Switch(config-if)#no switchport

Switch(config-if)#ip address 192.168.2.2 255.255.255.0 Switch(config-if)#end

Switch#

把物理接口添加到通道组中

Switch(config)#interface fastEthernet 0/3

Switch(config-if)#no ip address

Switch(config-if)#no switchport

Switch(config-if)#channel-group 15 mode active Switch(config-if)#end

Switch#

Switch(config)#interface fastEthernet 0/3 Switch(config-if)#no switchport

Switch(config-if)#no ip address

Switch(config-if)#channel-group 15 mode active Switch(config-if)#end

检查以上设置

Switch#showetherchannel 15 detail

Switch#showetherchannel 15 port-channel

配置以太网通道负载均衡

Switch(config)#port-channel load-balance dst-mac Switch#showetherchannel load-balance Destination MAC address

相关文档
最新文档