Brocade Network Advisor IP User Manual v12.1.0 User Manual

Page 1613

Advertising
background image

Brocade Network Advisor IP User Manual

1559

53-1002947-01

Database tables and fields

I

LATENCY_DETECT_SUPPOR
TED

Whether the port supports latency detection. 1
means true and 0 means false

smallint

PREVIOUS_STATE

Fields copies the old state of the port . The field could
be used to track the state change information for the
switch port . SwitchAssetCollector sets this field
during the collection time. SMIA requested this
information but could be used by any module which
needs to track the state change.

varchar

64

EPORT_DISABLED

Represents the eportDisabled field from switch.html.
Values populated by SwitchAssetcollector during the
collection time. Possible values includes 0 and 1.
Default value is -1.

smallint

SPEED_NEGOTIATED

This column indicates if the port speed is negotiated
or not. If port speed is negotiated then value is 1 else
it will be 0.
Default value is -1.

smallint

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

v

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

TABLE 418

SWITCH_PORT (Continued)

Field

Definition

Format

Size

Advertising