TN-LAG-MIB: View SNMP OID List / Download MIB

VENDOR: NOKIA


 Home MIB: TN-LAG-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 tnLagMIBModule 1.3.6.1.4.1.7483.5.1.3.15
This document is the SNMP MIB module to manage and provision the IEEE 802.3ad Link Aggregation Group operation on Nokia 7x50 systems. Copyright 2003-2009 Nokia. 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 Nokia's proprietary intellectual property. Nokia retains all title and ownership in the Specification, including any revisions. Nokia grants all interested parties a non-exclusive license to use and distribute an unmodified copy of this Specification in connection with management of Nokia products, and without fee, provided this copyright notice and license appear on all copies. This Specification is supplied 'as is', and Nokia makes no warranty, either express or implied, as to the use, operation, condition, or performance of the Specification.
 tnLagObjects 1.3.6.1.4.1.7483.6.1.2.15
       tnLagConfigTable 1.3.6.1.4.1.7483.6.1.2.15.2 no-access
Configuration information about each Link Aggregation Group.
           tnLagConfigEntry 1.3.6.1.4.1.7483.6.1.2.15.2.1 no-access
An entry (conceptual row) in the tnLagConfigTable. Each entry represents a Link Aggregation Group. Create or destroy rows to add or remove Link Aggregation Groups (LAG). After tnLagRowStatus 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 tnLagRowStatus is set to destroy(6). Use ifAdminStatus to set interface up and down for this LAG entry. Use ifAlias for the interface description.
               tnLagIndex 1.3.6.1.4.1.7483.6.1.2.15.2.1.1 laginterfacenumber no-access
the number of the Link Aggregation Group.
               tnLagRowStatus 1.3.6.1.4.1.7483.6.1.2.15.2.1.2 rowstatus read-only
RowStatus for this entry.
               tnLagPortThreshold 1.3.6.1.4.1.7483.6.1.2.15.2.1.3 integer read-only
tnLagPortThreshold is a threshold for tnLagPortThresholdAction. When a physical port link state changes and the number of operational physical ports is less than or equal to tnLagPortThreshold, tnLagPortThresholdAction 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 tnLagPortThreshold, tnLagPortThresholdAction is revoked: either the LAG is set operationally up, or the protocols operating on the LAG interface are adjusted. The value zero means tnLagPortThresholdAction is never invoked. To invoke dynamicCost at every physical port state change, set tnLagPortThreshold to the total number of physical ports configured to be in the Link Aggregation Group.
               tnLagPortThresholdAction 1.3.6.1.4.1.7483.6.1.2.15.2.1.4 integer read-only
Port Threshold Action is action to take when the number of operational (link up) physical ports is less than tnLagPortThreshold. When a physical port ifOperStatus changes and the number of operational physical ports is less than or equal to tnLagPortThreshold: - when set to down(1), the ifOperStatus for the Link Aggregation Group (tnLagIfIndex) 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 tnLagDynamicCostOn notification is generated. When a physical port ifOperStatus changes and the number of operational physical ports is greater than tnLagPortThreshold: - when set to down(1), the ifOperStatus for the Link Aggregation Group (tnLagIfIndex) 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 tnLagDynamicCostOff 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. Enumeration: 'down': 1, 'dynamicCost': 2.
               tnLagEnableMarkerGenerator 1.3.6.1.4.1.7483.6.1.2.15.2.1.5 truthvalue read-only
enables (true(1)) or disables (false(2)) the Marker Generator protocol.
               tnLagEnableLACP 1.3.6.1.4.1.7483.6.1.2.15.2.1.6 truthvalue read-only
enables (true(1)) or disables (false(2)) the Link Aggregation Control Protocol (LACP).
               tnLagDescription 1.3.6.1.4.1.7483.6.1.2.15.2.1.7 titemlongdescription read-only
discription text for the Link Aggregation Group port.
               tnLagDynamicCosting 1.3.6.1.4.1.7483.6.1.2.15.2.1.8 truthvalue read-only
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.
               tnLagLACPMode 1.3.6.1.4.1.7483.6.1.2.15.2.1.9 integer read-only
