I Database tables and fields

TABLE 387 SWITCH_PORT (Continued)

Field

Definition

Format

Size

 

 

 

 

PORT_COMMISSION_STATE

Indicates whether port decommission/recommission

int

 

 

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).

 

 

 

 

 

 

FEATURES_ENABLED

Holds as a bit mask the features that are enabled .

int

 

 

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.

 

 

 

 

 

 

FEATURES_ACTIVE

Holds as a bit mask the features that are active.

int

 

 

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.

 

 

 

 

 

 

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

int

 

 

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.

 

 

 

 

 

 

SPEED_TYPE

Stores the speed type of the port. It contains one of

int

 

 

the following values:

 

 

 

1 - Indicates speed is in Mbps.

 

 

 

2 - Indicates speed is in Gbps.

 

 

TABLE 388 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

int

 

 

present

 

 

 

 

 

 

TX

The number of octets or bytes that have been

double

 

 

transmitted by this port. One second periodic polling

precision

 

 

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

 

 

1544

Brocade Network Advisor IP User Manual

 

53-1003056-01

Page 1596
Image 1596
Brocade Communications Systems IP250 user manual Switchportperformance