User's Manual
Brocade Network Advisor IP User Manual 1463
53-1003056-01
Database tables and fields
I
LICENSE_TYPE
The type of the license, which can be either normal or
trial. Values are: permanent(1), trial(2).The default
value is 1.
smallint
EXPIRY_DATE
Expiry Date of the trial license. For normal license,
the value is 0.
varchar 19
PRECEDENCE
Defines the priority of a particular trial license among
those having the same package and License ID. This
is primarily used for determining which license to
use, when there are many trial and normal licenses
with same package name and LID. The value range is
(0..65535)
int
LICENSE_STATE
This indicates the state of the license. Possible val-
ues:invalid(1),unused(2),active(3),expired(4)
smallint
TABLE 185 IP_INTERFACE
Field Definition Format Size
ID* Unique generated database identifier. int
ETHERNET_PORT_ID GigE Port ID. int
IP_ADDRESS IP address on the Ip_interface. varchar 64
NET_MASK Subnet mask for the interface. varchar 64
MTU_SIZE MTU Size for that interface. int
CHECKSUM Check Sum. varchar 64
GIGE_PORT_TYPE Whether the IP interface is created on a 10G cross
port or not. Non-zero value denotes a cross port.
smallint
TABLE 186 IP_PORT_GROUP
Field Definition Format Size
PORT_GROUP_ID Unique database generated identifier. int
NAME Name for Port group. varchar 64
USER_ID Database ID of the USER_ instance refer a user who
created the group.
int
DESCRIPTION Description for Port group. varchar 255
IS_PUBLIC Represents if the port group is public or not.
private-0, public-1.
num (1,0)
IS_AP_GROUP Represents if the group created using AP port(s) or
not. Non-AP Port group-0, AP Port group-1.
num (1,0)
TABLE 184 IP_DEVICE_LICENSE (Continued)
Field Definition Format Size