PDN-MPE-FILTER-MIB

File: PDN-MPE-FILTER-MIB.mib (16609 bytes)

Imported modules

SNMPv2-TC RFC1155-SMI RFC-1212
RFC-1215 ENTITY-MIB PDN-HEADER-MIB

Imported symbols

RowStatus DisplayString IpAddress
OBJECT-TYPE TRAP-TYPE entPhysicalIndex
mpe-filter

Defined Types

MpeSysDevIpFilterConfigTableEntry  
SEQUENCE    
  mpeSysDevIpFilterName DisplayString Size(1..12)
  mpeSysDevIpDefFilterAction INTEGER
  mpeSysDevIpFilterNumOfDynamicRules INTEGER
  mpeSysDevIpFilterNumOfStaticRules INTEGER
  mpeSysDevIpFilterRefCount INTEGER
  mpeSysDevIpFilterTcpAckFilterAction INTEGER
  mpeSysDevIpFilterDhcpFilterAction INTEGER
  mpeSysDevIpFilterRowStatus RowStatus

MpeSysDevIpFilterRuleConfigTableEntry  
SEQUENCE    
  mpeSysDevIpRuleFilterName DisplayString Size(1..12)
  mpeSysDevIpFilterRuleNumber INTEGER 1..33
  mpeSysDevIpFilterRuleSrcAddress IpAddress
  mpeSysDevIpFilterRuleSrcAddrMask IpAddress
  mpeSysDevIpFilterRuleSrcAddrCompEnable INTEGER
  mpeSysDevIpFilterRuleSrcPortNum INTEGER 0..65535
  mpeSysDevIpFilterRuleMaxSrcPortNum INTEGER 0..65535
  mpeSysDevIpFilterRuleSrcCompType INTEGER
  mpeSysDevIpFilterRuleDestAddress IpAddress
  mpeSysDevIpFilterRuleDestAddrMask IpAddress
  mpeSysDevIpFilterRuleDestAddrCompEnable INTEGER
  mpeSysDevIpFilterRuleDestPortNum INTEGER 0..65535
  mpeSysDevIpFilterRuleMaxDestPortNum INTEGER 0..65535
  mpeSysDevIpFilterRuleDestCompType INTEGER
  mpeSysDevIpFilterRuleType INTEGER
  mpeSysDevIpFilterRuleProtocolTypeUdp INTEGER
  mpeSysDevIpFilterRuleProtocolTypeTcp INTEGER
  mpeSysDevIpFilterRuleProtocolTypeIcmp INTEGER
  mpeSysDevIpFilterRuleRowStatus RowStatus

MpeSysDevMaxNumOfIpFiltersTableEntry  
SEQUENCE    
  mpeSysDevMaxNumOfInputIpFilters INTEGER
  mpeSysDevMaxNumOfOutputIpFilters INTEGER

Defined Values

mpeSysDevFilterMIBObjects 1.3.6.1.4.1.1795.2.24.12.23.1
OBJECT IDENTIFIER    

mpeSysDevFilterMIBTraps 1.3.6.1.4.1.1795.2.24.12.23.2
OBJECT IDENTIFIER    

mpeSysDevIpFilter 1.3.6.1.4.1.1795.2.24.12.23.1.1
OBJECT IDENTIFIER    

mpeSysDevIpFilterConfigTable 1.3.6.1.4.1.1795.2.24.12.23.1.1.1
This table allows the user to configure filtering information. Every filter is comprised of a number of rules(see SysDevRuleTable). When a filter is bound to an interface, all the rules of that particular filter apply to that particular interface. Also the same filter maybe bound to several interfaces. This table only allows us to configure information about a particular filter. this table is indexed by entPhysicalIndex and sysDevIpFilterName.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpeSysDevIpFilterConfigTableEntry

mpeSysDevIpFilterConfigTableEntry 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1
Describes a specific entry of the filter configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MpeSysDevIpFilterConfigTableEntry  

mpeSysDevIpFilterName 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.1
The value of this object corresponds directly to the name of the filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..12)  

mpeSysDevIpDefFilterAction 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.2
The value of this object corresponds to the default action taken on a particular IP packet based on the filter rule. forward - the packet is forwarded discard - the packet is discarded. delete - the rule of a particular filter or the filter as a whole is deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2), delete(3)  

mpeSysDevIpFilterNumOfDynamicRules 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.3
This object corresponds to the number of dynamic rules configured for this filter
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mpeSysDevIpFilterNumOfStaticRules 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.4
This object corresponds to the number of static rules configured for this filter
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mpeSysDevIpFilterRefCount 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.5
This object corresponds to the number of references for this filter by the various interfaces of the system For Example if filter 'abc' is bound to two of the DSL interfaces as input filters. then the reference count for this filter is 2. if a filter 'def' is bound to the 10BaseT interface as both an input and an output filter. The reference count for this filter would be 2. Filters can be deleted from the system (by a user) only if the reference count equals 0
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mpeSysDevIpFilterTcpAckFilterAction 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.6
The value of this object corresponds to the default action taken on the first TCP ACK packet of the TCP connection. This object is not supported for MCC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2), noOp(3)  

mpeSysDevIpFilterDhcpFilterAction 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.7
The value of this object corresponds to the default action taken on the DHCP transaction messages. This object is not supported for mcc.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2), noOp(3)  

mpeSysDevIpFilterRowStatus 1.3.6.1.4.1.1795.2.24.12.23.1.1.1.1.8
The object is used to add or delete a row from this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

