arp:view_the_arp_cache_table
Differences
This shows you the differences between two versions of the page.
arp:view_the_arp_cache_table [2016/11/21 01:08] – created peter | arp:view_the_arp_cache_table [2019/11/26 20:02] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ARP - View the ARP Cache Table ====== | ||
- | |||
- | <code bash> | ||
- | arp -n -a | ||
- | </ | ||
- | |||
- | Result | ||
- | |||
- | < | ||
- | ? (10.12.2.40) at 12: | ||
- | ? (10.12.2.43) at 12: | ||
- | ? (10.12.2.8) at 12: | ||
- | ? (10.12.2.94) at 12: | ||
- | ? (10.12.2.1) at 12: | ||
- | </ | ||
- | |||
- | You can also use the below command to view arp table. | ||
- | |||
- | <code bash> | ||
- | arp -n -e | ||
- | </ | ||
- | |||
- | Result | ||
- | |||
- | < | ||
- | Address | ||
- | 10.12.2.40 | ||
- | 10.12.2.43 | ||
- | 10.12.2.8 | ||
- | 10.12.2.94 | ||
- | 10.12.2.1 | ||
- | </ | ||
arp/view_the_arp_cache_table.1479690481.txt.gz · Last modified: 2020/07/15 09:30 (external edit)