配置端口聚合EtherChannel(以太网通道)实验

实验目的
通过本实验,读者可以掌握如下技能:

  • EtherChannel的工作原理
  • EtherChannel的配置

实验拓扑
在这里插入图片描述
实验步骤
构成EnterChannel的端口必须具有相同的特性,如双工模式、速度和Trunking 的状态等。配置EtherChannel有手支配置和自动配置(PAGP或者LAGP)两种方法,自动配置就是让EtherChannel协商协议自动协商EtherChannel的建立。

Switch0

Switch(config)#hostname S1
S1(config)#interface port-channel 1
Switch(config-if)#exit
//以上是创建以太通道,要指定一个唯一的通道组号,组号的范围是1~6的正整数。要取消EtherChannel时用”no interface port-channel 1”命令

S1(config)#interface f0/13
S1(config-if)#channel-group 1 mode on 

S1(config)#interface f0/14
S1(config-if)#channel-group 1 mode on 
S1(config-if)#exit
//以上将物理接口指定到已创建的通道中

S1(config)#int port-channel 1
S1(config-if)#switchport mode trunk
S1(config-if)#speed 100
S1(config-if)#duplex full
//以上配置通道中的
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值