MPLS-TE-EXT-STD-MIB

File: MPLS-TE-EXT-STD-MIB.mib (30783 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
DIFFSERV-MIB MPLS-TC-EXT-STD-MIB MPLS-TC-STD-MIB
MPLS-TE-STD-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE MODULE-COMPLIANCE
OBJECT-GROUP TruthValue RowStatus
RowPointer StorageType IndexIntegerNextFree
MplsGlobalId MplsNodeId MplsCcId
MplsIccId mplsStdMIB MplsTunnelIndex
MplsTunnelInstanceIndex MplsExtendedTunnelId mplsTunnelIndex
mplsTunnelInstance mplsTunnelIngressLSRId mplsTunnelEgressLSRId

Defined Types

MplsTunnelExtNodeConfigEntry  
SEQUENCE    
  mplsTunnelExtNodeConfigLocalId MplsExtendedTunnelId
  mplsTunnelExtNodeConfigGlobalId MplsGlobalId
  mplsTunnelExtNodeConfigCcId MplsCcId
  mplsTunnelExtNodeConfigIccId MplsIccId
  mplsTunnelExtNodeConfigNodeId MplsNodeId
  mplsTunnelExtNodeConfigIccValid TruthValue
  mplsTunnelExtNodeConfigStorageType StorageType
  mplsTunnelExtNodeConfigRowStatus RowStatus

MplsTunnelExtNodeIpMapEntry  
SEQUENCE    
  mplsTunnelExtNodeIpMapGlobalId MplsGlobalId
  mplsTunnelExtNodeIpMapNodeId MplsNodeId
  mplsTunnelExtNodeIpMapLocalId MplsExtendedTunnelId

MplsTunnelExtNodeIccMapEntry  
SEQUENCE    
  mplsTunnelExtNodeIccMapCcId MplsCcId
  mplsTunnelExtNodeIccMapIccId MplsIccId
  mplsTunnelExtNodeIccMapNodeId MplsNodeId
  mplsTunnelExtNodeIccMapLocalId MplsExtendedTunnelId

MplsTunnelExtEntry  
SEQUENCE    
  mplsTunnelExtOppositeDirPtr RowPointer
  mplsTunnelExtOppositeDirTnlValid TruthValue
  mplsTunnelExtDestTnlIndex MplsTunnelIndex
  mplsTunnelExtDestTnlLspIndex MplsTunnelInstanceIndex
  mplsTunnelExtDestTnlValid TruthValue
  mplsTunnelExtIngressLSRLocalIdValid TruthValue
  mplsTunnelExtEgressLSRLocalIdValid TruthValue

Defined Values

mplsTeExtStdMIB 1.3.6.1.2.1.10.166.20
This MIB module contains generic object definitions for extending the MPLS Traffic Engineering tunnels in transport networks. Copyright (c) 2015 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info).
MODULE-IDENTITY    

mplsTeExtObjects 1.3.6.1.2.1.10.166.20.0
OBJECT IDENTIFIER    

mplsTeExtConformance 1.3.6.1.2.1.10.166.20.1
OBJECT IDENTIFIER    

mplsTunnelExtNodeConfigLocalIdNext 1.3.6.1.2.1.10.166.20.0.1
This object contains an unused value for mplsTunnelExtNodeConfigLocalId, or a zero to indicate that none exist. Negative values are not allowed, as they do not correspond to valid values of mplsTunnelExtNodeConfigLocalId.
Status: current Access: read-only
OBJECT-TYPE    
  IndexIntegerNextFree 0..16777215  

mplsTunnelExtNodeConfigTable 1.3.6.1.2.1.10.166.20.0.2
This table allows the operator to map a node or LSR identifier (IP-compatible [Global_ID::Node_ID] or ICC-based [ICC_Operator_ID::Node_ID]) with a local identifier. This table is created to reuse the existing mplsTunnelTable for MPLS-based transport network tunnels also. Since the MPLS tunnel's Ingress/Egress LSR identifiers' size (Unsigned32) value is not compatible for MPLS-TP Tunnel, i.e., Global_ID::Node_ID of size 8 bytes and ICC_Operator_ID::Node_ID of size 12 bytes, there exists a need to map the Global_ID::Node_ID or ICC_Operator_ID::Node_ID with the local identifier of size 4 bytes (Unsigned32) value in order to index (Ingress/Egress LSR identifier) the existing mplsTunnelTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MplsTunnelExtNodeConfigEntry

