首页 > 其他 > 详细

CCNP(BCMSN)实验:配置Ether channel(2层绑定通道)

时间:2020-10-12 17:34:09      阅读:21      评论:0      收藏:0      [点我收藏+]
技术分享图片
实验简介:如果有2条路的话可形成环路,开启生成树,则浪费掉一条路,可惜了
绑定后,可以让两条路由共同承担流量
实验过程:
第一步:在sw1上配置

sw1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
sw1(config)#int ran f0/23 -24
sw1(config-if-range)#switchport trunk encapsulation dot1q
sw1(config-if-range)#sw mode trunk
sw1(config-if-range)#channel-group 2 mode on
第二步:在sw2上配置

sw2(config)#int ran f0/23 -24
sw2(config-if-range)#sw trunk encapsulation dot1q
sw2(config-if-range)#switchport mo trunk
sw2(config-if-range)#channel-group 2 mode on
第三步在sw1上查看

sw1#sh et su
Flags: D - down P - in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
u - unsuitable for bundling
w - waiting to be aggregated
d - default port

Number of channel-groups in use: 2
Number of aggregators: 2

Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
2 Po2(SU) - Fa0/23(P) Fa0/24(P)
第四步:在sw2上查看

sw2#sh etherchannel su
sw2#sh etherchannel summary
Flags: D - down P - in port-channel
I - stand-alone s - suspended
H - Hot-standby (LACP only)
R - Layer3 S - Layer2
U - in use f - failed to allocate aggregator
u - unsuitable for bundling
w - waiting to be aggregated
d - default port

Number of channel-groups in use: 2
Number of aggregators: 2

Group Port-channel Protocol Ports
------+-------------+-----------+-----------------------------------------------
2 Po2(SU) - Fa0/23(P) Fa0/24(P)

CCNP(BCMSN)实验:配置Ether channel(2层绑定通道)

原文:https://blog.51cto.com/starshomes/2541298

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