mpeSysDevIpFilterRuleConfigTable 1.3.6.1.4.1.1795.2.24.12.23.1.1.2
This table allows the user to configure the rules of each IP filter. When a filter is bound to an interface, all the rules of that particular filter apply to that particular interface. Also, the same filter may be found to several interfaces. This table is indexed by entPhysicalIndex, sysDevIpFilterName and sysDevIpFilterRuleNumber.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpeSysDevIpFilterRuleConfigTableEntry

mpeSysDevIpFilterRuleConfigTableEntry 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1
Describes a specific entry of the filter rule configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MpeSysDevIpFilterRuleConfigTableEntry  

mpeSysDevIpRuleFilterName 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.1
The value of this object corresponds directly to the name of the filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..12)  

mpeSysDevIpFilterRuleNumber 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.2
The value of this object corresponds directly to a rule within a particular filter. If the value of this object is 0, then the sets apply to the filter as a whole. For example one may want to delete the whole filter. for a get only the name of the filter is returned.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..33  

mpeSysDevIpFilterRuleSrcAddress 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.3
The value of this object corresponds directly to an source IP Address. This object could be set if IP packets need to be filtered based on where it is coming from. Setting this object to 0.0.0.0 disables source IP address comparison.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

mpeSysDevIpFilterRuleSrcAddrMask 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.4
The value of this object corresponds directly to an source IP Address Mask. The value of this object is bitwise anded with the source address within the IP packet and then compared with the mpeSysDevIPFilterSrcAddress.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

mpeSysDevIpFilterRuleSrcAddrCompEnable 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.5
This object enables or disables the source address comparison. It is not supported for MCC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), noOp(3)  

mpeSysDevIpFilterRuleSrcPortNum 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.6
The UDP or TCP port number of the source on which this filter is applied.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mpeSysDevIpFilterRuleMaxSrcPortNum 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.7
The maximum UDP or TCP port number of the source on which this filter is applied. This object is valid only if the source comparison type is in-range or out-range
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mpeSysDevIpFilterRuleSrcCompType 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.8
The value of this object corresponds to the type of comparison which is to be made for source based filtering for the particular rule of the filter. none - no comparison is to be made. eq - equal to neq - not equal to gt - greater than lt - less than inRange - the source port number of the TCP or UDP packet is within a specified range. outRange - the source port number of the TCP or UDP packet lies outside a specified range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), eq(2), neq(3), gt(4), lt(5), inRange(6), outRange(7)  

mpeSysDevIpFilterRuleDestAddress 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.9
The value of this object corresponds directly to an destination IP Address. This object could be set if IP packets need to be filtered based on where it is going to.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

mpeSysDevIpFilterRuleDestAddrMask 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.10
The value of this object corresponds directly to an destination IP Address Mask. The value of this object is bitwise anded with the destination address within the IP packet and then compared with the mpeSysDevIPFilterRuleDestAddress
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

mpeSysDevIpFilterRuleDestAddrCompEnable 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.11
This object enables or disables the destination address comparison. It is not supported for MCC.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2), noOp(3)  

mpeSysDevIpFilterRuleDestPortNum 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.12
The UDP or TCP port number of the destination on which this filter is applied
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mpeSysDevIpFilterRuleMaxDestPortNum 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.13
The maximum UDP or TCP port number of the destination on which this filter is applied. This object is valid only if the destination comparison type is in-range or out-range
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

mpeSysDevIpFilterRuleDestCompType 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.14
The value of this object corresponds to the type of comparison which is to be made for destination based filtering for the particular rule of the filter. none - no comparison is to be made. eq - equal to neq - not equal to gt - greater than lt - less than inRange - the source port number of the TCP or UDP packet is within a specified range. outRange - the source port number of the TCP or UDP packet lies outside a specified range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), eq(2), neq(3), gt(4), lt(5), inRange(6), outRange(7)  

mpeSysDevIpFilterRuleType 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.15
The value of this object corresponds to the type of type of rule configured static - This indicates that the rule was configured by an NMS either by SNMP, console or using telnet dynamic - this indicates that the rule was configured by the the system for end-users who have obtaimed an IP address using the DHCP protocol.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

mpeSysDevIpFilterRuleProtocolTypeUdp 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.16
The value of this object corresponds to the action taken on a particular UDP packet based on the source/ destination port comparison rule.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

mpeSysDevIpFilterRuleProtocolTypeTcp 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.17
The value of this object corresponds to the action taken on a particular TCP packet bases on the source/ destination port comparison rule.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

mpeSysDevIpFilterRuleProtocolTypeIcmp 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.18
The value of this object corresponds to the action taken on a particular ICMP packet bases on the protocol type comparison rule.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

mpeSysDevIpFilterRuleRowStatus 1.3.6.1.4.1.1795.2.24.12.23.1.1.2.1.19
The object is used to add or delete a row from this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

mpeSysDevMaxNumOfIpFiltersTable 1.3.6.1.4.1.1795.2.24.12.23.1.1.3
This table contains the maximum number of IP filters supported on a device. It is indexed by entPhysicalIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MpeSysDevMaxNumOfIpFiltersTableEntry

mpeSysDevMaxNumOfIpFiltersTableEntry 1.3.6.1.4.1.1795.2.24.12.23.1.1.3.1
Describes a specific entry of the max number of filters table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MpeSysDevMaxNumOfIpFiltersTableEntry  

mpeSysDevMaxNumOfInputIpFilters 1.3.6.1.4.1.1795.2.24.12.23.1.1.3.1.1
The value of this object corresponds directly to the max number of input IP filters supported by each device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

mpeSysDevMaxNumOfOutputIpFilters 1.3.6.1.4.1.1795.2.24.12.23.1.1.3.1.2
The value of this object corresponds directly to the max number of Output IP filters supported by each device.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER