ACC-IPFILTER

File: ACC-IPFILTER.mib (39978 bytes)

Imported modules

RFC1155-SMI ACC-SYSTEM ACC-MIB

Imported symbols

OBJECT-TYPE IpAddress Counter
TimeTicks accTrapLogSeqNum accBRG
DisplayString RowStatus IfIndex
SmdsAddress

Defined Types

AccIpFiltEntry  
SEQUENCE    
  accIpFiltDAddr IpAddress
  accIpFiltDNetMask IpAddress
  accIpFiltSAddr IpAddress
  accIpFiltSNetMask IpAddress
  accIpFiltParm OCTET STRING
  accIpFiltDisp INTEGER

AccIpSmdsAtEntry  
SEQUENCE    
  accIpSmdsAtIpAddr IpAddress
  accIpSmdsAtSmdsAddr SmdsAddress
  accIpSmdsAtIpMcast SmdsAddress
  accIpSmdsAtArpMcast SmdsAddress

AccIpIfFiltDispEntry  
SEQUENCE    
  accIpIfFiltDispIfIndex INTEGER
  accIpIfFiltDispPktDir INTEGER
  accIpIfFiltDispSeqNum INTEGER
  accIpIfFiltDispDAddr IpAddress
  accIpIfFiltDispDNetMask IpAddress
  accIpIfFiltDispSAddr IpAddress
  accIpIfFiltDispSNetMask IpAddress
  accIpIfFiltDispOp1 INTEGER
  accIpIfFiltDispProtocol INTEGER
  accIpIfFiltDispOp2 INTEGER
  accIpIfFiltDispUDPTCPPort INTEGER
  accIpIfFiltDispDispos INTEGER
  accIpIfFiltDispMatches Counter
  accIpIfFiltDispLastMatchTime TimeTicks
  accIpIfFiltDispMatchPkt OCTET STRING

AccIpIfFiltEditEntry  
SEQUENCE    
  accIpIfFiltEditIndex INTEGER
  accIpIfFiltEditAction INTEGER
  accIpIfFiltEditIfIndex INTEGER
  accIpIfFiltEditPktDir INTEGER
  accIpIfFiltEditDAddr IpAddress
  accIpIfFiltEditDNetMask IpAddress
  accIpIfFiltEditSAddr IpAddress
  accIpIfFiltEditSNetMask IpAddress
  accIpIfFiltEditOp1 INTEGER
  accIpIfFiltEditProtocol INTEGER
  accIpIfFiltEditOp2 INTEGER
  accIpIfFiltEditUDPTCPPort INTEGER
  accIpIfFiltEditDispos INTEGER

AccIpNamedFiltEntry  
SEQUENCE    
  accIpNamedFiltName OCTET STRING
  accIpNamedFiltAction INTEGER
  accIpNamedFiltPktDir INTEGER
  accIpNamedFiltDAddr IpAddress
  accIpNamedFiltDNetMask IpAddress
  accIpNamedFiltSAddr IpAddress
  accIpNamedFiltSNetMask IpAddress
  accIpNamedFiltOp1 INTEGER
  accIpNamedFiltProtocol INTEGER
  accIpNamedFiltOp2 INTEGER
  accIpNamedFiltUDPTCPPort INTEGER
  accIpNamedFiltDisp INTEGER
  accIpNamedFiltMatches Counter
  accIpNamedFiltLastMatch TimeTicks
  accIpNamedFiltApplId INTEGER
  accIpNamedFiltSAIndex OCTET STRING

AccIpFiltApplEntry  
SEQUENCE    
  accIpFiltApplIfIndex INTEGER
  accIpFiltApplPktDir INTEGER
  accIpFiltApplSeqNum INTEGER
  accIpFiltApplName DisplayString
  accIpFiltApplMatches Counter
  accIpFiltApplLastMatch TimeTicks

Defined Values

accIpFilter 1.3.6.1.4.1.5.1.1.18
OBJECT IDENTIFIER    

accIpSrcRouting 1.3.6.1.4.1.5.1.1.18.1
Source Routing mode
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

accIpFiltTable 1.3.6.1.4.1.5.1.1.18.2
List of IP filters Entries added/deleted by management action. Setting any object to NULL deletes the entry
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccIpFiltEntry

accIpFiltEntry 1.3.6.1.4.1.5.1.1.18.2.1
Specific IP filter
Status: deprecated Access: not-accessible
OBJECT-TYPE    
  AccIpFiltEntry  

