Brocade Network Advisor SAN User Manual v12.0.0 (53-1002696-01, April 2013)
Brocade Network Advisor SAN User Manual 1255
53-1002696-01
Database tables and fields
H
TABLE 211 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 212 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 213 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
TABLE 214 MPLS_RSVP_LSP
Field Definition Format Size
MPLS_LSP_DB_ID Unique database generated identifier. int
IS_ENABLED Represents whether the LSP is enabled. Enabled-1,
Disabled-0.
num (1,0)
IS_BYPASS Represents if the LSP is a Bypass LSP or not. Not a
Bypass-0, Bypass LSP-1. Currently ByPass LSPs are not
supported. So the value will be always 0.
num (1,0)
FROM_IP_ADDRESS Represents the Source IP Address of the LSP. varchar 255