LINK-BUNDLING-MIB

File: LINK-BUNDLING-MIB.mib (52839 bytes)

Imported modules

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

Imported symbols

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

Defined Types

TeLinkEntry  
SEQUENCE    
  teLinkIpAddrType InetAddressType
  teLinkIpAddr InetAddress
  teLinkRemoteIpAddr InetAddress
  teLinkMetric Unsigned32
  teLinkMuxCapability INTEGER
  teLinkProtectionType INTEGER
  teLinkWorkingPriority Unsigned32
  teLinkResourceClass Unsigned32
  teLinkIncomingIfId InterfaceIndexOrZero
  teLinkOutgoingIfId InterfaceIndexOrZero
  teLinkFlooding InterfaceIndexOrZero
  teLinkRowStatus RowStatus
  teLinkStorageType StorageType

TeLinkDescriptorEntry  
SEQUENCE    
  teLinkDescriptorId Unsigned32
  teLinkEncodingType INTEGER
  teLinkDescrPriority Unsigned32
  teLinkMinReservableBandwidth Unsigned32
  teLinkMaxReservableBandwidth Unsigned32
  teLinkDescrRowStatus RowStatus
  teLinkDescrStorageType StorageType

TeLinkOspfTeEntry  
SEQUENCE    
  teLinkOspfLinkType INTEGER
  teLinkOspfLinkId RouterID

TeLinkSrlgEntry  
SEQUENCE    
  srlg Unsigned32
  srlgRowStatus RowStatus
  srlgStorageType StorageType

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

ComponentLinkEntry  
SEQUENCE    
  componentLinkMuxCapability INTEGER
  componentLinkPreferredProtection INTEGER
  componentLinkCurrentProtection INTEGER
  componentLinkRowStatus RowStatus
  componentLinkStorageType StorageType

ComponentLinkDescriptorEntry  
SEQUENCE    
  componentLinkDescrId Unsigned32
  componentLinkEncodingType INTEGER
  componentLinkDescrPriority Unsigned32
  componentLinkMinReservBandwidth Unsigned32
  componentLinkMaxReservBandwidth Unsigned32
  componentLinkDescrRowStatus RowStatus
  componentLinkDescrStorageType StorageType

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

Defined Values

linkBundlingMIB 1.3.6.1.2.1.1
This MIB contains managed object definitions for MPLS traffic engineering link bundling as defined in: Kompella, K., Rekhter, Y., Berger, L., Link Bundling in MPLS Traffic Engineering Internet Draft , July 2002.
MODULE-IDENTITY    

linkBundlingNotifications 1.3.6.1.2.1.1.0
OBJECT IDENTIFIER    

linkBundlingObjects 1.3.6.1.2.1.1.1
OBJECT IDENTIFIER    

linkBundlingConformance 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(TBD), 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. If the link is unnumbered, ifIndex is also used as the outgoing interface identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeLinkEntry  

teLinkIpAddrType 1.3.6.1.2.1.1.1.1.1.1
For IPv4 and IPv6 numbered links, this object represents the IP address type associated with the TE link. For unnumbered links, a value of unknown(0) must be used.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

teLinkIpAddr 1.3.6.1.2.1.1.1.1.1.2
For IPv4 and IPv6 numbered links, this object represents the IP address associated with the TE link.
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).
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    
  INTEGER packetSwitch1(1), packetSwitch2(2), packetSwitch3(3), packetSwitch4(4), layer2Switch(51), tdm(100), lambdaSwitch(150), fiberSwitch(200)  

teLinkProtectionType 1.3.6.1.2.1.1.1.1.1.6
This attribute specifies link protection type of the TE link.
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    
  Unsigned32 0..7  

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.
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.
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.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

teLinkFlooding 1.3.6.1.2.1.1.1.1.1.11
This object only has significance for link bundles which encoding type is not clear. For these link bundles, this object identifies the TE link on which to restrict flooding. If the value is zero, then flooding must be done on all TE links within the link bundle.
Status: current Access: read-create
OBJECT-TYPE    
  InterfaceIndexOrZero  

teLinkRowStatus 1.3.6.1.2.1.1.1.1.1.12
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 active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

teLinkStorageType 1.3.6.1.2.1.1.1.1.1.13
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. 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  

teLinkEncodingType 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    
  INTEGER packet(1), ethernet(2), ansiEtsiPdh(3), sdhItuSonetAnsi(5), digitalWrapper(7), lambda(8), fiber(9), fiberChannel(11)  

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    
  Unsigned32 0..7  

teLinkMinReservableBandwidth 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  

teLinkMaxReservableBandwidth 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. All read-create objects can only be changed when teLinkDescrRowStatus is active.
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  

teLinkOspfTeTable 1.3.6.1.2.1.1.1.3
This table specifies the OSPF traffic engineering information associated with TE links.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TeLinkOspfTeEntry

teLinkOspfTeEntry 1.3.6.1.2.1.1.1.3.1
If OSPF is enabled, an entry in this table is created for every TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  TeLinkOspfTeEntry  

teLinkOspfLinkType 1.3.6.1.2.1.1.1.3.1.1
This attribute specifies the OSPF link type for the TE link. All TE links within the same bundle must have the same link type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER pointToPoint(1), multiAccess(2)  

teLinkOspfLinkId 1.3.6.1.2.1.1.1.3.1.2
On point-to-point link, the link identifier is the Router ID of the neighbor. For bundled link, is derived from the link identifier associated with its TE links.
Status: current Access: read-create
OBJECT-TYPE    
  RouterID  

teLinkSrlgTable 1.3.6.1.2.1.1.1.4
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.4.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. 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.4.1.1
This identifies a SRLG supported by the TE link.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

srlgRowStatus 1.3.6.1.2.1.1.1.4.1.2
This variable is used to create, modify, and/or delete a row in this table. All read-create objects can only be changed when srlgRowStatus is active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

srlgStorageType 1.3.6.1.2.1.1.1.4.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.5
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.5.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. 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.5.1.1
This attribute specifies the priority. It should be mapped to a number between 0 and 7
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..8  

teLinkUnreservedBandwidth 1.3.6.1.2.1.1.1.5.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.5.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.5.1.4
This variable is used to create, modify, and/or delete a row in this table. All read-create objects can only be changed when teLinkBandwidthRowStatus is active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

teLinkBandwidthStorageType 1.3.6.1.2.1.1.1.5.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.6
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.6.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. 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.6.1.1
This attribute specifies link multiplexing capabilities of the component link.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER packetSwitch1(1), packetSwitch2(2), packetSwitch3(3), packetSwitch4(4), layer2Switch(51), tdm(100), lambdaSwitch(150), fiberSwitch(200)  

componentLinkPreferredProtection 1.3.6.1.2.1.1.1.6.1.2
This attribute specifies whether this component link is a primary or secondary entity.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

componentLinkCurrentProtection 1.3.6.1.2.1.1.1.6.1.3
This attribute specifies whether this component link is currently used as primary or secondary link.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

componentLinkRowStatus 1.3.6.1.2.1.1.1.6.1.4
This variable is used to create, modify, and/or delete a row in this table. All read-create objects can only be changed when componentLinkRowStatus is active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

componentLinkStorageType 1.3.6.1.2.1.1.1.6.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.7
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.7.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. 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.7.1.1
This object specifies the link descriptor identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

componentLinkEncodingType 1.3.6.1.2.1.1.1.7.1.2
This attribute specifies the component link encoding type.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER packet(1), ethernet(2), ansiEtsiPdh(3), sdhItuSonetAnsi(5), digitalWrapper(7), lambda(8), fiber(9), fiberChannel(11)  

componentLinkDescrPriority 1.3.6.1.2.1.1.1.7.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    
  Unsigned32 0..7  

componentLinkMinReservBandwidth 1.3.6.1.2.1.1.1.7.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  

componentLinkMaxReservBandwidth 1.3.6.1.2.1.1.1.7.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.7.1.6
This variable is used to create, modify, and/or delete a row in this table. All read-create objects can only be changed when componentLinkDescrRowStatus is active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

componentLinkDescrStorageType 1.3.6.1.2.1.1.1.7.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.8
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.8.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. 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.8.1.1
This attribute specifies the priority. It should be mapped to a number between 0 and 7.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..8  

componentLinkUnreservedBandwidth 1.3.6.1.2.1.1.1.8.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.8.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.8.1.4
This variable is used to create, modify, and/or delete a row in this table. All read-create objects can only be changed when componentLinkBandwidthRowStatus is active.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

componentLinkBwStorageType 1.3.6.1.2.1.1.1.8.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  

linkBundlingNotifEnable 1.3.6.1.2.1.1.1.9
If this object is true, then it enables the generation of the link bundling 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, OSPF link type, etc.).
Status: current Access: read-write
NOTIFICATION-TYPE    

linkBundlingGroups 1.3.6.1.2.1.1.2.1
OBJECT IDENTIFIER    

linkBundlingCompliances 1.3.6.1.2.1.1.2.2
OBJECT IDENTIFIER    

linkBundlingFullModuleCompliance 1.3.6.1.2.1.1.2.2.1
Compliance statement for agents that support the configuration and monitoring of link bundling MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

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

linkBundlingGroup 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    

teLinkOspfTeGroup 1.3.6.1.2.1.1.2.1.2
Collection of objects needed for the OSPF traffic engineering parameters of TE links.
Status: current Access: read-only
OBJECT-GROUP    

teLinkSrlgGroup 1.3.6.1.2.1.1.2.1.3
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.4
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.5
Collection of objects needed for the monitoring of bandwidth parameters associated with component links.
Status: current Access: read-only
OBJECT-GROUP    

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