Programmer's Guide (Supporting ADX v03.1.00) Manual

258 Brocade Virtual ADX XML API Programmer’s Guide
53-1003248-01
Data structures
4
InterfaceIPAddress
This structure contains the high-level description of an IP address in an interface.
giantPacketCount unsignedInt Optional The count of giant packets.
dmaReceivedPacketCount unsignedInt Optional The count of DMA received packets.
TABLE 641 Attributes
Name Type Presence Rules Description
ip string Mandatory The IP address.
subnetMask string Optional Valid only for IPv4
addresses. Either
"subnetMask" or
"subnetMaskLengt
h" must be present.
Both cannot be
present together.
The IP subnet mask.
subnetMaskLength unsignedInt Optional Either
"subnetMask" or
"subnetMaskLengt
h" must be present.
Both cannot be
present together.
The length of the IP subnet
mask.
isSecondary boolean Optional Valid only for IPv4
address.
Set to "TRUE" when
the primary IP
address is already
configured on the
interface, and more
than one address
needs to be
configured within
the same subnet.
When this
parameter is
present, both
"ignoreOspf" and
"isPassiveOspf"
must not be
present.
The secondary IP address.
ignoreOspf boolean Optional Valid only for IPv4
address.
When this
parameter is
present, both
"isSecondary" and
"isPassiveOspf"
must not be
present.
This option disables OSPF
adjacency formation and also
disables advertisement of the
interface into OSPF. The subnet
is completely ignored by OSPF.
TABLE 640 Attributes (Continued)
Name Type Presence Rules Description