Network Management
Managing Network Addresses and Routes
9-26 Matrix E1 Series (1G694-13) Configuration Guide
9.2.3.2 set arp
Use this command to add mapping entries to the ARP table.
set arp ip_addr hw_addr [temp] [pub] [trail]
Syntax Description
Command Defaults
If temp is not specified, the ARP entry is added as a permanent entry. If pub is not
specified, then the ARP entry is not published. If trail is not specified, then trailer
encapsulations are not sent to the host.
Command Mode
Read-Write.
Example
This example shows how to map IP address 198.133.219.232 to MAC address 00-00-0c-40-0f-bc:
ip_addr Specifies the IP address to map to the MAC address and
add to the ARP table.
hw_addr Specifies the MAC address to map to the IP address and
add to the ARP table.
temp (Optional) Sets the ARP entry as not permanent. This
allows the entry to time out.
pub (Optional) Publishes the specified ARP entry. This causes
the system to respond to ARP requests for this entry, even
though it is not the host.
trail (Optional) Specifies that trailer encapsulations can be sent
to this host.
Matrix>set arp 198.133.219.232 00-00-0c-40-0f-bc
ARP entry added.