PDN-FILTER-MIB

File: PDN-FILTER-MIB.mib (54035 bytes)

Imported modules

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

Imported symbols

RowStatus DisplayString IpAddress
Counter OBJECT-TYPE TRAP-TYPE
ifIndex VnidRange pdn-filter

Defined Types

SysDevIpFilterConfigTableEntry  
SEQUENCE    
  sysDevIpFilterName DisplayString
  sysDevIpDefFilterAction INTEGER
  sysDevIpFilterNumOfDynamicRules INTEGER
  sysDevIpFilterNumOfStaticRules INTEGER
  sysDevIpFilterRefCount INTEGER
  sysDevIpFilterTcpAckFilterAction INTEGER
  sysDevIpFilterDhcpFilterAction INTEGER
  sysDevIpFilterRowStatus RowStatus

SysDevIpFilterRuleConfigTableEntry  
SEQUENCE    
  sysDevIpRuleFilterName DisplayString Size(1..12)
  sysDevIpFilterRuleNumber INTEGER
  sysDevIpFilterRuleSrcAddress IpAddress
  sysDevIpFilterRuleSrcAddrMask IpAddress
  sysDevIpFilterRuleSrcAddrCompEnable INTEGER
  sysDevIpFilterRuleSrcPortNum INTEGER
  sysDevIpFilterRuleMaxSrcPortNum INTEGER
  sysDevIpFilterRuleSrcCompType INTEGER
  sysDevIpFilterRuleDestAddress IpAddress
  sysDevIpFilterRuleDestAddrMask IpAddress
  sysDevIpFilterRuleDestAddrCompEnable INTEGER
  sysDevIpFilterRuleDestPortNum INTEGER
  sysDevIpFilterRuleMaxDestPortNum INTEGER
  sysDevIpFilterRuleDestCompType INTEGER
  sysDevIpFilterRuleType INTEGER
  sysDevIpFilterRuleProtocolTypeUdp INTEGER
  sysDevIpFilterRuleProtocolTypeTcp INTEGER
  sysDevIpFilterRuleProtocolTypeIcmp INTEGER
  sysDevIpFilterRuleRowStatus RowStatus

SysDevIpFilterBindingTableEntry  
SEQUENCE    
  sysDevIpBindingFilterName DisplayString Size(1..12)
  sysDevIpBindingFilterType INTEGER
  sysDevIpBindingFilterRowStatus RowStatus

SysDevIpFilterSNBindingTableEntry  
SEQUENCE    
  sysDevIpSNBindingVnidId VnidRange
  sysDevIpSNBindingFilterName DisplayString
  sysDevIpSNBindingFilterType INTEGER
  sysDevIpSNBindingFilterRowStatus RowStatus

SysDevFilterConfigTableEntry  
SEQUENCE    
  sysDevFilterIndex INTEGER
  sysDevFilterName DisplayString
  sysDevFilterType INTEGER
  sysDevDefFilterAction INTEGER
  sysDevFilterNumOfDynamicRules INTEGER
  sysDevFilterNumOfStaticRules INTEGER
  sysDevFilterRefCount INTEGER
  sysDevFilterRowStatus RowStatus

SysDevL2FilterRuleConfigTableEntry  
SEQUENCE    
  sysDevL2FilterRuleIndex INTEGER
  sysDevL2FilterRuleName DisplayString Size(1..12)
  sysDevL2FilterRuleEtherFrameType INTEGER
  sysDevL2FilterRuleEtherType INTEGER
  sysDevL2FilterRuleEtherTypeRangeStarts INTEGER
  sysDevL2FilterRuleEtherTypeRangeEnds INTEGER
  sysDevL2FilterRuleAction INTEGER
  sysDevL2FilterRuleRowStatus RowStatus

SysDevL3FilterRuleConfigTableEntry  
SEQUENCE    
  sysDevL3FilterRuleIndex INTEGER
  sysDevL3FilterRuleName DisplayString
  sysDevL3FilterRuleSrcAddress IpAddress
  sysDevL3FilterRuleSrcAddrMask IpAddress
  sysDevL3FilterRuleSrcAddrAction INTEGER
  sysDevL3FilterRuleSrcPortNum INTEGER
  sysDevL3FilterRuleMaxSrcPortNum INTEGER
  sysDevL3FilterRuleSrcCompType INTEGER
  sysDevL3FilterRuleDestAddress IpAddress
  sysDevL3FilterRuleDestAddrMask IpAddress
  sysDevL3FilterRuleDestAddrAction INTEGER
  sysDevL3FilterRuleDestPortNum INTEGER
  sysDevL3FilterRuleMaxDestPortNum INTEGER
  sysDevL3FilterRuleDestCompType INTEGER
  sysDevL3FilterRuleProtocolTypeUdp INTEGER
  sysDevL3FilterRuleProtocolTypeTcp INTEGER
  sysDevL3FilterRuleProtocolTypeIcmp INTEGER
  sysDevL3FilterRuleRowStatus RowStatus

SysDevFilterBindingTableEntry  
SEQUENCE    
  sysDevFilterBindingIndex INTEGER
  sysDevFilterBindingDirection INTEGER
  sysDevFilterBindingAdminStatus INTEGER
  sysDevFilterBindingOperStatus INTEGER
  sysDevFilterBindingRowStatus RowStatus

SysDevFilterToRuleBindingTableEntry  
SEQUENCE    
  sysDevFilterToRuleBindingIndex INTEGER
  sysDevFilterToRulePriority INTEGER
  sysDevFilterToRuleBindingRowStatus RowStatus

Defined Values

sysDevFilterMIBObjects 1.3.6.1.4.1.1795.2.24.2.23.1
OBJECT IDENTIFIER    

sysDevFilterMIBTraps 1.3.6.1.4.1.1795.2.24.2.23.2
OBJECT IDENTIFIER    

sysDevFilter 1.3.6.1.4.1.1795.2.24.2.23.1.1
OBJECT IDENTIFIER    

sysDevIpFilter 1.3.6.1.4.1.1795.2.24.2.23.1.2
OBJECT IDENTIFIER    

sysDevIpFilterConfigTable 1.3.6.1.4.1.1795.2.24.2.23.1.2.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 sysDevIpFilterName.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevIpFilterConfigTableEntry

sysDevIpFilterConfigTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.2.1.1
Describes a specific entry of the filter configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysDevIpFilterConfigTableEntry  

sysDevIpFilterName 1.3.6.1.4.1.1795.2.24.2.23.1.2.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)  

sysDevIpDefFilterAction 1.3.6.1.4.1.1795.2.24.2.23.1.2.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)  

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

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

sysDevIpFilterRefCount 1.3.6.1.4.1.1795.2.24.2.23.1.2.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  

sysDevIpFilterTcpAckFilterAction 1.3.6.1.4.1.1795.2.24.2.23.1.2.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)  

sysDevIpFilterDhcpFilterAction 1.3.6.1.4.1.1795.2.24.2.23.1.2.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)  

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

sysDevIpFilterRuleConfigTable 1.3.6.1.4.1.1795.2.24.2.23.1.2.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 sysDevIpFilterName and sysDevIpFilterRuleNumber.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevIpFilterRuleConfigTableEntry

sysDevIpFilterRuleConfigTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.2.2.1
Describes a specific entry of the filter rule configuration table.
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SysDevIpFilterRuleConfigTableEntry  

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

sysDevIpFilterRuleNumber 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER 1..33  

sysDevIpFilterRuleSrcAddress 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

sysDevIpFilterRuleSrcAddrMask 1.3.6.1.4.1.1795.2.24.2.23.1.2.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 sysDevIPFilterSrcAddress.
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

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

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

sysDevIpFilterRuleMaxSrcPortNum 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

sysDevIpFilterRuleSrcCompType 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER none(1), eq(2), neq(3), gt(4), lt(5), inRange(6), outRange(7)  

sysDevIpFilterRuleDestAddress 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

sysDevIpFilterRuleDestAddrMask 1.3.6.1.4.1.1795.2.24.2.23.1.2.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 sysDevIPFilterRuleDestAddress
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

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

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

sysDevIpFilterRuleMaxDestPortNum 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER 0..65535  

sysDevIpFilterRuleDestCompType 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER none(1), eq(2), neq(3), gt(4), lt(5), inRange(6), outRange(7)  

sysDevIpFilterRuleType 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-only
OBJECT-TYPE    
  INTEGER static(1), dynamic(2)  

sysDevIpFilterRuleProtocolTypeUdp 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

sysDevIpFilterRuleProtocolTypeTcp 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

sysDevIpFilterRuleProtocolTypeIcmp 1.3.6.1.4.1.1795.2.24.2.23.1.2.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: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

sysDevIpFilterRuleRowStatus 1.3.6.1.4.1.1795.2.24.2.23.1.2.2.1.19
The object is used to add or delete a row from this table.
Status: deprecated Access: read-write
OBJECT-TYPE    
  RowStatus  

sysDevMaxNumOfInputIpFilters 1.3.6.1.4.1.1795.2.24.2.23.1.2.3
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  

sysDevMaxNumOfOutputIpFilters 1.3.6.1.4.1.1795.2.24.2.23.1.2.4
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  

sysDevIpFilterBindingTable 1.3.6.1.4.1.1795.2.24.2.23.1.2.5
This table allows us to bind filters to a particular interface. As such this table is doubly indexed by ifIndex and sysDevIpBindingFilterName.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevIpFilterBindingTableEntry

sysDevIpFilterBindingTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.2.5.1
Describes a specific entry of the filter binding table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysDevIpFilterBindingTableEntry  

sysDevIpBindingFilterName 1.3.6.1.4.1.1795.2.24.2.23.1.2.5.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)  

sysDevIpBindingFilterType 1.3.6.1.4.1.1795.2.24.2.23.1.2.5.1.2
The value of this object corresponds directly to the type of the filter which needs to be bound to a particular interface. inputFilter - This indicates that the filter is applied to the packets coming in to the interface. outputFilter - this indicates that the filter is applied to packets going out the interface. inputOutputFilter - this indicates that the filter is applied packets going out the interface and to packets coming in to the interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER inputFilter(1), outputFilter(2), inputOutputFilter(3)  

sysDevIpBindingFilterRowStatus 1.3.6.1.4.1.1795.2.24.2.23.1.2.5.1.3
This object is used to add or delete a row from this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

sysDevIpFilterSNBindingTable 1.3.6.1.4.1.1795.2.24.2.23.1.2.6
This table allows us to bind filters to a particular interface on portcards. This table is indexed by ifIndex, sysDevIpSNBindingVnidId and sysDevIpSNBindingFilterName.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevIpFilterSNBindingTableEntry

sysDevIpFilterSNBindingTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.2.6.1
Describes a specific entry of the SNfilter binding table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysDevIpFilterSNBindingTableEntry  

sysDevIpSNBindingVnidId 1.3.6.1.4.1.1795.2.24.2.23.1.2.6.1.1
The VNID Id number of the virtual network to which this filter is bound.
Status: mandatory Access: read-only
OBJECT-TYPE    
  VnidRange  

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

sysDevIpSNBindingFilterType 1.3.6.1.4.1.1795.2.24.2.23.1.2.6.1.3
The value of this object corresponds directly to the type of the filter which needs to be bound to a particular interface. inputFilter - This indicates that the filter is applied to the packets coming in to the interface. outputFilter - this indicates that the filter is applied to packets going out the interface. inputOutputFilter - this indicates that the filter is applied packets going out the interface and to packets coming in to the interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER inputFilter(1), outputFilter(2), inputOutputFilter(3)  

sysDevIpSNBindingFilterRowStatus 1.3.6.1.4.1.1795.2.24.2.23.1.2.6.1.4
This object is used to add or delete a row from this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

sysDevIpInputPacketsFiltered 1.3.6.1.4.1.1795.2.24.2.23.1.2.7
The number of IP packets that have been filtered on all the incoming interfaces due to not matching programmed filter entries on interfaces that are activated for IP filtering.This is supported on MCC only
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sysDevIpOutputPacketsFiltered 1.3.6.1.4.1.1795.2.24.2.23.1.2.8
The number of IP packets that have been filtered on all the outgoing interfaces due to not matching programmed filter entries on interfaces that are activated for IP filtering.This is supported on MCC only
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

sysDevSNInjectionType 1.3.6.1.4.1.1795.2.24.2.23.1.1.1
The value of this object corresponds to the remote injection type
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER ipFilter(1)  

sysDevSNInjectionVnid 1.3.6.1.4.1.1795.2.24.2.23.1.1.2
This object corresponds to the vnid id (bound to an interface) on which filter injection is not supported or has failed
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  VnidRange  

sysDevFilterConfigTable 1.3.6.1.4.1.1795.2.24.2.23.1.1.3
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 sysDevFilterName.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevFilterConfigTableEntry

sysDevFilterConfigTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.1.3.1
Describes a specific entry of the filter configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysDevFilterConfigTableEntry  

sysDevFilterIndex 1.3.6.1.4.1.1795.2.24.2.23.1.1.3.1.1
The value of this object is an index of the filter. This object is used by sysDevFilterConfigTable to identify the row in the table. When creating new row of this table the value of this object may be obtained by retreiving the value of sysDevFilterIndexNext.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

sysDevFilterType 1.3.6.1.4.1.1795.2.24.2.23.1.1.3.1.3
The value of this object corresponds directly to the type of the filter. Ethernet is layer 2 filter, Ip are layer 3 filters (include layer 4 protocol filtering).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER layer1(1), layer2(2), layer3(3), layer4(4), layer5(5), layer6(6), layer7(7), unknown(8)  

sysDevDefFilterAction 1.3.6.1.4.1.1795.2.24.2.23.1.1.3.1.4
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

sysDevFilterNumOfDynamicRules 1.3.6.1.4.1.1795.2.24.2.23.1.1.3.1.5
This object corresponds to the number of dynamic rules configured for this filter. Default is zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sysDevFilterNumOfStaticRules 1.3.6.1.4.1.1795.2.24.2.23.1.1.3.1.6
This object corresponds to the number of static rules configured for this filter. Default is zero
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sysDevFilterRefCount 1.3.6.1.4.1.1795.2.24.2.23.1.1.3.1.7
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 inbound filter then the reference count for this filter is 2. Filters can be deleted from the system (by a user) only if the reference count equals 0. (the filter is not bound to any interfaces). The default is 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

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

sysDevL2FilterRuleConfigTable 1.3.6.1.4.1.1795.2.24.2.23.1.1.4
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 sysDevL2FilterRuleIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevL2FilterRuleConfigTableEntry

sysDevL2FilterRuleConfigTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.1.4.1
Describes a specific entry of the filter rule configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysDevL2FilterRuleConfigTableEntry  

sysDevL2FilterRuleIndex 1.3.6.1.4.1.1795.2.24.2.23.1.1.4.1.1
The value of this object is an index of the filter rule table. This object is used by sysDevFilterConfigTable to identify the row in the table. When creating new row of this table the value of this object may be obtained by retreiving the value of sysDevL2FilterRuleIndexNext.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sysDevL2FilterRuleName 1.3.6.1.4.1.1795.2.24.2.23.1.1.4.1.2
The value of this object corresponds directly to the name of the rule.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..12)  

sysDevL2FilterRuleEtherFrameType 1.3.6.1.4.1.1795.2.24.2.23.1.1.4.1.3
This value descirbes if Ethernet frame types defined that can be transmitted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER dix(1), snap(2)  

sysDevL2FilterRuleEtherType 1.3.6.1.4.1.1795.2.24.2.23.1.1.4.1.4
This value descirbes if Ethernet types defined in RFC1700 are specified as range or one single type. It is possible to create rule using a range of types and therefore next object is added to create start of the range.This object is the first in range and the value of it has to be smaller or equal to a hex Ethernet type value entered in sysDevL2FilterRuleEtherTypeRangeEnds. If this object specifies that the value used is a single type than sysDevL2FilterRuleEtherTypeRangeEnds will not be considered valid.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER range(1), singleType(2)  

sysDevL2FilterRuleEtherTypeRangeStarts 1.3.6.1.4.1.1795.2.24.2.23.1.1.4.1.5
This value corresponds to Ethernet types defined in RFC1700. It is possible to create rule using a range of types and therefore next object is added to create range. This object is the first in range and the value of it has to be smaller or equal to a hex Ethernet type value entered next. If the value of sysDevL2FilterRuleEtherType is singleType(2) then only this value is considered.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sysDevL2FilterRuleEtherTypeRangeEnds 1.3.6.1.4.1.1795.2.24.2.23.1.1.4.1.6
This value corresponds to Ethernet types defined in RFC1700. It is possible to create rule using a range of types and therefore this object is added to create range. This object is the second value in the range. The value of it has to be larger or equal to a hex Ethernet type value entered previously. This object is not considered valid if the value of sysDevL2FilterRuleEtherType is singleType(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sysDevL2FilterRuleAction 1.3.6.1.4.1.1795.2.24.2.23.1.1.4.1.7
The value of this object specify the action to be done if the rule is matched to a packet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2)  

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

sysDevL3FilterRuleConfigTable 1.3.6.1.4.1.1795.2.24.2.23.1.1.9
This table allows the user to configure the rules for layer three filter. When a filter is bound to an interface, all the rules of that particular filter apply to the specified interface. Also, the same filter may be bound to several interfaces. This table is indexed by sysDevL3FilterRuleIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevL3FilterRuleConfigTableEntry

sysDevL3FilterRuleConfigTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1
Describes a specific entry of the filter rule configuration table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysDevL3FilterRuleConfigTableEntry  

sysDevL3FilterRuleIndex 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1.1
The value of this object is an index of the filter rule table. This object is used by sysDevFilterConfigTable to identify the row in the table. When creating new row of this table the value of this object may be obtained by retreiving the value of sysDevL3FilterRuleIndexNext.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sysDevL3FilterRuleName 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1.2
The value of this object corresponds directly to the name of the rule. It is highly recommended that the RuleName be unique user friendly name.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

sysDevL3FilterRuleSrcAddress 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1.3
The value of this object corresponds directly to a 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  

sysDevL3FilterRuleSrcAddrMask 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

sysDevL3FilterRuleSrcAddrAction 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1.5
This object specifies action taken with the source address filtering. If the selection allows any SrcAddr (effectively ignoring this filed) than 'none' (3) is valid choice for this object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2), none(3)  

sysDevL3FilterRuleSrcPortNum 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1.6
The UDP or TCP port number of the source on which this filter is applied. This object is used as a start of range if the source comparison type is in-range or out-range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sysDevL3FilterRuleMaxSrcPortNum 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.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  

sysDevL3FilterRuleSrcCompType 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.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)  

sysDevL3FilterRuleDestAddress 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.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  

sysDevL3FilterRuleDestAddrMask 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

sysDevL3FilterRuleDestAddrAction 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1.11
This object specifies action taken for destination address filtering. If the selection allows any DestAddr (effectively ignoring this filed) than 'none' (3) is valid choice for this object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2), none(3)  

sysDevL3FilterRuleDestPortNum 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1.12
The UDP or TCP port number of the destination on which this filter is applied. This object is used as a start of range if the source comparison type is in-range or out-range.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sysDevL3FilterRuleMaxDestPortNum 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.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  

sysDevL3FilterRuleDestCompType 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.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)  

sysDevL3FilterRuleProtocolTypeUdp 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1.15
The value of this object corresponds to the action taken on a particular UDP packet based on the source/ destination port comparison rule. If the selection allows any Udp packet (effectively ignoring this filed) than 'none' (3) is valid choice for this object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2), none(3)  

sysDevL3FilterRuleProtocolTypeTcp 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1.16
The value of this object corresponds to the action taken on a particular TCP packet bases on the source/ destination port comparison rule. If the selection allows any Tcp packet (effectively ignoring this filed) than 'none' (3) is valid choice for this object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2), none(3)  

sysDevL3FilterRuleProtocolTypeIcmp 1.3.6.1.4.1.1795.2.24.2.23.1.1.9.1.17
The value of this object corresponds to the action taken on a particular ICMP packet bases on the protocol type comparison rule. If the selection allows any Icmp packet (effectively ignoring this filed) than 'none' (3) is valid choice for this object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forward(1), discard(2), none(3)  

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

sysDevFilterBindingTable 1.3.6.1.4.1.1795.2.24.2.23.1.1.5
This table allows us to bind filters to a particular interface. As such this table is indexed by ifIndex, and by sysDevFilterBindingIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevFilterBindingTableEntry

sysDevFilterBindingTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.1.5.1
Describes a specific entry of the filter binding table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysDevFilterBindingTableEntry  

sysDevFilterBindingIndex 1.3.6.1.4.1.1795.2.24.2.23.1.1.5.1.1
The value of this object corresponds directly to the filter index from sysDevFilterConfigTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sysDevFilterBindingDirection 1.3.6.1.4.1.1795.2.24.2.23.1.1.5.1.2
The value of this object corresponds directly to the type of the filter which needs to be bound to a particular interface. inboundFilter - This indicates that the filter is applied to the packets coming in to the interface. outboundFilter - this indicates that the filter is applied to packets going out the interface. inboundOutboundFilter - this indicates that the filter is applied packets going out the interface and to packets coming in to the interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER inboundFilter(1), outboundFilter(2), inboundOutboundFilter(3)  

sysDevFilterBindingAdminStatus 1.3.6.1.4.1.1795.2.24.2.23.1.1.5.1.3
The value of this is used to configure admin status of filter binding. If admin status is up(1) that means that the binding is active. If the status is down(2) it means that this binding is inactive for specified interface. If the filter is bound to more than one interface the binings on the other interfaces will have to be configured separately. To read this object use sysDevFilterBindingOperStatus.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

sysDevFilterBindingOperStatus 1.3.6.1.4.1.1795.2.24.2.23.1.1.5.1.4
The value of this is used to read oper status of filter binding. If oper status is up(1) that means that the binding is active. If the status is down(2) it means that this binding is inactive for specified interface. To configure this object use sysDevFilterBindingAdminStatus.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

sysDevFilterBindingRowStatus 1.3.6.1.4.1.1795.2.24.2.23.1.1.5.1.5
This object is used to add or delete a row from this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

sysDevFilterToRuleBindingTable 1.3.6.1.4.1.1795.2.24.2.23.1.1.8
This table allows us to bind filters to a particular rules. As such this table is indexed by sysDevFilterToRuleBindingIndex, and by sysDevL2FilterIndex.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SysDevFilterToRuleBindingTableEntry

sysDevFilterToRuleBindingTableEntry 1.3.6.1.4.1.1795.2.24.2.23.1.1.8.1
Describes a specific entry of the filter binding table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SysDevFilterToRuleBindingTableEntry  

sysDevFilterToRuleBindingIndex 1.3.6.1.4.1.1795.2.24.2.23.1.1.8.1.1
The value of this object corresponds directly to the rule index from sysDevL2FilterRuleTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sysDevFilterToRulePriority 1.3.6.1.4.1.1795.2.24.2.23.1.1.8.1.2
Internally the table will be sorted based on this object- in the increasing order of priority. The highest priority being 1. The table cannot be created without rules being specified. The table lookups will be done on the sorted table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

sysDevFilterToRuleBindingRowStatus 1.3.6.1.4.1.1795.2.24.2.23.1.1.8.1.3
This object is used to add or delete a row from this table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  RowStatus  

sysDevFilterIndexNext 1.3.6.1.4.1.1795.2.24.2.23.1.1.6
This object contains an appropriate value to be used for sysDevFilterConfigTable. The value of 0 indicates that no unassigned entries are available. To obtain sysDevFilterIndex value for the new entry the manager issues a management protocol retrieval operation to obtain a current value of this object. After each retrieval, the agent must modify the value to the next unassigned index to prevent assignment of the same value to multiple management systems. A management systems should repeat the read to obtain a new value should an attempt to create the new row using previously returned index fail. As this is a scalar object if the mib walk is done on this object it would return the next unused value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sysDevL2FilterRuleIndexNext 1.3.6.1.4.1.1795.2.24.2.23.1.1.7
This object contains an appropriate value to be used for sysDevL2FilterRuleConfigTable. The value of 0 indicates that no unassigned entries are available. To obtain sysDevL2FilterRuleIndex value for the new entry the manager issues a management protocol retrieval operation to obtain a current value of this object. After each retrieval, the agent must modify the value to the next unassigned index to prevent assignment of the same value to multiple management systems. A management systems should repeat the read to obtain a new value should an attempt to create the new row using previously returned index fail. As this is a scalar object if the mib walk is done on this object it would return the next unused value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sysDevL3FilterRuleIndexNext 1.3.6.1.4.1.1795.2.24.2.23.1.1.10
This object contains an appropriate value to be used for sysDevL3FilterRuleConfigTable. The value of 0 indicates that no unassigned entries are available. To obtain sysDevL3FilterRuleIndex value for the new entry the manager issues a management protocol retrieval operation to obtain a current value of this object. After each retrieval, the agent must modify the value to the next unassigned index to prevent assignment of the same value to multiple management systems. A management systems should repeat the read to obtain a new value should an attempt to create the new row using previously returned index fail. As this is a scalar object if the mib walk is done on this object it would return the next unused value.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

sysDevSNInjectionFailureTrap 22
This trap signifies that the injection of filters to SN failed It is of warning class
TRAP-TYPE    

sysDevSNInjectionIncompatibleTrap 23
This trap signifies that the injection of filters is not supported by the SN. It is of warning class
TRAP-TYPE