accIpFiltDAddr 1.3.6.1.4.1.5.1.1.18.2.1.1
Destination Address
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpFiltDNetMask 1.3.6.1.4.1.5.1.1.18.2.1.2
Destination Network Mask
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpFiltSAddr 1.3.6.1.4.1.5.1.1.18.2.1.3
Source Address
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpFiltSNetMask 1.3.6.1.4.1.5.1.1.18.2.1.4
Source Network Mask
Status: deprecated Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpFiltParm 1.3.6.1.4.1.5.1.1.18.2.1.5
Filter parameters; Byte 0 is Operation 1 [0,1,2] = [None, !,=] Bytes 1,2 is Protocol Byte 3 is Operation 2 [0 = none [1,2,3,4] = both [!, <, >, =] [5,6,7,8] = destination [!, <, >, =] [9,10,11,12] = source [!, <, >, =] Bytes 4,5 is UDP/TCP port number
Status: deprecated Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accIpFiltDisp 1.3.6.1.4.1.5.1.1.18.2.1.6
Disposition of packets meeting the filter criteria. Packets not discarded will be output with the selected relative transmission priority.
Status: deprecated Access: read-write
OBJECT-TYPE    
  INTEGER normalPriority(0), discard(1), lowPriority(2), highPriority(3)  

accIpSmdsAtTable 1.3.6.1.4.1.5.1.1.18.3
The IP/SMDS address translation table. Contains the IP address, Local SNI, IP multicast address (E.164 format), and ARP multicast address (E.164 format).
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccIpSmdsAtEntry

accIpSmdsAtEntry 1.3.6.1.4.1.5.1.1.18.3.1
An IP/SMDS address translation table entry. Each entry contains an IP address and necessary SMDS translation parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccIpSmdsAtEntry  

accIpSmdsAtIpAddr 1.3.6.1.4.1.5.1.1.18.3.1.1
The IP address associated with the Local SNI, IP Multicast and ARP Multicast SMDS addresses.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accIpSmdsAtSmdsAddr 1.3.6.1.4.1.5.1.1.18.3.1.2
The local SNI SMDS address in E.164 address format (e.g., 0xC18005551212FFFF)
Status: mandatory Access: read-write
OBJECT-TYPE    
  SmdsAddress  

accIpSmdsAtIpMcast 1.3.6.1.4.1.5.1.1.18.3.1.3
The IP Multicast SMDS Group address in E.164 address format (e.g.,0xE18005551111FFFF)
Status: mandatory Access: read-write
OBJECT-TYPE    
  SmdsAddress  

accIpSmdsAtArpMcast 1.3.6.1.4.1.5.1.1.18.3.1.4
The ARP Multicast SMDS Group address in E.164 address format (e.g.,0xE18005551111FFFF)
Status: mandatory Access: read-only
OBJECT-TYPE    
  SmdsAddress  

accIpSubDirBcast 1.3.6.1.4.1.5.1.1.18.4
Packets with an all-ones host portion of the destination IP address are called Subnet Directed Broadcast (or Limited Broadcast) packets. This object selects if these packets are to be broadcast onto the destination subnet.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER bcast(1), nobcast(2)  

accIpIfFiltDispTable 1.3.6.1.4.1.5.1.1.18.5
List of revised IP filters which add support for filtering by source or destination interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccIpIfFiltDispEntry

accIpIfFiltDispEntry 1.3.6.1.4.1.5.1.1.18.5.1
An entry in the revised IP filter table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccIpIfFiltDispEntry  

accIpIfFiltDispIfIndex 1.3.6.1.4.1.5.1.1.18.5.1.1
Interface index to which this filter applies, or zero for global filters. This integer identifies the row of the system wide interfaces table associated with the particular interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIpIfFiltDispPktDir 1.3.6.1.4.1.5.1.1.18.5.1.2
Stream direction to which filter is applied. Input and Output require an interface to be specified. Global indicates all interfaces and both directions. Input and Global filters are applied prior to Output filters. NOTE: a packet originating in the router may not pass through the filter logic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER input(1), output(2), global(3)  

accIpIfFiltDispSeqNum 1.3.6.1.4.1.5.1.1.18.5.1.3
An internally generated sequence number used to allow the Filter display table to be retruned in the order the filters are applied (most specific to least specific) without violating SNMP ordering rules. Sequence numbers for all filters may change with a single addition or modification of a filter. Sequence numbers, once assigned, are not assigned again. This number has no intrinsic meaning.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIpIfFiltDispDAddr 1.3.6.1.4.1.5.1.1.18.5.1.4
Destination Address
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accIpIfFiltDispDNetMask 1.3.6.1.4.1.5.1.1.18.5.1.5
Destination Network Mask
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accIpIfFiltDispSAddr 1.3.6.1.4.1.5.1.1.18.5.1.6
Source Address
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accIpIfFiltDispSNetMask 1.3.6.1.4.1.5.1.1.18.5.1.7
Source Network Mask
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accIpIfFiltDispOp1 1.3.6.1.4.1.5.1.1.18.5.1.8
Logical operation to be performed on the next object/parameter (protocol). If 'none', the filter will match any protocol.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), not-equal(2), equal(3)  

