Cluster I/O Protocols (CIP) Configuration and Management Manual (H06.16+, J06.05+)

climconfig.ip(1)
NAME
climconfig.ip -- add or delete IP addresses
SYNOPSIS
CLIMCMD {clim-name|ip-address} climconfig ip -add
{eth0|eth0:0|interface} -ipaddress ip-address -netmask netmask
CLIMCMD {clim-name|ip-address} climconfig ip -delete interface
-ipaddress ip-address -netmask netmask [-force]
climconfig.ip Description
This command does the following:
ip -add
adds an IP address to an existing interface. Multiple IP addresses can be added to an interface.
ip -delete
deletes an IP address from the specified interface. The IP address is deleted from the
configuration file. If the IP address exists in the kernel, it is deleted from the kernel.
PARAMETERS
eth0
Specifies the dedicated service LAN interface.
eth0:0
Specifies the maintenance provider LAN interface.
interface
Specifies an interface. This parameter can be either a physical interface name (such as eth1,
ib0), a bonding interface name (such as bond0), or a tunnel interface (such as tun0).
-ipaddress ipaddress
Is the new IP address to be assigned to the interface (for ip -add) or the IP address to be
deleted from the interface (for ip -delete). It can be an IPv4 or an IPv6 IP address.
-netmask netmask
Specifies the netmask for the interface. For IPv4 addresses, use dotted quad format. For IPv6
addresses, use the number of bits appropriate for the IPv6 address (for example, 64).
-delete interface
Deletes an IP address for the specified physical or bonding interface from the /etc/network/
interfaces file of the CLIM. This command also deletes the tunnel configurations associated
with the interface.
-force
Causes the command to delete the IP address without prompting for confirmation.
ERROR MESSAGES
For ip -add:
The interface interface-name is not configured.
This command is not supported for the interface lo.
Configuring IPv6 "address" is not allowed for eth0 and eth0:0 interfaces.
Interface "eth0" already has an IP.
Interface "eth0:0" already has an IP.
The specified IP address already exists for the interface.
321