Cluster I/O Protocols (CIP) Configuration and Management Manual (H06.16+, J06.05+)
climconfig.arp(1)
NAME
climconfig.arp -- manage arp entries
SYNOPSIS
CLIMCMD {clim-name|ip-address} climconfig arp -add
{eth0|interface} -host host -hwaddress MAC-address
CLIMCMD {clim-name|ip-address} climconfig arp -delete
{eth0|interface} -host host
CLIMCMD {clim-name|ip-address} climconfig arp -info
[-obeyform]
climconfig.arp Description
This command:
arp -add
adds information about ARP entries.
arp -delete
deletes manually-added ARP entries.
arp -info
displays manually-added and kernel-added ARP entries.
The arp -add and arp -delete commands add to or delete from the /etc/network/
interfaces file and if the interface is active, to the kernel. If the interface is not active, the add
and delete commands affect only the /etc/network/interfaces file. The arp -info
command displays information about ARP entries in the kernel (includes both manually-added and
automatically-added entries). Entries that are automatically added by the Kernel cannot be deleted
using this command. This command does not support InfiniBand interfaces.
PARAMETERS
eth0
Specifies the dedicated service LAN interface.
interface
Specifies an interface to configure. The interface can be either an existing physical interface
name (for example, eth2) or a bonding interface name (for example, bond0).
-host host
Specifies the host. Use the host IP address for this parameter.
-hwaddress MAC-address
Specifies the MAC address of the host.
-delete eth0
Specifies the dedicated service LAN interface.
-delete interface
Specifies an interface (physical or bonding).
-info
Displays information about ARP entries.
-obeyform
Generates user-configured ARP entries.
ERROR MESSAGES
For arp -add and arp -delete:
304










