WWP-LEOS-EXT-LAG-MIB: View SNMP OID List / Download MIB

VENDOR: WORLD WIDE PACKETS


 Home MIB: WWP-LEOS-EXT-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
 wwpLeosExtLagMIB 1.3.6.1.4.1.6141.2.60.14
This MIB module is an extension to the IEEE8023-LAG-mib. This MIB defines the managed objects for the creation and deletion of Aggregators.
       wwpLeosExtLagMIBObjects 1.3.6.1.4.1.6141.2.60.14.1
           wwpLeosExtLag 1.3.6.1.4.1.6141.2.60.14.1.1
               wwpLeosMaxLags 1.3.6.1.4.1.6141.2.60.14.1.1.1 unsigned32 read-only
The maximum number of aggregators that this device supports.
               wwpLeosNumLags 1.3.6.1.4.1.6141.2.60.14.1.1.2 unsigned32 read-only
The current number of LAGs that are configured in this device.
               wwpLeosExtLagTable 1.3.6.1.4.1.6141.2.60.14.1.1.3 no-access
The (conceptual) table listing all the aggregators.
                   wwpLeosExtLagEntry 1.3.6.1.4.1.6141.2.60.14.1.1.3.1 no-access
An entry (conceptual row) in the wwpLeosExtLagTable.
                       wwpLeosExtAggId 1.3.6.1.4.1.6141.2.60.14.1.1.3.1.1 integer32 read-only
Object which specifies a unique entry in the wwpLeosExtLagTable. A management station wishing to create a LAG should use a pseudo-random value for this object when creating an instance of a wwpLeosExtLagEntry.
                       wwpLeosExtAggName 1.3.6.1.4.1.6141.2.60.14.1.1.3.1.2 displaystring read-only
The name assigned to this Lag by the Management station. This object can only be set while creating LAG. It is not allowed to rename the LAG name once it is created.
                       wwpLeosExtAggIndex 1.3.6.1.4.1.6141.2.60.14.1.1.3.1.3 integer32 read-only
The unique identifier allocated to this Aggregator by the local System. This attribute identifies an Aggregator instance among the subordinate managed objects of the containing object. This value is read-only. This object refer to the dot3adAggIndex in the IEEE-8023-LAG-MIB.
                       wwpLeosExtAggStatus 1.3.6.1.4.1.6141.2.60.14.1.1.3.1.4 rowstatus read-only
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'. To disable the aggregator, a management should set this object to 'notInService'.
                       wwpLeosExtAggMode 1.3.6.1.4.1.6141.2.60.14.1.1.3.1.5 integer read-write
This object specifies the mode in which given aggregation is operating. Enumeration: 'lacp': 1, 'manual': 2.
                       wwpLeosExtLagProtectionRevertState 1.3.6.1.4.1.6141.2.60.14.1.1.3.1.6 integer read-write
This object specifies that if the primary port goes from operationally disabled to operationally enabled it shall become active, and one of the secondary ports shall become backup if this MIB object is set to 'on' and the wwpLeosLagProtectionRevertTimer timer expires. Enumeration: 'on': 1, 'off': 2.
                       wwpLeosExtLagProtectionRevertTimer 1.3.6.1.4.1.6141.2.60.14.1.1.3.1.7 integer read-write
This object specifies the revert protection timer value.
                       wwpLeosExtAggHashMode 1.3.6.1.4.1.6141.2.60.14.1.1.3.1.8 integer read-write
This object specifies the hash mode used by the aggregation for known unicast frames. Enumeration: 'mac-based': 1, 'ip-based': 2, 'enhanced': 3.
                       wwpLeosExtLagProtectionMode 1.3.6.1.4.1.6141.2.60.14.1.1.3.1.9 integer read-write
This object specifies the LACP protection-mode in which given aggregation is operating. Enumeration: 'proprietary': 1, 'standard': 2.
               wwpLeosLagModeTable 1.3.6.1.4.1.6141.2.60.14.1.1.4 no-access
The (conceptual) table listing the modes of aggregation on each port.
                   wwpLeosLagModeEntry 1.3.6.1.4.1.6141.2.60.14.1.1.4.1 no-access
An entry (conceptual row) in the wwpLeosLagModeTable.
                       wwpLeosLagPhyPortId 1.3.6.1.4.1.6141.2.60.14.1.1.4.1.1 integer read-only
This object specifies the physical port number. It is also used as index in the table.
                       wwpLeosLagAdminMode 1.3.6.1.4.1.6141.2.60.14.1.1.4.1.2 integer read-write
This object specifies the administrative mode in which given port is operating. Enumeration: 'lacp': 1, 'manual': 2.
                       wwpLeosLagOperMode 1.3.6.1.4.1.6141.2.60.14.1.1.4.1.3 integer read-only
This object specifies the operation mode in which given port is operating. Enumeration: 'lacp': 1, 'manual': 2.
               wwpLeosLagProtectionTable 1.3.6.1.4.1.6141.2.60.14.1.1.5 no-access
The (conceptual) table listing the protection ports for each aggregation.
                   wwpLeosLagProtectionEntry 1.3.6.1.4.1.6141.2.60.14.1.1.5.1 no-access
An entry (conceptual row) in the wwpLeosLagProtectionTable.
                       wwpLeosLagProtectionPort 1.3.6.1.4.1.6141.2.60.14.1.1.5.1.1 integer read-only
This object specifies the protection port number. It is also used as index in the table.
                       wwpLeosLagProtectionRowStatus 1.3.6.1.4.1.6141.2.60.14.1.1.5.1.2 rowstatus read-only
Used to manage the creation and deletion of the conceptual rows in this table. To create a row in this table, a manager must set this object to 'createAndGo'. To delete entry set this object to 'destroy'.
               wwpLeosExtAggFloodHashMode 1.3.6.1.4.1.6141.2.60.14.1.1.6 integer read-write
This object specifies the aggregation hash mode used by unknown unicast, multicast and broadcast frames for all aggregation ports in the system. Enumeration: 'simplified': 1, 'enhanced': 2.
       wwpLeosExtLagMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.14.2
           wwpLeosExtLagMIBNotifications 1.3.6.1.4.1.6141.2.60.14.2.0
       wwpLeosExtLagMIBConformance 1.3.6.1.4.1.6141.2.60.14.3
           wwpLeosExtLagMIBCompliances 1.3.6.1.4.1.6141.2.60.14.3.1
           wwpLeosExtLagMIBGroups 1.3.6.1.4.1.6141.2.60.14.3.2