TIMETRA-LAG-MIB

File: TIMETRA-LAG-MIB.mib (46334 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB TIMETRA-GLOBAL-MIB TIMETRA-PORT-MIB
TIMETRA-TC-MIB IEEE8023-LAG-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Counter32 Unsigned32 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP TEXTUAL-CONVENTION
RowStatus TruthValue TimeStamp
DisplayString MacAddress InterfaceIndexOrZero
timetraSRMIBModules tmnxSRObjs tmnxSRNotifyPrefix
tmnxSRConfs tmnxPortLagId tmnxPortPortID
TmnxPortID TNamedItemOrEmpty TItemLongDescription
dot3adAggPortEntry

Defined Types

LAGInterfaceNumber  
The unique number identifying a LAG interface. There are maximum 64 LAG interfaces, when the value of TIMETRA-CHASSIS-MIB::tmnxChassisType is '5' (ESS-1/SR-1).
TEXTUAL-CONVENTION    
  INTEGER 1..200  

LAGSubgroup  
This type specifies a LAG subgroup. The value -2 denotes 'auto-iom', whereby the subgroup is defined based on the IOM (i.e. all ports of the same IOM are assigned to the same subgroup). The value -1 denotes 'auto-mda', whereby the subgroup is defined based on the MDA.
TEXTUAL-CONVENTION    
  INTEGER -2 | -1 | 1..8  

TLagConfigEntry  
SEQUENCE    
  tLagIndex LAGInterfaceNumber
  tLagRowStatus RowStatus
  tLagPortThreshold INTEGER
  tLagPortThresholdAction INTEGER
  tLagEnableMarkerGenerator TruthValue
  tLagEnableLACP TruthValue
  tLagDescription TItemLongDescription
  tLagDynamicCosting TruthValue
  tLagLACPMode INTEGER
  tLagLACPAdminKeyAutogen TruthValue
  tLagLACPTransmitInterval INTEGER
  tLagAccessAdaptQos INTEGER
  tLagLACPXmitStdby TruthValue
  tLagLACPSelCrit INTEGER
  tLagLACPSelCritSlaveToPartner TruthValue
  tLagLACPNbrOfSubGroups Unsigned32
  tLagholdTimeDown Unsigned32
  tLagPortType INTEGER
  tLagPerFpIngQueuing TruthValue
  tLagSystemId MacAddress
  tLagSystemPriority INTEGER
  tLagStandbySignaling INTEGER

TLagOperationEntry  
SEQUENCE    
  tLagIfIndex InterfaceIndexOrZero
  tLagConfigLastChange TimeStamp
  tLagPortThresholdFalling Counter32
  tLagPortThresholdRising Counter32
  tLagLACPPrimaryPort TmnxPortID
  tLagPortReasonDownFlags BITS

TLagMemberEntry  
SEQUENCE    
  tLagMemberPortName TNamedItemOrEmpty
  tLagMemberPortIsPrimary TruthValue

TLagPortEntry  
SEQUENCE    
  tLagPortSubgroup LAGSubgroup
  tLagPortActiveStdby INTEGER

Defined Values

timetraLagMIBModule 1.3.6.1.4.1.6527.1.1.3.15
This document is the SNMP MIB module to manage and provision the IEEE 802.3ad Link Aggregation Group operation on Alcatel-Lucent SROS systems. Copyright 2003-2012 Alcatel-Lucent. All rights reserved. Reproduction of this document is authorized on the condition that the foregoing copyright notice is included. This SNMP MIB module (Specification) embodies Alcatel-Lucent's proprietary intellectual property. Alcatel-Lucent retains all title and ownership in the Specification, including any revisions. Alcatel-Lucent grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Alcatel-Lucent products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Alcatel-Lucent makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
MODULE-IDENTITY    

tLagObjects 1.3.6.1.4.1.6527.3.1.2.15
OBJECT IDENTIFIER    

tLagNotifyPrefix 1.3.6.1.4.1.6527.3.1.3.15
OBJECT IDENTIFIER    

tLagNotifications 1.3.6.1.4.1.6527.3.1.3.15.0
OBJECT IDENTIFIER    

tmnxLagConformance 1.3.6.1.4.1.6527.3.1.1.15
OBJECT IDENTIFIER    

tLagNotificationObjects 1.3.6.1.4.1.6527.3.1.2.15.4
OBJECT IDENTIFIER    

tLagConfigTable 1.3.6.1.4.1.6527.3.1.2.15.2
Configuration information about each Link Aggregation Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TLagConfigEntry

tLagConfigEntry 1.3.6.1.4.1.6527.3.1.2.15.2.1
An entry (conceptual row) in the tLagConfigTable. Each entry represents a Link Aggregation Group. Create or destroy rows to add or remove Link Aggregation Groups (LAG). After tLagRowStatus is set to active(1), a corresponding entry is created in IEEE8023-LAG-MIB dot3adAggTable. The corresponding entry in IEEE8023-LAG-MIB dot3adAggTable is removed when tLagRowStatus is set to destroy(6). Use ifAdminStatus to set interface up and down for this LAG entry. Use ifAlias for the interface description.
Status: current Access: not-accessible
OBJECT-TYPE    
  TLagConfigEntry  

tLagIndex 1.3.6.1.4.1.6527.3.1.2.15.2.1.1
the number of the Link Aggregation Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  LAGInterfaceNumber  

tLagRowStatus 1.3.6.1.4.1.6527.3.1.2.15.2.1.2
RowStatus for this entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

tLagPortThreshold 1.3.6.1.4.1.6527.3.1.2.15.2.1.3
tLagPortThreshold is a threshold for tLagPortThresholdAction. When a physical port link state changes and the number of operational physical ports is less than or equal to tLagPortThreshold, tLagPortThresholdAction is invoked: either the LAG is set operationally down, or the protocols operating on the LAG interface are adjusted. When the number of operational physical ports becomes greater than tLagPortThreshold, tLagPortThresholdAction is revoked: either the LAG is set operationally up, or the protocols operating on the LAG interface are adjusted. The value zero means tLagPortThresholdAction is never invoked. To invoke dynamicCost at every physical port state change, set tLagPortThreshold to the total number of physical ports configured to be in the Link Aggregation Group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..31  

tLagPortThresholdAction 1.3.6.1.4.1.6527.3.1.2.15.2.1.4
Port Threshold Action is action to take when the number of operational (link up) physical ports is less than tLagPortThreshold. When a physical port ifOperStatus changes and the number of operational physical ports is less than or equal to tLagPortThreshold: - when set to down(1), the ifOperStatus for the Link Aggregation Group (tLagIfIndex) goes to down(2). - when set to dynamicCost(2), the ifOperStatus stays up(2), but dependent protocols such as OSPF are signaled and will adjust their operation (cost) to match the number of physical ports remaining in the Link Aggregation Group. a tLagDynamicCostOn notification is generated. When a physical port ifOperStatus changes and the number of operational physical ports is greater than tLagPortThreshold: - when set to down(1), the ifOperStatus for the Link Aggregation Group (tLagIfIndex) goes to up(1). - when set to dynamicCost(2), the ifOperStatus stays up(2), but dependent protocols such as OSPF are signaled and will adjust their operation (cost) to be the value as configured. a tLagDynamicCostOff notification is generated. Regardless of the setting of this object, when the number of operational physical ports goes to zero, the Link Aggregation Group's ifOperStatus goes to down.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER down(1), dynamicCost(2)  

tLagEnableMarkerGenerator 1.3.6.1.4.1.6527.3.1.2.15.2.1.5
enables (true(1)) or disables (false(2)) the Marker Generator protocol.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tLagEnableLACP 1.3.6.1.4.1.6527.3.1.2.15.2.1.6
enables (true(1)) or disables (false(2)) the Link Aggregation Control Protocol (LACP). The value of tLagEnableLACP can only be set to 'true(1)' when tLagStandbySignaling is set to 'lacp(1)' and the value of tLagLACPSelCrit is not 'bestPort(3)'.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tLagDescription 1.3.6.1.4.1.6527.3.1.2.15.2.1.7
discription text for the Link Aggregation Group port.
Status: current Access: read-create
OBJECT-TYPE    
  TItemLongDescription  

tLagDynamicCosting 1.3.6.1.4.1.6527.3.1.2.15.2.1.8
When dynamic cost and OSPF autocost are both configured then costing is applied based on the total number of links configured and the cost is advertised inversely proportional to the number of links available at the time, providing the number of links that are up exceeds the configured LAG threshold value at which time the configured threshold action determines if and at what cost this LAG will be advertised.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tLagLACPMode 1.3.6.1.4.1.6527.3.1.2.15.2.1.9
tLagLACPMode represents the mode in which LACP will operate. If the value is set to 'passive', LACP places all member ports of a lag into a passive negotiating state. When this is the case member ports of the lag respond to LACP packets they receive but do not initiate LACP packet negotiation. If the value is set to 'active', LACP places all member ports of a lag in to an active negotiation state. When this occurs the port will initiate LACP negotiation immediately once the port achieves link up state. At least one of the peer lag ports must be configured as active to initiate LACP. The default mode is passive.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER passive(1), active(2)  

tLagLACPAdminKeyAutogen 1.3.6.1.4.1.6527.3.1.2.15.2.1.10
tLagLACPAdminKeyAutogen is set to 'true' if the lag administrative key in the dot3adAggActorAdminKey object was auto generated. tLagLACPAdminKeyAutogen is set to 'false', if the lag administrative key was manually configured.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tLagLACPTransmitInterval 1.3.6.1.4.1.6527.3.1.2.15.2.1.11
tLagLACPTransmitInterval configures the timer interval for periodic transmission of LACP packets. If set to 'slow', LACP packets are transmitted every 30 seconds. If set to 'fast', LACP packets are transmitted every second.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER slow(1), fast(2)  

tLagAccessAdaptQos 1.3.6.1.4.1.6527.3.1.2.15.2.1.12
The value of tLagAccessAdaptQos specifies how the LAG SAP queue and virtual scheduler buffering and rate parameters are adapted over multiple active MDAs. link (1) - The LAG will create the SAP queues and virtual schedulers with the actual parameters on each MDA. distribute (2) - Each MDA will receive a fraction of the SAP and scheduler parameters.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER link(1), distribute(2)  

tLagLACPXmitStdby 1.3.6.1.4.1.6527.3.1.2.15.2.1.13
The value of tLagLACPXmitStdby specifies whether or not LACP messages are transmitted on standby-links.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tLagLACPSelCrit 1.3.6.1.4.1.6527.3.1.2.15.2.1.14
The value of tLagLACPSelCrit specifies which selection criteria should be used to select the active sub-group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER highest-count(1), highest-weight(2), bestPort(3)  

tLagLACPSelCritSlaveToPartner 1.3.6.1.4.1.6527.3.1.2.15.2.1.15
The value of tLagLACPSelCritSlaveToPartner specifies together with tLagLACPSelCrit selection criteria should be used to select the active sub-group. The term 'eligible member' refers to a lag-member link which can potentially become active. This means it is oper up, and not disabled for use by the remote side. The object tLagLACPSelCritSlaveToPartner can be used to control whether ornot this latter condition is taken into account.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tLagLACPNbrOfSubGroups 1.3.6.1.4.1.6527.3.1.2.15.2.1.16
The value of tLagLACPNbrOfSubGroups indicates the number of subgroups configured in this LAG.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

tLagholdTimeDown 1.3.6.1.4.1.6527.3.1.2.15.2.1.17
The value of tLagholdTimeDown specifies the timer in 0.1 second units which controls the delay between detecting that a LAG is down (all active ports are down) and reporting it to the higher levels. The default value for this timer is 0, i.e. the higher levels are informed directly. A non zero value may be configured e.g. when active/standby signalling is used in a 1:1 fashion to avoid that the higher levels are informed during the small time interval between detecting that the LAG is down and the time needed to activate the standby system.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..2000  

tLagPortType 1.3.6.1.4.1.6527.3.1.2.15.2.1.18
The value of tLagPortType specifies the type of ports allowed in this LAG. A value of 'standard (1)' allows all non-HSMDA type ports to be added to this LAG. A value of 'hsmda (2)' limits the LAG members to be HSMDA-v1 ports only. A value of 'hsmdaV2 (3)' limits the LAG members to be HSMDA-v2.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER standard(1), hsmda(2), hsmdaV2(3)  

tLagPerFpIngQueuing 1.3.6.1.4.1.6527.3.1.2.15.2.1.19
The value of tLagPerFpIngQueuing specifies whether a more efficient method of queue allocation for LAG SAPs should be utilized. An 'inconsistentValue' error is returned if this object is set to a different value when there are existing port members in the LAG.
Status: current Access: read-create
OBJECT-TYPE    
  TruthValue  

tLagSystemId 1.3.6.1.4.1.6527.3.1.2.15.2.1.20
The value of the object tLagSystemId specifies A 6-octet MAC address used as a unique identifier for the System that contains this Aggregator. If set to zero, the dot3adAggActorSystemID will be used as identifier.
Status: current Access: read-create
OBJECT-TYPE    
  MacAddress  

tLagSystemPriority 1.3.6.1.4.1.6527.3.1.2.15.2.1.21
The value of the object tLagSystemPriority specifies a 2-octet value indicating the priority value associated with the Actor's System ID. If set to -1, the priority is taken from the object dot3adAggActorSystemPriority
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER -1 | 0..65535  

tLagStandbySignaling 1.3.6.1.4.1.6527.3.1.2.15.2.1.22
The value of tLagStandbySignaling specifies how the state of a member port is signalled to the remote side when the tLagPortActiveStdby corresponding to this member port has the value 'standby'. lacp (1) - The state of this member port is signalled to the other side through the LACP protocol. powerOff (2) - This member port is powered off. The value of tLagStandbySignaling can only be set to 'powerOff(2)' when tLagEnableLACP is set to 'false(2)' and tLagLACPSelCrit is set to 'bestPort(3)'.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER lacp(1), powerOff(2)  

tLagOperationTable 1.3.6.1.4.1.6527.3.1.2.15.3
Operational information about each Link Aggregation Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TLagOperationEntry

tLagOperationEntry 1.3.6.1.4.1.6527.3.1.2.15.3.1
An entry (conceptual row) in the tLagOperationTable. Each entry represents an active Link Aggregation Group.
Status: current Access: not-accessible
OBJECT-TYPE    
  TLagOperationEntry  

tLagIfIndex 1.3.6.1.4.1.6527.3.1.2.15.3.1.1
ifIndex for the Link Aggregation Group. This value is zero when tLagRowStatus is not active(1).
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

tLagConfigLastChange 1.3.6.1.4.1.6527.3.1.2.15.3.1.2
last change timestamp records when any object in tLagConfigTable was set.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

tLagPortThresholdFalling 1.3.6.1.4.1.6527.3.1.2.15.3.1.3
counts the number of linkDown or dynamicCost events for the Link Aggregation Group caused by the number of physical ports being less than or equal to tLagPortThreshold value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tLagPortThresholdRising 1.3.6.1.4.1.6527.3.1.2.15.3.1.4
counts the number of linkUp or dynamicCost events for the Link Aggregation Group caused by the number of physical ports being greater than tLagPortThreshold value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

tLagLACPPrimaryPort 1.3.6.1.4.1.6527.3.1.2.15.3.1.5
tLagLACPPrimaryPort contains the primary port of the LACP. The following two conditions have to be met for the port to become eligible for becoming the primary port: a) Port has to be in either link up or oper up. b) The port must have received at least one LACP PDU. Once the above two conditions have been met, port with a highest priority is chosen as the primary port. If there is a tie, the smallest TmnxPortID will be the primary port.
Status: obsolete Access: read-only
OBJECT-TYPE    
  TmnxPortID  

