OPENBSD-PF-MIB
176 objects
The MIB module for gathering information from OpenBSD's packet filter.
Imported Objects
| OPENBSD-BASE-MIB | openBSD |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter32 Counter64 enterprises Integer32 IpAddress MODULE-IDENTITY NOTIFICATION-TYPE OBJECT-TYPE TimeTicks Unsigned32 |
| SNMPv2-TC | DisplayString TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.30155.1 | IdentitypfMIBObjects | The MIB module for gathering information from OpenBSD's packet filter. | ||
| 1.3.6.1.4.1.30155.1.1 | NodepfInfo | |||
| 1.3.6.1.4.1.30155.1.1.1 | ScalarpfRunning | read-only | current | Indicates whether pf is enabled or not. |
| 1.3.6.1.4.1.30155.1.1.2 | ScalarpfRuntime | read-only | current | 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 … |
| 1.3.6.1.4.1.30155.1.1.3 | ScalarpfDebug | read-only | current | Indicates the debug level that pf is running at. |
| 1.3.6.1.4.1.30155.1.1.4 | ScalarpfHostid | read-only | current | The (unique) host id of the machine running pf. |
| 1.3.6.1.4.1.30155.1.2 | NodepfCounters | |||
| 1.3.6.1.4.1.30155.1.2.1 | ScalarpfCntMatch | read-only | current | The number of packets that have matched a filter rule. |
| 1.3.6.1.4.1.30155.1.2.2 | ScalarpfCntBadOffset | read-only | current | The number of packets that have had a bad offset value. |
| 1.3.6.1.4.1.30155.1.2.3 | ScalarpfCntFragment | read-only | current | The number of packet fragments. |
| 1.3.6.1.4.1.30155.1.2.4 | ScalarpfCntShort | read-only | current | The number of packets that were too short to contain a valid header. |
| 1.3.6.1.4.1.30155.1.2.5 | ScalarpfCntNormalize | read-only | current | The number of packets that were normalized using the packet scrubber. |
| 1.3.6.1.4.1.30155.1.2.6 | ScalarpfCntMemory | read-only | current | The number of packets that were dropped due to memory limitations. |
| 1.3.6.1.4.1.30155.1.2.7 | ScalarpfCntTimestamp | read-only | current | The number of packets that were dropped due to improper RFC1323 timestamp. |
| 1.3.6.1.4.1.30155.1.2.8 | ScalarpfCntCongestion | read-only | current | The number of packets that were dropped due to congestion on the interface. |
| 1.3.6.1.4.1.30155.1.2.9 | ScalarpfCntIpOption | read-only | current | 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.10 | ScalarpfCntProtoCksum | read-only | current | The number of packets that were dropped due to TCP checksum failures. |
| 1.3.6.1.4.1.30155.1.2.11 | ScalarpfCntStateMismatch | read-only | current | The number of packets that were dropped due to a state table mismatch. |
| 1.3.6.1.4.1.30155.1.2.12 | ScalarpfCntStateInsert | read-only | current | The number of packets that were dropped due to errors creating a state table entry. |
| 1.3.6.1.4.1.30155.1.2.13 | ScalarpfCntStateLimit | read-only | current | 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.14 | ScalarpfCntSrcLimit | read-only | current | 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 lim… |
| 1.3.6.1.4.1.30155.1.2.15 | ScalarpfCntSynproxy | read-only | current | The number of packets that were dropped during the TCP synproxy process. |
| 1.3.6.1.4.1.30155.1.2.16 | ScalarpfCntTranslate | read-only | current | 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.17 | ScalarpfCntNoRoute | read-only | current | 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.3 | NodepfStateTable | |||
| 1.3.6.1.4.1.30155.1.3.1 | ScalarpfStateCount | read-only | current | The number of entries in the state table. |
| 1.3.6.1.4.1.30155.1.3.2 | ScalarpfStateSearches | read-only | current | The number of searches against the state table. |
| 1.3.6.1.4.1.30155.1.3.3 | ScalarpfStateInserts | read-only | current | The number of inserts into the state table. |
| 1.3.6.1.4.1.30155.1.3.4 | ScalarpfStateRemovals | read-only | current | The number of removals from the state table. |
| 1.3.6.1.4.1.30155.1.4 | NodepfLogInterface | |||
| 1.3.6.1.4.1.30155.1.4.1 | ScalarpfLogIfName | read-only | current | 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.2 | ScalarpfLogIfIpBytesIn | read-only | current | The number of IPv4 bytes passed in on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.3 | ScalarpfLogIfIpBytesOut | read-only | current | The number of IPv4 bytes passed out on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.4 | ScalarpfLogIfIpPktsInPass | read-only | current | The number of IPv4 packets passed in on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.5 | ScalarpfLogIfIpPktsInDrop | read-only | current | The number of dropped IPv4 packets coming in on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.6 | ScalarpfLogIfIpPktsOutPass | read-only | current | The number of IPv4 packets passed out on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.7 | ScalarpfLogIfIpPktsOutDrop | read-only | current | The number of dropped IPv4 packets going out on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.8 | ScalarpfLogIfIp6BytesIn | read-only | current | The number of IPv6 bytes passed in on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.9 | ScalarpfLogIfIp6BytesOut | read-only | current | The number of IPv6 bytes passed out on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.10 | ScalarpfLogIfIp6PktsInPass | read-only | current | The number of IPv6 packets passed in on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.11 | ScalarpfLogIfIp6PktsInDrop | read-only | current | The number of dropped IPv6 packets coming in on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.12 | ScalarpfLogIfIp6PktsOutPass | read-only | current | The number of IPv6 packets passed out on the loginterface. |
| 1.3.6.1.4.1.30155.1.4.13 | ScalarpfLogIfIp6PktsOutDrop | read-only | current | The number of dropped IPv6 packets going out on the loginterface. |
| 1.3.6.1.4.1.30155.1.5 | NodepfSrcTracking | |||
| 1.3.6.1.4.1.30155.1.5.1 | ScalarpfSrcTrackCount | read-only | current | The number of entries in the source tracking table. |
| 1.3.6.1.4.1.30155.1.5.2 | ScalarpfSrcTrackSearches | read-only | current | The number of searches against the source tracking table. |
| 1.3.6.1.4.1.30155.1.5.3 | ScalarpfSrcTrackInserts | read-only | current | The number of inserts into the source tracking table. |
| 1.3.6.1.4.1.30155.1.5.4 | ScalarpfSrcTrackRemovals | read-only | current | The number of removals from the source tracking table. |
| 1.3.6.1.4.1.30155.1.6 | NodepfLimits | |||
| 1.3.6.1.4.1.30155.1.6.1 | ScalarpfLimitStates | read-only | current | 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.2 | ScalarpfLimitSourceNodes | read-only | current | 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.3 | ScalarpfLimitFragments | read-only | current | The maximum number of entries in the memory pool used for packet reassembly (scrub rules). |
| 1.3.6.1.4.1.30155.1.6.4 | ScalarpfLimitMaxTables | read-only | current | The maximum number of tables that can be created as part of the active ruleset. |
| 1.3.6.1.4.1.30155.1.6.5 | ScalarpfLimitMaxTableEntries | read-only | current | The overall maximum number of addresses that can be stored in tables. |
| 1.3.6.1.4.1.30155.1.7 | NodepfTimeouts | |||
| 1.3.6.1.4.1.30155.1.7.1 | ScalarpfTimeoutTcpFirst | read-only | current | State after receiving the first TCP packet in a new connection. |
| 1.3.6.1.4.1.30155.1.7.2 | ScalarpfTimeoutTcpOpening | read-only | current | 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.3 | ScalarpfTimeoutTcpEstablished | read-only | current | State when a TCP connection is fully established. |
| 1.3.6.1.4.1.30155.1.7.4 | ScalarpfTimeoutTcpClosing | read-only | current | State after the first FIN has been sent. |
| 1.3.6.1.4.1.30155.1.7.5 | ScalarpfTimeoutTcpFinWait | read-only | current | State after both FINs are sent and the connection is closed. |
| 1.3.6.1.4.1.30155.1.7.6 | ScalarpfTimeoutTcpClosed | read-only | current | State after the first RST has been sent. |
| 1.3.6.1.4.1.30155.1.7.7 | ScalarpfTimeoutUdpFirst | read-only | current | State after receiving the first UDP packet. |
| 1.3.6.1.4.1.30155.1.7.8 | ScalarpfTimeoutUdpSingle | read-only | current | 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.9 | ScalarpfTimeoutUdpMultiple | read-only | current | State when both hosts have sent packets. |
| 1.3.6.1.4.1.30155.1.7.10 | ScalarpfTimeoutIcmpFirst | read-only | current | State after receiving the first ICMP packet. |
| 1.3.6.1.4.1.30155.1.7.11 | ScalarpfTimeoutIcmpError | read-only | current | State when an ICMP error comes back in response to an ICMP packet. |
| 1.3.6.1.4.1.30155.1.7.12 | ScalarpfTimeoutOtherFirst | read-only | current | State after receiving the first packet. |
| 1.3.6.1.4.1.30155.1.7.13 | ScalarpfTimeoutOtherSingle | read-only | current | 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.14 | ScalarpfTimeoutOtherMultiple | read-only | current | State when both hosts have sent packets. |
| 1.3.6.1.4.1.30155.1.7.15 | ScalarpfTimeoutFragment | read-only | current | How long before an unassembled fragment is expired. |
| 1.3.6.1.4.1.30155.1.7.16 | ScalarpfTimeoutInterval | read-only | current | Interval before purging expired states and fragments. |
| 1.3.6.1.4.1.30155.1.7.17 | ScalarpfTimeoutAdaptiveStart | read-only | current | When the number of state entries exceeds this value, adaptive scaling begins. |
| 1.3.6.1.4.1.30155.1.7.18 | ScalarpfTimeoutAdaptiveEnd | read-only | current | 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.19 | ScalarpfTimeoutSrcTrack | read-only | current | Time that a source tracking entry will stay around after the last state expires. |
| 1.3.6.1.4.1.30155.1.8 | NodepfInterfaces | |||
| 1.3.6.1.4.1.30155.1.8.1 | ScalarpfIfNumber | read-only | current | The number of network interfaces present on this system. |
| 1.3.6.1.4.1.30155.1.8.128 | TablepfIfTable | not-accessible | current | 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.1 | RowpfIfEntry | not-accessible | current | An entry containing management information applicable to a particular interface. |
| 1.3.6.1.4.1.30155.1.8.128.1.1 | ColumnpfIfIndex | read-only | current | 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 su… |
| 1.3.6.1.4.1.30155.1.8.128.1.2 | ColumnpfIfDescr | read-only | current | The name of the interface. |
| 1.3.6.1.4.1.30155.1.8.128.1.3 | ColumnpfIfType | read-only | current | 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.4 | ColumnpfIfRefs | read-only | current | The number of state and/or source track entries which reference the interface. |
| 1.3.6.1.4.1.30155.1.8.128.1.5 | ColumnpfIfRules | read-only | current | The number of rules which reference the interface. |
| 1.3.6.1.4.1.30155.1.8.128.1.6 | ColumnpfIfIn4PassPkts | read-only | current | The number of IPv4 packets passed in. |
| 1.3.6.1.4.1.30155.1.8.128.1.7 | ColumnpfIfIn4PassBytes | read-only | current | The number of IPv4 bytes passed in. |
| 1.3.6.1.4.1.30155.1.8.128.1.8 | ColumnpfIfIn4BlockPkts | read-only | current | The number of incoming IPv4 packets blocked. |
| 1.3.6.1.4.1.30155.1.8.128.1.9 | ColumnpfIfIn4BlockBytes | read-only | current | The number of incoming IPv4 bytes blocked. |
| 1.3.6.1.4.1.30155.1.8.128.1.10 | ColumnpfIfOut4PassPkts | read-only | current | The number of IPv4 bytes passed out. |
| 1.3.6.1.4.1.30155.1.8.128.1.11 | ColumnpfIfOut4PassBytes | read-only | current | The number of IPv4 bytes passed out. |
| 1.3.6.1.4.1.30155.1.8.128.1.12 | ColumnpfIfOut4BlockPkts | read-only | current | The number of outgoing IPv4 bytes blocked. |
| 1.3.6.1.4.1.30155.1.8.128.1.13 | ColumnpfIfOut4BlockBytes | read-only | current | The number of outgoing IPv4 bytes blocked. |
| 1.3.6.1.4.1.30155.1.8.128.1.14 | ColumnpfIfIn6PassPkts | read-only | current | The number of IPv6 packets passed in. |
| 1.3.6.1.4.1.30155.1.8.128.1.15 | ColumnpfIfIn6PassBytes | read-only | current | The number of IPv6 bytes passed in. |
| 1.3.6.1.4.1.30155.1.8.128.1.16 | ColumnpfIfIn6BlockPkts | read-only | current | The number of incoming IPv6 packets blocked. |
| 1.3.6.1.4.1.30155.1.8.128.1.17 | ColumnpfIfIn6BlockBytes | read-only | current | The number of incoming IPv6 bytes blocked. |
| 1.3.6.1.4.1.30155.1.8.128.1.18 | ColumnpfIfOut6PassPkts | read-only | current | The number of IPv6 bytes passed out. |
| 1.3.6.1.4.1.30155.1.8.128.1.19 | ColumnpfIfOut6PassBytes | read-only | current | The number of IPv6 bytes passed out. |
| 1.3.6.1.4.1.30155.1.8.128.1.20 | ColumnpfIfOut6BlockPkts | read-only | current | The number of outgoing IPv6 bytes blocked. |
| 1.3.6.1.4.1.30155.1.8.128.1.21 | ColumnpfIfOut6BlockBytes | read-only | current | The number of outgoing IPv6 bytes blocked. |
| 1.3.6.1.4.1.30155.1.9 | NodepfTables | |||
| 1.3.6.1.4.1.30155.1.9.1 | ScalarpfTblNumber | read-only | current | The number of tables present on this system. |
| 1.3.6.1.4.1.30155.1.9.128 | TablepfTblTable | not-accessible | current | 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.1 | RowpfTblEntry | not-accessible | current | An entry containing management information applicable to a particular table. |
| 1.3.6.1.4.1.30155.1.9.128.1.1 | ColumnpfTblIndex | read-only | current | A unique value, greater than zero, for each table. |
| 1.3.6.1.4.1.30155.1.9.128.1.2 | ColumnpfTblName | read-only | current | The name of the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.3 | ColumnpfTblAddresses | read-only | current | The number of addresses currently stored in the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.4 | ColumnpfTblAnchorRefs | read-only | current | The number of anchors which reference the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.5 | ColumnpfTblRuleRefs | read-only | current | The number of rules which reference the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.6 | ColumnpfTblEvalsMatch | read-only | current | The number of table evaluations that produced a match. |
| 1.3.6.1.4.1.30155.1.9.128.1.7 | ColumnpfTblEvalsNoMatch | read-only | current | The number of table evaluations that didn't match. |
| 1.3.6.1.4.1.30155.1.9.128.1.8 | ColumnpfTblInPassPkts | read-only | current | The number of packets passed in that matched the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.9 | ColumnpfTblInPassBytes | read-only | current | The number of bytes passed in that matched the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.10 | ColumnpfTblInBlockPkts | read-only | current | The number of incoming packets blocked that matched the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.11 | ColumnpfTblInBlockBytes | read-only | current | The number incoming bytes blocked that matched the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.12 | ColumnpfTblInXPassPkts | read-only | current | 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.13 | ColumnpfTblInXPassBytes | read-only | current | 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.14 | ColumnpfTblOutPassPkts | read-only | current | The number of packets passed out that matched the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.15 | ColumnpfTblOutPassBytes | read-only | current | The number of bytes passed out that matched the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.16 | ColumnpfTblOutBlockPkts | read-only | current | The number of outgoing packets blocked that matched the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.17 | ColumnpfTblOutBlockBytes | read-only | current | The number outgoing bytes blocked that matched the table. |
| 1.3.6.1.4.1.30155.1.9.128.1.18 | ColumnpfTblOutXPassPkts | read-only | current | 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.19 | ColumnpfTblOutXPassBytes | read-only | current | 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.20 | ColumnpfTblStatsCleared | read-only | current | 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.21 | ColumnpfTblInMatchPkts | read-only | current | 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.22 | ColumnpfTblInMatchBytes | read-only | current | 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.23 | ColumnpfTblOutMatchPkts | read-only | current | 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.24 | ColumnpfTblOutMatchBytes | read-only | current | 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.129 | TablepfTblAddrTable | not-accessible | current | A table containing the addresses/CIDR network blocks from every table on the system. |
| 1.3.6.1.4.1.30155.1.9.129.1 | RowpfTblAddrEntry | not-accessible | current | An entry containing management information applicable to a particular table. |
| 1.3.6.1.4.1.30155.1.9.129.1.1 | ColumnpfTblAddrTblIndex | read-only | current | 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.2 | ColumnpfTblAddrNet | read-only | current | The IP address portion of the CIDR network for this particular table entry. |
| 1.3.6.1.4.1.30155.1.9.129.1.3 | ColumnpfTblAddrMask | read-only | current | The CIDR bitmask for this particular table entry. |
| 1.3.6.1.4.1.30155.1.9.129.1.4 | ColumnpfTblAddrCleared | read-only | current | 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.5 | ColumnpfTblAddrInBlockPkts | read-only | current | 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.6 | ColumnpfTblAddrInBlockBytes | read-only | current | 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.7 | ColumnpfTblAddrInPassPkts | read-only | current | 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.8 | ColumnpfTblAddrInPassBytes | read-only | current | 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.9 | ColumnpfTblAddrOutBlockPkts | read-only | current | 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.10 | ColumnpfTblAddrOutBlockBytes | read-only | current | 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.11 | ColumnpfTblAddrOutPassPkts | read-only | current | 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.12 | ColumnpfTblAddrOutPassBytes | read-only | current | 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.13 | ColumnpfTblAddrInMatchPkts | read-only | current | 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.14 | ColumnpfTblAddrInMatchBytes | read-only | current | 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.15 | ColumnpfTblAddrOutMatchPkts | read-only | current | 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.16 | ColumnpfTblAddrOutMatchBytes | read-only | current | 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.10 | NodepfLabels | |||
| 1.3.6.1.4.1.30155.1.10.1 | ScalarpfLabelNumber | read-only | current | The number of labels in the active pf ruleset. |
| 1.3.6.1.4.1.30155.1.10.128 | TablepfLabelTable | not-accessible | current | 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.1 | RowpfLabelEntry | not-accessible | current | An entry containing management information applicable to a particular label. |
| 1.3.6.1.4.1.30155.1.10.128.1.1 | ColumnpfLabelIndex | read-only | current | A unique value, greater than zero, for each label. |
| 1.3.6.1.4.1.30155.1.10.128.1.2 | ColumnpfLabelName | read-only | current | The name of the label. |
| 1.3.6.1.4.1.30155.1.10.128.1.3 | ColumnpfLabelEvals | read-only | current | The number of rule evaluations. |
| 1.3.6.1.4.1.30155.1.10.128.1.4 | ColumnpfLabelPkts | read-only | current | The total number of packets matched by the rule. |
| 1.3.6.1.4.1.30155.1.10.128.1.5 | ColumnpfLabelBytes | read-only | current | The total number of bytes matched by the rule. |
| 1.3.6.1.4.1.30155.1.10.128.1.6 | ColumnpfLabelInPkts | read-only | current | The number of incoming packets matched by the rule. |
| 1.3.6.1.4.1.30155.1.10.128.1.7 | ColumnpfLabelInBytes | read-only | current | The number of incoming bytes matched by the rule. |
| 1.3.6.1.4.1.30155.1.10.128.1.8 | ColumnpfLabelOutPkts | read-only | current | The number of outgoing packets matched by the rule. |
| 1.3.6.1.4.1.30155.1.10.128.1.9 | ColumnpfLabelOutBytes | read-only | current | The number of outgoing bytes matched by the rule. |
| 1.3.6.1.4.1.30155.1.10.128.1.10 | ColumnpfLabelTotalStates | read-only | current | The total number of state table entries created by this rule since the ruleset was loaded. |
| 1.3.6.1.4.1.30155.1.11 | NodepfsyncStats | |||
| 1.3.6.1.4.1.30155.1.11.1 | ScalarpfsyncIpPktsRecv | read-only | current | Number of IPv4 pfsync packets received on all interfaces. |
| 1.3.6.1.4.1.30155.1.11.2 | ScalarpfsyncIp6PktsRecv | read-only | current | Number of IPv6 pfsync packets received on all interfaces. |
| 1.3.6.1.4.1.30155.1.11.3 | ScalarpfsyncPktDiscardsForBadInterface | read-only | current | 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.4 | ScalarpfsyncPktDiscardsForBadTtl | read-only | current | Number of pfsync packets discarded due to having a TTL less than 255. |
| 1.3.6.1.4.1.30155.1.11.5 | ScalarpfsyncPktShorterThanHeader | read-only | current | Number of pfsync packets received that had a length shorter than the pfsync packet header. |
| 1.3.6.1.4.1.30155.1.11.6 | ScalarpfsyncPktDiscardsForBadVersion | read-only | current | Number of pfsync packets discarded due to incorrect protocol version. |
| 1.3.6.1.4.1.30155.1.11.7 | ScalarpfsyncPktDiscardsForBadAction | read-only | current | Number of pfsync packets discarded due to an invalid pfsync action in the header. |
| 1.3.6.1.4.1.30155.1.11.8 | ScalarpfsyncPktDiscardsForBadLength | read-only | current | Number of pfsync packets discarded due to incorrect size. |
| 1.3.6.1.4.1.30155.1.11.9 | ScalarpfsyncPktDiscardsForBadAuth | read-only | current | Number of pfsync packets discarded due to authentication failure. |
| 1.3.6.1.4.1.30155.1.11.10 | ScalarpfsyncPktDiscardsForStaleState | read-only | current | Number of pfsync packets discarded because they tried to update a stale state entry. |
| 1.3.6.1.4.1.30155.1.11.11 | ScalarpfsyncPktDiscardsForBadValues | read-only | current | Number of pfsync packets discarded due to containing bad values. |
| 1.3.6.1.4.1.30155.1.11.12 | ScalarpfsyncPktDiscardsForBadState | read-only | current | Number of pfsync packets discarded due to state insert/lookup failure. |
| 1.3.6.1.4.1.30155.1.11.13 | ScalarpfsyncIpPktsSent | read-only | current | Number of IPv4 pfsync packets sent on all interfaces. |
| 1.3.6.1.4.1.30155.1.11.14 | ScalarpfsyncIp6PktsSent | read-only | current | Number of IPv6 pfsync packets sent on all interfaces. |
| 1.3.6.1.4.1.30155.1.11.15 | ScalarpfsyncNoMemory | read-only | current | Number of pfsync packets which could not be sent due to insufficient memory. |
| 1.3.6.1.4.1.30155.1.11.16 | ScalarpfsyncOutputErrors | read-only | current | Number of pfsync packets which could not be sent. |