Term
How many links can be in a single EtherChannel? |
|
Definition
2-8 links of FastEther, GigEther, or 10GEther. |
|
|
Term
When in non-trunk, all bundled ports must be on the same ______ to be in the same EtherChannel? |
|
Definition
|
|
Term
What must happen on all ports to be bundled into the same trunk on an EtherChannel group? |
|
Definition
They must be in trunking mode, have the same native VLAN, and pass the same VLANs. |
|
|
Term
All ports bundled in EtherChannel should have identical settings for what? |
|
Definition
Speed, Duplex, and Spanning-Tree. |
|
|
Term
In EtherChannel frames are balance on the links according to ________? |
|
Definition
A hashing algorithm that can use; source IP, Destination IP, a combination of source/dest IP, source/dest MAC, or TCP/UDP port numbers. |
|
|
Term
The load balancing hashing algorithm can use what factors to load balance? |
|
Definition
source IP, Destination IP, a combination of source/dest IP, source/dest MAC, or TCP/UDP port numbers. |
|
|
Term
What logical operation is used by the hashing algorithm on the frame bits to decide on a link for load balancing? |
|
Definition
|
|
Term
What method is the default for load balancing on Layer 3 with EtherChannel? |
|
Definition
source and destination IP, or 'src-dst-ip' |
|
|
Term
What are the 9 possible methods that can be used with the '#port-channel load-balance' command? |
|
Definition
scr-ip, dst-ip, src-dst-ip, src-mac, dst-mac, src-dst-mac, src-port, dst-port, src-dst-port. |
|
|
Term
What method is the default for load balancing on Layer 2 with EtherChannel? |
|
Definition
|
|
Term
What are the two methods of negotiating bundled links in Cisco Switches? |
|
Definition
PAgP (Port Aggregation Protocol, Cisco proprietary) and LACP (Link Aggregation Control Protocol, Standards based). |
|
|
Term
What are the three operating modes for PAgP? |
|
Definition
-On, does not negotiate -Desirable(Active!) actively seeks to form a channel -Auto(Passive!), the default, negotiates only if far end initiates it. |
|
|
Term
What does PAgP do if a configuration is made on a single port in the EtherChannel? |
|
Definition
It reconfigures all of the other ports to match the change. |
|
|
Term
What does IEEE 802.3ad define? |
|
Definition
LACP (Link Aggregation Control Protocol) |
|
|
Term
How many potential links does LACP allow for in a EtherChannel? |
|
Definition
It allows for 16, but only 8 are used at a time, chosen by their port priority value (lowest wins!) |
|
|
Term
What are the three operating modes for LACP? |
|
Definition
-On, does not negotiate -Active, actively seeks to form a channel -Passive, negotiates only if far end initiates it. |
|
|
Term
What two commands must be placed on a switch port before it can become part of a EtherChannel group? |
|
Definition
(if) channel-protocol [PAgP/LACP] channel-group # mode [on/auto/desirable] |
|
|
Term
On PAgP links, when should the non-silent command be added to the end of the 'channel-group' command? |
|
Definition
When you expect another PAgP-capable switch to be on the other end. This allows for more accurate information for the Spanning Tree Protocol. |
|
|
Term
What is the value range and default value of the LACP system-priority and port-priority? |
|
Definition
1-65536, and the default is 32768. |
|
|
Term
What happens when two switches connected via EtherChannel and LACP have different LACP system priority values? the same values? |
|
Definition
-If different, the system with the lowest value will make all decisions about the EtherChannel makeup. -If the same, the switch with the lowest MAC address will make the decisions about the EtherChannel. |
|
|
Term
What is the command to change the LACP system priority value? |
|
Definition
(Config) lacp system-priority ##### |
|
|
Term
What is the command to change the LACP port priority value? |
|
Definition
(if) lacp port-priority ##### |
|
|
Term
If more than 8 ports are added to an LACP EtherChannel, what happens with the ports with high port-priority numbers? |
|
Definition
Lower port-priorities are made active ports in the group, and higher ones are placed into the standby status. |
|
|
Term
What are the only modes for PAgP and LACP that with exchange negotiation packets? |
|
Definition
Active/Desirable, and Passive/Auto. |
|
|
Term
If two ports are in the Passive/Auto mode for LACP and PAgP, will they establish a connection? |
|
Definition
No! they both wait for the other side to initiate! |
|
|
Term
What are the possible commands that can be added to 'show etherchannel' ? |
|
Definition
summary, port, port-channel, detail, load-balance. |
|
|
Term
What configuration step will turn a Layer 2 EtherChannel into a Layer 3 EtherChannel? |
|
Definition
Adding and IP address to the PortChannel interface. |
|
|