WWP-LEOS-FILTER-MIB: View SNMP OID List / Download MIB

VENDOR: WORLD WIDE PACKETS


 Home MIB: WWP-LEOS-FILTER-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
 wwpLeosFilterMIB 1.3.6.1.4.1.6141.2.60.15
This MIB module defines the mgmt objects to support the protocol filtering on the WWP products.
       wwpLeosFilterMIBObjects 1.3.6.1.4.1.6141.2.60.15.1
           wwpLeosFilter 1.3.6.1.4.1.6141.2.60.15.1.1
               wwpLeosFilterResources 1.3.6.1.4.1.6141.2.60.15.1.1.1
                   wwpLeosFilterMaxHardwareResources 1.3.6.1.4.1.6141.2.60.15.1.1.1.1 unsigned32 read-only
Specifies the maximum number of protocol filters resources this device supports.
                   wwpLeosFilterUsedHardwareResources 1.3.6.1.4.1.6141.2.60.15.1.1.1.2 unsigned32 read-only
Specifies the total number of hardware filter resources currently used out of wwpLeosFilterMaxHardwareResources.
                   wwpLeosFilterCreated 1.3.6.1.4.1.6141.2.60.15.1.1.1.3 unsigned32 read-only
The total number of filters currently created on the device.
                   wwpLeosFilterCountersMax 1.3.6.1.4.1.6141.2.60.15.1.1.1.4 unsigned32 read-only
The total maximum number of counters supported on the device.
                   wwpLeosFilterCountersUsed 1.3.6.1.4.1.6141.2.60.15.1.1.1.5 unsigned32 read-only
The total number of counters currently used on the device.
               wwpLeosFilterTable 1.3.6.1.4.1.6141.2.60.15.1.1.2 no-access
The (conceptual) table listing the config parameters for the protocol filter.
                   wwpLeosFilterEntry 1.3.6.1.4.1.6141.2.60.15.1.1.2.1 no-access
An entry (conceptual row) in the wwpLeosFilterTable.
                       wwpLeosFilterIndex 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.1 integer read-only
The index used in the table. It identifies the unique entry in the table.
                       wwpLeosFilterName 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.2 octet string read-only
Specifies the name of the filter.
                       wwpLeosFilterAdminState 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.3 integer read-only
Specifies the admin state of the filter. Enumeration: 'disabled': 2, 'enabled': 1.
                       wwpLeosFilterOperState 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.4 integer read-only
Specifies the operational state of the filter. Enumeration: 'disabled': 2, 'enabled': 1.
                       wwpLeosFilterCounter 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.5 integer read-only
Specifies of counters for this filter need to be toggeled. Enumeration: 'on': 1, 'off': 2.
                       wwpLeosFilterStatus 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.6 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 a row in this table, a manager must set this object to 'destroy'.
               wwpLeosFilterProtocolTable 1.3.6.1.4.1.6141.2.60.15.1.1.3 no-access
The (conceptual) table listing the config parameters for the filter protocol table. Multiple Set operation must be performed on this table to create entries in the table. This table shows all protocols (standard and custom) protocols configured on the device.
                   wwpLeosFilterProtocolEntry 1.3.6.1.4.1.6141.2.60.15.1.1.3.1 no-access
An entry (conceptual row) in the wwpLeosFilterProtocolTable.
                       wwpLeosFilterProtocolIndex 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.1 integer read-only
The protocol filter index used in the table. It uniquely identifies the entry in the wwpLeosFilterProtocolTable table.
                       wwpLeosFilterProtocolName 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.2 octet string read-only
Specifies the name of the protocol filter.
                       wwpLeosFilterProtocolType 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.3 integer read-only
Specifies the protocol IP number associated with this entry.
                       wwpLeosFilterProtocolSrcPort 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.4 integer read-only
Specifies the source port associated with this entry. If set to 0 means all ports.
                       wwpLeosFilterProtocolDstPort 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.5 integer read-only
Specifies the destination port associated with this entry. If set to 0 means all ports.
                       wwpLeosFilterProtocolStatus 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.6 rowstatus read-only
Used to manage the creation and deletion of the rows in this table. To create a row in this table, a manager must use multiple set operation to set all the following objects. wwpLeosFilterProtocolName, wwpLeosFilterProtocolIp, wwpLeosFilterProtocolSrcPort, wwpLeosFilterProtocolDstPort, wwpLeosFilterProtocolStatus. wwpLeosFilterProtocolStatus must be set to 'createandgo' to create entry. To delete and entry set this object to destroy.
               wwpLeosFilterMemTable 1.3.6.1.4.1.6141.2.60.15.1.1.4 no-access
The table lists the config parameters for the filter membership table.
                   wwpLeosFilterMemEntry 1.3.6.1.4.1.6141.2.60.15.1.1.4.1 no-access
An entry (conceptual row) in the wwpLeosFilterMemTable.
                       wwpLeosFilterVlan 1.3.6.1.4.1.6141.2.60.15.1.1.4.1.1 integer read-only
Specifies the vlan associated with this filter. It is also used as index in the table. if specified as 0 then it means all vlans.
                       wwpLeosFilterPortId 1.3.6.1.4.1.6141.2.60.15.1.1.4.1.2 integer read-only
Specifies the port id associated with this filter. It is also used as index in the table. If wwpLeosFilterPortId is set to 0 then it means all ports.
                       wwpLeosFilterMemStatus 1.3.6.1.4.1.6141.2.60.15.1.1.4.1.3 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 a row in this table, a manager must set this object to 'destroy'.
                       wwpLeosFilterMemRule 1.3.6.1.4.1.6141.2.60.15.1.1.4.1.4 integer read-only
Specifies rule to apply to this filter-vlan-port member -- block traffic or allow traffic. This value has a default value of block Enumeration: 'allow': 2, 'block': 1.
               wwpLeosFilterProtocolMemTable 1.3.6.1.4.1.6141.2.60.15.1.1.5 no-access
The (conceptual) table listing the config parameters for the filter-protocol membership table.
                   wwpLeosFilterProtocolMemEntry 1.3.6.1.4.1.6141.2.60.15.1.1.5.1 no-access
An entry (conceptual row) in the wwpLeosFilterProtocolMemTable.
                       wwpLeosFilterProtocolMemStatus 1.3.6.1.4.1.6141.2.60.15.1.1.5.1.1 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 a row in this table, a manager must set this object to 'destroy'.
               wwpLeosFilterStatsTable 1.3.6.1.4.1.6141.2.60.15.1.1.6 no-access
The (conceptual) table to view the stats of each filter entry.
                   wwpLeosFilterStatsEntry 1.3.6.1.4.1.6141.2.60.15.1.1.6.1 no-access
An entry (conceptual row) in the wwpLeosFilterStatsTable.
                       wwpLeosFilterDropBytes 1.3.6.1.4.1.6141.2.60.15.1.1.6.1.1 counter32 read-only
The byte count dropped for this filter.
       wwpLeosFilterMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.15.2
           wwpLeosFilterMIBNotifications 1.3.6.1.4.1.6141.2.60.15.2.0
       wwpLeosFilterMIBConformance 1.3.6.1.4.1.6141.2.60.15.3
           wwpLeosFilterMIBCompliances 1.3.6.1.4.1.6141.2.60.15.3.1
           wwpLeosFilterMIBGroups 1.3.6.1.4.1.6141.2.60.15.3.2