accIpIfFiltDispProtocol 1.3.6.1.4.1.5.1.1.18.5.1.9
Ip protocol on which to filter.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..255  

accIpIfFiltDispOp2 1.3.6.1.4.1.5.1.1.18.5.1.10
Logical operation to be performed on the next object/parameter (port).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER none(1), not-equal(2), less-than(3), greater-than(4), equal(5), src-not-equal(6), src-less-than(7), src-greater-than(8), src-equal(9), dst-not-equal(10), dst-less-than(11), dst-greater-than(12), dst-equal(13)  

accIpIfFiltDispUDPTCPPort 1.3.6.1.4.1.5.1.1.18.5.1.11
The UDP or TCP port number to which the previous logical operation is to apply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..65535  

accIpIfFiltDispDispos 1.3.6.1.4.1.5.1.1.18.5.1.12
Disposition of packets meeting the filter criteria. Packets not discarded will be output with the selected relative transmission priority. The log option causes a rate selected trap to be generated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER discard(1), log(2), lowPriority(3), normalPriority(4), highPriority(5)  

accIpIfFiltDispMatches 1.3.6.1.4.1.5.1.1.18.5.1.13
The number of times this filter criteria has been applied.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accIpIfFiltDispLastMatchTime 1.3.6.1.4.1.5.1.1.18.5.1.14
The value of sysUpTime the last time this filter was applied.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

accIpIfFiltDispMatchPkt 1.3.6.1.4.1.5.1.1.18.5.1.15
This object is used exclusivley for returning information in a trap about the last packet that was filtered. A query of this object will return an octet string of length zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accIpIfFiltEditTable 1.3.6.1.4.1.5.1.1.18.6
A transient table which is used to create/delete /modify an entry in the IP filter database.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccIpIfFiltEditEntry

accIpIfFiltEditEntry 1.3.6.1.4.1.5.1.1.18.6.1
An entry in the revised IP filter table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccIpIfFiltEditEntry  

accIpIfFiltEditIndex 1.3.6.1.4.1.5.1.1.18.6.1.1
An arbitrary number assigned to the record that is currently being edited.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIpIfFiltEditAction 1.3.6.1.4.1.5.1.1.18.6.1.2
The action to be performed with this record. In the future the field 'pending' may be added.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER add(1), delete(2)  

accIpIfFiltEditIfIndex 1.3.6.1.4.1.5.1.1.18.6.1.3
Interface index to which this filter applies, or zero for global filters. This integer identifies the row of the system wide interfaces table associated with the particular interface.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accIpIfFiltEditPktDir 1.3.6.1.4.1.5.1.1.18.6.1.4
Stream direction to which filter is applied. Input and Output require an interface to be specified. Global indicates all interfaces and both directions. Input and Global filters are applied prior to Output filters. NOTE: a packet originating in the router may not pass through the filter logic.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER input(1), output(2), global(3)  

accIpIfFiltEditDAddr 1.3.6.1.4.1.5.1.1.18.6.1.5
Destination Address
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpIfFiltEditDNetMask 1.3.6.1.4.1.5.1.1.18.6.1.6
Destination Network Mask
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpIfFiltEditSAddr 1.3.6.1.4.1.5.1.1.18.6.1.7
Source Address
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpIfFiltEditSNetMask 1.3.6.1.4.1.5.1.1.18.6.1.8
Source Network Mask
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpIfFiltEditOp1 1.3.6.1.4.1.5.1.1.18.6.1.9
Logical operation to be performed on the next object/parameter (protocol). If 'none', the filter will match any protocol.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), equal(2), not-equal(3)  

accIpIfFiltEditProtocol 1.3.6.1.4.1.5.1.1.18.6.1.10
Ip protocol on which to filter.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

accIpIfFiltEditOp2 1.3.6.1.4.1.5.1.1.18.6.1.11
Logical operation to be performed on the next object/parameter (port).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), equal(2), not-equal(3), less-than(4), greater-than(5), dst-equal(6), dst-not-equal(7), dst-less-than(8), dst-greater-than(9), src-equal(10), src-not-equal(11), src-less-than(12), src-greater-than(13)  

accIpIfFiltEditUDPTCPPort 1.3.6.1.4.1.5.1.1.18.6.1.12
The UDP or TCP port number to which the previous logical operation is to apply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

accIpIfFiltEditDispos 1.3.6.1.4.1.5.1.1.18.6.1.13
Disposition of packets meeting the filter criteria. Packets not discarded will be output with the selected relative transmission priority. The log option causes a rate sensitive trap to be generated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), log(2), normalPriority(3), lowPriority(4), highPriority(5)  

