PRVT-TEMIB-ENTITY-MIB

File: PRVT-TEMIB-ENTITY-MIB.mib (21434 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
PRVT-LMGR-MIB PRVT-CR-LDP-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 MODULE-COMPLIANCE OBJECT-GROUP
TEXTUAL-CONVENTION RowStatus TruthValue
PrvtLmgrIndex PrvtLmgrPartnerStatus mpls

Defined Types

PrvtTeMibAdminStatus  
The desired administrative state of a TE-MIB entity.
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2)  

PrvtTeMibOperStatus  
The current operational state of a TE-MIB entity.
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2), goingUp(3), goingDown(4), actFailed(5)  

PrvtTeMibEntityIndex  
The index value identifying a TE-MIB entity.
TEXTUAL-CONVENTION    
  Unsigned32  

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

PrvtMplsTeMibEntityEntry  
SEQUENCE    
  prvtMplsTeMibEntityIndex PrvtTeMibEntityIndex
  prvtMplsTeMibEntityAdminStatus PrvtTeMibAdminStatus
  prvtMplsTeMibEntityOperStatus PrvtTeMibOperStatus
  prvtMplsTeMibEntityRowStatus RowStatus
  prvtMplsTeMibTunnelRetryInterval Unsigned32
  prvtMplsTeMibTunnelRetryDecayRate Unsigned32
  prvtMplsTeMibTunnelRetryMax Integer32
  prvtMplsTeMibTnnlBufPoolSize Unsigned32
  prvtMplsTeMibLsrIndex PrvtLmgrIndex
  prvtMplsTeMibLdbStatus PrvtTeMibPartnerStatus
  prvtMplsTeMibLraStatus PrvtLmgrPartnerStatus
  prvtMplsTeMibLdiStatus PrvtTeMibPartnerStatus
  prvtMplsTeMibRsvpEnable TruthValue
  prvtMplsTeMibCrldpEnable TruthValue
  prvtMplsTeMibCrldpIndex Unsigned32
  prvtMplsTeMibUseRsvpResvConf BITS
  prvtMplsTeMibAllowGracefulDeletion TruthValue
  prvtMplsTeMibShowTransitTunnels TruthValue
  prvtMplsTeMibSupportCHopTable TruthValue
  prvtMplsTeMibNhrIndex Unsigned32
  prvtMplsTeMibNhrBufPoolSize Unsigned32
  prvtMplsTeMibNhrStatus PrvtTeMibPartnerStatus
  prvtMplsTeMibExtPrtSuppAdminStatus PrvtTeMibAdminStatus
  prvtMplsTeMibRsvpIpv6AdminStatus PrvtTeMibAdminStatus
  prvtMplsTeMibRsvpIpv6OperStatus PrvtTeMibOperStatus
  prvtMplsTeMibDynFacilityBypass TruthValue

Defined Values

prvtTeMibEntityMib 1.3.6.1.4.1.738.1.6.5.8
The MIB module for management of TE-MIB entities.
MODULE-IDENTITY    

prvtTeMibEntityObjects 1.3.6.1.4.1.738.1.6.5.8.1
OBJECT IDENTIFIER    

prvtMplsTeMibEntityTable 1.3.6.1.4.1.738.1.6.5.8.1.1
The table of TE-MIB entities.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtMplsTeMibEntityEntry

prvtMplsTeMibEntityEntry 1.3.6.1.4.1.738.1.6.5.8.1.1.1
Each entry represents a TE-MIB entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtMplsTeMibEntityEntry  

prvtMplsTeMibEntityIndex 1.3.6.1.4.1.738.1.6.5.8.1.1.1.1
The index of this TE-MIB entity table entry. This is the HAF entity index passed on the entity create parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtTeMibEntityIndex  

prvtMplsTeMibEntityAdminStatus 1.3.6.1.4.1.738.1.6.5.8.1.1.1.2
The desired administrative state of the TE-MIB entity. When prvtMplsTeMibEntityRowStatus is 'active' and prvtMplsTeMibEntityAdminStatus is 'up' the TE-MIB entity is active and only these two fields can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtTeMibAdminStatus  

prvtMplsTeMibEntityOperStatus 1.3.6.1.4.1.738.1.6.5.8.1.1.1.3
The current operational state of the TE-MIB entity.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtTeMibOperStatus  

prvtMplsTeMibEntityRowStatus 1.3.6.1.4.1.738.1.6.5.8.1.1.1.4
The row status for the TE-MIB entity table entry, used to create and destroy TE-MIB entities. When prvtMplsTeMibEntityRowStatus is 'active' and prvtMplsTeMibEntityAdminStatus is 'up' the TE-MIB entity is active and only these two fields can be modified.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

prvtMplsTeMibTunnelRetryInterval 1.3.6.1.4.1.738.1.6.5.8.1.1.1.5
The persistent tunnel retry interval. This is the interval between the first failure of a persistent tunnel and the first attempt to re-establish the tunnel. A value of 0 indicates retrying is not supported. A management agent may preempt a retry by resetting mplsTunnelAdminStatus for the tunnel in question.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

prvtMplsTeMibTunnelRetryDecayRate 1.3.6.1.4.1.738.1.6.5.8.1.1.1.6
The persistent tunnel decay rate. This is a percentage. Thus a value of 10 increases the retry interval by ten per cent of the previous value. A value of 0 indicates a constant retry rate.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..100  

prvtMplsTeMibTunnelRetryMax 1.3.6.1.4.1.738.1.6.5.8.1.1.1.7
The maximum number of retry attempts that will be made before a persistent tunnel is deemed inoperable. Once in this state, a management agent should set mplsTunnelAdminStatus to 'up' to attempt to reestablish the tunnel. A value of -1 indicates infinite retry, so a persistent tunnel will continue to be retried until it is successfully established.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 -1..255  

prvtMplsTeMibTnnlBufPoolSize 1.3.6.1.4.1.738.1.6.5.8.1.1.1.8
The maximum number of buffers available for tunnel management messages. This is used to limit the number of tunnel management messages to avoid buffer shortage conditions.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2147483647  

prvtMplsTeMibLsrIndex 1.3.6.1.4.1.738.1.6.5.8.1.1.1.9
The index of the PRVT-LMGR product instance which this TE-MIB is to join to as its LDB interface provider. If this value is not specified, or the value of this object is 0, TE-MIB will use the prvtMplsTeMibEntityIndex value as the Lsr index when joining on the LDB interface.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtLmgrIndex  

prvtMplsTeMibLdbStatus 1.3.6.1.4.1.738.1.6.5.8.1.1.1.10
Diagnostic Field providing information about the status of the Label Database Interface user as seen by the TE-MIB entity.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtTeMibPartnerStatus  

prvtMplsTeMibLraStatus 1.3.6.1.4.1.738.1.6.5.8.1.1.1.11
Diagnostic Field providing information about the status of the LRAPI user as seen by the TE-MIB entity.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtLmgrPartnerStatus  

prvtMplsTeMibLdiStatus 1.3.6.1.4.1.738.1.6.5.8.1.1.1.12
A diagnostic value which reports the state of the LDI join.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtTeMibPartnerStatus  

prvtMplsTeMibRsvpEnable 1.3.6.1.4.1.738.1.6.5.8.1.1.1.13
A boolean indicating whether the PRVT-TE-MIB should expect a join from PRVT-RSVP across the LRAPI. This indicates whether RSVP-TE LSP tunnels are supported or not.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtMplsTeMibCrldpEnable 1.3.6.1.4.1.738.1.6.5.8.1.1.1.14
A boolean indicating whether the PRVT-TE-MIB should join to PRVT-CR-LDP or not across the LDI, and therefore support CR-LDP LSP tunnels or not.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtMplsTeMibCrldpIndex 1.3.6.1.4.1.738.1.6.5.8.1.1.1.15
The index of the PRVT-MPLS product instance which this TE-MIB is to join to as its LDI interface provider. If this value is not specified, or the value of this object is 0, TE-MIB will use the prvtMplsTeMibEntityIndex value as the CR-LDP product index when joining on the LDI interface.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtMplsTeMibUseRsvpResvConf 1.3.6.1.4.1.738.1.6.5.8.1.1.1.16
Flags field indicating whether a RESV_CONFIRM object should be included in RSVP Resv messages. The possible bit values are as follows. - useResvConfForUNI: RESV_CONFIRM objects should be inserted into all UNI Resv messages. - useResvConfForGMPLS: RESV_CONFIRM objects should be inserted into all standard GMPLS Resv messages.
Status: current Access: read-create
OBJECT-TYPE    
  BITS useResvConfForUNI(0), useResvConfForGMPLS(1)  

