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

smallint

 

 

 

regular expression or not.

 

 

 

 

0 = Does not contain Regular expression

 

 

 

 

1 = Contains regular expression

 

 

 

 

 

 

 

MATCH

 

The device config should Match or Not match with

smallint

 

 

 

condition.

 

 

 

 

0 = Not Match

 

 

 

 

1 = Match.

 

 

 

 

 

 

CONDITION_STR

The condition string to match the device config.

text

 

 

 

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.

 

 

 

 

 

 

ORDER_LINES

Indicates whether the condition_str lines order

smallint

 

 

 

should be matched in the config or block. 0 = Lines

 

 

 

 

order check is not required. 1 = Lines order should

 

 

 

 

be matched.

 

 

 

 

 

 

 

CATEGORY

 

Category of the Condition.

smallint

 

 

 

0 = User defined, 1 = Predefined.

 

 

 

 

 

 

 

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

varchar

128

 

 

record. Could be either IPV4 or IPV6 address.

 

 

 

 

 

 

 

WWN

 

WWN of the core switch.

char

23

 

 

 

 

 

NAME

 

Switch name if available otherwise stores the wwn of

varchar

64

 

 

the switch.

 

 

 

 

 

 

 

TYPE

 

Stores the switch type, the sw_bd_type of the switch.

smallint

 

 

 

 

 

 

MODEL

 

Holds the switch model, whether its Brocade, Mcdata

smallint

 

 

 

or unknown . Value 2 is for Brocade and 3 is for

 

 

 

 

McData

 

 

 

 

 

 

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

smallint

 

 

 

Management application. 1 is reachable and 0 is

 

 

 

 

unreachable

 

 

Brocade Network Advisor IP User Manual

1387

53-1003056-01

 

Page 1439
Image 1439
Brocade Communications Systems IP250 user manual Configcondition, Coreswitch