ipAddressTableItem
ipAddressTableItem - configure the IP address table parameters for a port on a card on a chassis
SYNOPSIS
ipAddressTableItem sub-command options
DESCRIPTION
The ipAddressTableItem command is used to configure the IP address table-specific information used when building IP address table.
STANDARD OPTIONS
atmEncapsulation
For ATM type load modules, this is the type of ATM encapsulation that is used on the interface.
Option |
Value |
Usage |
---|---|---|
atmEncapsulationVccMuxIPV4Routed |
101 |
|
atmEncapsulationVccMuxBridgedEthernetFCS |
102 |
|
atmEncapsulationVccMuxBridgedEthernetNoFCS |
103 |
|
atmEncapsulationVccMuxIPV6Routed |
104 |
|
atmEncapsulationVccMuxMPLSRouted |
105 |
|
atmEncapsulationLLCRoutedCLIP |
106 |
|
atmEncapsulationLLCBridgedEthernetFCS |
107 |
(default) |
atmEncapsulationLLCBridgedEthernetNoFCS |
108 |
|
atmEncapsulationLLCPPPoA |
109 |
|
atmEncapsulationVccMuxPPPoA |
110 |
|
atmVci
The ATM VCI number, if this is an ATM port. (default = 0)
atmVpi
The ATM VPI number, if this is an ATM port. (default = 0)
enableExpandInterface
Table true | false
If true, then the range of IP addresses from fromIpAddress to toIpAddress are expanded to individual IP addresses on the port. This only operates on ports with individual CPUs and is for internal use only. (default = false)
enableUseNetwork
true / false
If set, the netMask field is used to set the network mask; otherwise, the network mask is 0.0.0.0. (default = false)
enableVlan
true / false
Enables VLAN encapsulation of routing protocols. The VLAN ID is in the vlanId option. (default = false)
fromIpAddress
The first IP address for the IP address range. (default = 0.0.0.0)
fromMacAddress
The first MAC address for the MAC address range. (default = {00 00 00 00 00 00})
gatewayIpAddress
Default gateway IP address. (default = 0.0.0.0)
mappingOption
Specifies the mapping option.
Option |
Value |
Usage |
---|---|---|
oneIpToOneMAC |
0 |
(default) |
manyIpToOneMAC |
1 |
|
netMask
If enableUseNetwork is set, this value is used to set the network mask. (default = 24).
numAddresses
Number of consecutive addresses. (default = 1)
overrideDefault
Gateway true/false
Enable default gateway IP address. (default =false)
toIpAddress
Read-Only. Last IP address in the IP address range. (default = 0.0.0.0)
toMacAddress
Read-Only. Last MAC address in the MAC address range. (default = 00 00 00 00 00 00)
vlanId
If enableVlan is true, the routing protocols are VLAN encapsulated with this ID. Although a value of `0' is allowed, VLAN IDs normally start at 1. (default = 0)
COMMANDS
The ipAddressTableItem command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
ipAddressTableItem cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the ipAddressTableItem command.
ipAddressTableItem 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 ipAddressTableItem options (see STANDARD OPTIONS) for port.
ipAddressTableItem get
Gets the current IP address table item configuration. Call this command before calling ipAddressTableItem cget option value to get the value of the configuration option.
ipAddressTableItem set
Sets the IP address table item configuration, by reading the configuration option values set by the ipAddressTableItem config option value command.
ipAddressTableItem setDefault
Sets to IxTclHal default values for all configuration options.
EXAMPLES
See examples under arp.