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

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;

8 Cards in this Set

  • Front
  • Back
Display the MAC address table
#show mac address-table
List the MAC address table Types
MAC address entry Types:
STATIC
DYNAMIC
Explain the MAC address table Types
Static: Used by switch or statically assigned (eg with port security)
Dynamic: MAC address learned by the switch.
Execute command to clear the MAC address table
#clear mac address-table
Display only the dynamic addresses in the MAC address table
#show mac address-table dynamic
Delete only the dynamic MAC address entries in the MAC address table
#clear mac address-table dynamic
Configure a static MAC address of xxxx.xxxx.xxxx to port 5 which is 100 Mbps. Put it on VLAN 2
(config)#mac address-table static xxxx.xxxx.xxxx vlan 2 interface fastethernet 0/5
Get rid of a static MAC address on port 5 FastEthernet and VLAN 2
(config)#no mac address-table static xxxx.xxxx.xxxx VLAN 2 fastethernet 0/5