首页 > 其他 > 详细

Etherchannel 配置

时间:2015-01-22 07:04:25      阅读:263      评论:0      收藏:0      [点我收藏+]

端口聚合协议(PAgP)--------思科私有

和链路聚合控制协议(LACP)---------IEEE 802.3ad

技术分享

PAgP模式

desirable:主动询问对端是否参与

Auto:被动等待对端

SW1
SW2
channel establishment
onon

yes

auto/desirable
desirable

yes

on/auto/desirable
no configured
no
on
desirable
no
auto/on
auto
no


LACP模式

Active:主动询问另一端是否能参与

Passive:被动等候另一端

SW1SW2channel establishment
ononyes
acitve/passiveactive

yes

on/active/passive
no configured
no
on
activeno
passive/on
passive
no


基于LACP配置ehterchannel

SW1

S1(config)#interface range fa0/1-2

S1(config-if-range)#channel-group 1 mode active

S1(config-if-range)#interface port-channel 1

S1(config-if)#switchport trunk encapsulation dot1q

S1(config-if)#switchport mode trunk

S1(config-if)#switchport trunk allowed vlan all


SW2

S2(config)#interface range fa0/1-2

S2(config-if-range)#channel-group 1 mode active

S2(config-if-range)#interface port-channel 1

S2(config-if)#switchport trunk encapsulation dot1q

S2(config-if)#switchport mode trunk

S2(config-if)#switchport trunk allowed vlan all


验证

技术分享


技术分享


技术分享

本文出自 “小li同学” 博客,请务必保留此出处http://ljclee.blog.51cto.com/9538192/1606829

Etherchannel 配置

原文:http://ljclee.blog.51cto.com/9538192/1606829

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!