CpwVcMplsNonTeMappingEntry¶
Enum Classes
-
class
CISCOIETFPWMPLSMIB::CpwVcMplsNonTeMappingTable::CpwVcMplsNonTeMappingEntry¶ Bases:
EntityClass Hierarchy :
CISCOIETFPWMPLSMIBCpwVcMplsNonTeMappingTableCpwVcMplsNonTeMappingEntryThis class represents state data.
A row in this table represents the association
between the PW VC and it’s non TE MPLS outer Tunnel
it’s physical interface if there is no outer tunnel
(VC only).
An application can use this table to quickly retrieve the
PW carried over specific non-TE MPLS outer tunnel or
physical interface.
The table in indexed by the XC index for MPLS Non-TE
tunnel, or ifIndex of the port in VC only case, the
direction of the VC in the specific entry and the VCIndex.
The same table is used in both inbound and outbound
directions, but in a different row for each direction. If
the inbound association is not known, no rows should exist
for it.
Rows are created by the local agent when all the
association data is available for display.
-
cpwvcmplsnontemappingtunneldirection(key)¶ Identifies if the row represent an outbound or inbound mapping
type:
CpwVcMplsNonTeMappingTunnelDirectionconfig: False
-
cpwvcmplsnontemappingxctunnelindex(key)¶ Index for the conceptual XC row identifying Tunnel to VC mappings when the outer tunnel is created by the MPLS-LSR- MIB, Zero otherwise
type: int
range: 0..4294967295
config: False
-
cpwvcmplsnontemappingifindex(key)¶ Identify the port on which the VC is carried for VC only case
type: int
range: 0..2147483647
config: False
-
cpwvcmplsnontemappingvcindex(key)¶ The value that represent the VC in the cpwVcTable
type: int
range: 0..4294967295
config: False
-