tnLagLACPMode 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. Enumeration: 'passive': 1, 'active': 2.
               tnLagLACPAdminKeyAutogen 1.3.6.1.4.1.7483.6.1.2.15.2.1.10 truthvalue read-only
tnLagLACPAdminKeyAutogen is set to 'true' if the lag administrative key in the dot3adAggActorAdminKey object was auto generated. tnLagLACPAdminKeyAutogen is set to 'false', if the lag administrative key was manually configured.
               tnLagLACPTransmitInterval 1.3.6.1.4.1.7483.6.1.2.15.2.1.11 integer read-only
tnLagLACPTransmitInterval 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. Enumeration: 'slow': 1, 'fast': 2.
               tnLagAccessAdaptQos 1.3.6.1.4.1.7483.6.1.2.15.2.1.12 integer read-only
The value of tnLagAccessAdaptQos 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. Enumeration: 'distribute': 2, 'link': 1.
               tnLagLACPXmitStdby 1.3.6.1.4.1.7483.6.1.2.15.2.1.13 truthvalue read-only
The value of tnLagLACPXmitStdby specifies whether or not LACP messages are transmitted on standby-links.
               tnLagLACPSelCrit 1.3.6.1.4.1.7483.6.1.2.15.2.1.14 integer read-only
The value of tnLagLACPSelCrit specifies which selection criteria should be used to select the active sub-group. Enumeration: 'highest-weight': 2, 'highest-count': 1.
               tnLagLACPSelCritSlaveToPartner 1.3.6.1.4.1.7483.6.1.2.15.2.1.15 truthvalue read-only
The value of tnLagLACPSelCritSlaveToPartner specifies together with tnLagLACPSelCrit 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 tnLagLACPSelCritSlaveToPartner can be used to control whether ornot this latter condition is taken into account.
               tnLagLACPNbrOfSubGroups 1.3.6.1.4.1.7483.6.1.2.15.2.1.16 unsigned32 read-only
The value of tnLagLACPNbrOfSubGroups indicates the number of subgroups configured in this LAG.
               tnLagholdTimeDown 1.3.6.1.4.1.7483.6.1.2.15.2.1.17 unsigned32 read-only
The value of tnLagholdTimeDown 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.
               tnLagPortType 1.3.6.1.4.1.7483.6.1.2.15.2.1.18 integer read-only
The value of tnLagPortType 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 ports only. Enumeration: 'hsmda': 2, 'standard': 1.
               tnLagPerFpIngQueuing 1.3.6.1.4.1.7483.6.1.2.15.2.1.19 truthvalue read-only
The value of tnLagPerFpIngQueuing 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.
       tnLagOperationTable 1.3.6.1.4.1.7483.6.1.2.15.3 no-access
Operational information about each Link Aggregation Group.
           tnLagOperationEntry 1.3.6.1.4.1.7483.6.1.2.15.3.1 no-access
An entry (conceptual row) in the tnLagOperationTable. Each entry represents an active Link Aggregation Group.
               tnLagIfIndex 1.3.6.1.4.1.7483.6.1.2.15.3.1.1 interfaceindexorzero read-only
ifIndex for the Link Aggregation Group. This value is zero when tnLagRowStatus is not active(1).
               tnLagConfigLastChange 1.3.6.1.4.1.7483.6.1.2.15.3.1.2 timestamp read-only
last change timestamp records when any object in tnLagConfigTable was set.
               tnLagPortThresholdFalling 1.3.6.1.4.1.7483.6.1.2.15.3.1.3 counter32 read-only
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 tnLagPortThreshold value.
               tnLagPortThresholdRising 1.3.6.1.4.1.7483.6.1.2.15.3.1.4 counter32 read-only
counts the number of linkUp or dynamicCost events for the Link Aggregation Group caused by the number of physical ports being greater than tnLagPortThreshold value.
       tnLagScalar1 1.3.6.1.4.1.7483.6.1.2.15.4 unsigned32 read-only
