ipAddressTable
ipAddressTable - configure the IP address table parameters for a port on a card on a chassis
SYNOPSIS
ipAddressTable sub-command options
DESCRIPTION
The ipAddressTable command is used to configure the IP address table-specific information used when building IP address table.
STANDARD OPTIONS
defaultGateway
Default gateway IP address. (default = 0.0.0.0)
COMMANDS
The ipAddressTable command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
ipAddressTable addItem
Creates IP and MAC address ranges. Specific errors are:
- The configured parameters are not valid for this port
ipAddressTable cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the ipAddressTable command.
ipAddressTable clear
Clears the IP address table.
ipAddressTable config option value
Modify the IP address table configuration options of the port. If no option is specified, returns a list describing all of the available ipAddressTable options (see STANDARD OPTIONS) for port.
ipAddressTable delItem
Deletes IP and MAC address ranges.
ipAddressTable get chasID cardID portID
Gets the current IP address table configuration of the port with id portID on card cardID, chassis chasID. Call this command before calling ipAddressTable cget option value to get the value of the configuration option. Specific errors are:
- No connection to a chassis
- Invalid port number
ipAddressTable get chasID cardID portID
Gets the IP address table configuration of the port with id portID on card cardID, chassis chasID.
ipAddressTable getFirstItem
Gets the first IP and MAC address range out of the IP address table. Specific errors are:
- There is no IP address table in the IP server
- There are no more entries in the IP table
ipAddressTable getItem ipAddress
Gets the address table item corresponding to ipAddress. The values may be retrieved by using the ipAddressTableItem command. Specific errors are:
- There is no IP address table in the IP server
- There are no more entries in the IP table
ipAddressTable getNextItem
Gets the next IP and MAC address range out of the IP address table. Specific errors are:
- There is no IP address table in the IP server
- There are no more entries in the IP table
ipAddressTable set chasID cardID portID
Sets the IP address table configuration of the port with id portID on card cardID, chassis chasID by reading the configuration option values set by the ipAddressTableItem config option value command.
ipAddressTable setDefault
Sets to IxTclHal default values for all configuration options.
EXAMPLES
See examples under arp.