Database tables and fields

I

TABLE 90

DEPLOYMENT_TARGET_MAP

 

 

 

 

 

 

 

 

 

Field

 

Definition

Format

 

Size

 

 

 

 

 

 

ID

 

Unique generated database identifier.

serial

 

 

 

 

 

 

 

DEPLOYMENT_CONFIGU

Foreign Key References

int

 

 

RATION_ID

 

DEPLOYMENT_CONFIGURATION (id)

 

 

 

 

 

Identifies the deployment configuration this row

 

 

 

 

 

is applied

 

 

 

 

 

 

 

 

 

TARGET_ID

 

Identifies the target. It will NOT have mapping

varchar

 

255

 

 

to any product table like device, etc

 

 

 

 

 

 

 

 

TARGET_TYPE_ID

Foreign Key references TARGET_TYPE (id)

int

 

 

 

 

Identifies the target type

 

 

 

 

 

 

 

 

TARGET_PARENT_ID

Identifies the parent of the target. If, switch,

int

 

 

 

 

device, port group, device group it will be same

 

 

 

 

 

as target id. If it is port/interfaces the parent id

 

 

 

 

 

will be the switch id

 

 

 

 

 

 

 

 

 

TABLE 91

DEVICE

 

 

 

 

 

 

 

 

 

 

Field

 

Definition

 

Format

Size

 

 

 

 

 

 

DEVICE_ID

 

Primary key for this table.

 

int

 

 

 

 

 

 

 

IP_ADDRESS

 

IP address of this device.

 

varchar

255

 

 

 

 

 

 

ALIAS_NAME

 

Device alias name.

 

varchar

512

 

 

 

 

 

HOST_NAME

 

Best matching host name obtained through the

varchar

512

 

 

device IP address.

 

 

 

 

 

 

 

 

SYS_NAME

 

An administratively-assigned name for this

varchar

255

 

 

device.

 

 

 

 

 

 

 

SYS_CONTACT

The textual identification of the contact person

varchar

255

 

 

for this device, together with information on how

 

 

 

 

to contact this person.

 

 

 

 

 

 

 

 

 

DESCRIPTION

 

A textual description of the device.

 

varchar

512

 

 

 

 

 

SYS_LOCATION

The physical location of this device.

 

varchar

255

 

 

 

 

COMMUNITY_STR_GET

SNMP GET community string to query the

varchar

512

 

 

device.

 

 

 

 

 

 

 

COMMUNITY_STR_SET

SNMP SET community string of this device.

varchar

512

 

 

 

 

 

SYS_OID

 

The vendor's authoritative identification of this

varchar

255

 

 

device ie., System Object Identifier.

 

 

 

 

 

 

 

SUPER_USER_PASSWORD

Super user password configured in the device.

varchar

512

 

 

 

 

TABLE_SUBTYPE

Device table subtype defined by INM BizObject

varchar

32

 

 

framework.

 

 

 

 

 

 

 

LOCAL_USER_NAME

Local user name configured in the device for CLI

varchar

512

 

 

access.

 

 

 

 

 

 

 

 

LOCAL_PASSWORD

Password to access the telnet interface.

 

varchar

512

 

 

 

 

TELNET_PASSWORD

Password to access the Telnet interface.

varchar

512

 

 

 

 

 

RADIUS_USER_NAME

User name for RADIUS access.

 

varchar

512

 

 

 

 

 

RADIUS_PASSWORD

Password for RADIUS access.

 

varchar

512

Brocade Network Advisor IP User Manual

1403

53-1003056-01

 

Page 1455
Image 1455
Brocade Communications Systems IP250 user manual Deploymenttargetmap, Device