User's Manual
1466 Brocade Network Advisor IP User Manual
53-1003056-01
Database tables and fields
I
MASTER_CONNECTION_ID This will hold the id of the master ISL connection for
a ISL between trunk members.
The ISL Connection between masters will have its
own ID in this column.
Non trunk ISLs will have the default value of -1.
int
SOURCE_MASTER_PORT This column will hold the trunk master port for the
source port, if the connection is trunked.
For the master connection it will have its source
por''s port number.
For non-trunk connections it will have the default
value -1.
int
TARGET_MASTER_PORT This column will hold the trunk master port for the
target port, if the connection is trunked.
For the master connection it will have its target
port''s port number.
For non-trunk connections it will have the default
value -1.
int
TABLE 192 ISL_TRUNK_GROUP
Field Definition Format Size
ID* Primary key for the table. int
VIRTUAL_SWITCH_ID Foreign key reference to Virtual Switch record
associated with the trunk group.
int
MASTER_USER_PORT Stores the master user port for the ISL trunk.. smallint
TRUSTED Denotes whether ISL trunk group is trusted or not. 0
denotes untrusted and 1 is for trusted.
smallint
MISSING Denotes whether ISL trunk group is missing or not. 0
denotes present and 1 states that ISL trunk is
missing
smallint
MISSING_TIME States the missing time of the this ISL trunk group. If
the trunk is not missing then it will be null
timestamp
MEMBER_TRACKING_STAT
US
Member added/removed status of this trunk. This is
represented as bitmap value. Each bit is set based
on membership state change. Currently only 2 bits
from LSB are used.
Bit 1 - Member added
Bit 2 - Member removed
For example if the trunk group has membership
change (some members are added and some
existing members are removed) then the value would
be 3.
int
TABLE 191 ISL_CONNECTION
Field Definition Format Size