accIpNamedFiltTable 1.3.6.1.4.1.5.1.1.18.7
Table of port-independent named IP filters
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccIpNamedFiltEntry

accIpNamedFiltEntry 1.3.6.1.4.1.5.1.1.18.7.1
Entry for a single named port-independent named IP filter
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccIpNamedFiltEntry  

accIpNamedFiltName 1.3.6.1.4.1.5.1.1.18.7.1.1
The name of the filter entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accIpNamedFiltAction 1.3.6.1.4.1.5.1.1.18.7.1.2
Action to perform on filter entry: ADD or DELETE
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER add(1), delete(2)  

accIpNamedFiltPktDir 1.3.6.1.4.1.5.1.1.18.7.1.3
Direction filter is to be applied in. Filters which are applied globally ignore this parameter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER input(1), output(2)  

accIpNamedFiltDAddr 1.3.6.1.4.1.5.1.1.18.7.1.4
Destination address to apply in filter
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpNamedFiltDNetMask 1.3.6.1.4.1.5.1.1.18.7.1.5
Desintation network mask to apply in filter
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpNamedFiltSAddr 1.3.6.1.4.1.5.1.1.18.7.1.6
Source address to apply in filter
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpNamedFiltSNetMask 1.3.6.1.4.1.5.1.1.18.7.1.7
Source network mask to apply in filter
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpNamedFiltOp1 1.3.6.1.4.1.5.1.1.18.7.1.8
First operator to apply in filter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), not-equal(2), equal(3)  

accIpNamedFiltProtocol 1.3.6.1.4.1.5.1.1.18.7.1.9
Protocol to apply in filter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..255  

accIpNamedFiltOp2 1.3.6.1.4.1.5.1.1.18.7.1.10
The secondary operator to apply
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), not-equal(2), less-than(3), greater-than(4), equal(5), src-not-equal(6), src-less-than(7), src-greater-than(8), src-equal(9), dst-not-equal(10), dst-less-than(11), dst-greater-than(12), dst-equal(13)  

accIpNamedFiltUDPTCPPort 1.3.6.1.4.1.5.1.1.18.7.1.11
UDP/TCP port number to apply in filter
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

accIpNamedFiltDisp 1.3.6.1.4.1.5.1.1.18.7.1.12
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER discard(1), log(2), normalPriority(3), lowPriority(4), highPriority(5)  

accIpNamedFiltMatches 1.3.6.1.4.1.5.1.1.18.7.1.13
Count of times this filter has been matched
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accIpNamedFiltLastMatch 1.3.6.1.4.1.5.1.1.18.7.1.14
Time/Date that filter was last matched
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

accIpNamedFiltApplId 1.3.6.1.4.1.5.1.1.18.7.1.15
User defined identification number associated with an application. (i.e, telnet, ftp)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIpNamedFiltSAIndex 1.3.6.1.4.1.5.1.1.18.7.1.16
Points to a Security Association used for one communication flow
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accIpFiltApplTable 1.3.6.1.4.1.5.1.1.18.8
Table showing the list of IP filters that will be applied on a given interface, shown in the order that they will be applied. This is essentially an expansion of the filter profile to filter entries on a per interface basis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccIpFiltApplEntry

accIpFiltApplEntry 1.3.6.1.4.1.5.1.1.18.8.1
A single entry in the filter application table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccIpFiltApplEntry  

accIpFiltApplIfIndex 1.3.6.1.4.1.5.1.1.18.8.1.1
Interface index to which this filter applies, or zero for global filters. This integer identifies the row of the system wide interfaces table associated with the particular interface.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIpFiltApplPktDir 1.3.6.1.4.1.5.1.1.18.8.1.2
Stream direction to which filter is applied. Input and Output require an interface to be specified. Global indicates all interfaces and both directions. Input and Global filters are applied prior to Output filters. NOTE: a packet originating in the router may not pass through the filter logic.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER input(1), output(2), global(3)  

accIpFiltApplSeqNum 1.3.6.1.4.1.5.1.1.18.8.1.3
An internally generated sequence number used to allow the Filter display table to be returned in the order the filters are applied (most specific to least specific) without violating SNMP ordering rules. Sequence numbers for all filters may change with a single addition or modification of a filter. Sequence numbers, once assigned, are not assigned again. This number has no intrinsic meaning.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIpFiltApplName 1.3.6.1.4.1.5.1.1.18.8.1.4
The name of the filter entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accIpFiltApplMatches 1.3.6.1.4.1.5.1.1.18.8.1.5
Count of times this filter has been matched
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accIpFiltApplLastMatch 1.3.6.1.4.1.5.1.1.18.8.1.6
Time/Date that filter was last matched
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks