以太网通道

网友投稿 302 2022-10-17


以太网通道

以太网通道,通常称之为以太网链路捆绑,或者叫链路汇聚、链路聚合;

有如下作用:

将多个类似的接口,捆绑成一个逻辑接口,从而增加设备之间的传输带宽、增加设备之间的连接可靠性,而且可以在设备之间形成链路备份,还可以实现数据转发的负载均衡。

实验拓扑图:

由于STP(生成树协议)的作用,多层交换机1的f0/11和f0/12处于block(阻塞)状态,进行如下操作:

@交换机1:

Switch>enable

Switch#config t

Enter configuration commands, one per line.  End with CNTL/Z.

Switch(config)#hostname SW1

SW1(config)#line con 0

SW1(config-line)#exec

SW1(config-line)#exec-timeout 0

SW1(config-line)#exit

SW1(config)#no ip domain lookup

SW1(config)#interface range f0/10-f0/12

SW1(config-if-range)#channel-group 1 mode on

SW1(config-if-range)#

Creating a port-channel interface Port-channel 1

%LINK-5-CHANGED: Interface Port-channel 1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Port-channel 1, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/10, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/10, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/11, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/11, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/12, changed state to down

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/12, changed state to up

SW1(config-if-range)#exit

SW1(config)#do show ip interface brief

……

@可见到如下一行,表示以太网通道组建立成功

Port-channel 1         unassigned      YES unset  up                    up

@可对以太网通道组进行相关错作

SW1(config)#interface port-channel 1

SW1(config-if)#switchport trunk encapsulatio dot1q

SW1(config-if)#switchport mode trunk

SW1(config-if)#end

@对交换机2进行类似操作即可实现上文拓扑图的功能。

注意:

可以将多个2层链路捆绑在一起;

可以将多个3层链路捆绑在一起。


版权声明:本文内容由网络用户投稿,版权归原作者所有,本站不拥有其著作权,亦不承担相应法律责任。如果您发现本站中有涉嫌抄袭或描述失实的内容,请联系我们jiasou666@gmail.com 处理,核实后本网站将在24小时内删除侵权内容。

上一篇:mybatis那些约定的配置你真的都了解吗(经验总结)
下一篇:网络设备的半双工与全双工
相关文章

 发表评论

暂时没有评论,来抢沙发吧~