Programmable Internetworking & Communication Operating System Docs ... Click Spaces -> Space Directory to see docs for all releases ...
Page tree
Skip to end of metadata
Go to start of metadata

Users can set arp interface. 


Command Syntax
set protocols arp interface <interface> address <ipv4-addr> mac-address <mac-addr>
delete protocols arp interface vlan4 address <ipv4-addr>


Parameter
<interface> The vlan interface, e.g. vlan20
<ipv4-addr>The IPv4 address
<mac-addr>The mac address 


Example
• This example is to set vlan4 address to 10.10.60.1,mac-address to 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
  • No labels