CISCO-MPLS-TE-STD-EXT-MIB

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

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
MPLS-TE-STD-MIB INET-ADDRESS-MIB CISCO-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Counter32
Gauge32 Unsigned32 NOTIFICATION-TYPE
Integer32 MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TEXTUAL-CONVENTION mplsTunnelIndex
mplsTunnelInstance mplsTunnelIngressLSRId mplsTunnelEgressLSRId
mplsTunnelAdminStatus mplsTunnelOperStatus mplsTunnelName
mplsTunnelARHopListIndex InetAddressType InetAddress
ciscoMgmt

Defined Types

CmplsTeTunnelDiag  
A common TE diagnostic code - unknown: failure reason unknown - bfdSessionBringupTimeout: BFD session failed to come up before timeout
TEXTUAL-CONVENTION    
  INTEGER unknonw(1), bfdSessionBringupTimeout(2)  

CmplsTunnelBWPercent  
A fraction of the bandwidth expressed in percentage.
TEXTUAL-CONVENTION    
  Unsigned32 0..100  

CmplsTunnelAutoBWEntry  
SEQUENCE    
  cmplsTunnelAutoBWStatus INTEGER
  cmplsTunnelAutoBWMin Unsigned32
  cmplsTunnelAutoBWMax Unsigned32
  cmplsTunnelAutoBWAdjThreshPercs CmplsTunnelBWPercent
  cmplsTunnelAutoBWAdjThreshBW Unsigned32
  cmplsTunnelAutoBWOverflowThreshPercs CmplsTunnelBWPercent
  cmplsTunnelAutoBWOverflowThreshBW Unsigned32
  cmplsTunnelAutoBWOverflowLimit Unsigned32
  cmplsTunnelAutoBWUnderflowThreshPercs CmplsTunnelBWPercent
  cmplsTunnelAutoBWUnderflowThreshBW Unsigned32
  cmplsTunnelAutoBWUnderflowLimit Unsigned32
  cmplsTunnelAutoBWApplicationFrequency Unsigned32
  cmplsTunnelAutoBWCollectionFrequency Unsigned32
  cmplsTunnelAutoBWLastAppliedBW Unsigned32
  cmplsTunnelAutoBWApplications Counter32
  cmplsTunnelAutoBWLastApplicationTrigger INTEGER
  cmplsTunnelAutoBWOverflowApplications Counter32
  cmplsTunnelAutoBWOverflowOccurrences Counter32
  cmplsTunnelAutoBWUnderflowApplications Counter32
  cmplsTunnelAutoBWUnderflowOccurrences Counter32
  cmplsTunnelAutoBWUnderflowHighestBW Gauge32
  cmplsTunnelAutoBWRequested Unsigned32
  cmplsTunnelAutoBWSignaled Unsigned32
  cmplsTunnelAutoBWCollectOnlyRequested Unsigned32
  cmplsTunnelAutoBWHighest Unsigned32
  cmplsTunnelAutoBWCollectedSamples Counter32
  cmplsTunnelAutoBWJitter Unsigned32
  cmplsTunnelAutoBWAppRejectReason INTEGER

CmplsTeTunnelReasonEntry  
SEQUENCE    
  cmplsTunnelReoptReason INTEGER
  cmplsTunnelInsuffBWFailedOperation INTEGER
  cmplsTunnelPreemptionType INTEGER
  cmplsTunnelPreemptionLinkAddrType InetAddressType
  cmplsTunnelPreemptionLinkAddr InetAddress
  cmplsTunnelReRoutePendingClearReason INTEGER

CmplsTeTunnelFailReasonEntry  
SEQUENCE    
  cmplsTeFailReasonType INTEGER
  cmplsTeFailReason Integer32
  cmplsTeFailReasonRev INTEGER

CmplsTunnelLoadshareEntry  
SEQUENCE    
  cmplsTunnelLoadShare Unsigned32

Defined Values

cmplsTeStdExtMIB 1.3.6.1.4.1.9.9.738
This MIB module contains Cisco specific managed object definitions for MPLS Traffic Engineering (TE), not contained in MPLS-TE-STD-MIB. The auto bandwidth feature enables MPLS TE Tunnels to adapt automatically their bandwidth to their actual load.
MODULE-IDENTITY    

cmplsTeStdExtMIBNotifs 1.3.6.1.4.1.9.9.738.0
OBJECT IDENTIFIER    

cmplsTeStdExtMIBObjects 1.3.6.1.4.1.9.9.738.1
OBJECT IDENTIFIER    

cmplsTeStdExtMIBConform 1.3.6.1.4.1.9.9.738.2
OBJECT IDENTIFIER    

cmplsTunnelAutoBWTable 1.3.6.1.4.1.9.9.738.1.1
This table is used in order to manage auto bandwidth data. This table is sparse dependent on the mplsTunnelTable. An entry in this table exists for each mplsTunnelEntry with a mplsTunnelRole of 'head' or 'headTail'. Each row contains auto-bandwidth data for the tunnel identified by the indexes defined later. An entry is created as soon as a 'head' or 'headTail' MPLS TE tunnel is configured in the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmplsTunnelAutoBWEntry

cmplsTunnelAutoBWEntry 1.3.6.1.4.1.9.9.738.1.1.1
A conceptual row in cmplsTunnelAutoBWTable. There is an entry in this table for each MPLS-TE tunnel with mplsTunnelRole equals to 'head' or 'headTail'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmplsTunnelAutoBWEntry  

cmplsTunnelAutoBWStatus 1.3.6.1.4.1.9.9.738.1.1.1.1
This object indicates the operational status [or mode] of the auto bandwidth algorithm: - autoBWDisabled: The auto-bandwidth algorithm is not running; - autoBWEnabled: The auto-bandwidth algorithm is running; - autoBWCollectOnlyMode: The auto-bandwidth algorithm is running, but the bandwidth applications are disabled;
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER autoBWDisabled(1), autoBWEnabled(2), autoBWCollectOnlyMode(3)  

cmplsTunnelAutoBWMin 1.3.6.1.4.1.9.9.738.1.1.1.2
This object specifies the minimum bandwidth that the auto-bandwidth algorithm can apply to a tunnel when the adjustment threshold is overcome. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWMax 1.3.6.1.4.1.9.9.738.1.1.1.3
This object specifies the maximum bandwidth that the auto-bandwidth algorithm can apply to a tunnel when the adjustment threshold is overcome. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWAdjThreshPercs 1.3.6.1.4.1.9.9.738.1.1.1.4
This object specifies the adjustment threshold percentage that needs to be overcome in order to trigger a new bandwidth application. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  CmplsTunnelBWPercent  

cmplsTunnelAutoBWAdjThreshBW 1.3.6.1.4.1.9.9.738.1.1.1.5
This object specifies the adjustment threshold bandwidth that needs to be overcome in order to trigger a new bandwidth application. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWOverflowThreshPercs 1.3.6.1.4.1.9.9.738.1.1.1.6
This object specifies the adjustment threshold percentage that needs to be overcome in order to trigger an overflow occurrence. If the application period has not completed when a cmplsTunnelAutoBWOverflowLimit overflow has occurred, a new bandwidth will be applied. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  CmplsTunnelBWPercent  

cmplsTunnelAutoBWOverflowThreshBW 1.3.6.1.4.1.9.9.738.1.1.1.7
This object specifies the adjustment threshold bandwidth that needs to be overcome in order to trigger an overflow occurrence. If the application period has not completed when a cmplsTunnelAutoBWOverflowLimit overflow has occurred, a new bandwidth will be applied. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWOverflowLimit 1.3.6.1.4.1.9.9.738.1.1.1.8
This object specifies the number of consecutive collections exceeding overflow threshold. If the application period has not completed when a cmplsTunnelAutoBWOverflowLimit overflow has occurred, a new bandwidth will be applied. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWUnderflowThreshPercs 1.3.6.1.4.1.9.9.738.1.1.1.9
This object specifies the adjustment threshold percentage that needs to be overcome in order to trigger an underflow occurrence. If the application period has not completed when a cmplsTunnelAutoBWUnderflowLimit underflow has occurred, a new bandwidth will be applied. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  CmplsTunnelBWPercent  

cmplsTunnelAutoBWUnderflowThreshBW 1.3.6.1.4.1.9.9.738.1.1.1.10
This object specifies the adjustment threshold bandwidth that needs to be overcome in order to trigger an underflow occurrence. If the application period has not completed when a cmplsTunnelAutoBWUnderflowLimit underflow has occurred, a new bandwidth will be applied. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWUnderflowLimit 1.3.6.1.4.1.9.9.738.1.1.1.11
This object specifies the number of consecutive collections under the underflow threshold. If the application period has not completed when a cmplsTunnelAutoBWUnderflowLimit underflow has occurred, a new bandwidth will be applied. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWApplicationFrequency 1.3.6.1.4.1.9.9.738.1.1.1.12
This object specifies the bandwidth application period. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWCollectionFrequency 1.3.6.1.4.1.9.9.738.1.1.1.13
This object specifies the sampling period for data rates. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWLastAppliedBW 1.3.6.1.4.1.9.9.738.1.1.1.14
This object indicates the last bandwidth applied by the auto-bandwidth algorithm. It will be set to zero if no bandwidth has been applied yet. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWApplications 1.3.6.1.4.1.9.9.738.1.1.1.15
This object indicates the number of auto bandwidths applied. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmplsTunnelAutoBWLastApplicationTrigger 1.3.6.1.4.1.9.9.738.1.1.1.16
This object indicates the trigger reason for the last bandwidth application. If mplsTunnelInstance is zero this object will be set to 'applicationNone'. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER applicationNone(1), applicationPeriodic(2), applicationManual(3), applicationOverflow(4), applicationUnderflow(5)  

cmplsTunnelAutoBWOverflowApplications 1.3.6.1.4.1.9.9.738.1.1.1.17
This object indicates the number of bandwidth applications due to overflow occurrences. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmplsTunnelAutoBWOverflowOccurrences 1.3.6.1.4.1.9.9.738.1.1.1.18
This object indicates the number of overflow occurrences since last application period. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmplsTunnelAutoBWUnderflowApplications 1.3.6.1.4.1.9.9.738.1.1.1.19
This object indicates the number of bandwidth applications due to underflow occurrences. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmplsTunnelAutoBWUnderflowOccurrences 1.3.6.1.4.1.9.9.738.1.1.1.20
This object indicates the number of underflow occurrences since last application period. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmplsTunnelAutoBWUnderflowHighestBW 1.3.6.1.4.1.9.9.738.1.1.1.21
This object indicates the highest sample collected during an underflow sequence. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

cmplsTunnelAutoBWRequested 1.3.6.1.4.1.9.9.738.1.1.1.22
This object indicates the bandwidth requested by the auto-bandwidth algorithm. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWSignaled 1.3.6.1.4.1.9.9.738.1.1.1.23
This object indicates the bandwidth signaled by the auto-bandwidth algorithm. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWCollectOnlyRequested 1.3.6.1.4.1.9.9.738.1.1.1.24
This object indicates the bandwidth that would have been requested by the auto-bandwidth algorithm if the auto-bandwidth functionality was enabled. If the collect only mode is enabled, the bandwidth change request will not be executed. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWHighest 1.3.6.1.4.1.9.9.738.1.1.1.25
This object indicates the highest bandwidth sampled by the auto-bandwidth algorithm. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWCollectedSamples 1.3.6.1.4.1.9.9.738.1.1.1.26
This object indicates the samples collected since the last auto-bandwidth application. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cmplsTunnelAutoBWJitter 1.3.6.1.4.1.9.9.738.1.1.1.27
This object indicates the auto-bandwidth application jitter. Jitter is the extra time to be added to the application interval the first time the auto bandwidth is applied. If mplsTunnelInstance is zero this object will be set to zero. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cmplsTunnelAutoBWAppRejectReason 1.3.6.1.4.1.9.9.738.1.1.1.28
This object indicates the reason for the bandwidth application rejection. This object value is not aplicable if cmplsTunnelAutoBWStatus is 'autoBWDisabled'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER applicationAllowed(1), autoBWDisabled(2), tunnelIsDown(3), tunnelIsFRR(4), tunnelIsBackup(5), tunnelIsLockDown(6)  

cmplsTeTunnelReasonTable 1.3.6.1.4.1.9.9.738.1.2
This table is used in order to indicate the causes for the notifications.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmplsTeTunnelReasonEntry

cmplsTeTunnelReasonEntry 1.3.6.1.4.1.9.9.738.1.2.1
A conceptual row in cmplsTunnelReasonTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmplsTeTunnelReasonEntry  

cmplsTunnelReoptReason 1.3.6.1.4.1.9.9.738.1.2.1.1
This object indicates the reason of the tunnel reoptimization: - unknown: the reason is not known - periodicTimerExpiry: Periodic Reoptimization - bandwidthCLIChange: the tunnel bandwidth has been changed from CLI - bandwidthOverflow: an auto-bandwidth overflow occurred - bandwidthUnderflow: an auto-bandwidth underflow occured - bandwidthAdjustment: an auto-bandwidth application occured - fastReRoute: a fast re-route occured - cliRequest: User-triggerred - metricTypeChange: tunnel metric type has been changed from CLI - preferredPathExists: preferred-path-exists message received from a downstream node - poSwitchoverTrigger: User-requested path-option switchover - bandwidthChange: bandwidth change - autoBandwidth: Auto Bandwidth - remergeError: Remerge Error - dueToMaximumMetric: Reoptimization due to receiving an LSA with MAX metric - pathProtectionSwitchover: Path Protection Switchover - iEPEnableReoptimization: IEP Enable Reoptimization - affinityPathVerificationFail: Affinity path verification failure - softPreemption: soft preemption (see RFC 5712) - preferredTreeExists: preferred-tree-exists message received from a downstream node - costLimitPathVerificationFail: Cost Limit path verification failure - linkupReopt: link state up - iEPChangeReoptimization: inuse explicit-path change - poChangeReoptimization: inuse path-option change - bfdSessionTypeChange: a bfd session type change occured This object is intended to be included in the trap mplsTunnelReoptimized defined in MPLS-TE-STD-MIB.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unknown(1), periodicTimerExpiry(2), bandwidthCLIChange(3), bandwidthOverflow(4), bandwidthUnderflow(5), bandwidthAdjustment(6), fastReRoute(7), cliRequest(8), metricTypeChange(9), preferredPathExists(10), poSwitchoverTrigger(11), bandwidthChange(12), autoBandwidth(13), remergeError(14), dueToMaximumMetric(15), pathProtectionSwitchover(16), iEPEnableReoptimization(17), affinityPathVerificationFail(18), softPreemption(19), preferredTreeExists(20), costLimitPathVerificationFail(21), linkupReopt(22), iEPChange(23), poChange(24), destChange(25), bfdSessionTypeChange(26)  

cmplsTunnelInsuffBWFailedOperation 1.3.6.1.4.1.9.9.738.1.2.1.2
This object indicates whether the tunnel could not be setup or reoptimized because of insufficient bandwidth: - unknown: the reason is not known - failedToSetup: insufficient bandwidth during initial setup - failedToReoptimize: insufficient bandwidth during reoptimization
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unknown(1), failedToSetup(2), failedToReoptimize(3)  

cmplsTunnelPreemptionType 1.3.6.1.4.1.9.9.738.1.2.1.3
This object indicates LSP Preemption type of this LSP: - unknown: the type is not known - hardPreemption: the preempted LSP resources are freed immediately; the LSP is broken immediately and the traffic is disrupted. - softPreemption: the resources release pending on the reoptimization of this LSP. The head of the LSP reroutes the traffic before the LSP is broken. - frrSoftPreemption: similar to softPreemption. In this case the traffic of the soft preempted LSP is switched to the backup. See: Farrel, A., Interim Report on MPLS Pre-emption, draft-farrel-mpls-preemption-interim-00.txt, work in progress
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unknown(1), hardPreemption(2), softPreemption(3), frrSoftPreemption(4)  

cmplsTunnelPreemptionLinkAddrType 1.3.6.1.4.1.9.9.738.1.2.1.4
This object indicates the address type of the link where the preemption occurs - another, higher priority LSP is being admitted on this link and there is not enough bandwidth for it causing this LSP to be preempted (removed) from this link: - unknown: the object cmplsTunnelPreemptionLinkAddr does not contain any address - ipv4: the object cmplsTunnelPreemptionLinkAddr contains the IPv4 address - ipv6: the object cmplsTunnelPreemptionLinkAddr contains the IPv6 address
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddressType  

