Brocade Network Advisor IP User Manual 1431
53-1003056-01
Database tables and fields I
SEED_SWITCH_IP IP address of the switch which serves as the seed
switch. This is the switch from which above mentioned
fabric level collectors get their information.
varchar 128
LAST_SEED_SW_
MODIFICATION
Timestamp of the seed switch, when the particular
HTML page was changed last. Note that this is not
when the last time collection was done.
timestamp
TABLE 13 0 FABRIC_DISCOVERY_POLICY
Field Definition Format Size
FABRIC_ID The database ID of the fabric that the policy belongs
to.
int
DISCOVER_ALL_MEMBERS This column indicates if all the members of the fabric
can be discovered. 1 means discover all members
and 0 means do not discover all members. In the
case of 0, the filtering rules comes from
FabricDiscoveryPolicyRule table.
smallint
CREATION_TIME timestamp
LAST_UPDATE_TIME timestamp
TABLE 131 FABRIC_DISCOVERY_POLICY_RULE
Field Definition Format Size
ID serial
FABRIC_ID The database ID of the fabric that the policy belongs
to.
int
FILTER Filter to be applied for this fabric. This could be IP
Address or WWN or SwitchType. The Type of the filter
comes from the FilterType column. This can be either
in included list or excluded list depending on the
EXCLUDED column value.
varchar 128
FILTER_TYPE This column indicates type of the filter. It could take
values like 0 for IP Address, 1 for WWN and 2 for
SwitchType. Default is IP address type.
smallint
EXCLUDED This column indicates if the Filter in the record
should be included or excluded. 1 means exclude
and 0 means include. Default is to include.
smallint
CREATION_TIME timestamp
LAST_UPDATE_TIME timestamp
TABLE 13 2 FABRIC_MEMBER
Field Definition Format Size
FABRIC_ID* Fabric ID, foreign key to FABRIC table. int
VIRTUAL_SWITCH_ID* ID of the virtual switch which is a member of this fabric,
foreign key to VIRTUAL_SWITCH table.
int
TABLE 12 9 FABRIC_COLLECTION (Continued)
Field Definition Format Size