PRVT-LMGR-MIB

File: PRVT-LMGR-MIB.mib (24590 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
INET-ADDRESS-MIB PRVT-CR-LDP-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
OBJECT-GROUP MODULE-COMPLIANCE TEXTUAL-CONVENTION
RowStatus TruthValue InetAddressType
InetAddress InetAddressIPv4 mpls

Defined Types

PrvtLmgrAdminStatus  
The desired administrative state of a Label Manager entity.
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2)  

PrvtLmgrOperStatus  
The current operational state of a Label Manager entity. If the operational state is goingDown then a request to activate the Label Manager entity is rejected.
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2), goingUp(3), goingDown(4), actFailed(5)  

PrvtLmgrPartnerStatus  
The state of a Label Manager partner entity.
TEXTUAL-CONVENTION    
  INTEGER initial(0), activating(1), active(2), deactivating(3), failedOver(4), failed(5), unavailable(6)  

PrvtLmgrIndex  
The index value identifying a Label Manager entity.
TEXTUAL-CONVENTION    
  Unsigned32  

PrvtLmgrControlModes  
The Control Mode of Label Manager.
TEXTUAL-CONVENTION    
  INTEGER ordered(1), independent(2)  

PrvtLmgrLsrEntityEntry  
SEQUENCE    
  prvtlmgrLsrEntityLsrIndex PrvtLmgrIndex
  prvtLmgrLsrEntityAdminStatus PrvtLmgrAdminStatus
  prvtLmgrLsrEntityOperStatus PrvtLmgrOperStatus
  prvtLmgrLsrEntityRowStatus RowStatus
  prvtLmgrLsrEntityMinLsiBuffers Unsigned32
  prvtLmgrLsrEntityMaxLsiBuffers Unsigned32
  prvtLmgrLscStatus PrvtLmgrPartnerStatus
  prvtLmgrLdbCount Unsigned32
  prvtLmgrLsrEntityLsrId Unsigned32
  prvtLmgrLsrEntityTranAddrType InetAddressType
  prvtLmgrLsrEntityTranAddrLen Unsigned32
  prvtLmgrLsrEntityTranAddr InetAddress
  prvtLmgrLsrEntityControlMode PrvtLmgrControlModes
  prvtLmgrLsrEntityMergeLsps TruthValue
  prvtLmgrLsrEntityLoopDetection TruthValue
  prvtLmgrLsrEntityPerformGrouping TruthValue
  prvtLmgrLsrAutoStaticLsps TruthValue
  prvtLmgrLsrDisplayPhpXCs TruthValue
  prvtLmgrLsrEntityIpv6TranAddr InetAddress

PrvtLmgrLsrLspXcEntry  
SEQUENCE    
  prvtLmgrLsrLspXcIndex Unsigned32
  prvtLmgrLsrLspInSegIndex Unsigned32
  prvtLmgrLsrLspInSegIfIndex Unsigned32
  prvtLmgrLsrLspInSegLabel Unsigned32
  prvtLmgrLsrLspOutSegIndex Unsigned32
  prvtLmgrLsrLspOutSegIfIndex Unsigned32
  prvtLmgrLsrLspOutSegLabel Unsigned32
  prvtLmgrLsrLspOutSegNextHopAddr InetAddressIPv4

Defined Values

prvtLmgr 1.3.6.1.4.1.738.1.6.5.4
The MIB module for management of the PRVT-LMGR product.
MODULE-IDENTITY    

prvtLmgrObjects 1.3.6.1.4.1.738.1.6.5.4.1
OBJECT IDENTIFIER    

prvtLsrId 1.3.6.1.4.1.738.1.6.5.4.1.1
This object allows LSR Id value to be set. It is needed for unique identification of LSR instance, from which the packets are sent through created LDP session. Although every 32 bit value is valid, it is recommended the device's loopback ip address to be used. A value of zero indicates that no LSR ID has been configured. In this case, the signaling protocol stack should construct a unique LSR ID from the other information that is available to it (such as IP addresses). For example, PRVT-CR-LDP and PRVT-RSVP derive the LSR ID by taking the 32 low bits of the following _transport_address_ field, left padding with zeros if necessary.
Status: current Access: read-write
OBJECT-TYPE    
  InetAddressIPv4  

prvtLmgrLsrEntityTable 1.3.6.1.4.1.738.1.6.5.4.1.2
Each entry represents an instance of the Label Manager. Each instance is identified by LSR index.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtLmgrLsrEntityEntry

prvtLmgrLsrEntityEntry 1.3.6.1.4.1.738.1.6.5.4.1.2.1
Each entry represents a Label Manager entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtLmgrLsrEntityEntry  

prvtlmgrLsrEntityLsrIndex 1.3.6.1.4.1.738.1.6.5.4.1.2.1.1
LSR index for this prvtLmgrLsrEntityEntry. This is the entity index passed in the Label Manager create parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtLmgrIndex  

