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

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;

65 Cards in this Set

  • Front
  • Back

Why was the Spanning Tree Protocol (STF) developed?

To prevent loops in L2 networks

What are Application-Specific Integrated Circuits (ASICs)?

Switch-based hardware circuits used to maintain hardware address tables

What disadvantage does redundancy in L2 networks create?

The possibility of loops

What are the 2 key points to consider when designing a switched network?

Collision domains should be broken ups much as possible; and users.should spend 80% of time on local segment

Do bridges provide hardware- or software-based L2 management?

Software-based management

Do switches provide hardware- or software-based L2 management?

Hardware-based

Do bridges support more than 1 spanning tree instance?

No

Do switches support more than 1 spanning tree instance?

Yes

What are the 3 functions of an L2 switch?

Learning MAC addresses, filtering and forwarding frames, and preventing loops

Where do switches store MAC addresses?

In a Content-Addressable Memory (CAM) table

What does a switch do when it receives a frame for an unknown recipient?

Forwards it to every port except the originator

What does a switch do when it receives a frame from a port not listed in its CAM table?

Records the sander's MAC and processes the frame

What is the MAC address aging time?

The length of time a switch will store a sender's MAC address

What is the default MAC address aging time?

300 sec. (5 min.)

What command will show a switch's CAM table?

Show mac address-table

What is frame filtering?

Switch behavior where a frame is forwarded only to a specific port if known

What are the 3 switching modes?

Cut-through, store-and-forward, and fragment-free (modified cut-through)

What switching mode is fastest? Why?

Cut-through: frame only read up to destination address

What switching mode has the highest latency?

Store-and-forward

How does store-and-forward switching work?

Entire frame read into buffer, CRC run, and runts, giants, and frames that fail CRC are discarded

How does fragment-free switching work?

The first 64 bytes are checked for errors, then packet is forwarded

What command turns on switch port security?

Switchport port-security

What 3 things can be configured in switch port security?

Who can connect, how many can connect, and violation action

What command will limit switch port access to a given MAC?

Switchport port-security mac-address

What command will restrict access to the first device to connect to a port?

Switchport port-security mac-address sticky

What command will set a maximum number of simultaneous connections to a switch port?

Switchport port-security maximum <#>

What are the 3 possible violation actions for port security?

Shutdown, protect, and restrict

What happens when a violation occurs while a switch port is has port security set to shutdown?

Switch port is disabled until an administrator manually shuts down and re-enables the port

What happens when a violation occurs and the switch port's security is set to protect?

Frames from the offending machine are discarded

What happens when a violation occurs and a switch port's security is set to restrict?

Frames from the offending machine are discarded and an SNMP and/or syslog message are sent to the administrator

How is a port's violation action configured?

Switchport port-security { shutdown | protect | restrict }

What command will show the port security settings on a given interface?

Show port-security interface

What command will show port security settings on all interfaces?

Show port-security

What is the unique ID for a switch called?

The bridge ID

What does a bridge ID consist of?

The bridge priority + the switch's MAC address

What is the default priority for a bridge or switch?

32,768

What are the possible values for a bridge priority?

0-61,440 in increments of 4096

How is a root bridge selected?

Elected by all bridges in a network

What bridge is selected as the root bridge?

The bridge with the lowest bridge ID

What is a Bridge Protocol Data Unit?

The informations shared among bridges and switches to allow them to select a root bridge and configure the network

What is the information shared among bridges and switches to allow them to elect a root bridge and configure the network called?

Bridge Protocol Data Units (BPDU's)

How often do Cisco switches send BPDU's by default?

Every 2 sec.

What is the Root Port?

The port on a switch with the fastest path to the root bridge

What is a port cost?

The cost of a link as determined by bandwidth

What is port cost used for?

Determining which redundant links will be used and which will be blocked

What cost does STP assign to a 4 Mbps link?

250

What cost does STP assign to a 10 Mbps link?

100

What cost does STP assign to a 16 Mbps link?

62

What cost does STP assign to a 100 Mbps link?

19

What cost does STP assign to a 1 Gbps link?

4

What cost does STP assign to a 10 Gbps link?

2

What is a designated port?

The bridge with the lowest-cost path to the root bridge

What are the 5 port states in STP?

blocked, listening, learning, forwarding, disabled

What happens when a port is in blocked state?

the port will not transmit or receive data, but will receive BDPUs

What happens when a port is in listening mode?

the port listens for frames but discards them, and does not build a CAM table

What does a port do when it is in learning mode?

the port builds a CAM table and transmits its own BPDUs

What happens when a port is in forwarding mode?

the port will send and receive frames

What 3 things need to occur before STP is considered to be converged?

the root bridge is elected, the root ports are elected, and the designated ports are elected

What ports on the root bridge are considered to be designated?

all of them

How many root ports are chosen on non-root bridges?

one

What state will a root port be set to?

forwarding

What do designated ports do?

forward traffic and BDPUs to the segment

What mode should you be in to configure errdisable autorecovery?

Global config mode

What 2 commands will configure errdisable autorecovery?

Errdisable recovery cause <cause>


Errdisable recovery interval <seconds>

What command will show which causes will permit autorecovery from an errdisable state and which ports are scheduled to autorecover?

Show errdisable recovery