User's Manual

Brocade Network Advisor IP User Manual 1387
53-1003056-01
Database tables and fields
I
TABLE 66 CONFIG_CONDITION
Field Definition Format Size
ID Condition ID. int
NAME Name of the condition. varchar 255
DESCRIPTION Description of the condition. varchar 1024
REMEDIATION Remediation details for failed conditions. text
USE_REGEX Indicates whether the condition lines are built with
regular expression or not.
0 = Does not contain Regular expression
1 = Contains regular expression
smallint
MATCH The device config should Match or Not match with
condition.
0 = Not Match
1 = Match.
smallint
CONDITION_STR The condition string to match the device config.
Unlimited length.
Each line in configuration will be matched in the
whole config or a block if the order_lines is 0. Else all
lines will be matched together.
text
ORDER_LINES Indicates whether the condition_str lines order
should be matched in the config or block. 0 = Lines
order check is not required. 1 = Lines order should
be matched.
smallint
CATEGORY Category of the Condition.
0 = User defined, 1 = Predefined.
smallint
TABLE 67 CORE_SWITCH
Field Definition Format Size
ID* Auto generated ID for this table. int
IP_ADDRESS IP Address of the switch that is represented by this
record. Could be either IPV4 or IPV6 address.
varchar 128
WWN WWN of the core switch. char 23
NAME Switch name if available otherwise stores the wwn of
the switch.
varchar 64
TYPE Stores the switch type, the sw_bd_type of the switch. smallint
MODEL Holds the switch model, whether its Brocade, Mcdata
or unknown . Value 2 is for Brocade and 3 is for
McData
smallint
FIRMWARE_VERSION Firmware version of the switch. varchar 128
VENDOR Vendor information for the switch. varchar 256
MAX_VIRTUAL_SWITCHES Maximum number of virtual switches supported. smallint
NUM_VIRTUAL_SWITCHES Total number of virtual switch present. smallint
REACHABLE Determines whether the switch is reachable from the
Management application. 1 is reachable and 0 is
unreachable
smallint