5 - Ethernet Part 2 Flashcards
Clear all dynamic MAC addresses from the MAC Address Table:
SW1# […]
clear mac address-table dynamic
Clear all dynamic MAC addresses on a specific interface from the MAC Address Table:
SW1# […]
clear mac address-table dynamic interface interface-id
Clear all entries for a specific dynamic MAC address from the MAC Address Table:
SW1# […]
clear mac address-table dynamic address <mac-address></mac-address>
Command to show the ARP table on a Cisco device:
show arp
The ARP Reply message is […]cast.
uni-
The ARP Request message is […]cast.
broad-
The process of addresses being cleared from the MAC address table after 5 minutes of inactivity is known as […]
aging
View the MAC Address Table:
SW1# […]
show mac address-table
What is the broadcast MAC address?
FFFF.FFFF.FFFF
What is the command to view the ARP table on a Windows, macOS, or Linux computer?
arp -a
What is the Ethernet Type code for an ARP packet?
0x0806
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 is the size of the Ethernet header + trailer? (no Preamble + SFD)
18 bytes
What protocol is used to discover the Layer 2 address of another device?
ARP (Address Resolution Protocol)
What two messages are used in ARP?
ARP Request
ARP Reply
What two messages are used in ping?
ICMP Echo Request
ICMP Echo Reply