• 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/51

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;

51 Cards in this Set

  • Front
  • Back

what are the three major problems loops cause?

broadcast storms, CAM table instability, multiple frame transmission

Describe CAM table instability

when a broadcast storm causes a switch to continually receive copies of a frame from two or more different source IF's, it floods the CAM table with new entries, making the sender of the frame unreachable)

Describe the problem of multiple frame transmission

receiving node can't make sense of the data it's being sent as it continually receives the same frame repeatedly



Describe a switches convergence process?

A switch will notice if its root port does not send a BPDU within the maxage timer or if the interface goes down, at which point it will listen for other superior BPDU's and react accordingly

What two temporary states must a blocking port go through to become a forwarding port?

listening, learning

Describe listenign state

Does not record macs entering interface nor process frames. Any entries in the CAM table it does not recieve frames from during this time will be removed

Describe learning state

Still does not forward out interface but will begin to learn macs

What are the different versions of STP

PVSTP (per vlan), RSTP, RPVST (per vlan,

What command sets STP version?

spanning-tree mode

How is the BID divided?

Priority field (16bit); switch mac address (6 byte)

how is the priority field divided on cisco switches?

4 bit priority field, 12 bit system id extension field (corresponds to # of vlans cisco switches support, with the first 4 bits representing multilpes of 4096)

What is the default priority base value on cisco devices?

32, 768

what number must priority field be set to multiples of?

4096

What are the default costs?

10 = 100, 100 = 19, 1gbps = 4, 10gbps = 2

How can you change the priority field on cisco switches?

spanning-tree vlan priority

What coes spanning-tree vlan root primary set the priority to?

24, 576

What does spanning-tree vlan root secondary set the priority to?

28,672

What is portfast?

Portfast causes ports to skip learning/listenign states on ports that won't have switches connected to them

how do you enable/disable portfast per if?

(no) spanning-tree portfast

how do you enable/disable portfasst globaly?

spanning-tree portfast default


spanning-tree portfast disable (per if)

what is BPDUGuard?

Blocks if from recieving bpdu's to prevent unwanted switches from connecting

hwo do you enable bpdu guard per if?

spanning-tree bpduguard disable|enable

how do you enable bpdu guard globally?

spanning-tree bpduguard default

What is an etherchannel?

An etherchannel is a set of interfaces to be treated as one, where stp states are shared, and a broadcast recieved in one isn't forwarded out the other (and cam entries list it vs a specific if)

How do you put an interface into an etherchannel?

channel-group number mode on

What does PaGP stand for?

Port Aggregation protocol (cisco)

What does LACP stand for?

Link Aggregation protocol (IEEE)

What are the attributes for a PaGP interface?

desirable|auto

What are the attributes for an LACP interface?

active|passive



Does an etherchannel number on one end of a link have to match that on the other?

No

If one etherchannel is configured manually, can the other be set dynamically?

No

Can one etherchannel use LACP while the other PAGP?

no

How do you set an interface to negotiate etherchannel with PAGP?

channel-group *number* mode desirable|auto



how do you set an interface to negotiate etherchannel with LACP?

channel-gropu *number* mode active|passive

What will show spanning-tree vlan * do/

see root id, bridge id, their macs, timers, dp's, rp's

What will show spanning-tree root show?

shows root id, cost, and port for each vlan

what will show spanning-tree vlan * bridge do?

show priority broken down into priority & vlan

how can one interactively show stp changes?

debug spanning-tree events

How is the root port determined?

Whoever has the lowest cost

What are the tie breakers for RP?

lowest BID


lowest priority


lowest internal port #

How is DP determined?

BPDU with lowest cost

What timer determines how long listening and learning states last?

forward delay timer

What are tie breakers for DP?

BID, port priority, port #

What attributes must be up for an etherchannel to stay up (independent of interfaces)

manual/pagp/lacp


auto on both switches


passive on both switches

What attributes must be shared for all individual interfaces in an etherchannel to not be err-disabled or similar?

speed, duplex, access/trunk, access vlan, native vlan, allowed vlans,

what attributes must be share dby all individual interfaces on the same switch specifically to work

STP port cost & priority settings

what is the range of possible priorities?

0-255

How do you set port priority?

spanning-tree vlan * port-priority

how do you set port cost?

spaning-tree cost

How can you see etherchannel status?

show etherchannel summary

To troubleshoto etherchannel, what must we check?

1) That both sides of switch agree on manual/LACP/PAGP and that LACP/PAGP aren't both passive or both auto


2) that speed, duplex, access/trunk, allowed/native vlans agree
3) that on same switch STP cost and priority match