• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/18

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

18 Cards in this Set

  • Front
  • Back

What are the standards for the following variants of STP:


STP
RSTP
PVST+
MSTP

STP - 802.1D
RSTP - 802.1W
PVST+ - Cisco Proprietary
MSTP - 802.1S - merged into 802.1Q-2005

What are the potential issues with redundant L2 topologies?

Unicast broadcast storms (circle the network).
Multiple frame copies (via multiple paths).
MAC database instability (MAC entries flip-flop between ports).

What is the goal of STP?

To calculate and implement a loop free L2 topology. It does this by blocking ports where necessary.

What are the 4 steps of 802.1D STP?

Root bridge selection.
Non-root bridges elect a Root Port.
Each segment elects a designated port.
All other ports become non-designated/blocking.

How is the Root Bridge selected?

The lowest Bridge ID.

Describe the bridge ID.

8 bytes in length.
Priority = 4 bits (default = 32768).
ExtSysID (VLAN ID) = 12 bits.
MAC address = 6 bytes.


Describe ports costs.

a. Port costs are based on bandwidth and are assigned to ports to determine Root Ports.
b. If port costs are equal there are a number of tie breakers, the last on being the port ID.


What are the default port costs for the following link speeds?


10Mbps
1Gbps
10Gbps


10Mbps - 100
1Gbps - 4
10Gbps - 2


What are the port states in 802.1D STP?

Blocking.
Listening (15 sec).
Learning (15 sec).
Forwarding.


What was the justification for 802.1W RSTP?


a. Faster topology calculations by replacing the timers with a proposal and agreement structure.
b. Simplified ports states - Forwarding, Discarding, Learning.
c. Additional port roles - Alternate and Backup Ports.
d. Improved topology change notifications (TCN). The local switch can provide updates instead of everything having to go via the Root Bridge as in 802.1D STP.

Describe the port roles in 802.1W RSTP.


a. Alternate Port - an alternative Root Port, changeover is very quick.
b. Backup Port - backup for a Designated Port.

Describe 802.1S MSTP.

Allows you to define the number of STP topologies in the network.
Includes all the features of RSTP

Describe the Spanning-Tree port types.

a. edge - will enable RSTP and shouldn't be connected to another siwtch.
b. network - used for an inter-switch link.
c. normal - default behaviour and shouldn't be used.

Configure the following:



Mode - rapid-pvst
Int e3/3
Port type edge
VLAN 10
priority 4096

Conf
Spanning-tree mode rapid-pvst
Int e2/3
Spanning-tree port type edge
Spanning-tree vlan 10 priority 4096

Which command will help you to determine the STP mode in use on a switch?


show spanning-tree summary.

Describe an Etherchannel:

a. Will allow multiple physical links between switches without STP blocking them.
b. Physical links make up 1 logical link.
c. Traffic is load balanced across the physical links.
d. Static or dynamic (LACP, PAGP) negotiation can be used.


What are the LACP states?

a. Active - will actively try to negotiate an Etherchannel with a neighbouring switch.
b. Passive - will passively establish an Etherchannel if prompted by a neighbouring switch in Active mode.

Which LACP mode combination will result in a failed negotiation?


Passive/Passive.