A dummy scalar that satisfies a SNMP get request quickly when there is no 11QPE24 card provisioned. Otherwise, it has to traverse the remaining 11QPE24 MIB to get to the next applicable item.
       tnLagMemberTable 1.3.6.1.4.1.7483.6.1.2.15.5 no-access
The tnLagMemberTable has an entry for each Port that is part of a LAG.
           tnLagMemberEntry 1.3.6.1.4.1.7483.6.1.2.15.5.1 no-access
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 tnPortLagId from TIMETRA-PORT-MIB.mib is changed from its default value of '0'.
               tnLagMemberPortName 1.3.6.1.4.1.7483.6.1.2.15.5.1.1 tnameditemorempty read-only
The value of tnLagMemberPortName indicates the name of the port that is a member of the LAG used to index into tnLagMemberTable. This is a read-only object that is the same as tnPortName from TIMETRA-PORT-MIB.mib.
               tnLagMemberPortIsPrimary 1.3.6.1.4.1.7483.6.1.2.15.5.1.2 truthvalue read-only
The value of tnLagMemberPortIsPrimary indicates whether the port used to index into tnLagMemberTable is the primary port of the LAG used to index into tnLagMemberTable.
       tnLagPortTable 1.3.6.1.4.1.7483.6.1.2.15.6 no-access
The tnLagPortTable extends the IEEE8023-LAG-MIB::dot3adAggPortTable with 7x50 specific features.
           tnLagPortEntry 1.3.6.1.4.1.7483.6.1.2.15.6.1 no-access
A list of Link Aggregation Control configuration parameters for each Aggregation Port on this device. The tnLagPortTable extends the IEEE8023-LAG-MIB::dot3adAggPortTable with 7x50 specific features.
               tnLagPortSubgroup 1.3.6.1.4.1.7483.6.1.2.15.6.1.1 lagsubgroup read-write
The value of tnLagPortSubgroup specifies the subgroup to which the port in this LAG is assigned.
               tnLagPortActiveStdby 1.3.6.1.4.1.7483.6.1.2.15.6.1.2 integer read-only
The value of tnLagPortActiveStdby indicates active standby state of this port in the LAG. Enumeration: 'active': 1, 'stand-by': 2.
       tnLagConfigXTable 1.3.6.1.4.1.7483.6.1.2.15.7 no-access
Extension information about each Link Aggregation Group.
           tnLagConfigXEntry 1.3.6.1.4.1.7483.6.1.2.15.7.1 no-access
An entry (conceptual row) in the tnLagConfigXTable. Each entry represents an active Link Aggregation Group.
               tnLagConfigXIngressAvailBandwidth 1.3.6.1.4.1.7483.6.1.2.15.7.1.1 unsigned32 read-only
Indicate the remaining Ingress Bandwidth of the LAG.
               tnLagConfigXEgressAvailBandwidth 1.3.6.1.4.1.7483.6.1.2.15.7.1.2 unsigned32 read-only
Indicate the remaining Egress Bandwidth of the LAG.
               tnLagConfigXMaxPortSize 1.3.6.1.4.1.7483.6.1.2.15.7.1.3 integer32 read-only
Indicate the number of aggregated port.Allow to set the size of the LAG.
               tnLagConfigXNumSelectedPorts 1.3.6.1.4.1.7483.6.1.2.15.7.1.4 unsigned32 read-only
indicate the number of selected ports for the LAG.
               tnLagConfigXNumAttachedPorts 1.3.6.1.4.1.7483.6.1.2.15.7.1.5 unsigned32 read-only
indicate the number of attached ports for the LAG.
               tnLagConfigXPrimaryPort 1.3.6.1.4.1.7483.6.1.2.15.7.1.6 interfaceindex read-only
Specify the primary port for the LAG group.
               tnLagAdminState 1.3.6.1.4.1.7483.6.1.2.15.7.1.7 integer read-write
. Enumeration: 'down': 2, 'testing': 3, 'up': 1.
               tnLagLPTConsequenceAction 1.3.6.1.4.1.7483.6.1.2.15.7.1.8 integer read-only
