Add ip arp – Allied Telesis AT-S63 User Manual

Page 571

Advertising
background image

AT-S63 Management Software Command Line Interface User’s Guide

Section VII: Internet Protocol Routing

571

ADD IP ARP

Syntax

add ip arp=

ipaddress

interface=

interface

port=

port

ethernet=

macaddress

Parameters

arp

Specifies the IP address of the host. The IP address
must be a member of a local subnet or network that
has a routing interface on the switch.

interface

Specifies the name of the interface from where the
host is reached. An interface name consists of
“VLAN” followed by a VID or VLAN name and an
interface number, separated by a dash (e.g., vlan4-0).
For background information, refer to “Interface
Names” on page 552.

port

Specifies the physical port on the switch where the
host is reached.

ethernet

Specifies the MAC address of the host. The MAC
address can be entered in either of the following
formats:

xxxxxxxxxxxx or xx:xx:xx:xx:xx:xx

Description

This command adds a static ARP entry to the ARP cache. This is typically
used to add entries for local hosts that do not support ARP or to speed up
the address resolution function for a host. The ARP entry must not already
exist in the cache. The switch can support up to 1024 static ARP entries.
For background information, refer to “Address Resolution Protocol (ARP)
Table” on page 558.

This command is not available on the AT-9408LC/SP, AT-9424T/GB, and
AT-9424T/SP switches.

Examples

This command adds a static ARP entry for a host with an IP address of
149.42.67.8 and a MAC address of 00:06:5B:BB:72:88. The host is a
member of the subnet of the VLAN8-0 interface and is located on port 15:

add ip arp=149.42.67.8 interface=vlan8-0 port=15
ethernet=00:06:5b:bb:72:88

Advertising