ubuntu:arp:view_the_arp_cache_table
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:arp:view_the_arp_cache_table [2019/11/26 20:03] – created peter | ubuntu:arp:view_the_arp_cache_table [2020/08/19 16:27] (current) – removed 192.168.1.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - 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 | ||
- | |||
- | <code bash> | ||
- | Address | ||
- | 10.12.2.40 | ||
- | 10.12.2.43 | ||
- | 10.12.2.8 | ||
- | 10.12.2.94 | ||
- | 10.12.2.1 | ||
- | </ | ||
ubuntu/arp/view_the_arp_cache_table.1574798592.txt.gz · Last modified: 2020/07/15 09:30 (external edit)