IP Agent
The IP agent assigns a virtual IP address to the network interface card (NIC), monitors the IP address, and removes it. The agent also monitors the associated subnet mask on a NIC. You must plumb the interface with the base IP address before you configure the IP agent. The virtual IP address specified in the configuration must not be one currently in use.
VERITAS supports Auto-port Aggregation (APA) with the NIC and IP agents.
Entry Points
- Online---Plumbs the IP address to the NIC.
- Offline---Brings down the IP address associated with the specified interface.
- Monitor---Monitors the interface to test if the IP address associated with the interface is alive.
- Clean---Brings down the IP address associated with the specified interface.
State Definitions
- ONLINE---Indicates that the device is up and the specified IP address is assigned to the device.
- OFFLINE---Indicates that the device is down or the specified IP address is not assigned to the device.
- UNKNOWN---Indicates that the configuration is incorrect.
Type Definition
type IP (
static str ArgList[] = { Device, Address, NetMask, Options, ArpDelay, IfconfigTwice }
str Device
str Address
str NetMask
str Options
int ArpDelay = 1
int IfconfigTwice = 0
)
|