mirror of
				https://github.com/vyos/vyos-documentation.git
				synced 2025-10-26 08:41:46 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
| .. _routing-arp:
 | |
| 
 | |
| Address Resolution Protocol (ARP)
 | |
| ---------------------------------
 | |
| 
 | |
| To manipulate or display ARP_ table entries, the following commands are implemented.
 | |
| 
 | |
| adding a static arp entry
 | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| .. code-block:: none
 | |
| 
 | |
|   set protocols static arp 10.1.1.100 hwaddr 08:00:27:de:23:aa
 | |
|   commit
 | |
| 
 | |
| display arp table entries
 | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^
 | |
| 
 | |
| .. code-block:: none
 | |
| 
 | |
|   show protocols static arp
 | |
| 
 | |
|   Address                  HWtype  HWaddress           Flags Mask            Iface
 | |
|   10.1.1.1                 ether   08:00:27:de:23:2e   C                     eth1
 | |
|   10.1.1.100               ether   08:00:27:de:23:aa   CM                    eth1
 | |
| 
 | |
| .. code-block:: none
 | |
| 
 | |
|   show protocols static arp interface eth1
 | |
|   Address                  HWtype  HWaddress           Flags Mask            Iface
 | |
|   10.1.1.1                 ether   08:00:27:de:23:2e   C                     eth1
 | |
|   10.1.1.100               ether   08:00:27:de:23:aa   CM                    eth1
 | |
| 
 | |
| .. _ARP: https://en.wikipedia.org/wiki/Address_Resolution_Protocol
 |