PRVT-TE-PARAM-MIB

File: PRVT-TE-PARAM-MIB.mib (23828 bytes)

Imported modules

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

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 Gauge32
IpAddress TEXTUAL-CONVENTION ifIndex
InetAddressType InetAddress mpls

Defined Types

TeLinkBandwidth  
This type is used to represent link bandwidth in bps. This value is represented using a 4 octet IEEE floating point format [IEEE]. The floating point representation is not used to represent fractional value but rather to allow specification of large numbers that cannot be expressed with 32-bit integers.
TEXTUAL-CONVENTION    
  OCTET STRING Size(4)  

PrvtTeParamEntry  
SEQUENCE    
  prvtTeParamLinkAddressType InetAddressType
  prvtTeParamMetric Unsigned32
  prvtTeParamLinkType INTEGER
  prvtTeParamPhysicalBandwidth TeLinkBandwidth
  prvtTeParamMaximumReservableBandwidth TeLinkBandwidth
  prvtTeParamMaxReservableBandwidthPrio0 TeLinkBandwidth
  prvtTeParamMaxReservableBandwidthPrio1 TeLinkBandwidth
  prvtTeParamMaxReservableBandwidthPrio2 TeLinkBandwidth
  prvtTeParamMaxReservableBandwidthPrio3 TeLinkBandwidth
  prvtTeParamMaxReservableBandwidthPrio4 TeLinkBandwidth
  prvtTeParamMaxReservableBandwidthPrio5 TeLinkBandwidth
  prvtTeParamMaxReservableBandwidthPrio6 TeLinkBandwidth
  prvtTeParamMaxReservableBandwidthPrio7 TeLinkBandwidth
  prvtTeParamReservedBandwidthPrio0 TeLinkBandwidth
  prvtTeParamReservedBandwidthPrio1 TeLinkBandwidth
  prvtTeParamReservedBandwidthPrio2 TeLinkBandwidth
  prvtTeParamReservedBandwidthPrio3 TeLinkBandwidth
  prvtTeParamReservedBandwidthPrio4 TeLinkBandwidth
  prvtTeParamReservedBandwidthPrio5 TeLinkBandwidth
  prvtTeParamReservedBandwidthPrio6 TeLinkBandwidth
  prvtTeParamReservedBandwidthPrio7 TeLinkBandwidth
  prvtTeParamUnreservedBandwidthPrio0 TeLinkBandwidth
  prvtTeParamUnreservedBandwidthPrio1 TeLinkBandwidth
  prvtTeParamUnreservedBandwidthPrio2 TeLinkBandwidth
  prvtTeParamUnreservedBandwidthPrio3 TeLinkBandwidth
  prvtTeParamUnreservedBandwidthPrio4 TeLinkBandwidth
  prvtTeParamUnreservedBandwidthPrio5 TeLinkBandwidth
  prvtTeParamUnreservedBandwidthPrio6 TeLinkBandwidth
  prvtTeParamUnreservedBandwidthPrio7 TeLinkBandwidth
  prvtTeParamResourceClass Unsigned32

PrvtTeParamAdminGroupEntry  
SEQUENCE    
  prvtTeParamAdminGroupId Integer32
  prvtTeParamAdminGroupName OCTET STRING

PrvtCspfStatisticsEntry  
SEQUENCE    
  prvtCspfEntIndex Unsigned32
  prvtCspfStatNumRtQueries Counter32
  prvtCspfStatNumRtsClcd Counter32
  prvtCspfStatNumRtsInCache Gauge32
  prvtCspfStatNumUpdatesRcvd Counter32
  prvtCspfStatNumEntriesDeleted Counter32
  prvtCspfStatNumLinkEntries Gauge32
  prvtCspfStatNumNetworkEntries Gauge32
  prvtCspfStatNumReturnedCaches Counter32
  prvtCspfStatNumBkupQueries Counter32
  prvtCspfStatNumBkupPathsFound Counter32
  prvtCspfStatNumRouteUpdates Counter32
  prvtCspfStatNumDiscardedRoutes Counter32

Defined Values

prvtTeParamMib 78.5.9
The MIB module for management of TE-params entities.
MODULE-IDENTITY    

prvtTeParamMibNotifications 78.5.9.0
OBJECT IDENTIFIER    

prvtTeParamMibObjects 78.5.9.1
OBJECT IDENTIFIER    

prvtTeParamMibConformance 78.5.9.2
OBJECT IDENTIFIER    

prvtTeParamTable 78.5.9.1.4
A list of ip interface entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtTeParamEntry

prvtTeParamEntry 78.5.9.1.4.1
An entry in this table exists for each entry from ipInterfaceTable. An ipInterfaceEntry in the ipInterfaceTable must exist. If a ip interface entry in the ipInterfaceTable is destroyed, then so is the corresponding entry in this table. The administrative and operational status values are controlled from the ifEntry and ipInterfaceEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtTeParamEntry  

prvtTeParamAdminGroupTable 78.5.9.1.5
Table for administrative groups manipulation.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtTeParamAdminGroupEntry

prvtTeParamAdminGroupEntry 78.5.9.1.5.1
prvtTeParamAdminGroupTable allows specifiying of a group-name to each existing administrative group. Each group is uniquely identified by its prvtTeParamAdminGroupId.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtTeParamAdminGroupEntry  

ospfOpaqueEngSupport 78.5.9.1.1
Controls ospf opaque support.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

ospfTeRouterId 78.5.9.1.2
Traffic engineering router ID.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

ospfTrafficEngSupport 78.5.9.1.3
Controls traffic engeneering support. Read-only for current implementation.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

prvtTeParamLinkAddressType 78.5.9.1.4.1.1
The type of Internet address for the TE link.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

prvtTeParamMetric 78.5.9.1.4.1.2
The traffic engineering metric for the TE link is derived from its component links. All component links within the TE link must have the same traffic engineering metric.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

prvtTeParamLinkType 78.5.9.1.4.1.3
This indicates the type of the link such as point-to-point or multi-access
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER multiAccess(1), pointToPoint(2)  

prvtTeParamPhysicalBandwidth 78.5.9.1.4.1.4
Physical bandwidth for the TE link.
Status: current Access: read-write
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamMaximumReservableBandwidth 78.5.9.1.4.1.5
Maximum reservable bandwidth for the TE link.
Status: current Access: read-write
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamMaxReservableBandwidthPrio0 78.5.9.1.4.1.6
Maximum reservable bandwidth for the TE link with priority 0.
Status: current Access: read-write
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamMaxReservableBandwidthPrio1 78.5.9.1.4.1.7
Maximum reservable bandwidth for the TE link with priority 1.
Status: current Access: read-write
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamMaxReservableBandwidthPrio2 78.5.9.1.4.1.8
Maximum reservable bandwidth for the TE link with priority 2.
Status: current Access: read-write
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamMaxReservableBandwidthPrio3 78.5.9.1.4.1.9
Maximum reservable bandwidth for the TE link with priority 3.
Status: current Access: read-write
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamMaxReservableBandwidthPrio4 78.5.9.1.4.1.10
Maximum reservable bandwidth for the TE link with priority 4.
Status: current Access: read-write
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamMaxReservableBandwidthPrio5 78.5.9.1.4.1.11
Maximum reservable bandwidth for the TE link with priority 5.
Status: current Access: read-write
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamMaxReservableBandwidthPrio6 78.5.9.1.4.1.12
Maximum reservable bandwidth for the TE link with priority 6.
Status: current Access: read-write
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamMaxReservableBandwidthPrio7 78.5.9.1.4.1.13
Maximum reservable bandwidth for the TE link with priority 7.
Status: current Access: read-write
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamReservedBandwidthPrio0 78.5.9.1.4.1.14
Reserved bandwidth for the TE link with priority 0.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamReservedBandwidthPrio1 78.5.9.1.4.1.15
Reserved bandwidth for the TE link with priority 1.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamReservedBandwidthPrio2 78.5.9.1.4.1.16
Reserved bandwidth for the TE link with priority 2.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamReservedBandwidthPrio3 78.5.9.1.4.1.17
Reserved bandwidth for the TE link with priority 3.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamReservedBandwidthPrio4 78.5.9.1.4.1.18
Reserved bandwidth for the TE link with priority 4.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamReservedBandwidthPrio5 78.5.9.1.4.1.19
Reserved bandwidth for the TE link with priority 5.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamReservedBandwidthPrio6 78.5.9.1.4.1.20
Reserved bandwidth for the TE link with priority 6.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamReservedBandwidthPrio7 78.5.9.1.4.1.21
Reserved bandwidth for the TE link with priority 7.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamUnreservedBandwidthPrio0 78.5.9.1.4.1.22
Unreserved bandwidth for the TE link with priority 0.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamUnreservedBandwidthPrio1 78.5.9.1.4.1.23
Unreserved bandwidth for the TE link with priority 1.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamUnreservedBandwidthPrio2 78.5.9.1.4.1.24
Unreserved bandwidth for the TE link with priority 2.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamUnreservedBandwidthPrio3 78.5.9.1.4.1.25
Unreserved bandwidth for the TE link with priority 3.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamUnreservedBandwidthPrio4 78.5.9.1.4.1.26
Unreserved bandwidth for the TE link with priority 4.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamUnreservedBandwidthPrio5 78.5.9.1.4.1.27
Unreserved bandwidth for the TE link with priority 5.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamUnreservedBandwidthPrio6 78.5.9.1.4.1.28
Unreserved bandwidth for the TE link with priority 6.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamUnreservedBandwidthPrio7 78.5.9.1.4.1.29
Unreserved bandwidth for the TE link with priority 7.
Status: current Access: read-only
OBJECT-TYPE    
  TeLinkBandwidth  

prvtTeParamResourceClass 78.5.9.1.4.1.30
This attribute specifies the TE link resource class. The resource class is a 32 bit bitfield. The resource class for a link bundle is derived from the resource class of its TE links. All TE links within a link bundle must have the same resource class. Encoding of the resource class is described in the 'Traffic Engineering (TE) Extensions to OSPF Version 2' document.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

prvtTeParamAdminGroupId 78.5.9.1.5.1.1
The prvtTeParamAdminGroupId object uniquely identifes an administrative group. Supported are 32 administrative groups.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

prvtTeParamAdminGroupName 78.5.9.1.5.1.2
The prvtTeParamAdminGroupId object specifies the administrative group name.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(0..32)  

prvtCspfStatisticsTable 78.5.9.1.6
Table containing the statistics relating to the running CSPF.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PrvtCspfStatisticsEntry

prvtCspfStatisticsEntry 78.5.9.1.6.1
Each entry contains the statistics relating to the running CSPF.
Status: current Access: not-accessible
OBJECT-TYPE    
  PrvtCspfStatisticsEntry  

prvtCspfEntIndex 78.5.9.1.6.1.1
Identifies a CSPF entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

prvtCspfStatNumRtQueries 78.5.9.1.6.1.2
The number of ATG_QCTE_QUERY_CSPF_ROUTE queries sent in to this CSPF process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtCspfStatNumRtsClcd 78.5.9.1.6.1.3
The number of routes successfully calculated by this CSPF process. This statistic is incremented for each positive response to an ATG_QCTE_QUERY_CSPF_ROUTE query.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtCspfStatNumRtsInCache 78.5.9.1.6.1.4
The number of SPF trees currently stored in the cache. Each tree corresponds to a different set of constraints.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

prvtCspfStatNumUpdatesRcvd 78.5.9.1.6.1.5
The number of database updates signals that have been received by this CSPF process, to indicate a new, updated or deleted database entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtCspfStatNumEntriesDeleted 78.5.9.1.6.1.6
The number of Database updates signals that have been received by this CSPF process to indicate a database entry to delete.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtCspfStatNumLinkEntries 78.5.9.1.6.1.7
The number of entries stored in the CSPF database for Traffic Engineering links.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

prvtCspfStatNumNetworkEntries 78.5.9.1.6.1.8
The number of entries stored in the CSPF database for networks.
Status: current Access: read-only
OBJECT-TYPE    
  Gauge32  

prvtCspfStatNumReturnedCaches 78.5.9.1.6.1.9
The number of queries that have been satisfied through returning a route stored in the cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtCspfStatNumBkupQueries 78.5.9.1.6.1.10
The number of queries that have requested a backup path.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtCspfStatNumBkupPathsFound 78.5.9.1.6.1.11
The number of queries that have been returned with a backup path successfully calculated.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtCspfStatNumRouteUpdates 78.5.9.1.6.1.12
The number of incremental route updates which have been made to routes held in the cache.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

prvtCspfStatNumDiscardedRoutes 78.5.9.1.6.1.13
The number of routes which have been discarded from the cache due to new TE information being received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32