What will the following command do?
show event-monitor arp | grep 10.100.100.6
What will the following command do?
show event-monitor arp | grep 10.100.100.6
The command 'show event-monitor arp | grep 10.100.100.6' filters ARP event logs to display entries containing the specified IP address, 10.100.100.6. This means it will show all historical ARP entry changes that include this IP address.
The answer is badly formulated at best. The command output will show you historical arp table entries for the IP address specified.