set protocols arp interface address mac-address
The set protocols arp interface address mac-address command configures a static ARP entry.
Command Syntax
set protocols arp interface <interface> address <ipv4-addr> mac-address <mac-addr>
delete protocols arp interface <interface> address <ipv4-addr> mac-address <mac-addr>
Parameter
Parameter | Description |
interface <interface> | Specifies the outbound interface in a static ARP entry. The value could be the VLAN interface name, the loopback interface name, the routed interface or the sub-interface name. |
address <ipv4-addr> | Specifies the IPv4 address in a static ARP entry. |
mac-address <mac-addr> | Specifies the MAC address in a static ARP entry. |
Example
- Configure a static ARP entry that maps the IP address 10.10.60.1 to the MAC address 22:11:11:11:11:11.
admin@XorPlus# set protocols arp interface vlan4 address 10.10.60.1 mac-address 22:11:11:11:11:11 admin@XorPlus# commit
Copyright © 2024 Pica8 Inc. All Rights Reserved.