Brocade Network Advisor SAN User Manual v12.1.0 User Manual

Page 1420

Advertising
background image

Brocade Network Advisor SAN User Manual

1373

53-1002948-01

Database tables and fields

H

TABLE 98

ETHERNET_INTERFACE

Field

Definition

Format

Size

INTERFACE_ID int

TABLE 99

ETHERNET_ISL

Field

Definition

Format

Size

ID

Unique generated database identifier.

int

SOURCE_PORT_ID

The unique id of the source port.

int

DEST_PORT_ID

The unique id of the destination port.

int

MISSING

Flag to identify whether the ethernet isl link is missing
from the switch.

smallint,

MISSING_TIME

Time when the ethernet isl link is missing from the
switch.

timestamp

TRUSTED

Is this ethernet isl link is trusted.

smallint,

CREATION_TIME

Time when the ethernet isl link record is created.

timestamp

TABLE 100

EVENT

Field

Definition

Format

Size

ID*

Unique generated database identifier for an event.

int

ME_ID

Unique managed element ID used to refer the product
that is associated with the event.

int

SEVERITY

Indicates the severity of the event. Possible values :
Emergency- 0, Alert- 1, Critical- 2, Error- 3,Warning-
4,Notice- 5, Info- 6,Debug- 7,Unknown- 8.

int

AREA

Indicates the Area from which the event has occurred.
Possible values : Unknown- 0, SAN- 1, IP- 2, Application
Events -3, SAN+IP- 4.

smallint

ACKNOWLEDGED

Indicates whether the user has acknowledged the
event or not. Possible values: Unacknowledged-0 ,
Acknowledged-1.

smallint

SOURCE_NAME

This field indicates the name of the source that
triggered the event. This could be the name of the
source switch or name of the Management application
server in the case of application events.

varchar

255

SOURCE_ADDR

'Indicates the IP Address of the source that triggered
the event. This could be the IP address of the source
switch or IP address of the Management application
server in the case of application events.

varchar

50

EVENT_ORIGIN_ID

Database ID of the event origin such as Trap, Syclog
etc referring to EVENT_ORIGIN metadata.

int

EVENT_CATEGORY_ID

Database ID of the event category referring to
EVENT_CATEGORY metadata.

int

EVENT_MODULE_ID

Database ID of the event module referring to
EVENT_MODULE metadata.

int

Advertising