User Tools

Site Tools


ubuntu:arp:view_the_arp_cache_table

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
ubuntu:arp:view_the_arp_cache_table [2020/07/15 09:30] – external edit 127.0.0.1ubuntu: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 
-</code> 
- 
-Result 
- 
-<code> 
-? (10.12.2.40) at 12:f7:fd:48:aa:79 [ether] on eth0 
-? (10.12.2.43) at 12:48:08:aa:a5:bb [ether] on eth0 
-? (10.12.2.8) at 12:ab:ed:67:34:79 [ether] on eth0 
-? (10.12.2.94) at 12:47:87:c2:60:8d [ether] on eth0 
-? (10.12.2.1) at 12:6f:56:c0:c4:c1 [ether] on eth0 
-</code> 
- 
----- 
- 
-You can also use the below command to view arp table. 
- 
-<code bash> 
-arp -n -e 
-</code> 
- 
-Result 
- 
-<code bash> 
-Address                  HWtype  HWaddress           Flags Mask            Iface 
-10.12.2.40               ether   12:f7:fd:48:aa:79                       eth0 
-10.12.2.43               ether   12:48:08:aa:a5:bb                       eth0 
-10.12.2.8                ether   12:ab:ed:67:34:79                       eth0 
-10.12.2.94               ether   12:47:87:c2:60:8d                       eth0 
-10.12.2.1                ether   12:6f:56:c0:c4:c1                       eth0 
-</code> 
  
ubuntu/arp/view_the_arp_cache_table.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki