4 - LAN Troubleshooting Flashcards

1
Q

What show cmds help in determining the root switch?

A
  • show spanning-tree vlan 10
  • show spanning-tree vlan 10 root
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What rules out a switch as being a possible root switch?

A

The presence of an RP. Root switches do not have RPs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is one way to find the root switch?

A

Follow the RPs. They will lead you to the root.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What show cmd tells you the priority and BID of the root regardless of where the cmd is run?

A

show spanning-tree 10 root

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What information does an incoming Hello BPDU that allows a switch to determine the root port?

A
  • root cost of sending switch
    • In the event of a tie the BPDU also lists:
      • sending switches BID
      • sending interface ID (i.e. fa0/1, fa0/2)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How does a switch determine its root port?

A

adds the root cost of incoming Hello BPDUs to the cost of the interface that BPDU came in on.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When determining RP, what is wrong with noting each interface cost on all link on a diagram to figure out everyone’s RP?

A
  • This doesn’t take into account:
    • whether the interface is running at its maximum speed or not
    • if an interface cost has been manually configured.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What if a there is a tie in costs to the root? How is the tie broken?

A
  • choose the neighbor with the lowest BID
  • If there is a tie (two ports going to same switch):
    • choose the neighbor with the lowest port priority
    • then choose the neighbor with the lowest internal port number. fa0/1 fa0/2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a switches internal port number?

A

Cisco switches assign an internal integer to identify each interface on the switch, like fa0/1, fa0/2,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a switchports default port priority?

A
  1. The lower the priority the better.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the command to change a switchports port priority?

A

spanning-tree vlan 10 port-priority 110

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A switch is trying to determine its RP. The costs along two paths are identical. The switch then compares BIDs. When is the only time the second two tie-breaking methods would be tried?

A

When the switch has two or more connections to the same switch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are valid commands to bring up a PAgP Etherchannel?

A

channel-group 1 mode auto, channel-group 1 mode desireable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are valid commands to bring up a LACP Etherchannel?

A

channel-group 1 mode active, channel-group 1 mode passive

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What show command helps diagnose faulty Etherchannel configuration?

A

show etherchannel summary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What 7 items are checked before a link is allowed to participate in an Etherchannel?

A
  • Speed
  • Duplex
  • Same Operational State (access or trunking)
  • If Access then same VLAN
  • If a trunk port
    • the allowed VLAN list (per the switchport trunk allowed command)
    • same native VLAN
    • STP interface settings
17
Q

How are the 7 Etherchannel checks performed on the neighboring switch of an Etherchannel?

A
  • Either LACP or PAgP
  • If Etherchannel is manually configured then CDP
18
Q

In an Etherchannel, how does the data plane of the switch view the participating interfaces?

A

Etherchannel tells the data plane not to learn MAC addresses on the physical interfaces but rather on the Etherchannel.

19
Q

What is the default load-balancing method of an Etherchannel?

A

Based on the low-order (far right) bits of the source MAC address.