channel-group mode 有4种:ON, 这种模式会强制端口不使用PAgP而形成EtherChannel.在这种模式下,如果希望EtherChannel能够正确的工和,那么就要求链路伙伴的EtherChannel都处于On模式。OF 使端口不能形成EthChannel Auto 这中模式会使端口进入自动协商。如果端口接收到PAgP数据包,那么就形成EtherChannel. 但...
desirable也是pagp的模式 是指无条件协商pagp协议,就和sitchport trunk mode desirable 1个道理
channel-group 3 mode desirable 我在SW4上配置trunk就会报错Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode.Command rejected: An interface whose trunk encapsulation is "Auto" can not be configured to "trunk" mode. 如果我先封装成DOT...
channel-protocol papg:设置通道协议为papg channel-group 1 mode desirable:设置通道组模式1可用 如上,便可知道是什么意思了吧
interface range f0/23 - 24 channel-group 1 mode desirable 给channel通道配上IP地址: interface port-channel 1 ip address 100.1.1.1 255.255.255.0 默认情况下是基于源MAC地址的负载均衡 port-channel load-balance [dst-mac|src-mac] show etherchannel load-balance...
1、ON :强行起etherchannel。 2、desirable:主动、会发送、也会接收协商信息。 3、auto:被动、不发送、只接收协商信息。 4、active:同desirable 5、passive:同auto EtherChannel命令组合: 如果想把端口配置为on: sw1(config-if-range)#channel-group 1 mode on ...
//关闭命令:no interface port-channel 1 3、配置PAGP或者LACP技术要点:要把接口配置为PAGP的desirable模式,使用channel-group 1 mode desirable命令。要把接口配置为PAGP的auto模式,使用channel-group 1 mode auto命令。要把接口配置为LAGP的active模式,使用channel-group 1 mode active命令。要把接口配置为LAGP的passi...
channel-group [num] mode [auto | on | desirable] auto:被动协商;on:不协商;desirable:主动协商。 on只能和on起channel,两个auto不能起channel。 ___ channel-group 1 mode on是创建一个channel并设置模式 channel-group 1是单个接口加入已存在的channel...
sw1(config-if-range)#channel-group 1 mode desirable 如果想把端口配置为PAgP的auto: sw1(config-if-range)#channel-protocol pagp sw1(config-if-range)#channel-group 1 mode auto 如果想把端口配置为LACP的active: sw1(config-if-range)#channel-protocol lacp ...
channel-group 1 mode desirable ! interface FastEthernet6/2 no ip address !--- On the Catalyst 6500/6000, you must issue the switchport command once, !--- without any keywords, to configure the interface as a L2 port. !--- By default, all the ports are router ports (L3 ports). !