MIB Viewer

mplsTunnelPathComp

OBJECT-TYPE
1.3.6.1.4.1.738.1.6.5.2.1.2.1.46
Access
read-create
Status
current
Sub-identifiers
0
This value instructs the source node on how to perform path computation on the explicit route specified by the associated entries in the mplsTunnelHopTable. dynamicFull The user specifies at least the source and destination of the path and expects that the CSPF will calculate the remainder of the path. explicit The user specifies the entire path for the tunnel to take. This path may contain strict or loose hops. Evaluation of the explicit route will be performed hop by hop through the network. dynamicPartial The user specifies at least the source and destination of the path and expects that the CSPF will calculate the remainder of the path. The path computed by CSPF is allowed to be only partially computed allowing the remainder of the path to be filled in across the network. This object deprecates mplsTunnelHopEntryPathComp.
INTEGER { dynamicFull(1), explicit(2), dynamicPartial(3) }