N10-005 · Question #864
Which of the following switches is used with ARP to display the cache entry for a specific IP address?
The correct answer is A. -a. The command arp -a <IP address> displays the ARP cache entry for a specific IP address (or all entries if no IP is specified). The -d switch deletes a cache entry, -s adds a static ARP entry, and -g is functionally equivalent to -a on some platforms but is less commonly…
Question
Which of the following switches is used with ARP to display the cache entry for a specific IP address?
Options
- A-a
- B-d
- C-g
- D-s
How the community answered
(38 responses)- A87% (33)
- B3% (1)
- C8% (3)
- D3% (1)
Explanation
The command arp -a <IP address> displays the ARP cache entry for a specific IP address (or all entries if no IP is specified). The -d switch deletes a cache entry, -s adds a static ARP entry, and -g is functionally equivalent to -a on some platforms but is less commonly referenced. On Windows and Linux, -a is the standard flag for viewing the ARP table.
Topics
Community Discussion
No community discussion yet for this question.