OPENBSD-PF-MIB
- Registered at
- 1.3.6.1.4.1.30155.1
- Last updated
- 2015-06-09 17:28
- Organization
- OpenBSD
- Revisions
- 2015-06-09 17:28, 2013-08-31 04:46, 2013-02-24 20:33, 2012-01-26 00:00
- Namespace
- openbsd
- Source file
OPENBSD-PF-MIB- Digest
sha256:5059d6cb2973f41a539421dd9f54234625fbcbe52762ff8a36868fef578f16bd
Description
The MIB module for gathering information from OpenBSD's packet filter.
Contact
Author: Joel Knight email: knight.joel@gmail.com www: http://www.packetmischief.ca/openbsd-snmp-mibs/
Imports
| From | Symbols |
|---|---|
| OPENBSD-BASE-MIB | openBSD |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, enterprises, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
OPENBSD-BASE-MIB OPENBSD-PF-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| pfInfo OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.1 | |||
| pfRunning OBJECT-TYPE Indicates whether pf is enabled or not. | 1.3.6.1.4.1.30155.1.1.1 | TruthValue | read-only | current |
| pfRuntime OBJECT-TYPE 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. | 1.3.6.1.4.1.30155.1.1.2 | TimeTicks | read-only | current |
| pfDebug OBJECT-TYPE Indicates the debug level that pf is running at. | 1.3.6.1.4.1.30155.1.1.3 | INTEGER {emerg(0), alert(1), crit(2), err(3), warning(4), notice(5), info(6), debug(7)} | read-only | current |
| pfHostid OBJECT-TYPE The (unique) host id of the machine running pf. | 1.3.6.1.4.1.30155.1.1.4 | OCTET STRING | read-only | current |
| pfCounters OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.2 | |||
| pfCntMatch OBJECT-TYPE The number of packets that have matched a filter rule. | 1.3.6.1.4.1.30155.1.2.1 | Counter64 | read-only | current |
| pfCntBadOffset OBJECT-TYPE The number of packets that have had a bad offset value. | 1.3.6.1.4.1.30155.1.2.2 | Counter64 | read-only | current |
| pfCntFragment OBJECT-TYPE The number of packet fragments. | 1.3.6.1.4.1.30155.1.2.3 | Counter64 | read-only | current |
| pfCntShort OBJECT-TYPE The number of packets that were too short to contain a valid header. | 1.3.6.1.4.1.30155.1.2.4 | Counter64 | read-only | current |
| pfCntNormalize OBJECT-TYPE The number of packets that were normalized using the packet scrubber. | 1.3.6.1.4.1.30155.1.2.5 | Counter64 | read-only | current |
| pfCntMemory OBJECT-TYPE The number of packets that were dropped due to memory limitations. | 1.3.6.1.4.1.30155.1.2.6 | Counter64 | read-only | current |
| pfCntTimestamp OBJECT-TYPE The number of packets that were dropped due to improper RFC1323 timestamp. | 1.3.6.1.4.1.30155.1.2.7 | Counter64 | read-only | current |
| pfCntCongestion OBJECT-TYPE The number of packets that were dropped due to congestion on the interface. | 1.3.6.1.4.1.30155.1.2.8 | Counter64 | read-only | current |
| pfCntIpOption OBJECT-TYPE The number of packets that were dropped due to having options set in the IP header. | 1.3.6.1.4.1.30155.1.2.9 | Counter64 | read-only | current |
| pfCntProtoCksum OBJECT-TYPE The number of packets that were dropped due to memory limitations. | 1.3.6.1.4.1.30155.1.2.10 | Counter64 | read-only | current |
| pfCntStateMismatch OBJECT-TYPE The number of packets that were dropped due to a state table mismatch. | 1.3.6.1.4.1.30155.1.2.11 | Counter64 | read-only | current |
| pfCntStateInsert OBJECT-TYPE The number of packets that were dropped due to errors creating a state table entry. | 1.3.6.1.4.1.30155.1.2.12 | Counter64 | read-only | current |
| pfCntStateLimit OBJECT-TYPE The number of packets that were dropped due to the per-rule max state limit being reached. | 1.3.6.1.4.1.30155.1.2.13 | Counter64 | read-only | current |
| pfCntSrcLimit OBJECT-TYPE 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. | 1.3.6.1.4.1.30155.1.2.14 | Counter64 | read-only | current |
| pfCntSynproxy OBJECT-TYPE The number of packets that were dropped during the TCP synproxy process. | 1.3.6.1.4.1.30155.1.2.15 | Counter64 | read-only | current |
| pfCntTranslate OBJECT-TYPE The number of packets that were dropped because network address translation was requested and no unused port was available. | 1.3.6.1.4.1.30155.1.2.16 | Counter64 | read-only | current |
| pfCntNoRoute OBJECT-TYPE The number of packets that were dropped because policy based routing was requested but no target addresses were available. | 1.3.6.1.4.1.30155.1.2.17 | Counter64 | read-only | current |
| pfStateTable OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.3 | |||
| pfStateCount OBJECT-TYPE The number of entries in the state table. | 1.3.6.1.4.1.30155.1.3.1 | Unsigned32 | read-only | current |
| pfStateSearches OBJECT-TYPE The number of searches against the state table. | 1.3.6.1.4.1.30155.1.3.2 | Counter64 | read-only | current |
| pfStateInserts OBJECT-TYPE The number of inserts into the state table. | 1.3.6.1.4.1.30155.1.3.3 | Counter64 | read-only | current |
| pfStateRemovals OBJECT-TYPE The number of removals from the state table. | 1.3.6.1.4.1.30155.1.3.4 | Counter64 | read-only | current |
| pfLogInterface OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.4 | |||
| pfLogIfName OBJECT-TYPE The name of the interface configured using 'set loginterface'. If no interface has been configured, the object will be empty. | 1.3.6.1.4.1.30155.1.4.1 | OCTET STRING | read-only | current |
| pfLogIfIpBytesIn OBJECT-TYPE The number of IPv4 bytes passed in on the loginterface. | 1.3.6.1.4.1.30155.1.4.2 | Counter64 | read-only | current |
| pfLogIfIpBytesOut OBJECT-TYPE The number of IPv4 bytes passed out on the loginterface. | 1.3.6.1.4.1.30155.1.4.3 | Counter64 | read-only | current |
| pfLogIfIpPktsInPass OBJECT-TYPE The number of IPv4 packets passed in on the loginterface. | 1.3.6.1.4.1.30155.1.4.4 | Counter64 | read-only | current |
| pfLogIfIpPktsInDrop OBJECT-TYPE The number of dropped IPv4 packets coming in on the loginterface. | 1.3.6.1.4.1.30155.1.4.5 | Counter64 | read-only | current |
| pfLogIfIpPktsOutPass OBJECT-TYPE The number of IPv4 packets passed out on the loginterface. | 1.3.6.1.4.1.30155.1.4.6 | Counter64 | read-only | current |
| pfLogIfIpPktsOutDrop OBJECT-TYPE The number of dropped IPv4 packets going out on the loginterface. | 1.3.6.1.4.1.30155.1.4.7 | Counter64 | read-only | current |
| pfLogIfIp6BytesIn OBJECT-TYPE The number of IPv6 bytes passed in on the loginterface. | 1.3.6.1.4.1.30155.1.4.8 | Counter64 | read-only | current |
| pfLogIfIp6BytesOut OBJECT-TYPE The number of IPv6 bytes passed out on the loginterface. | 1.3.6.1.4.1.30155.1.4.9 | Counter64 | read-only | current |
| pfLogIfIp6PktsInPass OBJECT-TYPE The number of IPv6 packets passed in on the loginterface. | 1.3.6.1.4.1.30155.1.4.10 | Counter64 | read-only | current |
| pfLogIfIp6PktsInDrop OBJECT-TYPE The number of dropped IPv6 packets coming in on the loginterface. | 1.3.6.1.4.1.30155.1.4.11 | Counter64 | read-only | current |
| pfLogIfIp6PktsOutPass OBJECT-TYPE The number of IPv6 packets passed out on the loginterface. | 1.3.6.1.4.1.30155.1.4.12 | Counter64 | read-only | current |
| pfLogIfIp6PktsOutDrop OBJECT-TYPE The number of dropped IPv6 packets going out on the loginterface. | 1.3.6.1.4.1.30155.1.4.13 | Counter64 | read-only | current |
| pfSrcTracking OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.5 | |||
| pfSrcTrackCount OBJECT-TYPE The number of entries in the source tracking table. | 1.3.6.1.4.1.30155.1.5.1 | Unsigned32 | read-only | current |
| pfSrcTrackSearches OBJECT-TYPE The number of searches against the source tracking table. | 1.3.6.1.4.1.30155.1.5.2 | Counter64 | read-only | current |
| pfSrcTrackInserts OBJECT-TYPE The number of inserts into the source tracking table. | 1.3.6.1.4.1.30155.1.5.3 | Counter64 | read-only | current |
| pfSrcTrackRemovals OBJECT-TYPE The number of removals from the source tracking table. | 1.3.6.1.4.1.30155.1.5.4 | Counter64 | read-only | current |
| pfLimits OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.6 | |||
| pfLimitStates OBJECT-TYPE The maximum number of entries in the memory pool used by state table entries (filter rules that specify 'keep state'). | 1.3.6.1.4.1.30155.1.6.1 | Unsigned32 | read-only | current |
| pfLimitSourceNodes OBJECT-TYPE 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). | 1.3.6.1.4.1.30155.1.6.2 | Unsigned32 | read-only | current |
| pfLimitFragments OBJECT-TYPE The maximum number of entries in the memory pool used for packet reassembly (scrub rules). | 1.3.6.1.4.1.30155.1.6.3 | Unsigned32 | read-only | current |
| pfLimitMaxTables OBJECT-TYPE The maximum number of tables that can be created as part of the active ruleset. | 1.3.6.1.4.1.30155.1.6.4 | Unsigned32 | read-only | current |
| pfLimitMaxTableEntries OBJECT-TYPE The overall maximum number of addresses that can be stored in tables. | 1.3.6.1.4.1.30155.1.6.5 | Unsigned32 | read-only | current |
| pfTimeouts OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.7 | |||
| pfTimeoutTcpFirst OBJECT-TYPE State after receiving the first TCP packet in a new connection. | 1.3.6.1.4.1.30155.1.7.1 | Integer32 | read-only | current |
| pfTimeoutTcpOpening OBJECT-TYPE State before the destination host ever sends a packet in response to a new connection from this host. | 1.3.6.1.4.1.30155.1.7.2 | Integer32 | read-only | current |
| pfTimeoutTcpEstablished OBJECT-TYPE State when a TCP connection is fully established. | 1.3.6.1.4.1.30155.1.7.3 | Integer32 | read-only | current |
| pfTimeoutTcpClosing OBJECT-TYPE State after the first FIN has been sent. | 1.3.6.1.4.1.30155.1.7.4 | Integer32 | read-only | current |
| pfTimeoutTcpFinWait OBJECT-TYPE State after both FINs are sent and the connection is closed. | 1.3.6.1.4.1.30155.1.7.5 | Integer32 | read-only | current |
| pfTimeoutTcpClosed OBJECT-TYPE State after the first RST has been sent. | 1.3.6.1.4.1.30155.1.7.6 | Integer32 | read-only | current |
| pfTimeoutUdpFirst OBJECT-TYPE State after receiving the first UDP packet. | 1.3.6.1.4.1.30155.1.7.7 | Integer32 | read-only | current |
| pfTimeoutUdpSingle OBJECT-TYPE State if the source sends more than 1 packet but the destination has never sent a packet back. | 1.3.6.1.4.1.30155.1.7.8 | Integer32 | read-only | current |
| pfTimeoutUdpMultiple OBJECT-TYPE State when both hosts have sent packets. | 1.3.6.1.4.1.30155.1.7.9 | Integer32 | read-only | current |
| pfTimeoutIcmpFirst OBJECT-TYPE State after receiving the first ICMP packet. | 1.3.6.1.4.1.30155.1.7.10 | Integer32 | read-only | current |
| pfTimeoutIcmpError OBJECT-TYPE State when an ICMP error comes back in response to an ICMP packet. | 1.3.6.1.4.1.30155.1.7.11 | Integer32 | read-only | current |
| pfTimeoutOtherFirst OBJECT-TYPE State after receiving the first packet. | 1.3.6.1.4.1.30155.1.7.12 | Integer32 | read-only | current |
| pfTimeoutOtherSingle OBJECT-TYPE State if the source sends more than 1 packet but the destination has never sent a packet back. | 1.3.6.1.4.1.30155.1.7.13 | Integer32 | read-only | current |
| pfTimeoutOtherMultiple OBJECT-TYPE State when both hosts have sent packets. | 1.3.6.1.4.1.30155.1.7.14 | Integer32 | read-only | current |
| pfTimeoutFragment OBJECT-TYPE How long before an unassembled fragment is expired. | 1.3.6.1.4.1.30155.1.7.15 | Integer32 | read-only | current |
| pfTimeoutInterval OBJECT-TYPE Interval before purging expired states and fragments. | 1.3.6.1.4.1.30155.1.7.16 | Integer32 | read-only | current |
| pfTimeoutAdaptiveStart OBJECT-TYPE When the number of state entries exceeds this value, adaptive scaling begins. | 1.3.6.1.4.1.30155.1.7.17 | Integer32 | read-only | current |
| pfTimeoutAdaptiveEnd OBJECT-TYPE When reaching this number of state entries, all timeout values become zero, effectively purging all state entries immediately. | 1.3.6.1.4.1.30155.1.7.18 | Integer32 | read-only | current |
| pfTimeoutSrcTrack OBJECT-TYPE Time that a source tracking entry will stay around after the last state expires. | 1.3.6.1.4.1.30155.1.7.19 | Integer32 | read-only | current |
| pfInterfaces OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.8 | |||
| pfIfNumber OBJECT-TYPE The number of network interfaces present on this system. | 1.3.6.1.4.1.30155.1.8.1 | Integer32 | read-only | current |
| pfIfTable OBJECT-TYPE A list of individual interfaces. The number of entries is given by the value of pfIfNumber. | 1.3.6.1.4.1.30155.1.8.128 | not-accessible | current | |
| pfIfEntry OBJECT-TYPE An entry containing management information applicable to a particular interface. | 1.3.6.1.4.1.30155.1.8.128.1 | not-accessible | current | |
| pfIfIndex OBJECT-TYPE 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. | 1.3.6.1.4.1.30155.1.8.128.1.1 | Integer32 (1..2147483647) | read-only | current |
| pfIfDescr OBJECT-TYPE The name of the interface. | 1.3.6.1.4.1.30155.1.8.128.1.2 | OCTET STRING | read-only | current |
| pfIfType OBJECT-TYPE Denotes whether the interface is a group interface, an interface instance, or whether it's been removed or destroyed. | 1.3.6.1.4.1.30155.1.8.128.1.3 | INTEGER {group(0), instance(1), detached(2)} | read-only | current |
| pfIfRefs OBJECT-TYPE The number of state and/or source track entries which reference the interface. | 1.3.6.1.4.1.30155.1.8.128.1.4 | Unsigned32 | read-only | current |
| pfIfRules OBJECT-TYPE The number of rules which reference the interface. | 1.3.6.1.4.1.30155.1.8.128.1.5 | Unsigned32 | read-only | current |
| pfIfIn4PassPkts OBJECT-TYPE The number of IPv4 packets passed in. | 1.3.6.1.4.1.30155.1.8.128.1.6 | Counter64 | read-only | current |
| pfIfIn4PassBytes OBJECT-TYPE The number of IPv4 bytes passed in. | 1.3.6.1.4.1.30155.1.8.128.1.7 | Counter64 | read-only | current |
| pfIfIn4BlockPkts OBJECT-TYPE The number of incoming IPv4 packets blocked. | 1.3.6.1.4.1.30155.1.8.128.1.8 | Counter64 | read-only | current |
| pfIfIn4BlockBytes OBJECT-TYPE The number of incoming IPv4 bytes blocked. | 1.3.6.1.4.1.30155.1.8.128.1.9 | Counter64 | read-only | current |
| pfIfOut4PassPkts OBJECT-TYPE The number of IPv4 bytes passed out. | 1.3.6.1.4.1.30155.1.8.128.1.10 | Counter64 | read-only | current |
| pfIfOut4PassBytes OBJECT-TYPE The number of IPv4 bytes passed out. | 1.3.6.1.4.1.30155.1.8.128.1.11 | Counter64 | read-only | current |
| pfIfOut4BlockPkts OBJECT-TYPE The number of outgoing IPv4 bytes blocked. | 1.3.6.1.4.1.30155.1.8.128.1.12 | Counter64 | read-only | current |
| pfIfOut4BlockBytes OBJECT-TYPE The number of outgoing IPv4 bytes blocked. | 1.3.6.1.4.1.30155.1.8.128.1.13 | Counter64 | read-only | current |
| pfIfIn6PassPkts OBJECT-TYPE The number of IPv6 packets passed in. | 1.3.6.1.4.1.30155.1.8.128.1.14 | Counter64 | read-only | current |
| pfIfIn6PassBytes OBJECT-TYPE The number of IPv6 bytes passed in. | 1.3.6.1.4.1.30155.1.8.128.1.15 | Counter64 | read-only | current |
| pfIfIn6BlockPkts OBJECT-TYPE The number of incoming IPv6 packets blocked. | 1.3.6.1.4.1.30155.1.8.128.1.16 | Counter64 | read-only | current |
| pfIfIn6BlockBytes OBJECT-TYPE The number of incoming IPv6 bytes blocked. | 1.3.6.1.4.1.30155.1.8.128.1.17 | Counter64 | read-only | current |
| pfIfOut6PassPkts OBJECT-TYPE The number of IPv6 bytes passed out. | 1.3.6.1.4.1.30155.1.8.128.1.18 | Counter64 | read-only | current |
| pfIfOut6PassBytes OBJECT-TYPE The number of IPv6 bytes passed out. | 1.3.6.1.4.1.30155.1.8.128.1.19 | Counter64 | read-only | current |
| pfIfOut6BlockPkts OBJECT-TYPE The number of outgoing IPv6 bytes blocked. | 1.3.6.1.4.1.30155.1.8.128.1.20 | Counter64 | read-only | current |
| pfIfOut6BlockBytes OBJECT-TYPE The number of outgoing IPv6 bytes blocked. | 1.3.6.1.4.1.30155.1.8.128.1.21 | Counter64 | read-only | current |
| pfTables OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.9 | |||
| pfTblNumber OBJECT-TYPE The number of tables present on this system. | 1.3.6.1.4.1.30155.1.9.1 | Integer32 | read-only | current |
| pfTblTable OBJECT-TYPE A list of individual tables. The number of entries is given by the value of tblNumber. | 1.3.6.1.4.1.30155.1.9.128 | not-accessible | current | |
| pfTblEntry OBJECT-TYPE An entry containing management information applicable to a particular table. | 1.3.6.1.4.1.30155.1.9.128.1 | not-accessible | current | |
| pfTblIndex OBJECT-TYPE A unique value, greater than zero, for each table. | 1.3.6.1.4.1.30155.1.9.128.1.1 | Integer32 (1..2147483647) | read-only | current |
| pfTblName OBJECT-TYPE The name of the table. | 1.3.6.1.4.1.30155.1.9.128.1.2 | OCTET STRING | read-only | current |
| pfTblAddresses OBJECT-TYPE The number of addresses currently stored in the table. | 1.3.6.1.4.1.30155.1.9.128.1.3 | Integer32 | read-only | current |
| pfTblAnchorRefs OBJECT-TYPE The number of anchors which reference the table. | 1.3.6.1.4.1.30155.1.9.128.1.4 | Integer32 | read-only | current |
| pfTblRuleRefs OBJECT-TYPE The number of rules which reference the table. | 1.3.6.1.4.1.30155.1.9.128.1.5 | Integer32 | read-only | current |
| pfTblEvalsMatch OBJECT-TYPE The number of table evaluations that produced a match. | 1.3.6.1.4.1.30155.1.9.128.1.6 | Counter64 | read-only | current |
| pfTblEvalsNoMatch OBJECT-TYPE The number of table evaluations that didn't match. | 1.3.6.1.4.1.30155.1.9.128.1.7 | Counter64 | read-only | current |
| pfTblInPassPkts OBJECT-TYPE The number of packets passed in that matched the table. | 1.3.6.1.4.1.30155.1.9.128.1.8 | Counter64 | read-only | current |
| pfTblInPassBytes OBJECT-TYPE The number of bytes passed in that matched the table. | 1.3.6.1.4.1.30155.1.9.128.1.9 | Counter64 | read-only | current |
| pfTblInBlockPkts OBJECT-TYPE The number of incoming packets blocked that matched the table. | 1.3.6.1.4.1.30155.1.9.128.1.10 | Counter64 | read-only | current |
| pfTblInBlockBytes OBJECT-TYPE The number incoming bytes blocked that matched the table. | 1.3.6.1.4.1.30155.1.9.128.1.11 | Counter64 | read-only | current |
| pfTblInXPassPkts OBJECT-TYPE 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. | 1.3.6.1.4.1.30155.1.9.128.1.12 | Counter64 | read-only | current |
| pfTblInXPassBytes OBJECT-TYPE 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. | 1.3.6.1.4.1.30155.1.9.128.1.13 | Counter64 | read-only | current |
| pfTblOutPassPkts OBJECT-TYPE The number of packets passed out that matched the table. | 1.3.6.1.4.1.30155.1.9.128.1.14 | Counter64 | read-only | current |
| pfTblOutPassBytes OBJECT-TYPE The number of bytes passed out that matched the table. | 1.3.6.1.4.1.30155.1.9.128.1.15 | Counter64 | read-only | current |
| pfTblOutBlockPkts OBJECT-TYPE The number of outgoing packets blocked that matched the table. | 1.3.6.1.4.1.30155.1.9.128.1.16 | Counter64 | read-only | current |
| pfTblOutBlockBytes OBJECT-TYPE The number outgoing bytes blocked that matched the table. | 1.3.6.1.4.1.30155.1.9.128.1.17 | Counter64 | read-only | current |
| pfTblOutXPassPkts OBJECT-TYPE 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. | 1.3.6.1.4.1.30155.1.9.128.1.18 | Counter64 | read-only | current |
| pfTblOutXPassBytes OBJECT-TYPE 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. | 1.3.6.1.4.1.30155.1.9.128.1.19 | Counter64 | read-only | current |
| pfTblStatsCleared OBJECT-TYPE The number of seconds that have passed since the statistics for this pf table were zeroed. | 1.3.6.1.4.1.30155.1.9.128.1.20 | TimeTicks | read-only | current |
| pfTblInMatchPkts OBJECT-TYPE The number of inbound packets that hit a 'match' rule where this particular table was referenced by the rule. | 1.3.6.1.4.1.30155.1.9.128.1.21 | Counter64 | read-only | current |
| pfTblInMatchBytes OBJECT-TYPE The total size in bytes of all inbound packets that hit a 'match' rule where this particular table was referenced by the rule. | 1.3.6.1.4.1.30155.1.9.128.1.22 | Counter64 | read-only | current |
| pfTblOutMatchPkts OBJECT-TYPE The number of outbound packets that hit a 'match' rule where this particular table was referenced by the rule. | 1.3.6.1.4.1.30155.1.9.128.1.23 | Counter64 | read-only | current |
| pfTblOutMatchBytes OBJECT-TYPE The total size in bytes of all outbound packets that hit a 'match' rule where this particular table was referenced by the rule. | 1.3.6.1.4.1.30155.1.9.128.1.24 | Counter64 | read-only | current |
| pfTblAddrTable OBJECT-TYPE A table containing the addresses/CIDR network blocks from every table on the system. | 1.3.6.1.4.1.30155.1.9.129 | not-accessible | current | |
| pfTblAddrEntry OBJECT-TYPE An entry containing management information applicable to a particular table. | 1.3.6.1.4.1.30155.1.9.129.1 | not-accessible | current | |
| pfTblAddrTblIndex OBJECT-TYPE The index value which uniquely identifies the table which contains this pfTblAddrNet/pfTblAddrMask pair. | 1.3.6.1.4.1.30155.1.9.129.1.1 | Integer32 (1..2147483647) | read-only | current |
| pfTblAddrNet OBJECT-TYPE The IP address portion of the CIDR network for this particular table entry. | 1.3.6.1.4.1.30155.1.9.129.1.2 | IpAddress | read-only | current |
| pfTblAddrMask OBJECT-TYPE The CIDR bitmask for this particular table entry. | 1.3.6.1.4.1.30155.1.9.129.1.3 | Integer32 (0..32) | read-only | current |
| pfTblAddrCleared OBJECT-TYPE 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. | 1.3.6.1.4.1.30155.1.9.129.1.4 | TimeTicks | read-only | current |
| pfTblAddrInBlockPkts OBJECT-TYPE The number of inbound packets blocked as a result of matching this table entry. | 1.3.6.1.4.1.30155.1.9.129.1.5 | Counter64 | read-only | current |
| pfTblAddrInBlockBytes OBJECT-TYPE The number of inbound bytes blocked as a result of matching this table entry. | 1.3.6.1.4.1.30155.1.9.129.1.6 | Counter64 | read-only | current |
| pfTblAddrInPassPkts OBJECT-TYPE The number of inbound packets passed as a result of matching this table entry. | 1.3.6.1.4.1.30155.1.9.129.1.7 | Counter64 | read-only | current |
| pfTblAddrInPassBytes OBJECT-TYPE The number of inbound bytes passed as a result of matching this table entry. | 1.3.6.1.4.1.30155.1.9.129.1.8 | Counter64 | read-only | current |
| pfTblAddrOutBlockPkts OBJECT-TYPE The number of outbound packets blocked as a result of matching this table entry. | 1.3.6.1.4.1.30155.1.9.129.1.9 | Counter64 | read-only | current |
| pfTblAddrOutBlockBytes OBJECT-TYPE The number of outbound bytes blocked as a result of matching this table entry. | 1.3.6.1.4.1.30155.1.9.129.1.10 | Counter64 | read-only | current |
| pfTblAddrOutPassPkts OBJECT-TYPE The number of outbound packets passed as a result of matchin this table entry. | 1.3.6.1.4.1.30155.1.9.129.1.11 | Counter64 | read-only | current |
| pfTblAddrOutPassBytes OBJECT-TYPE The number of outbound bytes passed as a result of matchg this table entry. | 1.3.6.1.4.1.30155.1.9.129.1.12 | Counter64 | read-only | current |
| pfTblAddrInMatchPkts OBJECT-TYPE The number of inbound packets that hit a 'match' rule where this table entry was referenced. | 1.3.6.1.4.1.30155.1.9.129.1.13 | Counter64 | read-only | current |
| pfTblAddrInMatchBytes OBJECT-TYPE The total size in bytes of all inbound packets that hit a 'match' rule where this table entry was referenced. | 1.3.6.1.4.1.30155.1.9.129.1.14 | Counter64 | read-only | current |
| pfTblAddrOutMatchPkts OBJECT-TYPE The number of outbound packets that hit a 'match' rule where this table entry was referenced. | 1.3.6.1.4.1.30155.1.9.129.1.15 | Counter64 | read-only | current |
| pfTblAddrOutMatchBytes OBJECT-TYPE The total size in bytes of all outbound packets that hit a 'match' rule where this table entry was referenced. | 1.3.6.1.4.1.30155.1.9.129.1.16 | Counter64 | read-only | current |
| pfLabels OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.10 | |||
| pfLabelNumber OBJECT-TYPE The number of labels in the active pf ruleset. | 1.3.6.1.4.1.30155.1.10.1 | Integer32 | read-only | current |
| pfLabelTable OBJECT-TYPE A list of individual labels. The number of entries is given by the value of pfLabelNumber. | 1.3.6.1.4.1.30155.1.10.128 | not-accessible | current | |
| pfLabelEntry OBJECT-TYPE An entry containing management information applicable to a particular label. | 1.3.6.1.4.1.30155.1.10.128.1 | not-accessible | current | |
| pfLabelIndex OBJECT-TYPE A unique value, greater than zero, for each label. | 1.3.6.1.4.1.30155.1.10.128.1.1 | Integer32 (1..2147483647) | read-only | current |
| pfLabelName OBJECT-TYPE The name of the label. | 1.3.6.1.4.1.30155.1.10.128.1.2 | OCTET STRING | read-only | current |
| pfLabelEvals OBJECT-TYPE The number of rule evaluations. | 1.3.6.1.4.1.30155.1.10.128.1.3 | Counter64 | read-only | current |
| pfLabelPkts OBJECT-TYPE The total number of packets matched by the rule. | 1.3.6.1.4.1.30155.1.10.128.1.4 | Counter64 | read-only | current |
| pfLabelBytes OBJECT-TYPE The total number of bytes matched by the rule. | 1.3.6.1.4.1.30155.1.10.128.1.5 | Counter64 | read-only | current |
| pfLabelInPkts OBJECT-TYPE The number of incoming packets matched by the rule. | 1.3.6.1.4.1.30155.1.10.128.1.6 | Counter64 | read-only | current |
| pfLabelInBytes OBJECT-TYPE The number of incoming bytes matched by the rule. | 1.3.6.1.4.1.30155.1.10.128.1.7 | Counter64 | read-only | current |
| pfLabelOutPkts OBJECT-TYPE The number of outgoing packets matched by the rule. | 1.3.6.1.4.1.30155.1.10.128.1.8 | Counter64 | read-only | current |
| pfLabelOutBytes OBJECT-TYPE The number of outgoing bytes matched by the rule. | 1.3.6.1.4.1.30155.1.10.128.1.9 | Counter64 | read-only | current |
| pfLabelTotalStates OBJECT-TYPE The total number of state table entries created by this rule since the ruleset was loaded. | 1.3.6.1.4.1.30155.1.10.128.1.10 | Counter32 | read-only | current |
| pfsyncStats OBJECT-IDENTITY | 1.3.6.1.4.1.30155.1.11 | |||
| pfsyncIpPktsRecv OBJECT-TYPE Number of IPv4 pfsync packets received on all interfaces. | 1.3.6.1.4.1.30155.1.11.1 | Counter64 | read-only | current |
| pfsyncIp6PktsRecv OBJECT-TYPE Number of IPv6 pfsync packets received on all interfaces. | 1.3.6.1.4.1.30155.1.11.2 | Counter64 | read-only | current |
| pfsyncPktDiscardsForBadInterface OBJECT-TYPE Number of pfsync packets discarded because it was received on an interface that is not running pfsync. | 1.3.6.1.4.1.30155.1.11.3 | Counter64 | read-only | current |
| pfsyncPktDiscardsForBadTtl OBJECT-TYPE Number of pfsync packets discarded due to having a TTL less than 255. | 1.3.6.1.4.1.30155.1.11.4 | Counter64 | read-only | current |
| pfsyncPktShorterThanHeader OBJECT-TYPE Number of pfsync packets received that had a length shorter than the pfsync packet header. | 1.3.6.1.4.1.30155.1.11.5 | Counter64 | read-only | current |
| pfsyncPktDiscardsForBadVersion OBJECT-TYPE Number of pfsync packets discarded due to incorrect protocol version. | 1.3.6.1.4.1.30155.1.11.6 | Counter64 | read-only | current |
| pfsyncPktDiscardsForBadAction OBJECT-TYPE Number of pfsync packets discarded due to an invalid pfsync action in the header. | 1.3.6.1.4.1.30155.1.11.7 | Counter64 | read-only | current |
| pfsyncPktDiscardsForBadLength OBJECT-TYPE Number of pfsync packets discarded due to incorrect size. | 1.3.6.1.4.1.30155.1.11.8 | Counter64 | read-only | current |
| pfsyncPktDiscardsForBadAuth OBJECT-TYPE Number of pfsync packets discarded due to authentication failure. | 1.3.6.1.4.1.30155.1.11.9 | Counter64 | read-only | current |
| pfsyncPktDiscardsForStaleState OBJECT-TYPE Number of pfsync packets discarded because they tried to update a stale state entry. | 1.3.6.1.4.1.30155.1.11.10 | Counter64 | read-only | current |
| pfsyncPktDiscardsForBadValues OBJECT-TYPE Number of pfsync packets discarded due to containing bad values. | 1.3.6.1.4.1.30155.1.11.11 | Counter64 | read-only | current |
| pfsyncPktDiscardsForBadState OBJECT-TYPE Number of pfsync packets discarded due to state insert/lookup failure. | 1.3.6.1.4.1.30155.1.11.12 | Counter64 | read-only | current |
| pfsyncIpPktsSent OBJECT-TYPE Number of IPv4 pfsync packets sent on all interfaces. | 1.3.6.1.4.1.30155.1.11.13 | Counter64 | read-only | current |
| pfsyncIp6PktsSent OBJECT-TYPE Number of IPv6 pfsync packets sent on all interfaces. | 1.3.6.1.4.1.30155.1.11.14 | Counter64 | read-only | current |
| pfsyncNoMemory OBJECT-TYPE Number of pfsync packets which could not be sent due to insufficient memory. | 1.3.6.1.4.1.30155.1.11.15 | Counter64 | read-only | current |
| pfsyncOutputErrors OBJECT-TYPE Number of pfsync packets which could not be sent. | 1.3.6.1.4.1.30155.1.11.16 | Counter64 | read-only | current |