IPFWACC-MIB

File: IPFWACC-MIB.mib (7077 bytes)

Imported modules

RFC1155-SMI SNMPv2-SMI SNMPv2-TC
UCD-SNMP-MIB

Imported symbols

Counter OBJECT-TYPE IpAddress
DisplayString ucdavis ucdExperimental

Defined Types

IpFwAccTable  
SEQUENCE    
  ipFwAccIndex INTEGER
  ipFwAccSrcAddr IpAddress
  ipFwAccSrcNetMask IpAddress
  ipFwAccDstAddr IpAddress
  ipFwAccDstNetMask IpAddress
  ipFwAccViaName DisplayString
  ipFwAccViaAddr IpAddress
  ipFwAccProto INTEGER
  ipFwAccBidir INTEGER
  ipFwAccDir INTEGER
  ipFwAccBytes Counter
  ipFwAccPackets Counter
  ipFwAccNrSrcPorts INTEGER
  ipFwAccNrDstPorts INTEGER
  ipFwAccSrcIsRange INTEGER
  ipFwAccDstIsRange INTEGER
  ipFwAccPort1 INTEGER
  ipFwAccPort2 INTEGER
  ipFwAccPort3 INTEGER
  ipFwAccPort4 INTEGER
  ipFwAccPort5 INTEGER
  ipFwAccPort6 INTEGER
  ipFwAccPort7 INTEGER
  ipFwAccPort8 INTEGER
  ipFwAccPort9 INTEGER
  ipFwAccPort10 INTEGER

Defined Values

ipFwAccTable 1.3.6.1.4.1.2021.13.1
A table with the accounting rules of the IP firewall
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpFwAccTable

ipFwAccEntry 1.3.6.1.4.1.2021.13.1.1
An accounting rule of the IP firewall
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  IpFwAccTable  

ipFwAccIndex 1.3.6.1.4.1.2021.13.1.1.1
Reference index for each firewall rule.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccSrcAddr 1.3.6.1.4.1.2021.13.1.1.2
The source address in the firewall rule.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipFwAccSrcNetMask 1.3.6.1.4.1.2021.13.1.1.3
The netmask of the source address in the firewall rule.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipFwAccDstAddr 1.3.6.1.4.1.2021.13.1.1.4
The destination address in the firewall rule.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipFwAccDstNetMask 1.3.6.1.4.1.2021.13.1.1.5
The netmask of the destination address in the firewall rule.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipFwAccViaName 1.3.6.1.4.1.2021.13.1.1.6
The name of the interface to which the rule applies. If no interface is associated with the present rule, this should contain a dash (-) .
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

ipFwAccViaAddr 1.3.6.1.4.1.2021.13.1.1.7
The address of the interface to which the rule applies. Using this parameter makes sense when multiple addresses are associated to the same physical interface. If not defined for the current rule this should be set to 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ipFwAccProto 1.3.6.1.4.1.2021.13.1.1.8
The protocol(s) to which the rule applies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER other(1), all(2), tcp(3), udp(4), icmp(5)  

ipFwAccBidir 1.3.6.1.4.1.2021.13.1.1.9
Whether the rule works in both directions (i.e. with the source and destination parts swapped) or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unidirectional(1), bidirectional(2)  

ipFwAccDir 1.3.6.1.4.1.2021.13.1.1.10
Whether the rule applies to packets entering or exiting the kernel.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER both(1), in(2), out(3)  

ipFwAccBytes 1.3.6.1.4.1.2021.13.1.1.11
The number of bytes that matched this rule since the last reset of the counters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipFwAccPackets 1.3.6.1.4.1.2021.13.1.1.12
The number of packets that matched this rule since the last reset of the counters.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

ipFwAccNrSrcPorts 1.3.6.1.4.1.2021.13.1.1.13
The number of ports that refer to the source address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccNrDstPorts 1.3.6.1.4.1.2021.13.1.1.14
The number of ports that refer to the destination address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccSrcIsRange 1.3.6.1.4.1.2021.13.1.1.15
Interpret the first two ports of the source part as the upper and lower limit of an interval or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER srchasrange(1), srchasnorange(2)  

ipFwAccDstIsRange 1.3.6.1.4.1.2021.13.1.1.16
Interpret the first two ports of the destination part as the upper and lower limit of an interval or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER dsthasrange(1), dsthasnorange(2)  

ipFwAccPort1 1.3.6.1.4.1.2021.13.1.1.17
Port number 1.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccPort2 1.3.6.1.4.1.2021.13.1.1.18
Port number 2.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccPort3 1.3.6.1.4.1.2021.13.1.1.19
Port number 3.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccPort4 1.3.6.1.4.1.2021.13.1.1.20
Port number 4.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccPort5 1.3.6.1.4.1.2021.13.1.1.21
Port number 5.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccPort6 1.3.6.1.4.1.2021.13.1.1.22
Port number 6.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccPort7 1.3.6.1.4.1.2021.13.1.1.23
Port number 7.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccPort8 1.3.6.1.4.1.2021.13.1.1.24
Port number 8.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccPort9 1.3.6.1.4.1.2021.13.1.1.25
Port number 9.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ipFwAccPort10 1.3.6.1.4.1.2021.13.1.1.26
Port number 10.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER