Ethernet LAN Switching Part 2 Flashcards
What is the size of the Ethernet header + trailer? (no Preamble + SFD)
18 Bytes
What is the minimum size of an Ethernet frame? (Header + Payload + Trailer)
64 Bytes
What is the minimum size of an Ethernet payload?
46 Bytes
What protocol is used to discover the Layer 2 address of another device?
ARP (Address Resolution Protocol)
What two message are used in ARP (Address Resolution Protocol)?
ARP Request
ARP Reply
The ARP (Address Request message is ______ cast.
Broadcast
The ARP (Address Request Protocol) message is _____ cast.
Unicast
What is the broadcast MAC address?
FFFF.FFFF.FFFF
What is the command to view the ARP table on a Windows, MAC OS, or Linux computer?
arp -a
What two messages are used in ping?
ICMP (Internet Control Message Protocol) Echo Request
ICMP (Internet Control Message Protocol) Echo Reply
The process of addresses being cleared from the MAC address table after 5 minutes of inactivity is known as ______
aging
Clear all dynamic MAC addresses from the MAC Address Table:
SW1#________
SW1#clear mac address-table dynamic
View the MAC Address Table:
SW1#_______
SW1#show mac address-table
Clear all entries for a specific dynamic MAC address from the MAC Address Table:
SW1#_________
SW1#clear mac address-table dynamic address (mac-address)
Clear all dynamic MAC addresses on a specific interface from the MAC Address Table:
SW1#_____________
SW1#clear mac address-table dynamic interface (interface-id)