OPENBSD-PF-MIB

File: OPENBSD-PF-MIB.mib (37922 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC OPENBSD-BASE-MIB
SNMPv2-CONF

Imported symbols

MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE
Counter32 Counter64 Unsigned32
Integer32 IpAddress TimeTicks
enterprises TruthValue openBSD
MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

PfIfEntry  
SEQUENCE    
  pfIfIndex Integer32
  pfIfDescr OCTET STRING
  pfIfType INTEGER
  pfIfRefs Unsigned32
  pfIfRules Unsigned32
  pfIfIn4PassPkts Counter64
  pfIfIn4PassBytes Counter64
  pfIfIn4BlockPkts Counter64
  pfIfIn4BlockBytes Counter64
  pfIfOut4PassPkts Counter64
  pfIfOut4PassBytes Counter64
  pfIfOut4BlockPkts Counter64
  pfIfOut4BlockBytes Counter64
  pfIfIn6PassPkts Counter64
  pfIfIn6PassBytes Counter64
  pfIfIn6BlockPkts Counter64
  pfIfIn6BlockBytes Counter64
  pfIfOut6PassPkts Counter64
  pfIfOut6PassBytes Counter64
  pfIfOut6BlockPkts Counter64
  pfIfOut6BlockBytes Counter64

TblEntry  
SEQUENCE    
  pfTblIndex Integer32
  pfTblName OCTET STRING
  pfTblAddresses Integer32
  pfTblAnchorRefs Integer32
  pfTblRuleRefs Integer32
  pfTblEvalsMatch Counter64
  pfTblEvalsNoMatch Counter64
  pfTblInPassPkts Counter64
  pfTblInPassBytes Counter64
  pfTblInBlockPkts Counter64
  pfTblInBlockBytes Counter64
  pfTblInXPassPkts Counter64
  pfTblInXPassBytes Counter64
  pfTblOutPassPkts Counter64
  pfTblOutPassBytes Counter64
  pfTblOutBlockPkts Counter64
  pfTblOutBlockBytes Counter64
  pfTblOutXPassPkts Counter64
  pfTblOutXPassBytes Counter64
  pfTblStatsCleared TimeTicks

TblAddrEntry  
SEQUENCE    
  pfTblAddrTblIndex Integer32
  pfTblAddrNet IpAddress
  pfTblAddrMask Integer32
  pfTblAddrCleared TimeTicks
  pfTblAddrInBlockPkts Counter64
  pfTblAddrInBlockBytes Counter64
  pfTblAddrInPassPkts Counter64
  pfTblAddrInPassBytes Counter64
  pfTblAddrOutBlockPkts Counter64
  pfTblAddrOutBlockBytes Counter64
  pfTblAddrOutPassPkts Counter64
  pfTblAddrOutPassBytes Counter64

PfLabelEntry  
SEQUENCE    
  pfLabelIndex Integer32
  pfLabelName OCTET STRING
  pfLabelEvals Counter64
  pfLabelPkts Counter64
  pfLabelBytes Counter64
  pfLabelInPkts Counter64
  pfLabelInBytes Counter64
  pfLabelOutPkts Counter64
  pfLabelOutBytes Counter64
  pfLabelTotalStates Counter32

Defined Values

pfMIBObjects 1.3.6.1.4.1.30155.1
The MIB module for gathering information from OpenBSD's packet filter.
MODULE-IDENTITY    

pfInfo 1.3.6.1.4.1.30155.1.1
OBJECT IDENTIFIER    

pfCounters 1.3.6.1.4.1.30155.1.2
OBJECT IDENTIFIER    

pfStateTable 1.3.6.1.4.1.30155.1.3
OBJECT IDENTIFIER    

pfLogInterface 1.3.6.1.4.1.30155.1.4
OBJECT IDENTIFIER    

pfSrcTracking 1.3.6.1.4.1.30155.1.5
OBJECT IDENTIFIER    

pfLimits 1.3.6.1.4.1.30155.1.6
OBJECT IDENTIFIER    

pfTimeouts 1.3.6.1.4.1.30155.1.7
OBJECT IDENTIFIER    

pfInterfaces 1.3.6.1.4.1.30155.1.8
OBJECT IDENTIFIER    

pfTables 1.3.6.1.4.1.30155.1.9
OBJECT IDENTIFIER    

pfLabels 1.3.6.1.4.1.30155.1.10
OBJECT IDENTIFIER    

pfsyncStats 1.3.6.1.4.1.30155.1.11
OBJECT IDENTIFIER    

pfRunning 1.3.6.1.4.1.30155.1.1.1
Indicates whether pf is enabled or not.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

pfRuntime 1.3.6.1.4.1.30155.1.1.2
Indicates how long pf has been enabled. If pf is not enabled, indicates how long pf has been disabled. If pf has not been explicitly enabled or disabled since the system was booted, the value will be 0.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

pfDebug 1.3.6.1.4.1.30155.1.1.3
Indicates the debug level that pf is running at.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER emerg(0), alert(1), crit(2), err(3), warning(4), notice(5), info(6), debug(7)  

pfHostid 1.3.6.1.4.1.30155.1.1.4
The (unique) host id of the machine running pf.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

pfCntMatch 1.3.6.1.4.1.30155.1.2.1
The number of packets that have matched a filter rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntBadOffset 1.3.6.1.4.1.30155.1.2.2
The number of packets that have had a bad offset value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntFragment 1.3.6.1.4.1.30155.1.2.3
The number of packet fragments.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntShort 1.3.6.1.4.1.30155.1.2.4
The number of packets that were too short to contain a valid header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntNormalize 1.3.6.1.4.1.30155.1.2.5
The number of packets that were normalized using the packet scrubber.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntMemory 1.3.6.1.4.1.30155.1.2.6
The number of packets that were dropped due to memory limitations.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntTimestamp 1.3.6.1.4.1.30155.1.2.7
The number of packets that were dropped due to improper RFC1323 timestamp.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntCongestion 1.3.6.1.4.1.30155.1.2.8
The number of packets that were dropped due to congestion on the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntIpOption 1.3.6.1.4.1.30155.1.2.9
The number of packets that were dropped due to having options set in the IP header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntProtoCksum 1.3.6.1.4.1.30155.1.2.10
The number of packets that were dropped due to memory limitations.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntStateMismatch 1.3.6.1.4.1.30155.1.2.11
The number of packets that were dropped due to a state table mismatch.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntStateInsert 1.3.6.1.4.1.30155.1.2.12
The number of packets that were dropped due to errors creating a state table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntStateLimit 1.3.6.1.4.1.30155.1.2.13
The number of packets that were dropped due to the per-rule max state limit being reached.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntSrcLimit 1.3.6.1.4.1.30155.1.2.14
The number of packets that were dropped due to stateful connection tracking. A packet could be dropped due to resource limits (memory) or due to a tracking limit being reached.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfCntSynproxy 1.3.6.1.4.1.30155.1.2.15
The number of packets that were dropped during the TCP synproxy process.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfStateCount 1.3.6.1.4.1.30155.1.3.1
The number of entries in the state table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pfStateSearches 1.3.6.1.4.1.30155.1.3.2
The number of searches against the state table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfStateInserts 1.3.6.1.4.1.30155.1.3.3
The number of inserts into the state table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfStateRemovals 1.3.6.1.4.1.30155.1.3.4
The number of removals from the state table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfName 1.3.6.1.4.1.30155.1.4.1
The name of the interface configured using 'set loginterface'. If no interface has been configured, the object will be empty.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

pfLogIfIpBytesIn 1.3.6.1.4.1.30155.1.4.2
The number of IPv4 bytes passed in on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIpBytesOut 1.3.6.1.4.1.30155.1.4.3
The number of IPv4 bytes passed out on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIpPktsInPass 1.3.6.1.4.1.30155.1.4.4
The number of IPv4 packets passed in on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIpPktsInDrop 1.3.6.1.4.1.30155.1.4.5
The number of dropped IPv4 packets coming in on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIpPktsOutPass 1.3.6.1.4.1.30155.1.4.6
The number of IPv4 packets passed out on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIpPktsOutDrop 1.3.6.1.4.1.30155.1.4.7
The number of dropped IPv4 packets going out on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIp6BytesIn 1.3.6.1.4.1.30155.1.4.8
The number of IPv6 bytes passed in on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIp6BytesOut 1.3.6.1.4.1.30155.1.4.9
The number of IPv6 bytes passed out on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIp6PktsInPass 1.3.6.1.4.1.30155.1.4.10
The number of IPv6 packets passed in on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIp6PktsInDrop 1.3.6.1.4.1.30155.1.4.11
The number of dropped IPv6 packets coming in on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIp6PktsOutPass 1.3.6.1.4.1.30155.1.4.12
The number of IPv6 packets passed out on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLogIfIp6PktsOutDrop 1.3.6.1.4.1.30155.1.4.13
The number of dropped IPv6 packets going out on the loginterface.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfSrcTrackCount 1.3.6.1.4.1.30155.1.5.1
The number of entries in the source tracking table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pfSrcTrackSearches 1.3.6.1.4.1.30155.1.5.2
The number of searches against the source tracking table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfSrcTrackInserts 1.3.6.1.4.1.30155.1.5.3
The number of inserts into the source tracking table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfSrcTrackRemovals 1.3.6.1.4.1.30155.1.5.4
The number of removals from the source tracking table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLimitStates 1.3.6.1.4.1.30155.1.6.1
The maximum number of entries in the memory pool used by state table entries (filter rules that specify 'keep state').
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pfLimitSourceNodes 1.3.6.1.4.1.30155.1.6.2
The maximum number of entries in the memory pool used for tracking source IP addresses (filter rules that specify 'sticky-address' or 'source-track' options).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pfLimitFragments 1.3.6.1.4.1.30155.1.6.3
The maximum number of entries in the memory pool used for packet reassembly (scrub rules).
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pfLimitMaxTables 1.3.6.1.4.1.30155.1.6.4
The maximum number of tables that can be created as part of the active ruleset.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pfLimitMaxTableEntries 1.3.6.1.4.1.30155.1.6.5
The overall maximum number of addresses that can be stored in tables.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pfTimeoutTcpFirst 1.3.6.1.4.1.30155.1.7.1
State after receiving the first TCP packet in a new connection.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutTcpOpening 1.3.6.1.4.1.30155.1.7.2
State before the destination host ever sends a packet in response to a new connection from this host.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutTcpEstablished 1.3.6.1.4.1.30155.1.7.3
State when a TCP connection is fully established.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutTcpClosing 1.3.6.1.4.1.30155.1.7.4
State after the first FIN has been sent.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutTcpFinWait 1.3.6.1.4.1.30155.1.7.5
State after both FINs are sent and the connection is closed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutTcpClosed 1.3.6.1.4.1.30155.1.7.6
State after the first RST has been sent.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutUdpFirst 1.3.6.1.4.1.30155.1.7.7
State after receiving the first UDP packet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutUdpSingle 1.3.6.1.4.1.30155.1.7.8
State if the source sends more than 1 packet but the destination has never sent a packet back.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutUdpMultiple 1.3.6.1.4.1.30155.1.7.9
State when both hosts have sent packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutIcmpFirst 1.3.6.1.4.1.30155.1.7.10
State after receiving the first ICMP packet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutIcmpError 1.3.6.1.4.1.30155.1.7.11
State when an ICMP error comes back in response to an ICMP packet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutOtherFirst 1.3.6.1.4.1.30155.1.7.12
State after receiving the first packet.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutOtherSingle 1.3.6.1.4.1.30155.1.7.13
State if the source sends more than 1 packet but the destination has never sent a packet back.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutOtherMultiple 1.3.6.1.4.1.30155.1.7.14
State when both hosts have sent packets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutFragment 1.3.6.1.4.1.30155.1.7.15
How long before an unassembled fragment is expired.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutInterval 1.3.6.1.4.1.30155.1.7.16
Interval before purging expired states and fragments.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutAdaptiveStart 1.3.6.1.4.1.30155.1.7.17
When the number of state entries exceeds this value, adaptive scaling begins.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutAdaptiveEnd 1.3.6.1.4.1.30155.1.7.18
When reaching this number of state entries, all timeout values become zero, effectively purging all state entries immediately.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTimeoutSrcTrack 1.3.6.1.4.1.30155.1.7.19
Time that a source tracking entry will stay around after the last state expires.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfIfNumber 1.3.6.1.4.1.30155.1.8.1
The number of network interfaces present on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfIfTable 1.3.6.1.4.1.30155.1.8.128
A list of individual interfaces. The number of entries is given by the value of pfIfNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PfIfEntry

pfIfEntry 1.3.6.1.4.1.30155.1.8.128.1
An entry containing management information applicable to a particular interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  PfIfEntry  

pfIfIndex 1.3.6.1.4.1.30155.1.8.128.1.1
A unique value, greater than zero, for each interface. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

pfIfDescr 1.3.6.1.4.1.30155.1.8.128.1.2
The name of the interface.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

pfIfType 1.3.6.1.4.1.30155.1.8.128.1.3
Denotes whether the interface is a group interface, an interface instance, or whether it's been removed or destroyed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER group(0), instance(1), detached(2)  

pfIfRefs 1.3.6.1.4.1.30155.1.8.128.1.4
The number of state and/or source track entries which reference the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pfIfRules 1.3.6.1.4.1.30155.1.8.128.1.5
The number of rules which reference the interface.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

pfIfIn4PassPkts 1.3.6.1.4.1.30155.1.8.128.1.6
The number of IPv4 packets passed in.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfIn4PassBytes 1.3.6.1.4.1.30155.1.8.128.1.7
The number of IPv4 bytes passed in.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfIn4BlockPkts 1.3.6.1.4.1.30155.1.8.128.1.8
The number of incoming IPv4 packets blocked.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfIn4BlockBytes 1.3.6.1.4.1.30155.1.8.128.1.9
The number of incoming IPv4 bytes blocked.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfOut4PassPkts 1.3.6.1.4.1.30155.1.8.128.1.10
The number of IPv4 bytes passed out.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfOut4PassBytes 1.3.6.1.4.1.30155.1.8.128.1.11
The number of IPv4 bytes passed out.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfOut4BlockPkts 1.3.6.1.4.1.30155.1.8.128.1.12
The number of outgoing IPv4 bytes blocked.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfOut4BlockBytes 1.3.6.1.4.1.30155.1.8.128.1.13
The number of outgoing IPv4 bytes blocked.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfIn6PassPkts 1.3.6.1.4.1.30155.1.8.128.1.14
The number of IPv6 packets passed in.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfIn6PassBytes 1.3.6.1.4.1.30155.1.8.128.1.15
The number of IPv6 bytes passed in.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfIn6BlockPkts 1.3.6.1.4.1.30155.1.8.128.1.16
The number of incoming IPv6 packets blocked.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfIn6BlockBytes 1.3.6.1.4.1.30155.1.8.128.1.17
The number of incoming IPv6 bytes blocked.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfOut6PassPkts 1.3.6.1.4.1.30155.1.8.128.1.18
The number of IPv6 bytes passed out.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfOut6PassBytes 1.3.6.1.4.1.30155.1.8.128.1.19
The number of IPv6 bytes passed out.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfOut6BlockPkts 1.3.6.1.4.1.30155.1.8.128.1.20
The number of outgoing IPv6 bytes blocked.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfIfOut6BlockBytes 1.3.6.1.4.1.30155.1.8.128.1.21
The number of outgoing IPv6 bytes blocked.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblNumber 1.3.6.1.4.1.30155.1.9.1
The number of tables present on this system.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTblTable 1.3.6.1.4.1.30155.1.9.128
A list of individual tables. The number of entries is given by the value of tblNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TblEntry

pfTblEntry 1.3.6.1.4.1.30155.1.9.128.1
An entry containing management information applicable to a particular table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TblEntry  

pfTblIndex 1.3.6.1.4.1.30155.1.9.128.1.1
A unique value, greater than zero, for each table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

pfTblName 1.3.6.1.4.1.30155.1.9.128.1.2
The name of the table.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

pfTblAddresses 1.3.6.1.4.1.30155.1.9.128.1.3
The number of addresses currently stored in the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTblAnchorRefs 1.3.6.1.4.1.30155.1.9.128.1.4
The number of anchors which reference the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTblRuleRefs 1.3.6.1.4.1.30155.1.9.128.1.5
The number of rules which reference the table.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfTblEvalsMatch 1.3.6.1.4.1.30155.1.9.128.1.6
The number of table evaluations that produced a match.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblEvalsNoMatch 1.3.6.1.4.1.30155.1.9.128.1.7
The number of table evaluations that didn't match.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblInPassPkts 1.3.6.1.4.1.30155.1.9.128.1.8
The number of packets passed in that matched the table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblInPassBytes 1.3.6.1.4.1.30155.1.9.128.1.9
The number of bytes passed in that matched the table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblInBlockPkts 1.3.6.1.4.1.30155.1.9.128.1.10
The number of incoming packets blocked that matched the table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblInBlockBytes 1.3.6.1.4.1.30155.1.9.128.1.11
The number incoming bytes blocked that matched the table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblInXPassPkts 1.3.6.1.4.1.30155.1.9.128.1.12
The number of packets statefully passed in where the state entry refers to the table, but the table no longer contains the address in question.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblInXPassBytes 1.3.6.1.4.1.30155.1.9.128.1.13
The number of bytes statefully passed in where the state entry refers to the table, but the table no longer contains the address in question.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblOutPassPkts 1.3.6.1.4.1.30155.1.9.128.1.14
The number of packets passed out that matched the table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblOutPassBytes 1.3.6.1.4.1.30155.1.9.128.1.15
The number of bytes passed out that matched the table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblOutBlockPkts 1.3.6.1.4.1.30155.1.9.128.1.16
The number of outgoing packets blocked that matched the table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblOutBlockBytes 1.3.6.1.4.1.30155.1.9.128.1.17
The number outgoing bytes blocked that matched the table.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblOutXPassPkts 1.3.6.1.4.1.30155.1.9.128.1.18
The number of packets statefully passed out where the state entry refers to the table, but the table no longer contains the address in question.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblOutXPassBytes 1.3.6.1.4.1.30155.1.9.128.1.19
The number of bytes statefully passed out where the state entry refers to the table, but the table no longer contains the address in question.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblStatsCleared 1.3.6.1.4.1.30155.1.9.128.1.20
The number of seconds that have passed since the statistics for this pf table were zeroed.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

pfTblAddrTable 1.3.6.1.4.1.30155.1.9.129
A table containing the addresses/CIDR network blocks from every table on the system.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    TblAddrEntry

pfTblAddrEntry 1.3.6.1.4.1.30155.1.9.129.1
An entry containing management information applicable to a particular table.
Status: current Access: not-accessible
OBJECT-TYPE    
  TblAddrEntry  

pfTblAddrTblIndex 1.3.6.1.4.1.30155.1.9.129.1.1
The index value which uniquely identifies the table which contains this pfTblAddrNet/pfTblAddrMask pair.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

pfTblAddrNet 1.3.6.1.4.1.30155.1.9.129.1.2
The IP address portion of the CIDR network for this particular table entry.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

pfTblAddrMask 1.3.6.1.4.1.30155.1.9.129.1.3
The CIDR bitmask for this particular table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..32  

pfTblAddrCleared 1.3.6.1.4.1.30155.1.9.129.1.4
The time that's passed since the statistics where last cleared, or since the pfTblAddrNet/pfTblAddrMask pair was loaded into the table, whichever is sooner.
Status: current Access: read-only
OBJECT-TYPE    
  TimeTicks  

pfTblAddrInBlockPkts 1.3.6.1.4.1.30155.1.9.129.1.5
The number of inbound packets blocked as a result of matching this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblAddrInBlockBytes 1.3.6.1.4.1.30155.1.9.129.1.6
The number of inbound bytes blocked as a result of matching this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblAddrInPassPkts 1.3.6.1.4.1.30155.1.9.129.1.7
The number of inbound packets passed as a result of matching this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblAddrInPassBytes 1.3.6.1.4.1.30155.1.9.129.1.8
The number of inbound bytes passed as a result of matching this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblAddrOutBlockPkts 1.3.6.1.4.1.30155.1.9.129.1.9
The number of outbound packets blocked as a result of matching this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblAddrOutBlockBytes 1.3.6.1.4.1.30155.1.9.129.1.10
The number of outbound bytes blocked as a result of matching this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblAddrOutPassPkts 1.3.6.1.4.1.30155.1.9.129.1.11
The number of outbound packets passed as a result of matchin this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfTblAddrOutPassBytes 1.3.6.1.4.1.30155.1.9.129.1.12
The number of outbound bytes passed as a result of matchg this table entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLabelNumber 1.3.6.1.4.1.30155.1.10.1
The number of labels in the active pf ruleset.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

pfLabelTable 1.3.6.1.4.1.30155.1.10.128
A list of individual labels. The number of entries is given by the value of pfLabelNumber.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PfLabelEntry

pfLabelEntry 1.3.6.1.4.1.30155.1.10.128.1
An entry containing management information applicable to a particular label.
Status: current Access: not-accessible
OBJECT-TYPE    
  PfLabelEntry  

pfLabelIndex 1.3.6.1.4.1.30155.1.10.128.1.1
A unique value, greater than zero, for each label.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

pfLabelName 1.3.6.1.4.1.30155.1.10.128.1.2
The name of the label.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

pfLabelEvals 1.3.6.1.4.1.30155.1.10.128.1.3
The number of rule evaluations.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLabelPkts 1.3.6.1.4.1.30155.1.10.128.1.4
The total number of packets matched by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLabelBytes 1.3.6.1.4.1.30155.1.10.128.1.5
The total number of bytes matched by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLabelInPkts 1.3.6.1.4.1.30155.1.10.128.1.6
The number of incoming packets matched by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLabelInBytes 1.3.6.1.4.1.30155.1.10.128.1.7
The number of incoming bytes matched by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLabelOutPkts 1.3.6.1.4.1.30155.1.10.128.1.8
The number of outgoing packets matched by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLabelOutBytes 1.3.6.1.4.1.30155.1.10.128.1.9
The number of outgoing bytes matched by the rule.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfLabelTotalStates 1.3.6.1.4.1.30155.1.10.128.1.10
The total number of state table entries created by this rule since the ruleset was loaded.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

pfsyncIpPktsRecv 1.3.6.1.4.1.30155.1.11.1
Number of IPv4 pfsync packets received on all interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncIp6PktsRecv 1.3.6.1.4.1.30155.1.11.2
Number of IPv6 pfsync packets received on all interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncPktDiscardsForBadInterface 1.3.6.1.4.1.30155.1.11.3
Number of pfsync packets discarded because it was received on an interface that is not running pfsync.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncPktDiscardsForBadTtl 1.3.6.1.4.1.30155.1.11.4
Number of pfsync packets discarded due to having a TTL less than 255.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncPktShorterThanHeader 1.3.6.1.4.1.30155.1.11.5
Number of pfsync packets received that had a length shorter than the pfsync packet header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncPktDiscardsForBadVersion 1.3.6.1.4.1.30155.1.11.6
Number of pfsync packets discarded due to incorrect protocol version.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncPktDiscardsForBadAction 1.3.6.1.4.1.30155.1.11.7
Number of pfsync packets discarded due to an invalid pfsync action in the header.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncPktDiscardsForBadLength 1.3.6.1.4.1.30155.1.11.8
Number of pfsync packets discarded due to incorrect size.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncPktDiscardsForBadAuth 1.3.6.1.4.1.30155.1.11.9
Number of pfsync packets discarded due to authentication failure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncPktDiscardsForStaleState 1.3.6.1.4.1.30155.1.11.10
Number of pfsync packets discarded because they tried to update a stale state entry.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncPktDiscardsForBadValues 1.3.6.1.4.1.30155.1.11.11
Number of pfsync packets discarded due to containing bad values.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncPktDiscardsForBadState 1.3.6.1.4.1.30155.1.11.12
Number of pfsync packets discarded due to state insert/lookup failure.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncIpPktsSent 1.3.6.1.4.1.30155.1.11.13
Number of IPv4 pfsync packets sent on all interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncIp6PktsSent 1.3.6.1.4.1.30155.1.11.14
Number of IPv6 pfsync packets sent on all interfaces.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncNoMemory 1.3.6.1.4.1.30155.1.11.15
Number of pfsync packets which could not be sent due to insufficient memory.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

pfsyncOutputErrors 1.3.6.1.4.1.30155.1.11.16
Number of pfsync packets which could not be sent.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64