CmplsTunnelExtEntry¶
-
class
CISCOIETFMPLSTEEXTSTD03MIB::CmplsTunnelExtTable::CmplsTunnelExtEntry¶ Bases:
EntityClass Hierarchy :
CISCOIETFMPLSTEEXTSTD03MIBCmplsTunnelExtTableCmplsTunnelExtEntryThis class represents state data.
An entry in this table represents MPLS-TP
specific additional tunnel configurations.
-
mplstunnelindex(key)¶ type: int
range: 0..65535
refers to:
mplstunnelindexconfig: False
-
mplstunnelinstance(key)¶ type: int
range: 0..4294967295
refers to:
mplstunnelinstanceconfig: False
-
mplstunnelingresslsrid(key)¶ type: int
range: 0..4294967295
refers to:
mplstunnelingresslsridconfig: False
-
mplstunnelegresslsrid(key)¶ type: int
range: 0..4294967295
refers to:
mplstunnelegresslsridconfig: False
-
cmplstunneloppositedirptr¶ This object is applicable only for the bidirectional tunnel that has the forward and reverse LSPs in the same tunnel or in the different tunnels. This object holds the opposite direction tunnel entry if the bidirectional tunnel is setup by configuring two tunnel entries in mplsTunnelTable. The value of zeroDotZero indicates single tunnel entry is used for bidirectional tunnel setup
type:
std::stringpattern: (([0-1](\.[1-3]?[0-9]))|(2\.(0|([1-9]\d*))))(\.(0|([1-9]\d*)))*
config: False
-
cmplstunnelextoppositedirtnlvalid¶ Denotes whether or not this tunnel uses mplsTunnelOppositeDirPtr for identifying the opposite direction tunnel information. Note that if this variable is set to true then the mplsTunnelOppositeDirPtr should point to the first accessible row of the opposite direction tunnel
type:
boolconfig: False
-
cmplstunnelextdesttnlindex¶ This object is applicable only for the bidirectional tunnel that has the forward and reverse LSPs in the same tunnel or in the different tunnels. This object holds the same value as that of the mplsTunnelIndex of mplsTunnelEntry if the forward and reverse LSPs are in the same tunnel. Otherwise, this object holds the value of the other direction associated LSP’s mplsTunnelIndex from a different tunnel. The values of this object and the mplsTunnelExtDestTnlLspIndex object together can be used to identify an opposite direction LSP i.e. if the mplsTunnelIndex and mplsTunnelInstance hold the value for forward LSP, this object and mplsTunnelExtDestTnlLspIndex can be used to retrieve the reverse direction LSP and vice versa. This object and mplsTunnelExtDestTnlLspIndex values provide the first two indices of tunnel entry and the remaining indices can be derived as follows, if both the forward and reverse LSPs are present in the same tunnel, the opposite direction LSP’s Ingress and Egress Identifier will be same for both the LSPs, else the Ingress and Egress Identifiers should be swapped in order to index the other direction tunnel
type: int
range: 0..65535
config: False
-
cmplstunnelextdesttnllspindex¶ This object is applicable only for the bidirectional tunnel that has the forward and reverse LSPs in the same tunnel or in the different tunnels. This object should contain different value if both the forward and reverse LSPs present in the same tunnel. This object can contain same value or different values if the forward and reverse LSPs present in the different tunnels
type: int
range: 0..4294967295
config: False
-
cmplstunnelextdesttnlvalid¶ Denotes whether or not this tunnel uses mplsTunnelExtDestTnlIndex and mplsTunnelExtDestTnlLspIndex for identifying the opposite direction tunnel information. Note that if this variable is set to true then the mplsTunnelExtDestTnlIndex and mplsTunnelExtDestTnlLspIndex objects should have the valid opposite direction tunnel indices
type:
boolconfig: False
-