cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1343
Views
11
Helpful
4
Replies

Forming an EtherChannel

rossua994
Level 1
Level 1

With the command :-

channel-group 1 mode { on | auto | desirable }

which combinations of the parameters on, auto, and desirable (on the respective two ports on the ends of the link) would result in the link becoming part of the etherchannel 1 ?

I am aware that if both ports on the ends of the link are set to auto then the link will NOT be added to the etherchannel 1, but I am unsure about the other combinations.

For example, if one of the ports is set to on, must the other port also be set to on ?

And would on + desirable, for example, NOT form an etherchannel ?

1 Accepted Solution

Accepted Solutions

Edison Ortiz
Hall of Fame
Hall of Fame

You are missing another mode which is the (active | passive) (LACP)

PAgP etherchannel (desirable|auto)

A port in the desirable mode can form an EtherChannel with another port that is in the desirable or auto mode.

A port in the auto mode can form an EtherChannel with another port in the desirable mode.

A port in the auto mode cannot form an EtherChannel with another port that is also in the auto mode because neither port starts PAgP negotiation.

_________________________

LACP etherchannel (passive|active)

A port in the active mode can form an EtherChannel with another port that is in the active or passive mode.

A port in the passive mode cannot form an EtherChannel with another port that is also in the passive mode because neither port starts LACP negotiation.

________________

Etherchannel without negotiation (on|on)

EtherChannel on mode can be used to manually configure an EtherChannel. The on mode forces a port to join an EtherChannel without negotiations. The on mode can be useful if the remote device does not support PAgP or LACP. In the on mode, a usable EtherChannel exists only when the switches at both ends of the link are configured in the on mode.

Ports that are configured in the on mode in the same channel group must have compatible port characteristics, such as speed and duplex. Ports that are not compatible are suspended, even though they are configured in the on mode.

View solution in original post

4 Replies 4

glen.grant
VIP Alumni
VIP Alumni

You can use desirable on both ends or use desirable on one end and auto on the other.

What if you had one port set to on, and the other to desirable, would this form an etherchannel ?

Hi,

No, "On" disables the negotiation entirely (the other side won't be able to negotiate), thus you must have both side ON, or at least one side desirable and the other can be auto or desirable.

Auto just listens for PAgP and never tries to initiate an EtherChannel negotiation, and thats why you can't have both sides as Auto.

HTH,

Mohammed Mahmoud.

Edison Ortiz
Hall of Fame
Hall of Fame

You are missing another mode which is the (active | passive) (LACP)

PAgP etherchannel (desirable|auto)

A port in the desirable mode can form an EtherChannel with another port that is in the desirable or auto mode.

A port in the auto mode can form an EtherChannel with another port in the desirable mode.

A port in the auto mode cannot form an EtherChannel with another port that is also in the auto mode because neither port starts PAgP negotiation.

_________________________

LACP etherchannel (passive|active)

A port in the active mode can form an EtherChannel with another port that is in the active or passive mode.

A port in the passive mode cannot form an EtherChannel with another port that is also in the passive mode because neither port starts LACP negotiation.

________________

Etherchannel without negotiation (on|on)

EtherChannel on mode can be used to manually configure an EtherChannel. The on mode forces a port to join an EtherChannel without negotiations. The on mode can be useful if the remote device does not support PAgP or LACP. In the on mode, a usable EtherChannel exists only when the switches at both ends of the link are configured in the on mode.

Ports that are configured in the on mode in the same channel group must have compatible port characteristics, such as speed and duplex. Ports that are not compatible are suspended, even though they are configured in the on mode.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card