EtherChannel Questions 3
Question 1
Explanation
From the outputs of the “show etherchannel summary” commands we learn that Switch1 is configuring EtherChannel with LACP while Switch2 is configuring with EtherChannel “on” mode -> the EtherChannel bundle does not go up.
Question 2
Question 3
Question 4
Question 5
Question 6
Question 7
Explanation
You can determine if your port has been error disabled if you issue the “show interfaces” command.
cat6knative#show interfaces gigabitethernet 4/1 status Port Name Status Vlan Duplex Speed Type Gi4/1 err-disabled 100 full 1000 1000BaseSX
Therefore we can check these attributes: VLAN, Duplex and Status. “Status” here can be considered the “port mode” (errdisabled mode) so in fact there are three correct answers in this case. But we should choose “VLAN” and “Duplex” which are obviously correct.
Question 8
Question 9
Explanation
By default, when an LACP channel is configured, the LACP channel mode is passive.
Reference: http://www.cisco.com/c/en/us/support/docs/lan-switching/etherchannel/19642-126.html
Question 10
Explanation
From the output above, we see the “Protocol” field is empty (with a “-” sign). Therefore we can conclude it does not run any EtherChannel protocol (mode “on”). This EtherChannel is up with “(SU)” keywords (“S” means “Layer 2” and “U” means “up”) -> This is an Layer 2 EtherChannel mode “on”.
@certprepare
Please help with Q6 ? is it D or A ?
Thanks
There is no context for Q6. assuming it is a L2 domain, and not L3, do they want to optimise for servers to client, or client to servers, or both. From which switch perspective, each is balancing the traffic in the opposite direction, so src and dst is effectively reversed. I would say the only sensible and general answer is B as it covers both directions.
If they really want to know Server to client, then it is just Sw1 perspecive, you would want A, or B
If it is Client to Servers, then it is from Switch 2 Perspective, and C or D, depending on if it is Layer 2 or Layer 3.
In summary, Shit question, no way to know the correct answer. I wouldn’t choose any of those in production, I would use src and dst IP probably, if it was for both switches. Never know what else they will connect to in the future, and it is set system wide.