mplsTunnelExtNodeConfigEntry 1.3.6.1.2.1.10.166.20.0.2.1
An entry in this table represents a mapping identification for the operator or service provider to a node or an LSR. As per RFC 6370, IP-compatible mapping is represented as Global_ID::Node_ID. As per RFC 6923, the CC and the ICC form the ICC_Operator_ID as CC::ICC, and ICC-compatible mapping is represented as ICC_Operator_ID::Node_ID. Note: Each entry in this table should have a unique [Global_ID and Node_ID] or [CC::ICC and Node_ID] combination.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsTunnelExtNodeConfigEntry  

mplsTunnelExtNodeConfigLocalId 1.3.6.1.2.1.10.166.20.0.2.1.1
This object is used in accommodating the bigger- size Global_ID::Node_ID and/or the ICC_Operator_ID::Node_ID with the smaller-size LSR identifier in order to index the mplsTunnelTable. The local identifier is configured between 0 and 16777215, as the valid IP address range starts from 16777216(01.00.00.00). This range is chosen to determine whether the mplsTunnelTable's Ingress/Egress LSR ID is an IP address or local identifier. If the configured range is not an IP address, the operator is expected to retrieve the complete information (Global_ID::Node_ID or ICC_Operator_ID::Node_ID) from mplsTunnelExtNodeConfigTable. This way, the existing mplsTunnelTable is reused for bidirectional tunnel extensions for MPLS-based transport networks. The local identifier allows the operator to assign a unique identifier to map Global_ID::Node_ID and/or ICC_Operator_ID::Node_ID. As this local identifier is unique within the node and the same syntax of this object can be used for MPLS-TE tunnel also, it is up to the operator/local management entity to choose a non-conflicting value for indexing the MPLS and MPLS-TP tunnel entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsExtendedTunnelId  

mplsTunnelExtNodeConfigGlobalId 1.3.6.1.2.1.10.166.20.0.2.1.2
This object indicates the Global Operator Identifier. This object has no meaning when mplsTunnelExtNodeConfigIccValid is set true.
Status: current Access: read-create
OBJECT-TYPE    
  MplsGlobalId  

mplsTunnelExtNodeConfigCcId 1.3.6.1.2.1.10.166.20.0.2.1.3
This object allows the operator or service provider to configure a unique MPLS-TP ITU-T Country Code (CC) either for Ingress ID or Egress ID. This object has no meaning when mplsTunnelExtNodeConfigIccValid is set to false.
Status: current Access: read-create
OBJECT-TYPE    
  MplsCcId  

mplsTunnelExtNodeConfigIccId 1.3.6.1.2.1.10.166.20.0.2.1.4
This object allows the operator or service provider to configure a unique MPLS-TP ITU-T Carrier Code (ICC) either for Ingress ID or Egress ID. This object has no meaning when mplsTunnelExtNodeConfigIccValid is set to false.
Status: current Access: read-create
OBJECT-TYPE    
  MplsIccId  

mplsTunnelExtNodeConfigNodeId 1.3.6.1.2.1.10.166.20.0.2.1.5
This object indicates the Node_ID within the scope of a Global_ID or ICC_Operator_ID.
Status: current Access: read-create
OBJECT-TYPE    
  MplsNodeId  

mplsTunnelExtNodeConfigIccValid 1.3.6.1.2.1.10.166.20.0.2.1.6
Denotes whether or not this entry uses mplsTunnelExtNodeConfigCcId, mplsTunnelExtNodeConfigIccId, and mplsTunnelExtNodeConfigNodeId for mapping the ICC-based identifiers with the local identifier. Note that if this variable is set to false, then the mplsTunnelExtNodeConfigGlobalId and mplsTunnelExtNodeConfigNodeId objects should have the valid information.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

mplsTunnelExtNodeConfigStorageType 1.3.6.1.2.1.10.166.20.0.2.1.7
This variable indicates the storage type for this object. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

mplsTunnelExtNodeConfigRowStatus 1.3.6.1.2.1.10.166.20.0.2.1.8
This object allows the operator to create, modify, and/or delete a row in this table.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

mplsTunnelExtNodeIpMapTable 1.3.6.1.2.1.10.166.20.0.3
This read-only table allows the operator to retrieve the local identifier for a given Global_ID::Node_ID in an IP-compatible operator environment. This table MAY be used in on-demand and/or proactive OAM operations to get the Ingress/Egress LSR identifier (local identifier) from Src-Global_Node_ID or Dst-Global_Node_ID. The Ingress and Egress LSR identifiers are used to retrieve the tunnel entry. This table returns nothing when the associated entry is not defined in mplsTunnelExtNodeConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MplsTunnelExtNodeIpMapEntry