Indicates the Lag LPT ConsequenceAction. Enumeration: 'allShutDown': 3, 'oneShutDown': 2, 'noAction': 1.
               tnLagLosProp 1.3.6.1.4.1.7483.6.1.2.15.7.1.9 integer read-only
The LOS propagation. Enumeration: 'laserOff': 2, 'laserOn': 1.
               tnLagTPID 1.3.6.1.4.1.7483.6.1.2.15.7.1.10 integer read-only
The TPID for the LagGroup. Enumeration: 'qinqtpid3': 3, 'qinqtpid2': 2, 'qinqtpid1': 1, 'qinqtpid4': 4.
               tnLagMtu 1.3.6.1.4.1.7483.6.1.2.15.7.1.11 integer32 read-only
The size of the largest packet which can be sent/received on the interface, specified in octets. For interfaces that are used for transmitting network datagrams, this is the size of the largest network datagram that can be sent on the interface.
               tnLagSpeed 1.3.6.1.4.1.7483.6.1.2.15.7.1.12 gauge32 read-only
.
       tnLagCommandTable 1.3.6.1.4.1.7483.6.1.2.15.20 no-access
The tnLagCommandTable consists of one-shot action commands that force or clear active standby state on LAG subgroups.
             tnLagCommandEntry 1.3.6.1.4.1.7483.6.1.2.15.20.1 no-access
The tnLagCommandEntry contains the commands available to execute on an existing LAG. Rows in this table are created and destroyed by the system
                 tnLagSubgroup 1.3.6.1.4.1.7483.6.1.2.15.20.1.1 lagsubgroup no-access
The value of tnLagSubgroup specifies the subgroup on which the command is executed.
                 tnLagCommand 1.3.6.1.4.1.7483.6.1.2.15.20.1.2 integer read-write
The value of tnLagCommand specifies the command. Enumeration: 'noCmd': 0, 'force': 2, 'clearForce': 1.
                 tnLagCommandActiveStdby 1.3.6.1.4.1.7483.6.1.2.15.20.1.3 integer read-write
The value of tnLagCommandActiveStdby indicates active standby state the subgroup is forced to be. This parameter is not required for clearForce command. Enumeration: 'active': 1, 'standby': 2.
                 tnLagCommandAllMc 1.3.6.1.4.1.7483.6.1.2.15.20.1.4 truthvalue read-write
If tnLagCommandAllMc is 'true', all MC-LAGs are forced to switch or clear.
                 tnLagCommandMcPeerIpType 1.3.6.1.4.1.7483.6.1.2.15.20.1.5 inetaddresstype read-write
The value of tnLagCommandMcPeerIpType specifies the address type of tnLagCommandMcPeerIpAddr.
                 tnLagCommandMcPeerIpAddr 1.3.6.1.4.1.7483.6.1.2.15.20.1.6 inetaddress read-write
The value of tnLagCommandMcPeerIpAddr specifies the address of the MC-LAG peer that is forced to switch or clear.
       tnLagScalar2 1.3.6.1.4.1.7483.6.1.2.15.101 unsigned32 read-only
A dummy scalar that satisfies a SNMP get request quickly when there is no 11QPE24 card provisioned. Otherwise, it has to traverse the remaining 11QPE24 MIB to get to the next applicable item.
       tnLagScalar3 1.3.6.1.4.1.7483.6.1.2.15.102 unsigned32 read-only
 tnLagNotifyPrefix 1.3.6.1.4.1.7483.6.1.3.15
       tnLagNotifications 1.3.6.1.4.1.7483.6.1.3.15.0
           tnLagDynamicCostOn 1.3.6.1.4.1.7483.6.1.3.15.0.1
the number of phyical ports in the Link Aggregation Group is less than or equal to tnLagPortThreshold value.
           tnLagDynamicCostOff 1.3.6.1.4.1.7483.6.1.3.15.0.2
the number of phyical ports in the Link Aggregation Group is greater than tnLagPortThreshold value.