tLagPortReasonDownFlags 1.3.6.1.4.1.6527.3.1.2.15.3.1.6
The tLagPortReasonDownFlags indicates why a lag port may be in the operationally 'down' state. The following reasons are detected through this object: unknown(0) - Unspecified (or unknown) linklossFwd(1) - A sap using this port has the object 'sapEthernetLLFOperStatus' set to 'fault'
Status: obsolete Access: read-only
OBJECT-TYPE    
  BITS unknown(0), linklossFwd(1)  

tLagMemberTable 1.3.6.1.4.1.6527.3.1.2.15.5
The tLagMemberTable has an entry for each Port that is part of a LAG.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TLagMemberEntry

tLagMemberEntry 1.3.6.1.4.1.6527.3.1.2.15.5.1
Each row entry represents a particular port in a LAG. Entries are automatically created when a Port is provisioned as part of a LAG, i.e. when tmnxPortLagId from TIMETRA-PORT-MIB.mib is changed from its default value of '0'.
Status: current Access: not-accessible
OBJECT-TYPE    
  TLagMemberEntry  

tLagMemberPortName 1.3.6.1.4.1.6527.3.1.2.15.5.1.1
The value of tLagMemberPortName indicates the name of the port that is a member of the LAG used to index into tLagMemberTable. This is a read-only object that is the same as tmnxPortName from TIMETRA-PORT-MIB.mib.
Status: current Access: read-only
OBJECT-TYPE    
  TNamedItemOrEmpty  

tLagMemberPortIsPrimary 1.3.6.1.4.1.6527.3.1.2.15.5.1.2
The value of tLagMemberPortIsPrimary indicates whether the port used to index into tLagMemberTable is the primary port of the LAG used to index into tLagMemberTable.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

tLagPortTable 1.3.6.1.4.1.6527.3.1.2.15.6
The tLagPortTable extends the IEEE8023-LAG-MIB::dot3adAggPortTable with 7x50 specific features.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TLagPortEntry

tLagPortEntry 1.3.6.1.4.1.6527.3.1.2.15.6.1
A list of Link Aggregation Control configuration parameters for each Aggregation Port on this device. The tLagPortTable extends the IEEE8023-LAG-MIB::dot3adAggPortTable with 7x50 specific features.
Status: current Access: not-accessible
OBJECT-TYPE    
  TLagPortEntry  

tLagPortSubgroup 1.3.6.1.4.1.6527.3.1.2.15.6.1.1
The value of tLagPortSubgroup specifies the subgroup to which the port in this LAG is assigned.
Status: current Access: read-write
OBJECT-TYPE    
  LAGSubgroup  

tLagPortActiveStdby 1.3.6.1.4.1.6527.3.1.2.15.6.1.2
The value of tLagPortActiveStdby indicates active standby state of this port in the LAG.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER active(1), stand-by(2)  

tLagNotifyPortAddFailReason 1.3.6.1.4.1.6527.3.1.2.15.4.1
tLagNotifyPortAddFailReason is used by the tLagPortAddFailed notification to indicate the reason why a port could not be added to a lag.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER unknown(0), adminkey-mismatch(1), sysid-mismatch(2), lacp-passive-both-ends(3), link-down(4)  

tLagNotifySubGroupSelected 1.3.6.1.4.1.6527.3.1.2.15.4.2
The value of tLagNotifySubGroupSelected is a printable character string which contains information about the result of the selection algorithm.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

tLagNotifyAdditionalInfo 1.3.6.1.4.1.6527.3.1.2.15.4.3
The value of tLagNotifyAdditionalInfo is a printable character string which contains information about the reason why the notification was generated.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  DisplayString  

tLagNotifyStateChangedReason 1.3.6.1.4.1.6527.3.1.2.15.4.4
The value of tLagNotifyStateChangedReason indicates the reason why a the state of a lag changed.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER partner-oper-state-changed(1), lacp-expired(2), lacp-rx-state-machine(3), efm-oam-state-changed(4), dot1ag-state-changed(5)  

tLagDynamicCostOn 1.3.6.1.4.1.6527.3.1.3.15.0.1
the number of phyical ports in the Link Aggregation Group is less than or equal to tLagPortThreshold value.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tLagDynamicCostOff 1.3.6.1.4.1.6527.3.1.3.15.0.2
the number of phyical ports in the Link Aggregation Group is greater than tLagPortThreshold value.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tLagPortAddFailed 1.3.6.1.4.1.6527.3.1.3.15.0.3
tLagPortAddFailed notification is generated when a port could not be added to the lag. tLagNotifyPortAddFailReason contains the reason for failure.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tLagSubGroupSelected 1.3.6.1.4.1.6527.3.1.3.15.0.4
The tLagSubGroupSelected notification is sent when the selection algorithm selects a different sub-group.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tLagPortAddFailureCleared 1.3.6.1.4.1.6527.3.1.3.15.0.5
tLagPortAddFailureCleared notification is generated when the failure, reported by tLagPortAddFailed, has been resolved.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tLagStateEvent 1.3.6.1.4.1.6527.3.1.3.15.0.6
tLagStateEvent notification is generated when an event occurs that might influence the lag state.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tLagMemberStateEvent 1.3.6.1.4.1.6527.3.1.3.15.0.7
tLagMemberStateEvent notification is generated when an event occurs on this member that might influence the lag state.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

