PW-MPLS-MIB

File: PW-MPLS-MIB.mib (24485 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB MPLS-TC-MIB PW-TC-MIB
PW-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE experimental
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
RowStatus StorageType InterfaceIndexOrZero
MplsTunnelIndex MplsTunnelInstanceIndex MplsLdpIdentifier
MplsLsrIdentifier PwVcIndexType pwVcIndex

Defined Types

PwVcMplsEntry  
SEQUENCE    
  pwVcMplsMplsType BITS
  pwVcMplsExpBitsMode INTEGER
  pwVcMplsExpBits Unsigned32
  pwVcMplsTtl Unsigned32
  pwVcMplsLocalLdpID MplsLdpIdentifier
  pwVcMplsLocalLdpEntityID Unsigned32
  pwVcMplsPeerLdpID MplsLdpIdentifier
  pwVcMplsStorageType StorageType

PwVcMplsOutboundEntry  
SEQUENCE    
  pwVcMplsOutboundIndex Unsigned32
  pwVcMplsOutboundLsrXcIndex Unsigned32
  pwVcMplsOutboundTunnelIndex MplsTunnelIndex
  pwVcMplsOutboundTunnelInstance MplsTunnelInstanceIndex
  pwVcMplsOutboundTunnelLclLSR MplsLsrIdentifier
  pwVcMplsOutboundTunnelPeerLSR MplsLsrIdentifier
  pwVcMplsOutboundIfIndex InterfaceIndexOrZero

PwVcMplsNonTeMappingEntry  
SEQUENCE    
  pwVcMplsNonTeMappingXcTunnelIndex Unsigned32
  pwVcMplsNonTeMappingIfIndex InterfaceIndexOrZero
  pwVcMplsNonTeMappingVcIndex PwVcIndexType
  pwVcMplsNonTeMappingRowStatus RowStatus
  pwVcMplsNonTeMappingStorageType StorageType

PwVcMplsTeMappingEntry  
SEQUENCE    
  pwVcMplsTeMappingTunnelIndex MplsTunnelIndex
  pwVcMplsTeMappingTunnelInstance MplsTunnelInstanceIndex
  pwVcMplsTeMappingTunnelPeerLsrID MplsLsrIdentifier
  pwVcMplsTeMappingTunnelLocalLsrID MplsLsrIdentifier
  pwVcMplsTeMappingVcIndex PwVcIndexType
  pwVcMplsTeMappingRowStatus RowStatus
  pwVcMplsTeMappingStorageType StorageType

Defined Values

pwVcMplsMIB 1.3.6.1.3.888
This MIB complements the PW-MIB for PW operation over MPLS.
MODULE-IDENTITY    

pwVcMplsNotifications 1.3.6.1.3.888.0
OBJECT IDENTIFIER    

pwVcMplsNotifyPrefix 1.3.6.1.3.888.0.0
OBJECT IDENTIFIER    

pwVcMplsObjects 1.3.6.1.3.888.1
OBJECT IDENTIFIER    

pwVcMplsConformance 1.3.6.1.3.888.2
OBJECT IDENTIFIER    

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

pwVcMplsEntry 1.3.6.1.3.888.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 pwVcPsnType is MPLS. It is indexed by pwVcIndex, which uniquely identifying a singular connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcMplsEntry  

pwVcMplsMplsType 1.3.6.1.3.888.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)  

pwVcMplsExpBitsMode 1.3.6.1.3.888.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 - pwVcMplsMplsType 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 pwVcMplsExpBits, 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)  

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

pwVcMplsTtl 1.3.6.1.3.888.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  

pwVcMplsLocalLdpID 1.3.6.1.3.888.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  

pwVcMplsLocalLdpEntityID 1.3.6.1.3.888.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  

pwVcMplsPeerLdpID 1.3.6.1.3.888.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  

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

pwVcMplsOutboundTable 1.3.6.1.3.888.1.2
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  
    PwVcMplsOutboundEntry

