Ch. 5: Analyzing Etheret LAN Switching Flashcards

1
Q

broadcast frame

A

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

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

known unicast frame

A

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.

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

Spanning Tree Protocol (STP)

A

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.

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

unknown unicast frame

A

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

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

MAC address table

A

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.

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

forward

A

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

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

flood/flooding

A

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.

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

show mac address-table

A

Shows all MAC table entries of all typed

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

show mac address-table dynamic

A

Shows all dynamically learned MAC table entries

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

show mac address-table dynamic vlan (vlan-id)

A

Shows all dynamically learned MAC table entries in that VLAN

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

show mac address-table dynamic address (mac address)

A

Shows the dynamically learned MAC table entries with that MAC address

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

show mac address-table dynamic interface (interface-id)

A

Shows all dynamically learned MAC table entries associated with that interface

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

show mac address-table count

A

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

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

show mac address-table aging-time

A

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

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

clear mac address-table dynamic

A

Empties the MAC table of all dynamic entries

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

show interfaces status

A

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

17
Q

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

A

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