prvtLmgrLsrEntityAdminStatus 1.3.6.1.4.1.738.1.6.5.4.1.2.1.2
Administrative status for Label Manager. When prvtLmgrLsrEntityRowStatus is 'active' and prvtLmgrLsrEntityAdminStatus is 'up' Label Manager is active and only these two fields and prvtLmgrLsrEntityMinLsiBuffers can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtLmgrAdminStatus  

prvtLmgrLsrEntityOperStatus 1.3.6.1.4.1.738.1.6.5.4.1.2.1.3
The current operational status of the Label Manager entity.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtLmgrOperStatus  

prvtLmgrLsrEntityRowStatus 1.3.6.1.4.1.738.1.6.5.4.1.2.1.4
Row status for the Label Manager table entry, used to create and destroy table entries. When prvtLmgrLsrEntityRowStatus is 'active' and prvtLmgrLsrEntityAdminStatus is 'up' Label Manager is active and only these two fields and prvtLmgrLsrEntityMinLsiBuffers can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtLmgrLsrEntityMinLsiBuffers 1.3.6.1.4.1.738.1.6.5.4.1.2.1.5
Minimum number of buffers to allocate for Label Switch Interface requests. This number includes any buffers sent to the Label Switch Controller and awaiting a response.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrEntityMaxLsiBuffers 1.3.6.1.4.1.738.1.6.5.4.1.2.1.6
Maximum number of buffers to allocate for Label Switch Interface requests. A value of 0 means no maximum, otherwise this value must equal or exceed the minimum buffer count.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLscStatus 1.3.6.1.4.1.738.1.6.5.4.1.2.1.7
Diagnostic field providing information about the status of the Label Switch Controller as seen by Label Manager.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtLmgrPartnerStatus  

prvtLmgrLdbCount 1.3.6.1.4.1.738.1.6.5.4.1.2.1.8
Diagnostic field providing information about the number of active interfaces between Label Manager and the its Label Database Interface users (PRVT-TEMIB and PRVT-RSVP).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrEntityLsrId 1.3.6.1.4.1.738.1.6.5.4.1.2.1.9
An ID that uniquely identifies this LSR within the network. The LSR ID is typically derived from one of the LSR's IP addresses. It may be used for path vector based loop detection if the signaling protocol in use implements that. A value of zero indicates that no LSR ID has been configured. In this case, the signaling protocol stack should construct a unique LSR ID from the other information that is available to it (such as IP addresses). For example, PRVT-CR-LDP and PRVT-RSVP derive the LSR ID by taking the 32 low bits of the following _transport_address_ field, left padding with zeros if necessary. The LSR ID is only used to identify this LSR on IPv4 networks. See dcLmgrLsrEntityIpv6TranAddr for equivalent function for use in IPv6 networks.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrEntityTranAddrType 1.3.6.1.4.1.738.1.6.5.4.1.2.1.10
The type of the internetwork layer address used as the transport address. Currently this must be IPv4. See dcLmgrLsrEntityIpv6TranAddr, below, for the equivalent field for use in IPv6 networks. The transport address is used by LDP as the source transport address for LDP Hello messages for the global (per-platform) label space. The transport address is used by RSVP as the source address for messages originating on unnumbered interfaces. This object indicates how the value of mplsLdpEntityTransAddr is to be interpreted.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

prvtLmgrLsrEntityTranAddrLen 1.3.6.1.4.1.738.1.6.5.4.1.2.1.11
The length of the internetwork layer address used as the transport address for LDP Hello messages in the global label space and for messages originating on unnumbered interfaces in RSVP. Currently this must be an IPv4 address. This object indicates how many elements of the mplsLdpEntityTransAddr array are valid. This value must not exceed _LMGR_LSR_ADDR_LEN_.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrEntityTranAddr 1.3.6.1.4.1.738.1.6.5.4.1.2.1.12
The value of the internetwork layer address used as the transport address for LDP Hello messages in the global label space and for messages originating on unnumbered interfaces in RSVP. This must be an IPv4 address. See dcLmgrLsrEntityIpv6TranAddr, below, for the equivalent field for use in IPv6 networks. If the transport address is not set, then _lsr_id_ must be set to zero. In this case, the transport address and LSR ID are taken from an address on the Interface Information Interface.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

prvtLmgrLsrEntityControlMode 1.3.6.1.4.1.738.1.6.5.4.1.2.1.13
The LSP control mode that this LSR should adopt. This field is only used by Label Manager in systems where it supports LDP and/or CR-LDP.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtLmgrControlModes  

prvtLmgrLsrEntityMergeLsps 1.3.6.1.4.1.738.1.6.5.4.1.2.1.14
Whether this LSR should aim to merge LSPs, where permitted by the underlying hardware. This field is only used by Label Manager in systems where it supports LDP and/or CR-LDP.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtLmgrLsrEntityLoopDetection 1.3.6.1.4.1.738.1.6.5.4.1.2.1.15
Whether this LSR should perform loop detection. This field is only used by Label Manager in systems where it supports LDP and/or CR-LDP.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtLmgrLsrEntityPerformGrouping 1.3.6.1.4.1.738.1.6.5.4.1.2.1.16
Whether Label Manager should perform LSP grouping on behalf of the LDBI user. This field is currently only used for systems supporting RSVP.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtLmgrLsrAutoStaticLsps 1.3.6.1.4.1.738.1.6.5.4.1.2.1.17
Whether Label Manager should automatically activate or deactivate static LSPs when the interfaces on which they depend become active or inactive.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtLmgrLsrDisplayPhpXCs 1.3.6.1.4.1.738.1.6.5.4.1.2.1.18
Whether Label Manager should display the virtual cross connects its sets up at the Egress node of Implicit Null and Explicit Null LSPs in the mplsXcTable. These cross connects do not represent real switch programming, but do show the prescence of such LSPs, and correspond to the entries in the mplsTunnelTable for theses types of LSP.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtLmgrLsrEntityIpv6TranAddr 1.3.6.1.4.1.738.1.6.5.4.1.2.1.19
The value of the internetwork address used for messages originating on unnumbered interfaces in RSVP in an IPv6 network. This value also uniquely identifies this LSR within an IPv6 network. If this address is not set, the IPv6 transport address is taken from an address on the Interface Information Interface. A length value of zero indicates that no IPv6 transport address has been configured. In this case, if IPv6 support is configured, the signaling protocol stack should use an IPv6 address configured to the signaling stack over the Interface Information Interface that is flagged as suitable for use as a stable address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

prvtLmgrLsrLspXcTable 1.3.6.1.4.1.738.1.6.5.4.1.3
Each entry represents an instance of an LSP cross-conect between a single in-segment and a single out-segment.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtLmgrLsrLspXcEntry

prvtLmgrLsrLspXcEntry 1.3.6.1.4.1.738.1.6.5.4.1.3.1
Each entry represents an LSP cross connect.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtLmgrLsrLspXcEntry  

prvtLmgrLsrLspXcIndex 1.3.6.1.4.1.738.1.6.5.4.1.3.1.2
XC index for this prvtLmgrLsrLspXc. This is the XC index assigned by Label Manager for the LSP.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrLspInSegIndex 1.3.6.1.4.1.738.1.6.5.4.1.3.1.3
Index for the in segment. This is the index assigned by Label Manager for the in segment.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrLspInSegIfIndex 1.3.6.1.4.1.738.1.6.5.4.1.3.1.4
If index for the in segment. This is the If index specified on setting up the in segment.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrLspInSegLabel 1.3.6.1.4.1.738.1.6.5.4.1.3.1.5
Top label for the in segment. This is the Label assigned by Label Manager Label Library for the in segment.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrLspOutSegIndex 1.3.6.1.4.1.738.1.6.5.4.1.3.1.6
Index for the out segment. This is the index assigned by Label Manager for the out segment.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrLspOutSegIfIndex 1.3.6.1.4.1.738.1.6.5.4.1.3.1.7
Interface Index for the out segment. This is the interface index specified when setting up the out segment.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrLspOutSegLabel 1.3.6.1.4.1.738.1.6.5.4.1.3.1.8
Top label for the out segment. This is the label specified by the remote LSR for the out segment.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

prvtLmgrLsrLspOutSegNextHopAddr 1.3.6.1.4.1.738.1.6.5.4.1.3.1.9
Next hop address for the out segment. This is the address specified by the remote LSR for the out segment.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressIPv4  

prvtLmgrConformance 1.3.6.1.4.1.738.1.6.5.4.2
OBJECT IDENTIFIER    

prvtLmgrCompliances 1.3.6.1.4.1.738.1.6.5.4.2.1
OBJECT IDENTIFIER    

prvtLmgrGroups 1.3.6.1.4.1.738.1.6.5.4.2.2
OBJECT IDENTIFIER    

prvtLmgrCompliance 1.3.6.1.4.1.738.1.6.5.4.2.1.1
The compliance statement for the PRVT-LMGR product.
Status: current Access: read-only
MODULE-COMPLIANCE    

prvtLmgrEntityGroup 1.3.6.1.4.1.738.1.6.5.4.2.2.2
Label Manager Entity Objects.
Status: current Access: read-only
OBJECT-GROUP    

prvtLmgrMiscGroup 1.3.6.1.4.1.738.1.6.5.4.2.2.3
Miscellaneous Non-Mandatory Objects.
Status: current Access: read-only
OBJECT-GROUP