pwVcMplsOutboundEntry 1.3.6.1.3.888.1.2.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 agent for each PW VC that requires MPLS PSN. Note that the first entry for each VC can be indexed by pwVcMplsOutboundIndex equal zero without a need for retrieval of pwVcMplsOutboundIndexNext. 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    
  PwVcMplsOutboundEntry  

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

pwVcMplsOutboundLsrXcIndex 1.3.6.1.3.888.1.2.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-only
OBJECT-TYPE    
  Unsigned32  

pwVcMplsOutboundTunnelIndex 1.3.6.1.3.888.1.2.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-only
OBJECT-TYPE    
  MplsTunnelIndex  

pwVcMplsOutboundTunnelInstance 1.3.6.1.3.888.1.2.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-only
OBJECT-TYPE    
  MplsTunnelInstanceIndex  

pwVcMplsOutboundTunnelLclLSR 1.3.6.1.3.888.1.2.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-only
OBJECT-TYPE    
  MplsLsrIdentifier  

pwVcMplsOutboundTunnelPeerLSR 1.3.6.1.3.888.1.2.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-only
OBJECT-TYPE    
  MplsLsrIdentifier  

pwVcMplsOutboundIfIndex 1.3.6.1.3.888.1.2.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-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

pwVcMplsNonTeMappingTable 1.3.6.1.3.888.1.3
This table maps an outbound Tunnel to a VC in non- TE applications.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PwVcMplsNonTeMappingEntry

pwVcMplsNonTeMappingEntry 1.3.6.1.3.888.1.3.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). If the operator (or the agent, based on local policy) want to associate the PW with a non TE tunnel, it create a row in this table with the tunnel parameters and the relevant pwVcIndex. 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcMplsNonTeMappingEntry  

pwVcMplsNonTeMappingXcTunnelIndex 1.3.6.1.3.888.1.3.1.1
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  

pwVcMplsNonTeMappingIfIndex 1.3.6.1.3.888.1.3.1.2
In cases where there is only VC label without outer tunnel, this item indicate the ifIndex of the interface this VC would use. In all other cases, this object shgould be set to zero.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

pwVcMplsNonTeMappingVcIndex 1.3.6.1.3.888.1.3.1.3
The value that represent the VC in the pwVcTable.
Status: current Access: read-create
OBJECT-TYPE    
  PwVcIndexType  

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

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

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

pwVcMplsTeMappingEntry 1.3.6.1.3.888.1.4.1
A row in this table represents the association between a PW VC and it's MPLS-TE outer Tunnel. If the operator (or the agent, based on local policy) want to associate the PW with a non TE tunnel, it create a row in this table with the tunnel parameters and the relevant pwVcIndex. 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.
Status: current Access: not-accessible
OBJECT-TYPE    
  PwVcMplsTeMappingEntry  

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

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

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

pwVcMplsTeMappingTunnelLocalLsrID 1.3.6.1.3.888.1.4.1.4
Identifies the local LSR.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsLsrIdentifier  

pwVcMplsTeMappingVcIndex 1.3.6.1.3.888.1.4.1.5
The value that represent the VC in the pwVcTable.
Status: current Access: read-create
OBJECT-TYPE    
  PwVcIndexType  

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

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

pwVcMplsGroups 1.3.6.1.3.888.2.1
OBJECT IDENTIFIER    

pwVcMplsCompliances 1.3.6.1.3.888.2.2
OBJECT IDENTIFIER    

pwMplsModuleCompliance 1.3.6.1.3.888.2.2.1
The compliance statement for agent that support PW over MPLS PSN operation.
Status: current Access: read-create
MODULE-COMPLIANCE    

pwVcMplsGroup 1.3.6.1.3.888.2.1.1
Collection of objects needed for PW VC over MPLS PSN configuration.
Status: current Access: read-create
OBJECT-GROUP    

pwVcMplsOutboundGroup 1.3.6.1.3.888.2.1.2
Collection of objects needed for outbound association of VC and MPLS tunnel.
Status: current Access: read-create
OBJECT-GROUP    

pwVcMplsMappingGroup 1.3.6.1.3.888.2.1.4
Collection of objects used for mapping of tunnels and VC labels to VC index.
Status: current Access: read-create
OBJECT-GROUP