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

VENDOR: TRANSITION ENGINEERING INC.


 Home MIB: TN-LACP-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
 tnLacpMib 1.3.6.1.4.1.868.2.5.35
The mib module for DHCP settings.
       tnLacpConfigPortTable 1.3.6.1.4.1.868.2.5.35.1 no-access
This is a table of the LACP port configurations
           tnLacpConfigPortEntry 1.3.6.1.4.1.868.2.5.35.1.1 no-access
Each port has a set of parameters
               tnLacpConfigPortInterfaceNo 1.3.6.1.4.1.868.2.5.35.1.1.1 tninterfaceindex no-access
Logical interface number.
               tnLacpConfigPortDot3adAggrActorAdminMode 1.3.6.1.4.1.868.2.5.35.1.1.2 integer read-write
Control whether port is LACP enabled(1) or disabled(0). Enumeration: 'disabled': 0, 'enabled': 1.
               tnLacpConfigPortDot3adAggrActorKeyMode 1.3.6.1.4.1.868.2.5.35.1.1.3 integer read-only
The Auto setting will set the key as appropriate by the physical link speed, 10Mb = 1, 100Mb = 2, 1Gb = 3. Using the Specific setting, a user-defined value can be entered. Ports with the same Key value can participate in the same aggregation group, while ports with different keys cannot. Enumeration: 'specific': 1, 'auto': 0.
               tnLacpConfigPortDot3adAggrActorAdminKey 1.3.6.1.4.1.868.2.5.35.1.1.4 unsigned32 read-write
The current administrative value of the Key for the Aggregator. The administrative Key value may differ from the operational Key value for the reasons discussed in 43.6.2. This is a 16-bit, read-write value. The meaning of particular Key values is of local significance
               tnLacpConfigPortDot3adAggrRole 1.3.6.1.4.1.868.2.5.35.1.1.5 integer read-write
The Role shows the LACP activity status. The Active(true) will transmit LACP packets each second, while Passive(false) will wait for a LACP packet from a partner Enumeration: 'passive': 0, 'active': 1.
               tnLacpConfigPortDot3adAggrTimeout 1.3.6.1.4.1.868.2.5.35.1.1.6 integer read-write
The Timeout controls the period between BPDU transmissions. Fast(true) will transmit LACP packets each second, while Slow(0) will wait for 30 seconds before sending a LACP packet. Enumeration: 'slow': 0, 'fast': 1.
               tnLacpConfigPortDot3adAggrPortPriority 1.3.6.1.4.1.868.2.5.35.1.1.7 unsigned32 read-write
The Port Priority controls the priority of the port. If the LACP partner wants to form a larger group than is supported by this device then this parameter will control which ports will be active and which ports will be in a backup role. Lower number means greater priority.
       tnLacpStatusSystemTable 1.3.6.1.4.1.868.2.5.35.2 no-access
This is a table of the LACP system status
           tnLacpStatusSystemEntry 1.3.6.1.4.1.868.2.5.35.2.1 no-access
Each lag has a set of parameters
               tnLacpStatusSystemDot3adAggrID 1.3.6.1.4.1.868.2.5.35.2.1.1 displaystring read-only
The aggregation ID for a particular link aggregation group.
               tnLacpStatusSystemDot3adAggrPartnerSystemID 1.3.6.1.4.1.868.2.5.35.2.1.2 macaddress read-only
The system ID (MAC address) of the aggregation partner.
               tnLacpStatusSystemDot3adAggrPartnerOperKey 1.3.6.1.4.1.868.2.5.35.2.1.3 tnunsigned16 read-only
The Key that the partner has assigned to this aggregation ID.
               tnLacpStatusSystemDot3adAggrPartnerOperSystemPriority 1.3.6.1.4.1.868.2.5.35.2.1.4 tnunsigned16 read-only
A 2-octet read-only value indicating the operational value of priority associated with the Partner's System ID. The value of this attribute may contain the manually configured value carried in aAggPortPartnerAdminSystemPriority if there is no protocol Partner.
               tnLacpStatusSystemDot3adAggrPartnerStateLastChanged 1.3.6.1.4.1.868.2.5.35.2.1.5 unsigned32 read-only
The time in second since this aggregation changed
               tnLacpStatusSystemDot3adAggrLocalPorts 1.3.6.1.4.1.868.2.5.35.2.1.6 portlist read-only
Local port list
       tnLacpStatusPortTable 1.3.6.1.4.1.868.2.5.35.3 no-access
This is a table of the LACP port status
           tnLacpStatusPortEntry 1.3.6.1.4.1.868.2.5.35.3.1 no-access
Each port has a set of parameters
               tnLacpStatusPortInterfaceNo 1.3.6.1.4.1.868.2.5.35.3.1.1 tninterfaceindex no-access
Logical interface number.
               tnLacpStatusPortDot3adAggrActorAdminMode 1.3.6.1.4.1.868.2.5.35.3.1.2 integer read-only
Shows the current Admin mode of port, if LACP enabled then returns true else returns false. Enumeration: 'yes': 1, 'no': 0.
               tnLacpStatusPortDot3adAggrActorAdminKey 1.3.6.1.4.1.868.2.5.35.3.1.3 integer read-only
Shows the current administrative value of the Key for the Aggregator. The administrative Key value may differ from the operational Key value for the reasons discussed in 43.6.2. This is a 16-bit, read-write value. The meaning of particular Key values is of local significance
               tnLacpStatusPortDot3adAggrActorID 1.3.6.1.4.1.868.2.5.35.3.1.4 displaystring read-only
The Aggregation ID assigned to this aggregation group.
               tnLacpStatusPortDot3adAggrPartnerSystemID 1.3.6.1.4.1.868.2.5.35.3.1.5 macaddress read-only
The system ID (MAC address) of the aggregation partner.
               tnLacpStatusPortDot3adAggrPartnerOperPortIndex 1.3.6.1.4.1.868.2.5.35.3.1.6 integer read-only
Shows the port index of the partner port connected to this port.
               tnLacpStatusPortDot3adAggrPartnerOperPortPriority 1.3.6.1.4.1.868.2.5.35.3.1.7 tnunsigned16 read-only
Shows the port priority of the port partner port connected to this port.
       tnLacpStatisticsPortTable 1.3.6.1.4.1.868.2.5.35.4 no-access
This is a table of the LACP port statistics
           tnLacpStatisticsPortEntry 1.3.6.1.4.1.868.2.5.35.4.1 no-access
Each port has a set of parameters
               tnLacpStatisticsPortInterfaceNo 1.3.6.1.4.1.868.2.5.35.4.1.1 tninterfaceindex no-access
Logical interface number.
               tnLacpStatisticsPortDot3adAggrRxFrames 1.3.6.1.4.1.868.2.5.35.4.1.2 unsigned32 read-only
Shows received LACP frame count.
               tnLacpStatisticsPortDot3adAggrTxFrames 1.3.6.1.4.1.868.2.5.35.4.1.3 unsigned32 read-only
Shows transmitted LACP frame count.
               tnLacpStatisticsPortDot3adAggrRxUnknownFrames 1.3.6.1.4.1.868.2.5.35.4.1.4 unsigned32 read-only
Shows recevied unknown LACP frame count.
               tnLacpStatisticsPortDot3adAggrRxIllegalFrames 1.3.6.1.4.1.868.2.5.35.4.1.5 unsigned32 read-only
Shows recevied illegal LACP frame count.