Brocade Network Advisor SAN User Manual v12.0.0 (53-1002696-01, April 2013)

Brocade Network Advisor SAN User Manual 1319
53-1002696-01
Database tables and fields
H
TABLE 359 TOPO_MAP_IMAGE
Field Definition Format Size
ID Unique generated database identifier. int
NAME Image name in the foo.png format varchar 256
IMAGE_OBJECT 'Image Object BLOB bytea
TABLE 360 TRILL
Field Definition Format Size
ID Unique generated database identifier. int
CLUSTER_ME_ID The Management Element ID of the VCS Cluster in
the VirtualSwitch
int
SOURCE_ME_ID The Management Element ID of the source
VirtualSwitch.
int
SOURCE_DOMAIN_ID The source vcs member id int
SOURCE_PORT_NUMBER The source port represented as a tuple of
member/slot/port
char 30
SOURCE_SWITCH_PORT_ID Nullable foreign key SWITCH_PORT(ID) int
DEST_ME_ID The Management Element ID of the destination
VirtualSwitch.
int
DEST_DOMAIN_ID The destination vcs member id int
DEST_PORT_NUMBER The source port represented as a tuple of
member/slot/port
char 30
DEST_SWITCH_PORT_ID Nullable foreign key SWITCH_PORT(ID) int
COST Cost for the given trill link int
TYPE Type of the given trill link smallint
TRUSTED Is this trill link trusted smallint
TRUNKED Is this trill link part of a trunk smallint
CREATION_TIME Time when the TRILL link record is created between
source and destination.
timestamp
MISSING Is this trill link was discovered and is now missing smallint
MISSING_TIME Time when the TRILL link is missing from the switch. timestamp
SOURCE_PORT_NAME Switch port name for the source char 30
DEST_PORT_NAME Switch port name for the destination char 30
TABLE 361 TRILL_TRUNK_GROUP
Field Definition Format Size
ID Primary key for this table. Serial number which is
uniquely generated by DB.
int