Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 1750

Advertising
background image

1698

Brocade Network Advisor SAN User Manual

53-1003154-01

Database tables and fields

H

MAX_FRAME_MONITOR

Maximum frame monitor supported for switch port.

int

MAX_FRAME_MONITOR_OF
FSET

Maximum offset supported in fame monitor for
switch port.

int

Contains the features supported as a bit mask at
port level.

int

IDENTIFIER

Switch port identifier extracted from interface name

char

80

PORT_CAPABILITIES

'List of capabilities of this port specified as bit mask.
Each bit would represent capability like FEC,
Encryption and compression, NPIV etc.';

int

XISL_PORT_LIST

This field is applicable only for logical ports created
for LISLs. It denotes the list of XISL ports associated
with the current logical port. Will be blank for
non-logical ports.

varchar

256

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

TABLE 395

SWITCH_PORT (Continued)

Field

Definition

Format

Size

Advertising