Database tables and fields

I

TABLE 190 ISL (Continued)

 

 

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

TYPE

The type of link.

smallint

 

 

 

 

 

TRUSTED

Denotes whether ISL link is trusted or not.

smallint

 

 

0 denotes untrusted

 

 

 

1 denotes trusted.

 

 

CREATION_TIME

Creation time of the ISL record in the Management

timestamp

 

 

application database.

 

 

 

 

 

 

MISSING

Denotes whether ISL link is missing or not.

smallint

 

 

0 denotes present

 

 

 

1 states that ISL is missing

 

 

MISSING_TIME

States the missing time of the this ISL.

timestamp

 

 

 

 

 

missing_reason

The ISL disabled reason. For an ISL either one or

varchar

1024

 

both ends might have been disabled. This field will

 

 

 

capture the port disable message from both side of

 

 

 

ISL. The data is formatted as follows:

 

 

 

"<port_wwn>: <disabled_reason> ; <port_wwn>:

 

 

 

<disabled_reason>".

 

 

 

 

 

 

TRUNKED

Determines whether the isl is part of a trunk or not.

smallint

 

 

The value of 0 means not trunked, 1 means this isl is

 

 

 

part of a trunk and -1 means not applicable status.

 

 

 

Default value is -1.

 

 

 

 

 

 

TABLE 191 ISL_CONNECTION

 

 

 

 

 

 

 

Field

Definition

Format

Size

 

 

 

 

ID

The primary key of the table.

int

 

 

 

 

 

FABRIC_ID

This is the fabric ID

int

 

 

 

 

 

SOURCE_SWITCH_PORT_ID

The Switch port ID of the Source Switch (local end of

int

 

 

the ISL). Maintained as a nullable foreign key to

 

 

 

account for ports being moved from one VF to other.

 

 

 

 

 

 

TARGET_SWITCH_PORT_ID

The Switch port ID of the Target Switch (remote end

int

 

 

of the ISL). Maintained as a nullable foreign key to

 

 

 

account for ports being moved from one VF to other.

 

 

 

 

 

 

COST

Cost of the ISL link.

int

 

 

 

 

 

TYPE

Type of the IS.

int

 

 

 

 

 

TRUSTED

Denotes whether ISL link is trusted or not. 0 denotes

int

 

 

untrusted and 1 is for trusted.

 

 

 

 

 

 

MISSING

Denotes whether ISL link is missing or not. 0 denotes

int

 

 

present and 1 states that ISL is missing.

 

 

 

 

 

 

MISSING_TIME

Missing timestamp.

timestamp

 

 

 

 

 

CREATION_TIME

Creation timestamp.

timestamp

 

 

 

 

 

TRUNKED

This column is used to determine whether the isl is

int

 

 

part of a trunk or not. The value of 0 means not

 

 

trunked, 1 means this isl is part of a trunk and -1 means not applicable status. Default value is -1.

Brocade Network Advisor IP User Manual

1465

53-1003056-01

 

Page 1517
Image 1517
Brocade Communications Systems IP250 user manual Database tables and fields ISL, Islconnection, Trunked, Sourceswitchportid