prvtMplsTeMibAllowGracefulDeletion 1.3.6.1.4.1.738.1.6.5.8.1.1.1.17
A boolean indicating whether the TE-MIB should allow tunnels to be deleted using the graceful deletion procedure.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtMplsTeMibShowTransitTunnels 1.3.6.1.4.1.738.1.6.5.8.1.1.1.18
A flag to indicate whether RSVP should inform TE-MIB about LSPs for which this node is transit.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtMplsTeMibSupportCHopTable 1.3.6.1.4.1.738.1.6.5.8.1.1.1.19
A flag to indicate whether TE-MIB should support the mplsTunnelCHopTable.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

prvtMplsTeMibNhrIndex 1.3.6.1.4.1.738.1.6.5.8.1.1.1.20
The index of the PRVT-MPLS product instance which this TE-MIB is to join to as its NHR interface provider. If this value is not specified, or the value of this object is 0, TE-MIB will use the prvtMplsTeMibEntityIndex value as the LSR index when joining on the NHR interface.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

prvtMplsTeMibNhrBufPoolSize 1.3.6.1.4.1.738.1.6.5.8.1.1.1.21
The maximum number of buffers available for Next Hop Routing Interface messages. This is used to limit the number of tunnel management messages to avoid buffer shortage conditions.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2147483647  

prvtMplsTeMibNhrStatus 1.3.6.1.4.1.738.1.6.5.8.1.1.1.22
A diagnostic value which reports the state of the NHR join.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtTeMibPartnerStatus  

prvtMplsTeMibExtPrtSuppAdminStatus 1.3.6.1.4.1.738.1.6.5.8.1.1.1.23
The desired operational state of support for the extended PROTECTION object defined in draft-lang-ccamp-gmpls-recovery-e2e-signaling.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtTeMibAdminStatus  

prvtMplsTeMibRsvpIpv6AdminStatus 1.3.6.1.4.1.738.1.6.5.8.1.1.1.24
Specifies whether the local node supports IPv6 LSPs. Setting this to UP means that this node supports IPv6 LSPs being set up to, from and through this node. Setting this to DOWN means that IPv6 LSPs are NOT supported by this node. Existing IPv6 LSPs for which this node is the ingress are torn down. This field can be modified while TE-MIB is oper_status UP or DOWN. The value of this field MUST match the value of the dcRsvpProductIpv6AdminStatus field in the dcRsvpProductTable.
Status: current Access: read-create
OBJECT-TYPE    
  PrvtTeMibAdminStatus  

prvtMplsTeMibRsvpIpv6OperStatus 1.3.6.1.4.1.738.1.6.5.8.1.1.1.25
The current operational status for IPv6 support. When this is UP IPv6 LSPs can be set up from this node. When this is DOWN there will be no active IPv6 LSPs.
Status: current Access: read-only
OBJECT-TYPE    
  PrvtTeMibOperStatus  

prvtMplsTeMibDynFacilityBypass 1.3.6.1.4.1.738.1.6.5.8.1.1.1.26
This object gives the user ability to globally enable/disable automatically creation of bypass tunnels for all LSPs. Bypass tunnels will be created on FRR tunnel request automatically. The default value is true. The creation of Dynamic bypass tunnels is enabled
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

prvtTeMibEntityConformance 1.3.6.1.4.1.738.1.6.5.8.2
OBJECT IDENTIFIER    

prvtTeMibEntityCompliances 1.3.6.1.4.1.738.1.6.5.8.2.1
OBJECT IDENTIFIER    

prvtTeMibEntityGroups 1.3.6.1.4.1.738.1.6.5.8.2.2
OBJECT IDENTIFIER    

prvtTeMibEntityMibCompliance 1.3.6.1.4.1.738.1.6.5.8.2.1.1
The compliance statement for the PRVT-TEMIB product.
Status: current Access: read-write
MODULE-COMPLIANCE    

mplsTeMibMandatoryGroup 1.3.6.1.4.1.738.1.6.5.8.2.2.2
Mandatory Objects.
Status: current Access: read-write
OBJECT-GROUP    

mplsTeMibOptionalGroup 1.3.6.1.4.1.738.1.6.5.8.2.2.3
Optional Objects.
Status: current Access: read-write
OBJECT-GROUP    

mplsTeMibCrldpGroup 1.3.6.1.4.1.738.1.6.5.8.2.2.4
Group of objects relating to CR-LDP
Status: current Access: read-write
OBJECT-GROUP