CISCO-IETF-PW-MPLS-MIB

File: CISCO-IETF-PW-MPLS-MIB.mib (35642 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB MPLS-TC-STD-MIB CISCO-IETF-PW-TC-MIB
CISCO-IETF-PW-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
MODULE-COMPLIANCE OBJECT-GROUP RowStatus
StorageType InterfaceIndexOrZero MplsTunnelIndex
MplsTunnelInstanceIndex MplsLdpIdentifier MplsLsrIdentifier
CpwVcIndexType cpwVcIndex ciscoExperiment

Defined Types

CpwVcMplsEntry  
SEQUENCE    
  cpwVcMplsMplsType BITS
  cpwVcMplsExpBitsMode INTEGER
  cpwVcMplsExpBits Unsigned32
  cpwVcMplsTtl Unsigned32
  cpwVcMplsLocalLdpID MplsLdpIdentifier
  cpwVcMplsLocalLdpEntityID Unsigned32
  cpwVcMplsPeerLdpID MplsLdpIdentifier
  cpwVcMplsStorageType StorageType

CpwVcMplsOutboundEntry  
SEQUENCE    
  cpwVcMplsOutboundIndex Unsigned32
  cpwVcMplsOutboundLsrXcIndex Unsigned32
  cpwVcMplsOutboundTunnelIndex MplsTunnelIndex
  cpwVcMplsOutboundTunnelInstance MplsTunnelInstanceIndex
  cpwVcMplsOutboundTunnelLclLSR MplsLsrIdentifier
  cpwVcMplsOutboundTunnelPeerLSR MplsLsrIdentifier
  cpwVcMplsOutboundIfIndex InterfaceIndexOrZero
  cpwVcMplsOutboundRowStatus RowStatus
  cpwVcMplsOutboundStorageType StorageType

CpwVcMplsInboundEntry  
SEQUENCE    
  cpwVcMplsInboundIndex Unsigned32
  cpwVcMplsInboundLsrXcIndex Unsigned32
  cpwVcMplsInboundTunnelIndex MplsTunnelIndex
  cpwVcMplsInboundTunnelInstance MplsTunnelInstanceIndex
  cpwVcMplsInboundTunnelLclLSR MplsLsrIdentifier
  cpwVcMplsInboundTunnelPeerLSR MplsLsrIdentifier
  cpwVcMplsInboundIfIndex InterfaceIndexOrZero
  cpwVcMplsInboundRowStatus RowStatus
  cpwVcMplsInboundStorageType StorageType

CpwVcMplsNonTeMappingEntry  
SEQUENCE    
  cpwVcMplsNonTeMappingTunnelDirection INTEGER
  cpwVcMplsNonTeMappingXcTunnelIndex Unsigned32
  cpwVcMplsNonTeMappingIfIndex InterfaceIndexOrZero
  cpwVcMplsNonTeMappingVcIndex CpwVcIndexType

CpwVcMplsTeMappingEntry  
SEQUENCE    
  cpwVcMplsTeMappingTunnelDirection INTEGER
  cpwVcMplsTeMappingTunnelIndex MplsTunnelIndex
  cpwVcMplsTeMappingTunnelInstance MplsTunnelInstanceIndex
  cpwVcMplsTeMappingTunnelPeerLsrID MplsLsrIdentifier
  cpwVcMplsTeMappingTunnelLocalLsrID MplsLsrIdentifier
  cpwVcMplsTeMappingVcIndex CpwVcIndexType

Defined Values

cpwVcMplsMIB 1.3.6.1.4.1.9.10.107
This MIB complements the CISCO-IETF-PW-MIB for PW operation over MPLS.
MODULE-IDENTITY    

cpwVcMplsNotifications 1.3.6.1.4.1.9.10.107.0
OBJECT IDENTIFIER    

cpwVcMplsNotifyPrefix 1.3.6.1.4.1.9.10.107.0.0
OBJECT IDENTIFIER    

cpwVcMplsObjects 1.3.6.1.4.1.9.10.107.1
OBJECT IDENTIFIER    

cpwVcMplsConformance 1.3.6.1.4.1.9.10.107.2
OBJECT IDENTIFIER    

cpwVcMplsTable 1.3.6.1.4.1.9.10.107.1.1
This table specifies information for VC to be carried over MPLS PSN.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpwVcMplsEntry

cpwVcMplsEntry 1.3.6.1.4.1.9.10.107.1.1.1
A row in this table represents parameters specific to MPLS PSN for a pseudo wire connection (VC). The row is created automatically by the local agent if the cpwVcPsnType is MPLS. It is indexed by cpwVcIndex, which uniquely identifying a singular connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpwVcMplsEntry  

cpwVcMplsMplsType 1.3.6.1.4.1.9.10.107.1.1.1.1
Set by the operator to indicate the outer tunnel types, if exists. mplsTe is used if the outer tunnel was set-up by MPLS-TE, and mplsNonTe is used the outer tunnel was set up by LDP or manually. Combination of mplsTe and mplsNonTe may exist in case of outer tunnel protection. vcOnly is used if there is no outer tunnel label. vcOnly cannot be combined with mplsNonTe or mplsTe.
Status: current Access: read-write
OBJECT-TYPE    
  BITS mplsTe(0), mplsNonTe(1), vcOnly(2)  

cpwVcMplsExpBitsMode 1.3.6.1.4.1.9.10.107.1.1.1.2
Set by the operator to indicate the way the VC shim label EXP bits are to be determined. The value of outerTunnel(1) is used where there is an outer tunnel - cpwVcMplsMplsType is mplsTe or mplsNonTe. Note that in this case there is no need to mark the VC label with the EXP bits since the VC label is not visible to the intermediate nodes. If there is no outer tunnel, specifiedValue(2) indicate that the value is specified by cpwVcMplsExpBits, and serviceDependant(3) indicate that the EXP bits are setup based on a rule specified in the emulated service specific tables, for example when the EXP bits are a function of 802.1p marking for Ethernet emulated service.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER outerTunnel(1), specifiedValue(2), serviceDependant(3)  

cpwVcMplsExpBits 1.3.6.1.4.1.9.10.107.1.1.1.3
Set by the operator to indicate the MPLS EXP bits to be used on the VC shim label if cpwVcMplsExpBitsMode is specifiedValue(2), zero otherwise.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..7  

cpwVcMplsTtl 1.3.6.1.4.1.9.10.107.1.1.1.4
Set by the operator to indicate the VC TTL bits to be used on the VC shim label.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 0..255  

cpwVcMplsLocalLdpID 1.3.6.1.4.1.9.10.107.1.1.1.5
The local LDP identifier of the LDP entity creating this VC in the local node. As the VC labels are always set from the per platform label space, the last two octets in the LDP ID MUST be always both zeros.
Status: current Access: read-write
OBJECT-TYPE    
  MplsLdpIdentifier  

cpwVcMplsLocalLdpEntityID 1.3.6.1.4.1.9.10.107.1.1.1.6
The local LDP Entity index of the LDP entity to be used for this VC on the local node. Should be set to all zeros if not used.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cpwVcMplsPeerLdpID 1.3.6.1.4.1.9.10.107.1.1.1.7
The peer LDP identifier as identified from the LDP session. Should be zero if not relevant or not known yet.
Status: current Access: read-only
OBJECT-TYPE    
  MplsLdpIdentifier  

cpwVcMplsStorageType 1.3.6.1.4.1.9.10.107.1.1.1.8
This variable indicates the storage type for this row.
Status: current Access: read-write
OBJECT-TYPE    
  StorageType  

cpwVcMplsOutboundIndexNext 1.3.6.1.4.1.9.10.107.1.2
This object contains an appropriate value to be used for cpwVcMplsOutboundIndex when creating entries in the cpwVcMplsOutboundTable. The value 0 indicates that no unassigned entries are available. To obtain the cpwVcMplsOutboundIndex value for a new entry, the manager issues a management protocol retrieval operation to obtain the current value of this object. After each retrieval, the agent should modify the value to the next unassigned index, however the agent MUST NOT assume such retrieval will be done for each row created.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cpwVcMplsOutboundTable 1.3.6.1.4.1.9.10.107.1.3
This table associates VCs using MPLS PSN with the outbound MPLS tunnels (i.e. toward the PSN) or the physical interface in case of VC only.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpwVcMplsOutboundEntry

cpwVcMplsOutboundEntry 1.3.6.1.4.1.9.10.107.1.3.1
A row in this table represents a link between PW VC (that require MPLS tunnels) and MPLS tunnel toward the PSN. In the case of VC only, it associate the VC with the interface that shall carry the VC. This table is indexed by the pwVcIndex and an additional index enabling multiple rows for the same VC index. At least one entry is created in this table by the operator for each PW VC that requires MPLS PSN. Note that the first entry for each VC can be indexed by cpwVcMplsOutboundIndex equal zero without a need for retrieval of cpwVcMplsOutboundIndexNext. This table points to the appropriate MPLS MIB. In the case of MPLS-TE, the 4 variables relevant to the indexing of a TE MPLS tunnel are set as in Srinivasan, et al, . In case of Non-TE MPLS (an outer tunnel label assigned by LDP or manually) the table points to the XC entry in the LSR MIB as in Srinivasan, et al, . In case of VC only (no outer tunnel) the ifIndex of the port to carry the VC is configured. Each VC may have multiple rows in this tables if protection is available at the outer tunnel level, each row may be of different type except for VC only, on which only rows with ifIndex of the port are allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpwVcMplsOutboundEntry  

cpwVcMplsOutboundIndex 1.3.6.1.4.1.9.10.107.1.3.1.1
Arbitrary index for enabling multiple rows per VC in this table. Next available free index can be retrieved using cpwVcMplsOutboundIndexNext.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cpwVcMplsOutboundLsrXcIndex 1.3.6.1.4.1.9.10.107.1.3.1.2
This object will be set by the operator. If the outer label is defined in the MPL-LSR-MIB, i.e. set by LDP or manually, this object points to the XC index of the outer tunnel. Otherwise, it is set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cpwVcMplsOutboundTunnelIndex 1.3.6.1.4.1.9.10.107.1.3.1.3
Part of set of indexes for outbound tunnel in the case of MPLS-TE outer tunnel, otherwise set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  MplsTunnelIndex  

cpwVcMplsOutboundTunnelInstance 1.3.6.1.4.1.9.10.107.1.3.1.4
Part of set of indexes for outbound tunnel in the case of MPLS-TE outer tunnel, otherwise set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  MplsTunnelInstanceIndex  

cpwVcMplsOutboundTunnelLclLSR 1.3.6.1.4.1.9.10.107.1.3.1.5
Part of set of indexes for outbound tunnel in the case of MPLS-TE outer tunnel, otherwise set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  MplsLsrIdentifier  

cpwVcMplsOutboundTunnelPeerLSR 1.3.6.1.4.1.9.10.107.1.3.1.6
Part of set of indexes for outbound tunnel in the case of MPLS-TE outer tunnel, otherwise set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  MplsLsrIdentifier  

cpwVcMplsOutboundIfIndex 1.3.6.1.4.1.9.10.107.1.3.1.7
In case of VC only (no outer tunnel), this object holds the ifIndex of the outbound port, otherwise set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

cpwVcMplsOutboundRowStatus 1.3.6.1.4.1.9.10.107.1.3.1.8
For creating, modifying, and deleting this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpwVcMplsOutboundStorageType 1.3.6.1.4.1.9.10.107.1.3.1.9
This variable indicates the storage type for this object.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cpwVcMplsInboundIndexNext 1.3.6.1.4.1.9.10.107.1.4
This object contains an appropriate value to be used for cpwVcMplsInboundIndex when creating entries in the cpwVcMplsInboundTable. The value 0 indicates that no unassigned entries are available. To obtain the cpwVcMplsInboundIndex value for a new entry, the manager issues a management protocol retrieval operation to obtain the current value of this object. After each retrieval, the agent should modify the value to the next unassigned index, however the agent MUST NOT assume such retrieval will be done for each row created.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cpwVcMplsInboundTable 1.3.6.1.4.1.9.10.107.1.5
This table associates VCs using MPLS PSN with the inbound MPLS tunnels (i.e. for packets coming from the PSN), if such association is desired (mainly for security reasons).
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpwVcMplsInboundEntry

cpwVcMplsInboundEntry 1.3.6.1.4.1.9.10.107.1.5.1
A row in this table represents a link between PW VCs (that require MPLS tunnels) and MPLS tunnel for packets arriving from the PSN. This table is indexed by the set of indexes used to identify the VC - cpwVcIndex and an additional index enabling multiple rows for the same VC index. Note that the first entry for each VC can be indexed by cpwVcMplsOutboundIndex equal zero without a need for retrieval of cpwVcMplsInboundIndexNext. An entry is created in this table either automatically by the local agent or created manually by the operator in cases that strict mode is required. Note that the control messages contain VC ID and VC type, which together with the remote IP address identify the cpwVcIndex in the local node. This table points to the appropriate MPLS MIB. In the case of MPLS-TE, the 4 variables relevant to the indexing of a TE MPLS tunnel are set as in Srinivasan, et al, . In case of non-TE MPLS tunnel (an outer tunnel label assigned by LDP or manually) the table points to the XC entry in the MPLS-LSR-MIB as in Srinivasan, et al, . Each VC may have multiple rows in this tables if protection is available at the outer tunnel level, each row may be of different type except for VC only, on which only rows with ifIndex of the port are allowed.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpwVcMplsInboundEntry  

cpwVcMplsInboundIndex 1.3.6.1.4.1.9.10.107.1.5.1.1
Arbitrary index for enabling multiple rows per VC in this table. Next available free index can be retrieved using cpwVcMplsInboundIndexNext.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cpwVcMplsInboundLsrXcIndex 1.3.6.1.4.1.9.10.107.1.5.1.2
If the outer label is defined in the MPL-LSR-MIB, i.e. set by LDP or manually, this object points to the XC index of the outer tunnel. Otherwise, it is set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cpwVcMplsInboundTunnelIndex 1.3.6.1.4.1.9.10.107.1.5.1.3
Part of set of indexes for outbound tunnel in the case of MPLS-TE outer tunnel, otherwise set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  MplsTunnelIndex  

cpwVcMplsInboundTunnelInstance 1.3.6.1.4.1.9.10.107.1.5.1.4
Part of set of indexes for outbound tunnel in the case of MPLS-TE outer tunnel, otherwise set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  MplsTunnelInstanceIndex  

cpwVcMplsInboundTunnelLclLSR 1.3.6.1.4.1.9.10.107.1.5.1.5
Part of set of indexes for outbound tunnel in the case of MPLS-TE outer tunnel, otherwise set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  MplsLsrIdentifier  

cpwVcMplsInboundTunnelPeerLSR 1.3.6.1.4.1.9.10.107.1.5.1.6
Part of set of indexes for outbound tunnel in the case of MPLS-TE outer tunnel, otherwise set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  MplsLsrIdentifier  

cpwVcMplsInboundIfIndex 1.3.6.1.4.1.9.10.107.1.5.1.7
In case of VC only (no outer tunnel), this object holds the ifIndex of the inbound port, otherwise set to zero.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

cpwVcMplsInboundRowStatus 1.3.6.1.4.1.9.10.107.1.5.1.8
For creating, modifying, and deleting this row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cpwVcMplsInboundStorageType 1.3.6.1.4.1.9.10.107.1.5.1.9
This variable indicates the storage type for this row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

cpwVcMplsNonTeMappingTable 1.3.6.1.4.1.9.10.107.1.6
This table maps an inbound/outbound Tunnel to a VC in non- TE applications.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpwVcMplsNonTeMappingEntry

cpwVcMplsNonTeMappingEntry 1.3.6.1.4.1.9.10.107.1.6.1
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpwVcMplsNonTeMappingEntry  

cpwVcMplsNonTeMappingTunnelDirection 1.3.6.1.4.1.9.10.107.1.6.1.1
Identifies if the row represent an outbound or inbound mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER outbound(1), inbound(2)  

cpwVcMplsNonTeMappingXcTunnelIndex 1.3.6.1.4.1.9.10.107.1.6.1.2
Index for the conceptual XC row identifying Tunnel to VC mappings when the outer tunnel is created by the MPLS-LSR- MIB, Zero otherwise.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cpwVcMplsNonTeMappingIfIndex 1.3.6.1.4.1.9.10.107.1.6.1.3
Identify the port on which the VC is carried for VC only case.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

cpwVcMplsNonTeMappingVcIndex 1.3.6.1.4.1.9.10.107.1.6.1.4
The value that represent the VC in the cpwVcTable.
Status: current Access: read-only
OBJECT-TYPE    
  CpwVcIndexType  

cpwVcMplsTeMappingTable 1.3.6.1.4.1.9.10.107.1.7
This table maps an inbound/outbound Tunnel to a VC in MPLS-TE applications.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CpwVcMplsTeMappingEntry

cpwVcMplsTeMappingEntry 1.3.6.1.4.1.9.10.107.1.7.1
A row in this table represents the association between a PW VC and it's MPLS-TE outer Tunnel. An application can use this table to quickly retrieve the PW carried over specific TE MPLS outer tunnel. The table in indexed by the 4 indexes of a TE tunnel, the direction of the VC specific entry and the VcIndex. The same table is used in both inbound and outbound directions, 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  CpwVcMplsTeMappingEntry  

cpwVcMplsTeMappingTunnelDirection 1.3.6.1.4.1.9.10.107.1.7.1.1
Identifies if the row represent an outbound or inbound mapping.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER outbound(1), inbound(2)  

cpwVcMplsTeMappingTunnelIndex 1.3.6.1.4.1.9.10.107.1.7.1.2
Primary index for the conceptual row identifying the MPLS-TE tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsTunnelIndex  

cpwVcMplsTeMappingTunnelInstance 1.3.6.1.4.1.9.10.107.1.7.1.3
Identifies an instance of the MPLS-TE tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsTunnelInstanceIndex  

cpwVcMplsTeMappingTunnelPeerLsrID 1.3.6.1.4.1.9.10.107.1.7.1.4
Identifies an Peer LSR when the outer tunnel is MPLS-TE based.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsLsrIdentifier  

cpwVcMplsTeMappingTunnelLocalLsrID 1.3.6.1.4.1.9.10.107.1.7.1.5
Identifies the local LSR.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsLsrIdentifier  

cpwVcMplsTeMappingVcIndex 1.3.6.1.4.1.9.10.107.1.7.1.6
The value that represent the VC in the cpwVcTable.
Status: current Access: read-only
OBJECT-TYPE    
  CpwVcIndexType  

cpwVcMplsGroups 1.3.6.1.4.1.9.10.107.2.1
OBJECT IDENTIFIER    

cpwVcMplsCompliances 1.3.6.1.4.1.9.10.107.2.2
OBJECT IDENTIFIER    

cpwMplsModuleCompliance 1.3.6.1.4.1.9.10.107.2.2.1
The compliance statement for agent that support PW over MPLS PSN operation.
Status: current Access: read-only
MODULE-COMPLIANCE    

cpwVcMplsGroup 1.3.6.1.4.1.9.10.107.2.1.1
Collection of objects needed for PW VC over MPLS PSN configuration.
Status: current Access: read-only
OBJECT-GROUP    

cpwVcMplsOutboundGroup 1.3.6.1.4.1.9.10.107.2.1.2
Collection of objects needed for outbound association of VC and MPLS tunnel.
Status: current Access: read-only
OBJECT-GROUP    

cpwVcMplsInboundGroup 1.3.6.1.4.1.9.10.107.2.1.3
Collection of objects needed for inbound association of VC and MPLS tunnel. This group is mandatory if strict mode is implemented.
Status: current Access: read-only
OBJECT-GROUP    

cpwVcMplsMappingGroup 1.3.6.1.4.1.9.10.107.2.1.4
Collection of objects used for mapping of tunnels and VC labels to VC index.
Status: current Access: read-only
OBJECT-GROUP