1544 Brocade Network Advisor IP User Manual
53-1003056-01
Database tables and fields
I
PORT_COMMISSION_STATE Indicates whether port decommission/recommission
was in progress or completed, based on this status
we will show the decommission/recommission icon
on ports and Indicates the
Decommissioned/Recommissioned status of the
ports which was performed from the Management
application.
None - 0, Decommission In Progress - 1 ,
Decommissioned - 2,
Recommission In Progress - 3, Recommissioned - 4.
If the decommission is performed through CLI or
other Management application server then the state
would be None (0).
int
FEATURES_ENABLED Holds as a bit mask the features that are enabled .
Refer FEATURES_ACTIVE for the active/inactive
status of a feature. Each bit would represent features
like Encryption, compression etc.' The bit mask and
their corresponding Features are defined as an enum
in the domain model class - SwitchPort.java.
int
FEATURES_ACTIVE Holds as a bit mask the features that are active.
Please note that this is different from the enabled
value which is found in the FEATURES_ENABLED
column. Each bit would represent features like
Encryption, compression etc. The bit mask and their
corresponding Features are defined as an enum in
the domain model class - SwitchPort.java.
int
DISABLED_REASON The Switch Port disabled reason. varchar 1024
FENCED 1 means port is fenced. smallint
MASTER_PORT_NUMBER This column will have the trunk master port number
for the trunk members.
For trunk master, it will have its own port number.
For non-trunk ports, it will have the default value -1.
int
SPEED_TYPE Stores the speed type of the port. It contains one of
the following values:
1 - Indicates speed is in Mbps.
2 - Indicates speed is in Gbps.
int
TABLE 38 8 SWITCH_PORT_PERFORMANCE
Field Definition Format Size
PORT_ID Primary key of the Switch Port. int
SWITCH_ID Primary key of Virtual Switch which this port is
present
int
TX The number of octets or bytes that have been
transmitted by this port. One second periodic polling
of the port. This value is saved and compared with
the next polled value to compute net throughput.
Note, for Fibre Channel, ordered sets are not
included in the count
double
precision
TABLE 387 SWITCH_PORT (Continued)
Field Definition Format Size