Brocade Network Advisor SAN User Manual v12.3.0 User Manual

Page 1687

Advertising
background image

Brocade Network Advisor SAN User Manual

1635

53-1003154-01

Database tables and fields

H

TABLE 243

MPLS_ADMIN_GROUP_INTERFACE_RELATION

Field

Definition

Format

Size

MPLS_ADMIN_GROUP_INTERFAC
E_RELATION_DB_ID

Unique database generated identifier.

int

MPLS_ADMIN_GROUP_DB_ID

Database ID of the MPLS_ADMIN_GROUP instance.

int

INTERFACE_ID

Database ID of the INTERFACE instance.

int

TABLE 244

MPLS_LSP

Field

Definition

Format

Size

MPLS_LSP_DB_ID

Unique database generated identifier.

int

TABLE_SUBTYPE

Refers to the subtype of the LSP where additional
attributes/properties of different type of LSP stored. The
possible values are MPLS_RSVP_LSP, MPLS_LSP.

varchar

32

NAME

Name of the Label Switched Path.

varchar

255

DESTINATION_IP_ADDRESS

Destination IP Address of the egress LSR associated with
this tunnel instance.

varchar

255

OPER_STATUS

Actual operational status of this tunnel, which is typically but
not limited to, a function of the state of individual segments
of this tunnel. Up-1, Down-2, Testing-3, Unknown-4,
Dormant-5, Not present-6, Lower Layer Down-7.

smallint

DEVICE_ID

Database ID of the DEVICE Instance from which this LSP
retrieved.

int

TABLE 245

MPLS_PATH

Field

Definition

Format

Size

MPLS_PATH_DB_ID

Unique database generated identifier.

int

NAME

Name of the MPLS Path as configured in the device. Refer
mplsTunnelHopPathOptionName of RFC3812 for more
details.

varchar

255

DEVICE_ID

Database ID of the DEVICE Instance from which this path
information retrieved.

int

TABLE 246

MPLS_PATH_HOP

Field

Definition

Format

Size

MPLS_PATH_HOP_DB_ID

Unique database generated identifier.

int

HOP_INDEX

Index of the MPLS hop.

int

HOP_IP_ADDRESS

The Tunnel Hop Address for this tunnel hop.

varchar

255

HOP_TYPE

Denotes whether this tunnel hop is routed in a strict or loose
fashion. Possible Values are Strict-1 and Loose-2.

smallint

MPLS_PATH_DB_ID

Database ID of the MPLS_PATH Instance which this hop is
part of.

int

Advertising