EtherChannel Flashcards
What is EtherChannel?
Bonding of multiple physical interfaces as a single logical interface.
i.e. LAG - Link Aggregate Group or ‘Port Channel’
- Recomended oversubscription ratio from the access layer to the distribution layer
- Recomended oversubscription ratio from the distribution layer to the core layer
- 20:1
- 4:1
In EtherChannel, what is a ‘flow’?
A traffic from a client to a server.
Can be setup to hash on:
- MAC address (Layer 2 [L2])
- IP address (Layer 3 [L3])
- port number (Layer 4 [L4])
What are the 3 EtherChannel Protocols?
- LACP - Link Aggregation Control Protocol - Open Standard
- PAgP - Port Aggregation Protocol - Cisco proprietary
- Static EtherChannel - Manual config on each side of the link
True or False?
Parameters on both sides of an EtherChannel link need to be setup the same?
True
- Speed
- Duplex
- Access or Trunk Mode
- Native VLAN on trunk ports
- Access VLAN on access ports
Interface Active/Passive combinations in LACP (EtherChannel) endpoints (3):
Passive / Passive - No Link
Active / Passive - LAG link comes up
Active / Active - LAG link comes up - This is best
Interface Desirable/Auto combinations in PAgP (EtherChannel) endpoints (3):
Auto / Auto - No Link
Desirable / Auto- LAG link comes up
Desirable / Desirable - LAG link comes up - This is best
Interface ‘On’ in Static combinations (EtherChannel) endpoints.
On / On - LAG link comes up
How do you configure EtherChannel on a device?
SW1(config)# interface range f0/1 - 4
SW1(config-if-range)# channel-group 1 mode active SW1(config-if-range)# channel-group 1 mode desirable SW1(config-if-range)# channel-group 1 mode on
SW1(config)# interface port-channel 1
SW1(config-if)# switchport trunk encapsulation dot1q
SW1(config-if)# switchport mode trunk
Command to view EtherChannel info
SW1# show etherchannel summary
Command to view Spanning Tree config as it relates to EtherChannel:
SW1# show spanning-tree vlan 1
What is StackWise as it relates to EtherChannel?
A form of Multi-Chassis EtherChannel.
Requires a high end multi-switch stack on one end of the link.
Supports full load balancing and redundancy.
Supported on some Catalyst switches.
What is VSS as it relates to EtherChannel?
Virtual Switching System which is supported on some Catalyst switches.
A form of Multi-Chassis EtherChannel.
What is vPC as it relates to EtherChannel?
Virtual Port Channel on Nexus switch family switches.
Switches are not part of a traditional “stack”, they are just seperate switches that talk to each other.