Chapter 5 Flashcards

1
Q

Shows all MAC table entries of all types

A

show mac address-table

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

Shows all dynamically learned MAC table entries

A

show mac address-table dynamic

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

Shows all dynamically learned MAC table entries in that VLAN

A

show mac address-table dynamic vlan vlan-id

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

Shows the dynamically learned MAC table entries with that MAC address

A

show mac address-table dynamic address mac-address

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

Shows all dynamically learned MAC table entries associated with that interface

A

show mac address-table dynamic interface interface-id

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

Shows the number of entries in the MAC table and the total number of remaining empty slots in the MAC table

A

show mac address-table count

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

Shows the global and per-VLAN aging timeout for inactive MAC table entries

A

show mac address-table aging-time

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

Lists packet counters for the listed interface ID

A

show interfaces id counters

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

Lists one line per interface on the switch, with basic status and operating/ information for each

A

show interfaces status

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

Clears (removes) dynamic MAC table entries: either all (with no parameters), or a subset based on VLAN ID, interface ID, or a specific MAC address

A

clear mac address-table dynamic [vlan vlan-number] [interface interface-id] [address mac-address]

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

Note that this chapter also includes reference to one configuration command, so it does not call for the use of a separate table.

A

For review, the command is
mac address-table aging-time time-in-seconds [vlan vlan-number]

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

An Ethernet frame sent to destination address FFFF.FFFF.FFFF, meaning that the frame should be delivered to all hosts on that LAN.

A

broadcast frame

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

The result of the LAN switch forwarding process for broadcasts and unknown unicast frames. Switches forward these frames out all interfaces, except the interface in which the frame arrived. Switches also flood multicasts by default, although this behavior can be changed.

A

flood/flooding

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

To send a frame received in one interface out another interface, toward its ultimate destination.

A

forward

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

An Ethernet frame whose destination MAC address is listed in a switch’s MAC address table, so the switch will forward the frame out the one port associated with that entry in the MAC address table.

A

known unicast frame

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

A table of forwarding information held by a Layer 2 switch, built dynamically by listening to incoming frames and used by the switch to match frames to make decisions about where to forward the frame.

A

MAC address table

17
Q

A protocol defined by IEEE standard 802.ID. Allows switches and bridges to create a redundant LAN, with the protocol dynamically causing some ports to block traffic, so that the bridge/switch forwarding logic will not cause frames to loop indefinitely around the LAN.

A

Spanning Tree Protocol (STP)

18
Q

An Ethernet frame whose destination MAC address is not listed in a switch’s MAC address table, so the switch must flood the frame.

A

unknown unicast frame