tmnxLagCompliances 1.3.6.1.4.1.6527.3.1.1.15.1
OBJECT IDENTIFIER    

tmnxLagGroups 1.3.6.1.4.1.6527.3.1.1.15.2
OBJECT IDENTIFIER    

tmnxLagV4v0Compliance 1.3.6.1.4.1.6527.3.1.1.15.1.3
The compliance statement for management of extended LAG capabilities on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxLagV5v0Compliance 1.3.6.1.4.1.6527.3.1.1.15.1.4
The compliance statement for management of extended LAG capabilities on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxLagV6v0Compliance 1.3.6.1.4.1.6527.3.1.1.15.1.5
The compliance statement for management of extended LAG capabilities on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxLagV6v1Compliance 1.3.6.1.4.1.6527.3.1.1.15.1.6
The compliance statement for management of extended LAG capabilities on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxLagV7v0Compliance 1.3.6.1.4.1.6527.3.1.1.15.1.7
The compliance statement for management of extended LAG capabilities on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxLagV8v0Compliance 1.3.6.1.4.1.6527.3.1.1.15.1.8
The compliance statement for management of extended LAG capabilities on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxLagV9v0Compliance 1.3.6.1.4.1.6527.3.1.1.15.1.9
The compliance statement for management of extended LAG capabilities on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxLagV10v0Compliance 1.3.6.1.4.1.6527.3.1.1.15.1.10
The compliance statement for management of extended LAG capabilities on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