mplsTunnelExtNodeIpMapEntry 1.3.6.1.2.1.10.166.20.0.3.1
An entry in this table represents a mapping of Global_ID::Node_ID with the local identifier. An entry in this table is created automatically when the local identifier is associated with Global_ID and Node_Id in the mplsTunnelExtNodeConfigTable. Note: Each entry in this table should have a unique Global_ID and Node_ID combination.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsTunnelExtNodeIpMapEntry  

mplsTunnelExtNodeIpMapGlobalId 1.3.6.1.2.1.10.166.20.0.3.1.1
This object indicates the Global_ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsGlobalId  

mplsTunnelExtNodeIpMapNodeId 1.3.6.1.2.1.10.166.20.0.3.1.2
This object indicates the Node_ID within the operator.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsNodeId  

mplsTunnelExtNodeIpMapLocalId 1.3.6.1.2.1.10.166.20.0.3.1.3
This object contains an IP-compatible local identifier that is defined in mplsTunnelExtNodeConfigTable.
Status: current Access: read-only
OBJECT-TYPE    
  MplsExtendedTunnelId  

mplsTunnelExtNodeIccMapTable 1.3.6.1.2.1.10.166.20.0.4
This read-only table allows the operator to retrieve the local identifier for a given ICC_Operator_ID::Node_ID in an ICC operator environment. This table MAY be used in on-demand and/or proactive OAM operations to get the Ingress/Egress LSR identifier (local identifier) from Src-ICC or Dst-ICC. The Ingress and Egress LSR identifiers are used to retrieve the tunnel entry. This table returns nothing when the associated entry is not defined in mplsTunnelExtNodeConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MplsTunnelExtNodeIccMapEntry

mplsTunnelExtNodeIccMapEntry 1.3.6.1.2.1.10.166.20.0.4.1
An entry in this table represents a mapping of ICC_Operator_ID::Node_ID with the local identifier. An entry in this table is created automatically when the local identifier is associated with ICC_Operator_ID::Node_ID in the mplsTunnelExtNodeConfigTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsTunnelExtNodeIccMapEntry  

mplsTunnelExtNodeIccMapCcId 1.3.6.1.2.1.10.166.20.0.4.1.1
This object allows the operator or service provider to configure a unique MPLS-TP ITU-T Country Code (CC) either for Ingress or Egress LSR ID. The CC is a string of two alphabetic characters represented with uppercase letters (i.e., A-Z).
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsCcId  

mplsTunnelExtNodeIccMapIccId 1.3.6.1.2.1.10.166.20.0.4.1.2
This object allows the operator or service provider to configure a unique MPLS-TP ITU-T Carrier Code (ICC) either for Ingress or Egress LSR ID. The ICC is a string of one to six characters, each character being either alphabetic (i.e., A-Z) or numeric (i.e., 0-9) characters. Alphabetic characters in the ICC should be represented with uppercase letters.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsIccId  

mplsTunnelExtNodeIccMapNodeId 1.3.6.1.2.1.10.166.20.0.4.1.3
This object indicates the Node_ID within the ICC-based operator.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsNodeId  

mplsTunnelExtNodeIccMapLocalId 1.3.6.1.2.1.10.166.20.0.4.1.4
This object contains an ICC-based local identifier that is defined in mplsTunnelExtNodeConfigTable.
Status: current Access: read-only
OBJECT-TYPE    
  MplsExtendedTunnelId  

mplsTunnelExtTable 1.3.6.1.2.1.10.166.20.0.5
This table represents extensions to mplsTunnelTable in order to support MPLS-TP Tunnels. As per MPLS-TP Identifiers (RFC 6370), LSP_ID for IP-based co-routed bidirectional tunnel: A1-{Global_ID::Node_ID::Tunnel_Num}::Z9-{Global_ID:: Node_ID::Tunnel_Num}::LSP_Num LSP_ID for IP based associated bidirectional tunnel: A1-{Global_ID::Node_ID::Tunnel_Num::LSP_Num}:: Z9-{Global_ID::Node_ID::Tunnel_Num::LSP_Num} mplsTunnelTable is reused for forming the LSP_ID as follows: Source Tunnel_Num is mapped with mplsTunnelIndex, Source Node_ID is mapped with mplsTunnelIngressLSRId, Destination Node_ID is mapped with mplsTunnelEgressLSRId, and LSP_Num is mapped with mplsTunnelInstance. Source Global_ID::Node_ID and/or ICC_Operator_ID::Node_ID and Destination Global_ID::Node_ID and/or ICC_Operator_ID::Node-ID are maintained in the mplsTunnelExtNodeConfigTable. mplsTunnelExtNodeConfigLocalId is used to create an entry in mplsTunnelTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MplsTunnelExtEntry

mplsTunnelExtEntry 1.3.6.1.2.1.10.166.20.0.5.1
An entry in this table represents additional MPLS-TP- specific tunnel configurations.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsTunnelExtEntry  

mplsTunnelExtOppositeDirPtr 1.3.6.1.2.1.10.166.20.0.5.1.1
This object points to the opposite-direction tunnel entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowPointer  

mplsTunnelExtOppositeDirTnlValid 1.3.6.1.2.1.10.166.20.0.5.1.2
Denotes whether or not this tunnel uses mplsTunnelExtOppositeDirPtr for identifying the opposite- direction tunnel information. Note that if this variable is set to true, then the mplsTunnelExtOppositeDirPtr should point to the first accessible row of the valid opposite- direction tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

mplsTunnelExtDestTnlIndex 1.3.6.1.2.1.10.166.20.0.5.1.3
This object is applicable only for the bidirectional tunnel that has the forward and reverse LSPs in the different tunnel entries. 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: the Ingress and Egress Identifiers should be swapped in order to index the other direction tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  MplsTunnelIndex  

mplsTunnelExtDestTnlLspIndex 1.3.6.1.2.1.10.166.20.0.5.1.4
This object is applicable only for the bidirectional tunnel that has the forward and reverse LSPs in the different tunnel entries. This object holds the instance index of the opposite-direction tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  MplsTunnelInstanceIndex  

mplsTunnelExtDestTnlValid 1.3.6.1.2.1.10.166.20.0.5.1.5
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.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

mplsTunnelExtIngressLSRLocalIdValid 1.3.6.1.2.1.10.166.20.0.5.1.6
This object denotes whether the mplsTunnelIngressLSRId contains the local value that is used to reference the complete Ingress Global_ID::Node_ID or ICC_Operator_ID from the mplsTunnelExtNodeConfigTable. If this object is set to FALSE, mplsTunnelExtNodeConfigTable will not contain an entry to reference the local identifier with Global_ID::Node_ID or ICC_Operator_ID::Node_ID value. This object is set to FALSE for legacy implementations like MPLS TE tunnels where mplsTunnelIngressId itself provides the complete Ingress LSR ID.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

mplsTunnelExtEgressLSRLocalIdValid 1.3.6.1.2.1.10.166.20.0.5.1.7
This object denotes whether the mplsTunnelEgressLSRId contains the local value, which is used to reference the complete Egress Global_ID::Node_ID or ICC_Operator_ID::Node_ID from the mplsTunnelExtNodeConfigTable. If this object is set to FALSE, mplsTunnelExtNodeConfigTable will not contain an entry to reference the local identifier with Global_ID::Node_ID or ICC_Operator_ID::Node_ID value. This object is set to FALSE for legacy implementations like MPLS TE tunnels where mplsTunnelEgressId itself provides the complete Egress LSR ID.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

mplsTeExtCompliances 1.3.6.1.2.1.10.166.20.1.1
OBJECT IDENTIFIER    

mplsTeExtGroups 1.3.6.1.2.1.10.166.20.1.2
OBJECT IDENTIFIER    

mplsTeExtModuleFullCompliance 1.3.6.1.2.1.10.166.20.1.1.1
Compliance statement for agents that provide full support the MPLS-TE-EXT-STD-MIB module.
Status: current Access: read-create
MODULE-COMPLIANCE    

mplsTeExtModuleReadOnlyCompliance 1.3.6.1.2.1.10.166.20.1.1.2
Compliance statement for agents that only provide read-only support for the MPLS-TE-EXT-STD-MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE    

mplsTunnelExtGroup 1.3.6.1.2.1.10.166.20.1.2.1
Necessary, but not sufficient, set of objects to implement tunnels. In addition, depending on the operating environment, the following groups are mandatory.
Status: current Access: read-only
OBJECT-GROUP    

mplsTunnelExtIpOperatorGroup 1.3.6.1.2.1.10.166.20.1.2.2
Object(s) needed to implement IP-compatible tunnels.
Status: current Access: read-only
OBJECT-GROUP    

mplsTunnelExtIccOperatorGroup 1.3.6.1.2.1.10.166.20.1.2.3
Object(s) needed to implement ICC-based tunnels.
Status: current Access: read-only
OBJECT-GROUP