OPENBSD-PF-MIB
The MIB module for gathering information from OpenBSD's packet filter.
Main OID:
pfMIBObjects.1.3.6.1.4.1.30155.1
166
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
166 total| Object Name |
|---|
pfMIBObjectsThe MIB module for gathering information from OpenBSD's packet filter. MODULE-IDENTITY .1.3.6.1.4.1.30155.1 |
pfInfo OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.1 |
pfRunningIndicates whether pf is enabled or not.ro TruthValue (SNMPv2-TC) .1.3.6.1.4.1.30155.1.1.1 |
pfRuntimeIndicates 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.ro TimeTicks UNITS "1/100th of a Second" .1.3.6.1.4.1.30155.1.1.2 |
pfDebugIndicates the debug level that pf is running at.ro Enumeration .1.3.6.1.4.1.30155.1.1.3 |
pfHostidThe (unique) host id of the machine running pf.ro OCTET STRING .1.3.6.1.4.1.30155.1.1.4 |
pfCounters OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.2 |
pfCntMatchThe number of packets that have matched a filter rule.ro Counter64 .1.3.6.1.4.1.30155.1.2.1 |
pfCntBadOffsetThe number of packets that have had a bad offset value.ro Counter64 .1.3.6.1.4.1.30155.1.2.2 |
pfCntFragmentThe number of packet fragments.ro Counter64 .1.3.6.1.4.1.30155.1.2.3 |
pfCntShortThe number of packets that were too short to contain a valid header.ro Counter64 .1.3.6.1.4.1.30155.1.2.4 |
pfCntNormalizeThe number of packets that were normalized using the packet scrubber.ro Counter64 .1.3.6.1.4.1.30155.1.2.5 |
pfCntMemoryThe number of packets that were dropped due to memory limitations.ro Counter64 .1.3.6.1.4.1.30155.1.2.6 |
pfCntTimestampThe number of packets that were dropped due to improper RFC1323 timestamp.ro Counter64 .1.3.6.1.4.1.30155.1.2.7 |
pfCntCongestionThe number of packets that were dropped due to congestion on the interface.ro Counter64 .1.3.6.1.4.1.30155.1.2.8 |
pfCntIpOptionThe number of packets that were dropped due to having options set in the IP header.ro Counter64 .1.3.6.1.4.1.30155.1.2.9 |
pfCntProtoCksumThe number of packets that were dropped due to memory limitations.ro Counter64 .1.3.6.1.4.1.30155.1.2.10 |
pfCntStateMismatchThe number of packets that were dropped due to a state table mismatch.ro Counter64 .1.3.6.1.4.1.30155.1.2.11 |
pfCntStateInsertThe number of packets that were dropped due to errors creating a state table entry.ro Counter64 .1.3.6.1.4.1.30155.1.2.12 |
pfCntStateLimitThe number of packets that were dropped due to the per-rule max state limit being reached.ro Counter64 .1.3.6.1.4.1.30155.1.2.13 |
pfCntSrcLimitThe 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.ro Counter64 .1.3.6.1.4.1.30155.1.2.14 |
pfCntSynproxyThe number of packets that were dropped during the TCP synproxy process.ro Counter64 .1.3.6.1.4.1.30155.1.2.15 |
pfStateTable OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.3 |
pfStateCountThe number of entries in the state table.ro Unsigned32 .1.3.6.1.4.1.30155.1.3.1 |
pfStateSearchesThe number of searches against the state table.ro Counter64 .1.3.6.1.4.1.30155.1.3.2 |
pfStateInsertsThe number of inserts into the state table.ro Counter64 .1.3.6.1.4.1.30155.1.3.3 |
pfStateRemovalsThe number of removals from the state table.ro Counter64 .1.3.6.1.4.1.30155.1.3.4 |
pfLogInterface OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.4 |
pfLogIfNameThe name of the interface configured using 'set loginterface'. If no interface has been configured, the object will be empty.ro OCTET STRING .1.3.6.1.4.1.30155.1.4.1 |
pfLogIfIpBytesInThe number of IPv4 bytes passed in on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.2 |
pfLogIfIpBytesOutThe number of IPv4 bytes passed out on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.3 |
pfLogIfIpPktsInPassThe number of IPv4 packets passed in on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.4 |
pfLogIfIpPktsInDropThe number of dropped IPv4 packets coming in on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.5 |
pfLogIfIpPktsOutPassThe number of IPv4 packets passed out on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.6 |
pfLogIfIpPktsOutDropThe number of dropped IPv4 packets going out on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.7 |
pfLogIfIp6BytesInThe number of IPv6 bytes passed in on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.8 |
pfLogIfIp6BytesOutThe number of IPv6 bytes passed out on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.9 |
pfLogIfIp6PktsInPassThe number of IPv6 packets passed in on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.10 |
pfLogIfIp6PktsInDropThe number of dropped IPv6 packets coming in on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.11 |
pfLogIfIp6PktsOutPassThe number of IPv6 packets passed out on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.12 |
pfLogIfIp6PktsOutDropThe number of dropped IPv6 packets going out on the loginterface.ro Counter64 .1.3.6.1.4.1.30155.1.4.13 |
pfSrcTracking OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.5 |
pfSrcTrackCountThe number of entries in the source tracking table.ro Unsigned32 .1.3.6.1.4.1.30155.1.5.1 |
pfSrcTrackSearchesThe number of searches against the source tracking table.ro Counter64 .1.3.6.1.4.1.30155.1.5.2 |
pfSrcTrackInsertsThe number of inserts into the source tracking table.ro Counter64 .1.3.6.1.4.1.30155.1.5.3 |
pfSrcTrackRemovalsThe number of removals from the source tracking table.ro Counter64 .1.3.6.1.4.1.30155.1.5.4 |
pfLimits OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.6 |
pfLimitStatesThe maximum number of entries in the memory pool used by state table entries (filter rules that specify 'keep state').ro Unsigned32 .1.3.6.1.4.1.30155.1.6.1 |
pfLimitSourceNodesThe maximum number of entries in the memory pool used for tracking source IP addresses (filter rules that specify 'sticky-address' or 'source-track' options).ro Unsigned32 .1.3.6.1.4.1.30155.1.6.2 |
pfLimitFragmentsThe maximum number of entries in the memory pool used for packet reassembly (scrub rules).ro Unsigned32 .1.3.6.1.4.1.30155.1.6.3 |
pfLimitMaxTablesThe maximum number of tables that can be created as part of the active ruleset.ro Unsigned32 .1.3.6.1.4.1.30155.1.6.4 |
pfLimitMaxTableEntriesThe overall maximum number of addresses that can be stored in tables.ro Unsigned32 .1.3.6.1.4.1.30155.1.6.5 |
pfTimeouts OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.7 |
pfTimeoutTcpFirstState after receiving the first TCP packet in a new connection.ro Integer32 .1.3.6.1.4.1.30155.1.7.1 |
pfTimeoutTcpOpeningState before the destination host ever sends a packet in response to a new connection from this host.ro Integer32 .1.3.6.1.4.1.30155.1.7.2 |
pfTimeoutTcpEstablishedState when a TCP connection is fully established.ro Integer32 .1.3.6.1.4.1.30155.1.7.3 |
pfTimeoutTcpClosingState after the first FIN has been sent.ro Integer32 .1.3.6.1.4.1.30155.1.7.4 |
pfTimeoutTcpFinWaitState after both FINs are sent and the connection is closed.ro Integer32 .1.3.6.1.4.1.30155.1.7.5 |
pfTimeoutTcpClosedState after the first RST has been sent.ro Integer32 .1.3.6.1.4.1.30155.1.7.6 |
pfTimeoutUdpFirstState after receiving the first UDP packet.ro Integer32 .1.3.6.1.4.1.30155.1.7.7 |
pfTimeoutUdpSingleState if the source sends more than 1 packet but the destination has never sent a packet back.ro Integer32 .1.3.6.1.4.1.30155.1.7.8 |
pfTimeoutUdpMultipleState when both hosts have sent packets.ro Integer32 .1.3.6.1.4.1.30155.1.7.9 |
pfTimeoutIcmpFirstState after receiving the first ICMP packet.ro Integer32 .1.3.6.1.4.1.30155.1.7.10 |
pfTimeoutIcmpErrorState when an ICMP error comes back in response to an ICMP packet.ro Integer32 .1.3.6.1.4.1.30155.1.7.11 |
pfTimeoutOtherFirstState after receiving the first packet.ro Integer32 .1.3.6.1.4.1.30155.1.7.12 |
pfTimeoutOtherSingleState if the source sends more than 1 packet but the destination has never sent a packet back.ro Integer32 .1.3.6.1.4.1.30155.1.7.13 |
pfTimeoutOtherMultipleState when both hosts have sent packets.ro Integer32 .1.3.6.1.4.1.30155.1.7.14 |
pfTimeoutFragmentHow long before an unassembled fragment is expired.ro Integer32 .1.3.6.1.4.1.30155.1.7.15 |
pfTimeoutIntervalInterval before purging expired states and fragments.ro Integer32 .1.3.6.1.4.1.30155.1.7.16 |
pfTimeoutAdaptiveStartWhen the number of state entries exceeds this value, adaptive scaling begins.ro Integer32 .1.3.6.1.4.1.30155.1.7.17 |
pfTimeoutAdaptiveEndWhen reaching this number of state entries, all timeout values become zero, effectively purging all state entries immediately.ro Integer32 .1.3.6.1.4.1.30155.1.7.18 |
pfTimeoutSrcTrackTime that a source tracking entry will stay around after the last state expires.ro Integer32 .1.3.6.1.4.1.30155.1.7.19 |
pfInterfaces OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.8 |
pfIfNumberThe number of network interfaces present on this system.ro Integer32 .1.3.6.1.4.1.30155.1.8.1 |
pfIfTableA list of individual interfaces. The number of entries is given by the value of pfIfNumber. SEQUENCE OF PfIfEntry .1.3.6.1.4.1.30155.1.8.128 |
pfIfEntryAn entry containing management information applicable to a particular interface. PfIfEntry .1.3.6.1.4.1.30155.1.8.128.1 |
pfIfIndexA 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.ro Integer32 .1.3.6.1.4.1.30155.1.8.128.1.1 |
pfIfDescrThe name of the interface.ro OCTET STRING .1.3.6.1.4.1.30155.1.8.128.1.2 |
pfIfTypeDenotes whether the interface is a group interface, an interface instance, or whether it's been removed or destroyed.ro Enumeration .1.3.6.1.4.1.30155.1.8.128.1.3 |
pfIfRefsThe number of state and/or source track entries which reference the interface.ro Unsigned32 .1.3.6.1.4.1.30155.1.8.128.1.4 |
pfIfRulesThe number of rules which reference the interface.ro Unsigned32 .1.3.6.1.4.1.30155.1.8.128.1.5 |
pfIfIn4PassPktsThe number of IPv4 packets passed in.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.6 |
pfIfIn4PassBytesThe number of IPv4 bytes passed in.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.7 |
pfIfIn4BlockPktsThe number of incoming IPv4 packets blocked.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.8 |
pfIfIn4BlockBytesThe number of incoming IPv4 bytes blocked.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.9 |
pfIfOut4PassPktsThe number of IPv4 bytes passed out.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.10 |
pfIfOut4PassBytesThe number of IPv4 bytes passed out.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.11 |
pfIfOut4BlockPktsThe number of outgoing IPv4 bytes blocked.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.12 |
pfIfOut4BlockBytesThe number of outgoing IPv4 bytes blocked.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.13 |
pfIfIn6PassPktsThe number of IPv6 packets passed in.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.14 |
pfIfIn6PassBytesThe number of IPv6 bytes passed in.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.15 |
pfIfIn6BlockPktsThe number of incoming IPv6 packets blocked.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.16 |
pfIfIn6BlockBytesThe number of incoming IPv6 bytes blocked.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.17 |
pfIfOut6PassPktsThe number of IPv6 bytes passed out.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.18 |
pfIfOut6PassBytesThe number of IPv6 bytes passed out.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.19 |
pfIfOut6BlockPktsThe number of outgoing IPv6 bytes blocked.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.20 |
pfIfOut6BlockBytesThe number of outgoing IPv6 bytes blocked.ro Counter64 .1.3.6.1.4.1.30155.1.8.128.1.21 |
pfTables OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.9 |
pfTblNumberThe number of tables present on this system.ro Integer32 .1.3.6.1.4.1.30155.1.9.1 |
pfTblTableA list of individual tables. The number of entries is given by the value of tblNumber. SEQUENCE OF TblEntry .1.3.6.1.4.1.30155.1.9.128 |
pfTblEntryAn entry containing management information applicable to a particular table. TblEntry .1.3.6.1.4.1.30155.1.9.128.1 |
pfTblIndexA unique value, greater than zero, for each table.ro Integer32 .1.3.6.1.4.1.30155.1.9.128.1.1 |
pfTblNameThe name of the table.ro OCTET STRING .1.3.6.1.4.1.30155.1.9.128.1.2 |
pfTblAddressesThe number of addresses currently stored in the table.ro Integer32 .1.3.6.1.4.1.30155.1.9.128.1.3 |
pfTblAnchorRefsThe number of anchors which reference the table.ro Integer32 .1.3.6.1.4.1.30155.1.9.128.1.4 |
pfTblRuleRefsThe number of rules which reference the table.ro Integer32 .1.3.6.1.4.1.30155.1.9.128.1.5 |
pfTblEvalsMatchThe number of table evaluations that produced a match.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.6 |
pfTblEvalsNoMatchThe number of table evaluations that didn't match.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.7 |
pfTblInPassPktsThe number of packets passed in that matched the table.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.8 |
pfTblInPassBytesThe number of bytes passed in that matched the table.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.9 |
pfTblInBlockPktsThe number of incoming packets blocked that matched the table.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.10 |
pfTblInBlockBytesThe number incoming bytes blocked that matched the table.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.11 |
pfTblInXPassPktsThe number of packets statefully passed in where the state entry refers to the table, but the table no longer contains the address in question.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.12 |
pfTblInXPassBytesThe number of bytes statefully passed in where the state entry refers to the table, but the table no longer contains the address in question.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.13 |
pfTblOutPassPktsThe number of packets passed out that matched the table.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.14 |
pfTblOutPassBytesThe number of bytes passed out that matched the table.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.15 |
pfTblOutBlockPktsThe number of outgoing packets blocked that matched the table.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.16 |
pfTblOutBlockBytesThe number outgoing bytes blocked that matched the table.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.17 |
pfTblOutXPassPktsThe number of packets statefully passed out where the state entry refers to the table, but the table no longer contains the address in question.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.18 |
pfTblOutXPassBytesThe number of bytes statefully passed out where the state entry refers to the table, but the table no longer contains the address in question.ro Counter64 .1.3.6.1.4.1.30155.1.9.128.1.19 |
pfTblStatsClearedThe number of seconds that have passed since the statistics for this pf table were zeroed.ro TimeTicks UNITS "1/100th of a Second" .1.3.6.1.4.1.30155.1.9.128.1.20 |
pfTblAddrTableA table containing the addresses/CIDR network blocks from every table on the system. SEQUENCE OF TblAddrEntry .1.3.6.1.4.1.30155.1.9.129 |
pfTblAddrEntryAn entry containing management information applicable to a particular table. TblAddrEntry .1.3.6.1.4.1.30155.1.9.129.1 |
pfTblAddrTblIndexThe index value which uniquely identifies the table which contains this pfTblAddrNet/pfTblAddrMask pair.ro Integer32 .1.3.6.1.4.1.30155.1.9.129.1.1 |
pfTblAddrNetThe IP address portion of the CIDR network for this particular table entry.ro IpAddress .1.3.6.1.4.1.30155.1.9.129.1.2 |
pfTblAddrMaskThe CIDR bitmask for this particular table entry.ro Integer32 .1.3.6.1.4.1.30155.1.9.129.1.3 |
pfTblAddrClearedThe time that's passed since the statistics where last cleared, or since the pfTblAddrNet/pfTblAddrMask pair was loaded into the table, whichever is sooner.ro TimeTicks UNITS "1/100th of a Second" .1.3.6.1.4.1.30155.1.9.129.1.4 |
pfTblAddrInBlockPktsThe number of inbound packets blocked as a result of matching this table entry.ro Counter64 .1.3.6.1.4.1.30155.1.9.129.1.5 |
pfTblAddrInBlockBytesThe number of inbound bytes blocked as a result of matching this table entry.ro Counter64 .1.3.6.1.4.1.30155.1.9.129.1.6 |
pfTblAddrInPassPktsThe number of inbound packets passed as a result of matching this table entry.ro Counter64 .1.3.6.1.4.1.30155.1.9.129.1.7 |
pfTblAddrInPassBytesThe number of inbound bytes passed as a result of matching this table entry.ro Counter64 .1.3.6.1.4.1.30155.1.9.129.1.8 |
pfTblAddrOutBlockPktsThe number of outbound packets blocked as a result of matching this table entry.ro Counter64 .1.3.6.1.4.1.30155.1.9.129.1.9 |
pfTblAddrOutBlockBytesThe number of outbound bytes blocked as a result of matching this table entry.ro Counter64 .1.3.6.1.4.1.30155.1.9.129.1.10 |
pfTblAddrOutPassPktsThe number of outbound packets passed as a result of matchin this table entry.ro Counter64 .1.3.6.1.4.1.30155.1.9.129.1.11 |
pfTblAddrOutPassBytesThe number of outbound bytes passed as a result of matchg this table entry.ro Counter64 .1.3.6.1.4.1.30155.1.9.129.1.12 |
pfLabels OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.10 |
pfLabelNumberThe number of labels in the active pf ruleset.ro Integer32 .1.3.6.1.4.1.30155.1.10.1 |
pfLabelTableA list of individual labels. The number of entries is given by the value of pfLabelNumber. SEQUENCE OF PfLabelEntry .1.3.6.1.4.1.30155.1.10.128 |
pfLabelEntryAn entry containing management information applicable to a particular label. PfLabelEntry .1.3.6.1.4.1.30155.1.10.128.1 |
pfLabelIndexA unique value, greater than zero, for each label.ro Integer32 .1.3.6.1.4.1.30155.1.10.128.1.1 |
pfLabelNameThe name of the label.ro OCTET STRING .1.3.6.1.4.1.30155.1.10.128.1.2 |
pfLabelEvalsThe number of rule evaluations.ro Counter64 .1.3.6.1.4.1.30155.1.10.128.1.3 |
pfLabelPktsThe total number of packets matched by the rule.ro Counter64 .1.3.6.1.4.1.30155.1.10.128.1.4 |
pfLabelBytesThe total number of bytes matched by the rule.ro Counter64 .1.3.6.1.4.1.30155.1.10.128.1.5 |
pfLabelInPktsThe number of incoming packets matched by the rule.ro Counter64 .1.3.6.1.4.1.30155.1.10.128.1.6 |
pfLabelInBytesThe number of incoming bytes matched by the rule.ro Counter64 .1.3.6.1.4.1.30155.1.10.128.1.7 |
pfLabelOutPktsThe number of outgoing packets matched by the rule.ro Counter64 .1.3.6.1.4.1.30155.1.10.128.1.8 |
pfLabelOutBytesThe number of outgoing bytes matched by the rule.ro Counter64 .1.3.6.1.4.1.30155.1.10.128.1.9 |
pfLabelTotalStatesThe total number of state table entries created by this rule since the ruleset was loaded.ro Counter32 .1.3.6.1.4.1.30155.1.10.128.1.10 |
pfsyncStats OBJECT IDENTIFIER .1.3.6.1.4.1.30155.1.11 |
pfsyncIpPktsRecvNumber of IPv4 pfsync packets received on all interfaces.ro Counter64 .1.3.6.1.4.1.30155.1.11.1 |
pfsyncIp6PktsRecvNumber of IPv6 pfsync packets received on all interfaces.ro Counter64 .1.3.6.1.4.1.30155.1.11.2 |
pfsyncPktDiscardsForBadInterfaceNumber of pfsync packets discarded because it was received on an interface that is not running pfsync.ro Counter64 .1.3.6.1.4.1.30155.1.11.3 |
pfsyncPktDiscardsForBadTtlNumber of pfsync packets discarded due to having a TTL less than 255.ro Counter64 .1.3.6.1.4.1.30155.1.11.4 |
pfsyncPktShorterThanHeaderNumber of pfsync packets received that had a length shorter than the pfsync packet header.ro Counter64 .1.3.6.1.4.1.30155.1.11.5 |
pfsyncPktDiscardsForBadVersionNumber of pfsync packets discarded due to incorrect protocol version.ro Counter64 .1.3.6.1.4.1.30155.1.11.6 |
pfsyncPktDiscardsForBadActionNumber of pfsync packets discarded due to an invalid pfsync action in the header.ro Counter64 .1.3.6.1.4.1.30155.1.11.7 |
pfsyncPktDiscardsForBadLengthNumber of pfsync packets discarded due to incorrect size.ro Counter64 .1.3.6.1.4.1.30155.1.11.8 |
pfsyncPktDiscardsForBadAuthNumber of pfsync packets discarded due to authentication failure.ro Counter64 .1.3.6.1.4.1.30155.1.11.9 |
pfsyncPktDiscardsForStaleStateNumber of pfsync packets discarded because they tried to update a stale state entry.ro Counter64 .1.3.6.1.4.1.30155.1.11.10 |
pfsyncPktDiscardsForBadValuesNumber of pfsync packets discarded due to containing bad values.ro Counter64 .1.3.6.1.4.1.30155.1.11.11 |
pfsyncPktDiscardsForBadStateNumber of pfsync packets discarded due to state insert/lookup failure.ro Counter64 .1.3.6.1.4.1.30155.1.11.12 |
pfsyncIpPktsSentNumber of IPv4 pfsync packets sent on all interfaces.ro Counter64 .1.3.6.1.4.1.30155.1.11.13 |
pfsyncIp6PktsSentNumber of IPv6 pfsync packets sent on all interfaces.ro Counter64 .1.3.6.1.4.1.30155.1.11.14 |
pfsyncNoMemoryNumber of pfsync packets which could not be sent due to insufficient memory.ro Counter64 .1.3.6.1.4.1.30155.1.11.15 |
pfsyncOutputErrorsNumber of pfsync packets which could not be sent.ro Counter64 .1.3.6.1.4.1.30155.1.11.16 |