User's Manual
Brocade Network Advisor IP User Manual 1483
53-1003056-01
Database tables and fields
I
TABLE 239 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 240 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 241 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
METRIC Represents the metric of the LSP used by the routing
protocols to determine the relative preference among
several LSPs towards a given destination. Accepts a range
of 1 - 65535.
int
PATH_SELECT_MODE Specifies the path selection mode to use. Refer
mplsLspPathSelectMode MIB of foundry.mib for more
details and possible values.
smallint
PATH_SELECT_PATH The user-selected pathname when the Path Selection mode
is either Manual or Unconditional. If the device returns null
or empty string, this value would be primary.
varchar 255
REVERT_TIMER The number of seconds to wait after the primary or selected
path comes up before traffic reverts to that path. A value of
0 indicates that it will switch immediately after the current
working path goes down. The range of values supported are
0-65535.
int
TIE_BREAKING_MODE Specifies the tie breaking mode for selecting the
Constrained Shortest Path First(CSPF) equal-cost paths.
Possible values are Random-1, LeastFill-2 and MostFill-3.
smallint