WWP-LAYER4-FILTER-MIB

File: WWP-LAYER4-FILTER-MIB.mib (9954 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC WWP-SMI

Imported symbols

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

Defined Types

PortList  
Each octet within this value specifies a set of eight ports, with the first octet specifying ports 1 through 8, the second octet specifying ports 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered port, and the least significant bit represents the highest numbered port. Thus, each port of the bridge is represented by a single bit within the value of this object. If that bit has a value of '1' then that port is included in the set of ports; the port is not included if its bit has a value of '0'.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

WwpLayer4FilterEntry  
SEQUENCE    
  wwpLayer4FilterName OCTET STRING
  wwpLayer4FilterProtocolNumber INTEGER
  wwpLayer4FilterSrcPort Integer32
  wwpLayer4FilterDstPort Integer32
  wwpLayer4FilterStatus RowStatus

WwpLayer4FilterAttachEntry  
SEQUENCE    
  wwpLayer4FilterVid INTEGER
  wwpLayer4FilterAttachType INTEGER
  wwpLayer4FilterPortList PortList
  wwpLayer4FilterCounterId Integer32
  wwpLayer4FilterCount Counter32
  wwpLayer4FilterAttachStatus RowStatus

Defined Values

wwpLayer4FilterMIB 1.3.6.1.4.1.6141.2.52
This MIB module defines the mgmt objects to support the layer 4 filtering on the WWP products.
MODULE-IDENTITY    

wwpLayer4FilterMIBObjects 1.3.6.1.4.1.6141.2.52.1
OBJECT IDENTIFIER    

wwpLayer4Filter 1.3.6.1.4.1.6141.2.52.1.1
OBJECT IDENTIFIER    

wwpLayer4FilterMIBNotificationPrefix 1.3.6.1.4.1.6141.2.52.2
OBJECT IDENTIFIER    

wwpLayer4FilterMIBNotifications 1.3.6.1.4.1.6141.2.52.2.0
OBJECT IDENTIFIER    

wwpLayer4FilterMIBConformance 1.3.6.1.4.1.6141.2.52.3
OBJECT IDENTIFIER    

wwpLayer4FilterMIBCompliances 1.3.6.1.4.1.6141.2.52.3.1
OBJECT IDENTIFIER    

wwpLayer4FilterMIBGroups 1.3.6.1.4.1.6141.2.52.3.2
OBJECT IDENTIFIER    

wwpMaxLayer4Filters 1.3.6.1.4.1.6141.2.52.1.1.1
The maximum number of Layer4 Filters that this device supports.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpNumLayer4Filters 1.3.6.1.4.1.6141.2.52.1.1.2
The current number of Layer4 Filters that are configured in this device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

wwpLayer4FilterTable 1.3.6.1.4.1.6141.2.52.1.1.3
The (conceptual) table listing the config parameters for the Layer 4 filter.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLayer4FilterEntry

wwpLayer4FilterEntry 1.3.6.1.4.1.6141.2.52.1.1.3.1
An entry (conceptual row) in the wwpLayer4FilterTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLayer4FilterEntry  

wwpLayer4FilterName 1.3.6.1.4.1.6141.2.52.1.1.3.1.1
The locally arbitrary, but unique identifier associated with this wwpLayer4FilterEntry.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(1..32)  

wwpLayer4FilterProtocolNumber 1.3.6.1.4.1.6141.2.52.1.1.3.1.2
The protocol number for the Layer 4 Filter. The list of protocol numbers are assigned by IANA.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 0..65535  

wwpLayer4FilterSrcPort 1.3.6.1.4.1.6141.2.52.1.1.3.1.3
The traffic addressed to the transport layer source port specified by this object will be blocked by this filter. A zero value for this object will indicate that this object should be ignored while applying the filter.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

wwpLayer4FilterDstPort 1.3.6.1.4.1.6141.2.52.1.1.3.1.4
The traffic addressed to the transport layer destination port specified by this object will be blocked by this filter. A zero value for this object will indicate that this object should be ignored while applying the filter.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

wwpLayer4FilterStatus 1.3.6.1.4.1.6141.2.52.1.1.3.1.5
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'. Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the wwpLayer4FilterStatus column can't be set to 'active'. In particular, a newly created row cannot be made active until the corresponding instance of wwpLayer4FilterProtocol has been set. None of the objects can be modified while the value of this object is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

wwpLayer4FilterAttachTable 1.3.6.1.4.1.6141.2.52.1.1.4
The (conceptual) table listing the attachment of created filters to the VLANs and ports. If there is no entry atached with the filter, then filter is virtually disabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    WwpLayer4FilterAttachEntry

wwpLayer4FilterAttachEntry 1.3.6.1.4.1.6141.2.52.1.1.4.1
An entry (conceptual row) in the wwpLayer4FilterAttachTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  WwpLayer4FilterAttachEntry  

wwpLayer4FilterVid 1.3.6.1.4.1.6141.2.52.1.1.4.1.1
The vlan id to be associated with this ingress filter.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 0..4094  

wwpLayer4FilterAttachType 1.3.6.1.4.1.6141.2.52.1.1.4.1.2
The attach type for this filter. Setting this object to 'allow' will allow the traffic specified by the filter name.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER deny(1), allow(2)  

wwpLayer4FilterPortList 1.3.6.1.4.1.6141.2.52.1.1.4.1.3
The set of ports on which this filter is to be applied.
Status: current Access: read-create
OBJECT-TYPE    
  PortList  

wwpLayer4FilterCounterId 1.3.6.1.4.1.6141.2.52.1.1.4.1.4
The stats related to this filter will be stored in the counter specified by this object.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..15  

wwpLayer4FilterCount 1.3.6.1.4.1.6141.2.52.1.1.4.1.5
The stats value in the counter specified by the wwpLayer4FilterCounterId.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

wwpLayer4FilterAttachStatus 1.3.6.1.4.1.6141.2.52.1.1.4.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'. Until instances of all corresponding columns are appropriately configured, the value of the corresponding instance of the wwpLayer4FilterStatus column can't be set to 'active'. In particular, a newly created row cannot be made active until the corresponding instance of wwpLayer4FilterPortList has been set. None of the objects can be modified while the value of this object is active(1).
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus