OPENBSD-PF-MIB: View SNMP OID List / Download MIB

VENDOR: OPENBSD PROJECT


 Home MIB: OPENBSD-PF-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


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