tmnxLagNotifyObjsGroup 1.3.6.1.4.1.6527.3.1.1.15.2.2
The group of objects supporting LAG notifications on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagNotificationsGroup 1.3.6.1.4.1.6527.3.1.1.15.2.3
the group of notifications providing for management of Link Aggregation Group operation.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-GROUP    

tmnxLagInstanceV4v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.5
The group of objects supporting management of Link Aggregation (LAG) on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxObsoletedObjectsV4v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.6
The group of objects that have been obsoleted in release 4.0 on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagInstanceV5v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.7
The group of objects supporting management of Link Aggregation (LAG) on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagV5v0NotifGroup 1.3.6.1.4.1.6527.3.1.1.15.2.8
the group of notifications providing for management of Link Aggregation Group operation in version 5.0 of the Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
NOTIFICATION-GROUP    

tmnxLagNotifyObjsV5v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.9
The group of objects supporting LAG notifications on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagHsmdaV6v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.10
The group of objects supporting management of Link Aggregation (LAG) with the HSMDA MDA on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagInstanceV6v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.11
The group of objects supporting management of Link Aggregation (LAG) on Alcatel-Lucent SROS series systems.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagV6v0NotifGroup 1.3.6.1.4.1.6527.3.1.1.15.2.12
the group of notifications providing for management of Link Aggregation Group operation in version 6.0 of the Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP    

tmnxLagV7v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.13
The group of objects supporting management of Link Aggregation (LAG) on Alcatel-Lucent SROS series systems in 7.0 release.
Status: obsolete Access: accessible-for-notify
OBJECT-GROUP    

tmnxObsoletedObjectsV7v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.14
The group of objects that have been obsoleted in release 7.0 on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagInstanceV7v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.15
The group of objects supporting management of Link Aggregation (LAG) on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagV8v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.16
The group of objects supporting management of Link Aggregation (LAG) on Alcatel-Lucent SROS series systems in 8.0 release.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagInstanceV9v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.17
The group of objects supporting management of Link Aggregation (LAG) that were added in release 9.0 of the Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagNotifyObjsV10v0Group 1.3.6.1.4.1.6527.3.1.1.15.2.18
The group of objects supporting LAG notifications on Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

tmnxLagV10v0NotifGroup 1.3.6.1.4.1.6527.3.1.1.15.2.19
the group of notifications providing for management of Link Aggregation Group operation since version 10.0 of the Alcatel-Lucent SROS series systems.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP