Brocade Communications Systems IP250 Network Hardware User Manual


  Open as PDF
of 1753
 
1386 Brocade Network Advisor IP User Manual
53-1003056-01
Database tables and fields
I
TABLE 62 COLLECTOR_MIB_OBJECT_ENTRY
Field Definition Format Size
COLLECTOR_MIB_OBJECT_
ENTRY_ID
Primary key autogenerated ID. int
COLLECTOR_ID ID of the PERF_COLLECTOR. int
MIB_OBJECT_ID MIB_OBJECT table DB ID. int
TABLE 63 COLLECTOR_SNMP_EXPRESSION_ENTRY
Field Definition Format Size
COLLECTOR_SNMP_EXPRE
SSION_ENTRY_ID
Primary key autogenerated ID. int
COLLECTOR_ID ID of the PERF_COLLECTOR. int
EXPRESSION_ID Id of the SNMP_EXPRESSION. int
TABLE 64 COLLECTOR_TARGET_ENTRY
Field Definition Format Size
COLLECTOR_TARGET_ENTR
Y_ID
Primary key autogenerated ID. int
COLLECTOR_ID ID of the PERF_COLLECTOR. int
TARGET_ID Target ID of the SNMP collector data. For device level
collector it will use deviceId, and for port level it will
use interfaceId.
int
PROP_STR Property string of the PERF_COLLECTOR. varchar 8192
COLLECTOR_TARGET_ENTR
Y_TYPE
Target type of the SNMP collector data. for device
level collector the target type is 0, for port level it is 1.
int
TABLE 65 CONFIG_BLOCK
Field Definition Format Size
ID ID of the block. int
NAME Name of the block. varchar 255
DESCRIPTION Description of the block. varchar 1024
USE_REGEX Indicates whether the block start is built with regular
expression or not.
0 = Does not contain Regular expression
1 = Contains regular expression
smallint
BLOCK_START Block start string to match one or more block starts
in the device config. Can be built with regular
expression to match more than one block.
varchar 1024
BLOCK_END Block end string. Used the first match to form config
block from start to end.
varchar 1024
CATEGORY Category of the Block.
0 = User defined
1 = Predefined.
smallint