TE-LINK-MIB

File: TE-LINK-MIB.mib (51673 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
mib-2 Unsigned32 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TEXTUAL-CONVENTION
TruthValue RowStatus StorageType
InterfaceIndexOrZero ifIndex InetAddressType
InetAddress

Defined Types

Priority  
This type is used to represent a priority. Each connection is assigned a priority. This priority is used when accounting for bandwidth on TE links or component links, for resource allocation and for rerouting purposes. Value 0 is the highest priority. Value 7 is the lowest priority.
TEXTUAL-CONVENTION    
  Unsigned32 0..7  

LinkProtection  
Link protection.
TEXTUAL-CONVENTION    
  INTEGER primary(1), secondary(2)  

SwitchingCapability  
Switching capability as specified in the 'OSPF Extensions in Support of Generalized MPLS' document. The values specified in this document are not contiguous.
TEXTUAL-CONVENTION    
  INTEGER packetSwitch1(1), packetSwitch2(2), packetSwitch3(3), packetSwitch4(4), layer2Switch(51), tdm(100), lambdaSwitch(150), fiberSwitch(200)  

LinkEncodingType  
Link encoding type as specified in 'GMPLS Signaling Functional Description' document. The values specified in this document are not contiguous.
TEXTUAL-CONVENTION    
  INTEGER packet(1), ethernet(2), ansiEtsiPdh(3), sdhItuSonetAnsi(5), digitalWrapper(7), lambda(8), fiber(9), fiberChannel(11)  

TeLinkEntry  
SEQUENCE    
  teLinkAddressType InetAddressType
  teLinkLocalIpAddr InetAddress
  teLinkRemoteIpAddr InetAddress
  teLinkMetric Unsigned32
  teLinkMuxCapability SwitchingCapability
  teLinkProtectionType INTEGER
  teLinkWorkingPriority Priority
  teLinkResourceClass Unsigned32
  teLinkIncomingIfId InterfaceIndexOrZero
  teLinkOutgoingIfId InterfaceIndexOrZero
  teLinkRowStatus RowStatus
  teLinkStorageType StorageType

TeLinkDescriptorEntry  
SEQUENCE    
  teLinkDescriptorId Unsigned32
  teLinkDescrEncodingType LinkEncodingType
  teLinkDescrPriority Priority
  teLinkDescrMinResBandwidth Unsigned32
  teLinkDescrMaxResBandwidth Unsigned32
  teLinkDescrRowStatus RowStatus
  teLinkDescrStorageType StorageType

TeLinkSrlgEntry  
SEQUENCE    
  srlg Unsigned32
  srlgRowStatus RowStatus
  srlgStorageType StorageType

TeLinkBandwidthEntry  
SEQUENCE    
  teLinkPriority Priority
  teLinkUnreservedBandwidth Unsigned32
  teLinkMaximumLspBandwidth Unsigned32
  teLinkBandwidthRowStatus RowStatus
  teLinkBandwidthStorageType StorageType

ComponentLinkEntry  
SEQUENCE    
  componentLinkMuxCapability SwitchingCapability
  componentLinkPreferredProtection LinkProtection
  componentLinkCurrentProtection LinkProtection
  componentLinkRowStatus RowStatus
  componentLinkStorageType StorageType

ComponentLinkDescriptorEntry  
SEQUENCE    
  componentLinkDescrId Unsigned32
  componentLinkDescrEncodingType LinkEncodingType
  componentLinkDescrPriority Priority
  componentLinkDescrMinBandwidth Unsigned32
  componentLinkDescrMaxBandwidth Unsigned32
  componentLinkDescrRowStatus RowStatus
  componentLinkDescrStorageType StorageType

ComponentLinkBandwidthEntry  
SEQUENCE    
  componentLinkPriority Priority
  componentLinkUnreservedBandwidth Unsigned32
  componentLinkMaximumLspBandwidth Unsigned32
  componentLinkBandwidthRowStatus RowStatus
  componentLinkBwStorageType StorageType

Defined Values

teLinkMIB 1.3.6.1.2.1.1
Copyright (C) 2003 The Internet Society. This version of this MIB module is part of RFCXXXX; see the RFC itself for full legal notices. This MIB module contains managed object definitions for MPLS traffic engineering links as defined in 'Link Bundling in MPLS Traffic Engineering'.
MODULE-IDENTITY    

teLinkNotifications 1.3.6.1.2.1.1.0
OBJECT IDENTIFIER    

teLinkObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

teLinkConformance 1.3.6.1.2.1.1.2
OBJECT IDENTIFIER    

teLinkTable 1.3.6.1.2.1.1.1.1
This table specifies the grouping of component links into TE links and grouping of TE links into bundled links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeLinkEntry

teLinkEntry 1.3.6.1.2.1.1.1.1.1
An entry in this table exists for each ifEntry with an ifType of teLink(200), i.e. for every TE link. An ifEntry in the ifTable must exist before a teLinkEntry is created with the corresponding ifIndex. If a TE link entry in the ifTable is destroyed, then so is the corresponding entry in the teLinkTable. The administrative and operational status values are controlled from the ifEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeLinkEntry  

teLinkAddressType 1.3.6.1.2.1.1.1.1.1.1
The type of Internet address for the TE link. Only IPv4, IPv6 and unknown (for unnumbered links) need to be supported.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

teLinkLocalIpAddr 1.3.6.1.2.1.1.1.1.1.2
For IPv4 and IPv6 numbered links, this object represents the local IP address associated with the TE link. For unnumbered link, the local address is not stored in this object, but rather in the teLinkOutgoingIfId object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

teLinkRemoteIpAddr 1.3.6.1.2.1.1.1.1.1.3
The remote IP address associated with the TE link (IPv4 and IPv6 numbered links). For unnumbered links, the remote address is not stored in this object, but rather in the teLinkIncomingIfId object.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

teLinkMetric 1.3.6.1.2.1.1.1.1.1.4
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-create
OBJECT-TYPE    
  Unsigned32  

teLinkMuxCapability 1.3.6.1.2.1.1.1.1.1.5
This attribute specifies link multiplex capability of the TE link, which is derived from its component links. All component links within the same TE link must have the same link multiplex capability.
Status: current Access: read-create
OBJECT-TYPE    
  SwitchingCapability  

teLinkProtectionType 1.3.6.1.2.1.1.1.1.1.6
This attribute specifies link protection type of the TE link. Description of the different protection types can be found in the 'Routing Extensions in Support of Generalized MPLS' document.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER extraTraffic(1), unprotected(2), shared(3), dedicated1For1(4), dedicated1Plus1(5), enhanced(6)  

teLinkWorkingPriority 1.3.6.1.2.1.1.1.1.1.7
This object represents a priority value such that a new connection with a higher priority, i.e. numerically lower than this value, is guaranteed to be setup on a primary link and not on a secondary link.
Status: current Access: read-create
OBJECT-TYPE    
  Priority  

teLinkResourceClass 1.3.6.1.2.1.1.1.1.1.8
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 Extensions to OSPF Version 2' document.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

teLinkIncomingIfId 1.3.6.1.2.1.1.1.1.1.9
For unnumbered links, the incoming interface is set to the outgoing interface identifier chosen by the neighboring LSR for the reverse link corresponding to this TE link. For numbered links, the address is stored in the teLinkRemoteIpAddr instead.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

teLinkOutgoingIfId 1.3.6.1.2.1.1.1.1.1.10
If the link is unnumbered, the outgoing interface identifier is set to the outgoing interface identifier chosen for the TE link by the advertising LSR. For numbered links, the address is stored in the teLinkLocalIpAddr instead.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

teLinkRowStatus 1.3.6.1.2.1.1.1.1.1.11
This variable is used to create, modify, and/or delete a row in this table. All read-create objects can only be changed when teLinkRowStatus is notInService(2) or notReady(3).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

teLinkStorageType 1.3.6.1.2.1.1.1.1.1.12
The storage type for this conceptual row in the teLinkTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

teLinkDescriptorTable 1.3.6.1.2.1.1.1.2
This table specifies the link descriptors associated with the TE links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeLinkDescriptorEntry

teLinkDescriptorEntry 1.3.6.1.2.1.1.1.2.1
An entry in this table is created for every TE link descriptor. An ifEntry in the ifTable must exist before a teLinkDescriptorEntry using the same ifIndex is created. ifType of ifEntry must be teLink(200). If a TE link entry in the ifTable is destroyed, then so are all entries in the teLinkDescriptorTable that use the ifIndex of this TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeLinkDescriptorEntry  

teLinkDescriptorId 1.3.6.1.2.1.1.1.2.1.1
This object specifies the link descriptor identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

teLinkDescrEncodingType 1.3.6.1.2.1.1.1.2.1.2
This attribute specifies the TE link encoding type.
Status: current Access: read-create
OBJECT-TYPE    
  LinkEncodingType  

teLinkDescrPriority 1.3.6.1.2.1.1.1.2.1.3
This object specifies the lowest priority at which that link encoding type is available.
Status: current Access: read-create
OBJECT-TYPE    
  Priority  

teLinkDescrMinResBandwidth 1.3.6.1.2.1.1.1.2.1.4
This attribute specifies the minimum reservable bandwidth on the TE link. This is derived from the union of the minimum reservable bandwidth of all the component links associated with the TE link that can be used to carry live traffic. This value is an estimate in units of 1,000 bits per second.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

teLinkDescrMaxResBandwidth 1.3.6.1.2.1.1.1.2.1.5
This attribute specifies the maximum reservable bandwidth on the TE link. This is the union of the maximum reservable bandwidth of all the component links within the TE link that can be used to carry live traffic. This value is an estimate in units of 1,000 bits per second.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

teLinkDescrRowStatus 1.3.6.1.2.1.1.1.2.1.6
This variable is used to create, modify, and/or delete a row in this table. No read-create object can changed if teLinkDescrRowStatus is in active(1) state.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

teLinkDescrStorageType 1.3.6.1.2.1.1.1.2.1.7
The storage type for this conceptual row in the teLinkDescriptorTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

teLinkSrlgTable 1.3.6.1.2.1.1.1.3
This table specifies the SRLGs associated with TE links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeLinkSrlgEntry

teLinkSrlgEntry 1.3.6.1.2.1.1.1.3.1
An entry in this table contains information about a SRLG associated with a TE link. An ifEntry in the ifTable must exist before a teLinkSrlgEntry using the same ifIndex is created. ifType of ifEntry must be teLink(200). If a TE link entry in the ifTable is destroyed, then so are all entries in the teLinkSrlgTable that use the ifIndex of this TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeLinkSrlgEntry  

srlg 1.3.6.1.2.1.1.1.3.1.1
This identifies a SRLG supported by the TE link. An SRLG is identified with a 32 bit number that is unique within an IGP domain. Zero is a valid SRLG number.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..4294967295  

srlgRowStatus 1.3.6.1.2.1.1.1.3.1.2
This variable is used to create, modify, and/or delete a row in this table. No read-create object can be modified if srlgRowStatus is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

srlgStorageType 1.3.6.1.2.1.1.1.3.1.3
The storage type for this conceptual row in the teLinkSrlgTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

teLinkBandwidthTable 1.3.6.1.2.1.1.1.4
This table specifies the priority-based bandwidth table for TE links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeLinkBandwidthEntry

teLinkBandwidthEntry 1.3.6.1.2.1.1.1.4.1
An entry in this table contains information about the priority-based bandwidth of TE links. An ifEntry in the ifTable must exist before a teLinkBandwidthEntry using the same ifIndex is created. ifType of ifEntry must be teLink(200). If a TE link entry in the ifTable is destroyed, then so are all entries in the teLinkBandwidthTable that use the ifIndex of this TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeLinkBandwidthEntry  

teLinkPriority 1.3.6.1.2.1.1.1.4.1.1
This attribute specifies the priority. A value of 0 is valid as specified in the 'Traffic Engineering Extensions to OSPF Version 2' document.
Status: current Access: not-accessible
OBJECT-TYPE    
  Priority  

teLinkUnreservedBandwidth 1.3.6.1.2.1.1.1.4.1.2
This attribute specifies the TE link unreserved bandwidth at priority p. It is the sum of the unreserved bandwidths at priority p of all component links associated with the TE link (excludes all links that are strictly used as protecting links). This value is an estimate in units of 1,000 bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

teLinkMaximumLspBandwidth 1.3.6.1.2.1.1.1.4.1.3
This attribute specifies the TE link maximum LSP bandwidth at priority p. It is the maximum of all maximum LSP bandwidth at priority p of the component links associated with the TE link (excludes all links that are strictly used as protecting links). This value is an estimate in units of 1,000 bits per second.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

teLinkBandwidthRowStatus 1.3.6.1.2.1.1.1.4.1.4
This variable is used to create, modify, and/or delete a row in this table. No read-create object can be modified when teLinkBandwidthRowStatus is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

teLinkBandwidthStorageType 1.3.6.1.2.1.1.1.4.1.5
The storage type for this conceptual row in the teLinkBandwidthTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

componentLinkTable 1.3.6.1.2.1.1.1.5
This table specifies the component link parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ComponentLinkEntry

componentLinkEntry 1.3.6.1.2.1.1.1.5.1
An entry in this table exists for each ifEntry that represents a component link. An ifEntry must exist in the ifTable before a componentLinkEntry is created with the corresponding ifIndex. ifEntry's ifType can be of any interface type which has been defined for TE Link interworking. Examples include ATM, Frame Relay, Ethernet, etc. If an entry representing a component link is destroyed in the ifTable, then so is the corresponding entry in the componentLinkTable. The administrative and operational status values are controlled from the ifEntry.
Status: current Access: not-accessible
OBJECT-TYPE    
  ComponentLinkEntry  

componentLinkMuxCapability 1.3.6.1.2.1.1.1.5.1.1
This attribute specifies link multiplexing capabilities of the component link.
Status: current Access: read-create
OBJECT-TYPE    
  SwitchingCapability  

componentLinkPreferredProtection 1.3.6.1.2.1.1.1.5.1.2
This attribute specifies whether this component link is a primary or secondary entity.
Status: current Access: read-create
OBJECT-TYPE    
  LinkProtection  

componentLinkCurrentProtection 1.3.6.1.2.1.1.1.5.1.3
This attribute specifies whether this component link is currently used as primary or secondary link.
Status: current Access: read-only
OBJECT-TYPE    
  LinkProtection  

componentLinkRowStatus 1.3.6.1.2.1.1.1.5.1.4
This variable is used to create, modify, and/or delete a row in this table. No read-create object can be modified when componentLinkRowStatus is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

componentLinkStorageType 1.3.6.1.2.1.1.1.5.1.5
The storage type for this conceptual row in the componentLinkTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

componentLinkDescriptorTable 1.3.6.1.2.1.1.1.6
This table specifies the link descriptors associated with the component links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ComponentLinkDescriptorEntry

componentLinkDescriptorEntry 1.3.6.1.2.1.1.1.6.1
An entry in this table is created for every component link descriptor. An ifEntry in the ifTable must exist before a componentLinkDescriptorEntry using the same ifIndex is created. ifEntry's ifType can be of any interface type which has been defined for TE Link interworking. Examples include ATM, Frame Relay, Ethernet, etc. If a component link entry in the ifTable is destroyed, then so are all entries in the componentLinkDescriptorTable that use the ifIndex of this component link.
Status: current Access: not-accessible
OBJECT-TYPE    
  ComponentLinkDescriptorEntry  

componentLinkDescrId 1.3.6.1.2.1.1.1.6.1.1
This object specifies the link descriptor identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

componentLinkDescrEncodingType 1.3.6.1.2.1.1.1.6.1.2
This attribute specifies the component link encoding type.
Status: current Access: read-create
OBJECT-TYPE    
  LinkEncodingType  

componentLinkDescrPriority 1.3.6.1.2.1.1.1.6.1.3
This object specifies the lowest priority at which that link encoding type is available for the component link.
Status: current Access: read-create
OBJECT-TYPE    
  Priority  

componentLinkDescrMinBandwidth 1.3.6.1.2.1.1.1.6.1.4
This attribute specifies the minimum reservable bandwidth on the component link. This value is an estimate in units of 1,000 bits per second.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

componentLinkDescrMaxBandwidth 1.3.6.1.2.1.1.1.6.1.5
This attribute specifies the maximum reservable bandwidth on the component link. This value is an estimate in units of 1,000 bits per second.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

componentLinkDescrRowStatus 1.3.6.1.2.1.1.1.6.1.6
This variable is used to create, modify, and/or delete a row in this table. No read-create object can be modified when componentLinkDescrRowStatus is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

componentLinkDescrStorageType 1.3.6.1.2.1.1.1.6.1.7
The storage type for this conceptual row in the componentLinkDescriptorTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

componentLinkBandwidthTable 1.3.6.1.2.1.1.1.7
This table specifies the priority-based bandwidth for component links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ComponentLinkBandwidthEntry

componentLinkBandwidthEntry 1.3.6.1.2.1.1.1.7.1
An entry in this table contains information about the priority-based bandwidth on component links. An ifEntry in the ifTable must exist before a componentLinkBandwidthEntry using the same ifIndex is created. ifEntry's ifType can be of any interface type which has been defined for TE Link interworking. Examples include ATM, Frame Relay, Ethernet, etc. If a component link entry in the ifTable is destroyed, then so are all entries in the componentLinkBandwidthTable that use the ifIndex of this component link.
Status: current Access: not-accessible
OBJECT-TYPE    
  ComponentLinkBandwidthEntry  

componentLinkPriority 1.3.6.1.2.1.1.1.7.1.1
This attribute specifies the priority. A value of 0 is valid as specified in the 'Traffic Engineering Extensions to OSPF Version 2' document.
Status: current Access: not-accessible
OBJECT-TYPE    
  Priority  

componentLinkUnreservedBandwidth 1.3.6.1.2.1.1.1.7.1.2
This attribute specifies the component link unreserved bandwidth at priority p. This value is an estimate in units of 1,000 bits per second.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

componentLinkMaximumLspBandwidth 1.3.6.1.2.1.1.1.7.1.3
This attribute specifies the component link maximum LSP bandwidth at priority p. This value is an estimate in units of 1,000 bits per second.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

componentLinkBandwidthRowStatus 1.3.6.1.2.1.1.1.7.1.4
This variable is used to create, modify, and/or delete a row in this table. No read-create object can be modified when componentLinkBandwidthRowStatus is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

componentLinkBwStorageType 1.3.6.1.2.1.1.1.7.1.5
The storage type for this conceptual row in the componentLinkBandwidthTable. Conceptual rows having the value 'permanent' need not allow write-access to any columnar object in the row.
Status: current Access: read-create
OBJECT-TYPE    
  StorageType  

teLinkNotificationsEnabled 1.3.6.1.2.1.1.1.8
If this object is true, then it enables the generation of the TE link notifications, otherwise these notifications are not emitted.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

linkBundleMismatch 1.3.6.1.2.1.1.0.1
This notification is generated when a mismatch is found on a bundled link. Such mismatch can be detected for instance if one of the traffic engineering parameters is not consistent across all TE links within a bundled link (resource class, etc.).
Status: current Access: read-write
NOTIFICATION-TYPE    

teLinkGroups 1.3.6.1.2.1.1.2.1
OBJECT IDENTIFIER    

teLinkCompliances 1.3.6.1.2.1.1.2.2
OBJECT IDENTIFIER    

teLinkModuleFullCompliance 1.3.6.1.2.1.1.2.2.1
Compliance statement for agents that support the configuration and monitoring of TE Link MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE    

teLinkModuleReadOnlyCompliance 1.3.6.1.2.1.1.2.2.2
Compliance statement for agents that support the monitoring of TE link MIB module.
Status: current Access: read-only
MODULE-COMPLIANCE    

teLinkGroup 1.3.6.1.2.1.1.2.1.1
Collection of objects needed for the monitoring of resources associated with TE links.
Status: current Access: read-only
OBJECT-GROUP    

teLinkSrlgGroup 1.3.6.1.2.1.1.2.1.2
Collection of objects needed for the monitoring of SRLG resources associated with TE links.
Status: current Access: read-only
OBJECT-GROUP    

teLinkBandwidthGroup 1.3.6.1.2.1.1.2.1.3
Collection of objects needed for the monitoring of the priority-based bandwidth resources associated with TE links and component links.
Status: current Access: read-only
OBJECT-GROUP    

componentLinkBandwidthGroup 1.3.6.1.2.1.1.2.1.4
Collection of objects needed for the monitoring of bandwidth parameters associated with component links.
Status: current Access: read-only
OBJECT-GROUP    

teLinkNotificationGroup 1.3.6.1.2.1.1.2.1.5
Set of notifications implemented in this module. None is mandatory.
Status: current Access: read-only
NOTIFICATION-GROUP