interfaceIpV4
interfaceIpV4 - configure an IPv4 address for inclusion in an interface entry
SYNOPSIS
interfaceIpV4 sub-command options
DESCRIPTION
The interfaceIpV4 command is used to configure the IPv4 address specific information used when building an interface table. An interfaceIpV4 is added to an interface entry using the interfaceEntry command.
STANDARD OPTIONS
gatewayIpAddress
The gateway IP address. (default = 0.0.0.0)
ipAddress
The IPv4 address. (default = 0.0.0.0)
maskWidth
The network mask associated with the address. Valid values: 1-30.(default = 24)
COMMANDS
The interfaceIpV4 command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
interfaceIpV4 cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the interfaceIpV4 command.
interfaceIpV4 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 interfaceIpV4 options (see STANDARD OPTIONS) for port.
interfaceIpV4 setDefault
Sets to IxTclHal default values for all configuration options.
EXAMPLES
See examples under interfaceTable.