WWP-LEOS-FILTER-MIB

File: WWP-LEOS-FILTER-MIB.mib (14220 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

Counter32 Integer32 Unsigned32
OBJECT-TYPE MODULE-IDENTITY DisplayString
TEXTUAL-CONVENTION RowStatus wwpModules
wwpModulesLeos

Defined Types

WwpLeosFilterEntry  
SEQUENCE    
  wwpLeosFilterIndex INTEGER
  wwpLeosFilterName OCTET STRING Size(1..16)
  wwpLeosFilterAdminState INTEGER
  wwpLeosFilterOperState INTEGER
  wwpLeosFilterCounter INTEGER
  wwpLeosFilterStatus RowStatus

WwpLeosFilterProtocolEntry  
SEQUENCE    
  wwpLeosFilterProtocolIndex INTEGER
  wwpLeosFilterProtocolName OCTET STRING Size(1..16)
  wwpLeosFilterProtocolType INTEGER
  wwpLeosFilterProtocolSrcPort INTEGER
  wwpLeosFilterProtocolDstPort INTEGER
  wwpLeosFilterProtocolStatus RowStatus

WwpLeosFilterMemEntry  
SEQUENCE    
  wwpLeosFilterVlan INTEGER
  wwpLeosFilterPortId INTEGER
  wwpLeosFilterMemStatus RowStatus
  wwpLeosFilterMemRule INTEGER

WwpLeosFilterProtocolMemEntry  
SEQUENCE    
  wwpLeosFilterProtocolMemStatus RowStatus

WwpLeosFilterStatsEntry  
SEQUENCE    
  wwpLeosFilterDropBytes Counter32

Defined Values

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.
MODULE-IDENTITY    

wwpLeosFilterMIBObjects 1.3.6.1.4.1.6141.2.60.15.1
OBJECT IDENTIFIER    

wwpLeosFilter 1.3.6.1.4.1.6141.2.60.15.1.1
OBJECT IDENTIFIER    

wwpLeosFilterMIBNotificationPrefix 1.3.6.1.4.1.6141.2.60.15.2
OBJECT IDENTIFIER    

wwpLeosFilterMIBNotifications 1.3.6.1.4.1.6141.2.60.15.2.0
OBJECT IDENTIFIER    

wwpLeosFilterMIBConformance 1.3.6.1.4.1.6141.2.60.15.3
OBJECT IDENTIFIER    

wwpLeosFilterMIBCompliances 1.3.6.1.4.1.6141.2.60.15.3.1
OBJECT IDENTIFIER    

wwpLeosFilterMIBGroups 1.3.6.1.4.1.6141.2.60.15.3.2
OBJECT IDENTIFIER    

wwpLeosFilterResources 1.3.6.1.4.1.6141.2.60.15.1.1.1
OBJECT IDENTIFIER    

wwpLeosFilterMaxHardwareResources 1.3.6.1.4.1.6141.2.60.15.1.1.1.1
Specifies the maximum number of protocol filters resources this device supports.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLeosFilterUsedHardwareResources 1.3.6.1.4.1.6141.2.60.15.1.1.1.2
Specifies the total number of hardware filter resources currently used out of wwpLeosFilterMaxHardwareResources.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLeosFilterCreated 1.3.6.1.4.1.6141.2.60.15.1.1.1.3
The total number of filters currently created on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLeosFilterCountersMax 1.3.6.1.4.1.6141.2.60.15.1.1.1.4
The total maximum number of counters supported on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLeosFilterCountersUsed 1.3.6.1.4.1.6141.2.60.15.1.1.1.5
The total number of counters currently used on the device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLeosFilterTable 1.3.6.1.4.1.6141.2.60.15.1.1.2
The (conceptual) table listing the config parameters for the protocol filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosFilterEntry

wwpLeosFilterEntry 1.3.6.1.4.1.6141.2.60.15.1.1.2.1
An entry (conceptual row) in the wwpLeosFilterTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosFilterEntry  

wwpLeosFilterIndex 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.1
The index used in the table. It identifies the unique entry in the table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..64  

wwpLeosFilterName 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.2
Specifies the name of the filter.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..16)  