cmplsTunnelPreemptionLinkAddr 1.3.6.1.4.1.9.9.738.1.2.1.5
This object indicates the address of the link where the preemption occurs - another, higher priority LSP is being admitted on this link and there is not enough bandwidth for it causing this LSP to be preempted (removed) from this link.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InetAddress  

cmplsTunnelReRoutePendingClearReason 1.3.6.1.4.1.9.9.738.1.2.1.6
This object indicates the reason why the tunnel is not longer in the reroute pending state: - unknown: the reason is unknown - reoptimized: the tunnel has been reoptimized - reinstated: the tunnel has been reinstated
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unknown(1), reoptimized(2), reinstated(3)  

cmplsTeTunnelFailReasonTable 1.3.6.1.4.1.9.9.738.1.3
This table is used in order to indicate the causes for the MPLS TE tunnel failure notifications.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmplsTeTunnelFailReasonEntry

cmplsTeTunnelFailReasonEntry 1.3.6.1.4.1.9.9.738.1.3.1
A conceptual row in the cmplsTeTunnelFailReasonTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmplsTeTunnelFailReasonEntry  

cmplsTeFailReasonType 1.3.6.1.4.1.9.9.738.1.3.1.1
This object indicates the type (category) of fail reason.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), bfd(2), generalTe(3)  

cmplsTeFailReason 1.3.6.1.4.1.9.9.738.1.3.1.2
This object indicates specific fail reason value based on the fail reason type indicated by cmplsTeFailReasonType. Fail Reason Type Fail Reason Value Type ---------------- ----------------------- bfd(2) CiscoBfdDiag generalTe(3) CmplsTeTunnelDiag This object is replaced by cmplsTeFailReasonRev
Status: deprecated Access: read-only
OBJECT-TYPE    
  Integer32  

cmplsTeFailReasonRev 1.3.6.1.4.1.9.9.738.1.3.1.3
This object provieds more deails on fail reason. cmplsTeFailReason values for reasonType bfd(2) mirror the CiscoBfdDiag values: - noDiagnostic No bfd diagnostic info - controlDetectionTimeExpired Control Detection Timer Expired - echoFunctionFailed Echo Function Failed - neighborSignaledSessionDown Neighbor Signaled Session Down - forwardingPlaneReset Forwarding Plane Reset - pathDown Path Down - concatenatedPathDown Concatenated Path Down - administrativelyDown Administratively Down - reverseConcatenatedPathDown Reverse Concatenated Path Down - unknown Unknown error code cmplsTeFailReason values for reasonType generalTe(3) mirror the CmplsTeTunnelDiag values: - unknown Unknown error code - bfdSessionBringupTimeout bfd session failed to come up before timeout
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER noDiagnostic(0), controlDetectionTimeExpired(1), echoFunctionFailed(2), neighborSignaledSessionDown(3), forwardingPlaneReset(4), pathDown(5), concatenatedPathDown(6), administrativelyDown(7), reverseConcatenatedPathDown(8), unknown(9), bfdSessionBringupTimeout(21)  

cmplsTunnelLoadshareTable 1.3.6.1.4.1.9.9.738.1.4
This table is used in order to manage load data.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CmplsTunnelLoadshareEntry

cmplsTunnelLoadshareEntry 1.3.6.1.4.1.9.9.738.1.4.1
A conceptual row in cmplsTunnelLoadshareTable. There is an entry in this table for each MPLS-TE tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  CmplsTunnelLoadshareEntry  

cmplsTunnelLoadShare 1.3.6.1.4.1.9.9.738.1.4.1.1
This object indicates the Load-share as defined by the bandwidth attribute (default) or explicitly configured using the load-share command under tunnel configuration.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

cmplsTeStdExtMIBObjectsGlobal 1.3.6.1.4.1.9.9.738.1.5
OBJECT IDENTIFIER    

cmplsTeLoadshareBalance 1.3.6.1.4.1.9.9.738.1.5.1
This object indicates if the load-share balance is equal or unequal.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER equal(0), unequal(1)  

cmplsTunnelPreempt 1.3.6.1.4.1.9.9.738.0.1
This notification is generated when a MPLS TE tunnel is preempted.
Status: current Access: read-write
NOTIFICATION-TYPE    

cmplsTunnelInsuffBW 1.3.6.1.4.1.9.9.738.0.2
This notification is generated when a MPLS TE tunnel could not be setup or reoptimized.
Status: current Access: read-write
NOTIFICATION-TYPE    

cmplsTunnelReRoutePending 1.3.6.1.4.1.9.9.738.0.3
This notification is generated when re-route is required for the tunnel.
Status: current Access: read-write
NOTIFICATION-TYPE    

cmplsTunnelReRoutePendingClear 1.3.6.1.4.1.9.9.738.0.4
This notification is generated when tunnel no longer needs to be re-routed.
Status: current Access: read-write
NOTIFICATION-TYPE    

cmplsTunnelBringupFail 1.3.6.1.4.1.9.9.738.0.5
This notification is generated when MPLS TE tunnel failed to come up
Status: current Access: read-write
NOTIFICATION-TYPE    

cmplsTeStdExtMIBCompliances 1.3.6.1.4.1.9.9.738.2.1
OBJECT IDENTIFIER    

cmplsTeStdExtMIBGroups 1.3.6.1.4.1.9.9.738.2.2
OBJECT IDENTIFIER    

cmplsTeStdExtMIBCompliance 1.3.6.1.4.1.9.9.738.2.1.1
This is the main compliance statement for the MIB.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

cmplsTeStdExtMIBCompliancesRev1 1.3.6.1.4.1.9.9.738.2.1.2
This is the main compliance statement for the MIB. Adding the extended traps.
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

cmplsTeStdExtMIBComplianceRev2 1.3.6.1.4.1.9.9.738.2.1.3
This is the main compliance statement for the MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

cmplsTeStdExtMIBComplianceRev3 1.3.6.1.4.1.9.9.738.2.1.4
This is the main compliance statement for the MIB
Status: deprecated Access: read-write
MODULE-COMPLIANCE    

cmplsTeStdExtMIBComplianceRev4 1.3.6.1.4.1.9.9.738.2.1.5
This is the main compliance statement for the MIB
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

cmplsTeStdExtMIBAutoBWObjectGroup 1.3.6.1.4.1.9.9.738.2.2.1
This contains the main MPLS TE extensions groups.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cmplsTeStdExtMIBAutoBWOptionalGroup 1.3.6.1.4.1.9.9.738.2.2.2
This contains the optional MPLS TE extensions groups.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cmplsTeStdExtMIBTrapObjectsGroup 1.3.6.1.4.1.9.9.738.2.2.3
This contains the MPLS TE extended traps objects. This object is replaced by cmplsTeStdExtMIBTrapObjectsGroupRev1
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

cmplsTeStdExtMIBTrapObjectsGroupRev1 1.3.6.1.4.1.9.9.738.2.2.4
This contains the optional MPLS TE extensions groups.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cmplsTeStdExtMIBTrapGroup 1.3.6.1.4.1.9.9.738.2.2.5
This contains the MPLS TE extended traps.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

cmplsTeStdExtMIBFailTeTrapGroup 1.3.6.1.4.1.9.9.738.2.2.6
This contains the MPLS TE extended traps related to BFD over TE LSP.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

cmplsTeStdExtMIBFailTeTrapObjectsGroup 1.3.6.1.4.1.9.9.738.2.2.7
This contains the MPLS TE extended traps objects related to BFD over TE LSP. This object is replaced by cmplsTeStdExtMIBFailTeTrapObjectsGroupRev1
Status: deprecated Access: accessible-for-notify
OBJECT-GROUP    

cmplsTeStdExtMIBLoadShareObjectsGroup 1.3.6.1.4.1.9.9.738.2.2.8
This contains the MPLS TE extended objects related to TE loadshare.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cmplsTeStdExtMIBFailTeTrapObjectsGroupRev1 1.3.6.1.4.1.9.9.738.2.2.9
This contains the MPLS TE extended traps objects related to BFD over TE LSP.
Status: current Access: accessible-for-notify
OBJECT-GROUP