wwpLeosFilterAdminState 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.3
Specifies the admin state of the filter.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wwpLeosFilterOperState 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.4
Specifies the operational state of the filter.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

wwpLeosFilterCounter 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.5
Specifies of counters for this filter need to be toggeled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER on(1), off(2)  

wwpLeosFilterStatus 1.3.6.1.4.1.6141.2.60.15.1.1.2.1.6
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'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosFilterProtocolTable 1.3.6.1.4.1.6141.2.60.15.1.1.3
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.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosFilterProtocolEntry

wwpLeosFilterProtocolEntry 1.3.6.1.4.1.6141.2.60.15.1.1.3.1
An entry (conceptual row) in the wwpLeosFilterProtocolTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosFilterProtocolEntry  

wwpLeosFilterProtocolIndex 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.1
The protocol filter index used in the table. It uniquely identifies the entry in the wwpLeosFilterProtocolTable table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..41  

wwpLeosFilterProtocolName 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.2
Specifies the name of the protocol filter.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(1..16)  

wwpLeosFilterProtocolType 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.3
Specifies the protocol IP number associated with this entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..255  

wwpLeosFilterProtocolSrcPort 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.4
Specifies the source port associated with this entry. If set to 0 means all ports.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

wwpLeosFilterProtocolDstPort 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.5
Specifies the destination port associated with this entry. If set to 0 means all ports.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

wwpLeosFilterProtocolStatus 1.3.6.1.4.1.6141.2.60.15.1.1.3.1.6
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.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosFilterMemTable 1.3.6.1.4.1.6141.2.60.15.1.1.4
The table lists the config parameters for the filter membership table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosFilterMemEntry

wwpLeosFilterMemEntry 1.3.6.1.4.1.6141.2.60.15.1.1.4.1
An entry (conceptual row) in the wwpLeosFilterMemTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosFilterMemEntry  

wwpLeosFilterVlan 1.3.6.1.4.1.6141.2.60.15.1.1.4.1.1
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..24576  

wwpLeosFilterPortId 1.3.6.1.4.1.6141.2.60.15.1.1.4.1.2
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.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..65535  

wwpLeosFilterMemStatus 1.3.6.1.4.1.6141.2.60.15.1.1.4.1.3
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'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosFilterMemRule 1.3.6.1.4.1.6141.2.60.15.1.1.4.1.4
Specifies rule to apply to this filter-vlan-port member -- block traffic or allow traffic. This value has a default value of block
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER block(1), allow(2)  

wwpLeosFilterProtocolMemTable 1.3.6.1.4.1.6141.2.60.15.1.1.5
The (conceptual) table listing the config parameters for the filter-protocol membership table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosFilterProtocolMemEntry

wwpLeosFilterProtocolMemEntry 1.3.6.1.4.1.6141.2.60.15.1.1.5.1
An entry (conceptual row) in the wwpLeosFilterProtocolMemTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosFilterProtocolMemEntry  

wwpLeosFilterProtocolMemStatus 1.3.6.1.4.1.6141.2.60.15.1.1.5.1.1
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'.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLeosFilterStatsTable 1.3.6.1.4.1.6141.2.60.15.1.1.6
The (conceptual) table to view the stats of each filter entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLeosFilterStatsEntry

wwpLeosFilterStatsEntry 1.3.6.1.4.1.6141.2.60.15.1.1.6.1
An entry (conceptual row) in the wwpLeosFilterStatsTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLeosFilterStatsEntry  

wwpLeosFilterDropBytes 1.3.6.1.4.1.6141.2.60.15.1.1.6.1.1
The byte count dropped for this filter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32