BEGEMOT-PF-MIB
- Registered at
- 1.3.6.1.4.1.12325.1.200
- Last updated
- 2010-03-18 00:00
- Organization
- NixSys BVBA
- Revisions
- 2010-03-18 00:00, 2009-12-05 00:00, 2005-01-24 00:00
- Namespace
- pfsense
- Source file
BEGEMOT-PF-MIB- Digest
sha256:5ad7aa9d6151c677391c2c78ae5662502d15b0eb07d3b3f02e473e36e612cc69
Description
The Begemot MIB for the pf packet filter.
Contact
Philip Paeps Postal: NixSys BVBA Louizastraat 14 BE-2800 Mechelen Belgium E-Mail: philip@FreeBSD.org
Imports
| From | Symbols |
|---|---|
| BEGEMOT-MIB | begemot |
| INET-ADDRESS-MIB | InetAddress, InetAddressPrefixLength, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Counter64, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, TimeTicks, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
BEGEMOT-MIB BEGEMOT-PF-MIB FOKUS-MIB INET-ADDRESS-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| begemotPfObjects OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1 | |||
| pfStatus OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.1 | |||
| pfStatusRunning OBJECT-TYPE True if pf is currently enabled. | 1.3.6.1.4.1.12325.1.200.1.1.1 | TruthValue | read-only | current |
| pfStatusRuntime OBJECT-TYPE Indicates how long pf has been enabled. If pf is not currently enabled, indicates how long it has been disabled. If pf has not been enabled or disabled since the system was started, the value will be 0. | 1.3.6.1.4.1.12325.1.200.1.1.2 | TimeTicks | read-only | current |
| pfStatusDebug OBJECT-TYPE Indicates the debug level at which pf is running. | 1.3.6.1.4.1.12325.1.200.1.1.3 | INTEGER {none(0), urgent(1), misc(2), loud(3)} | read-only | current |
| pfStatusHostId OBJECT-TYPE The (unique) host identifier of the machine running pf. | 1.3.6.1.4.1.12325.1.200.1.1.4 | OCTET STRING | read-only | current |
| pfCounter OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.2 | |||
| pfCounterMatch OBJECT-TYPE Number of packets that matched a filter rule. | 1.3.6.1.4.1.12325.1.200.1.2.1 | Counter64 | read-only | current |
| pfCounterBadOffset OBJECT-TYPE Number of packets with bad offset. | 1.3.6.1.4.1.12325.1.200.1.2.2 | Counter64 | read-only | current |
| pfCounterFragment OBJECT-TYPE Number of fragmented packets. | 1.3.6.1.4.1.12325.1.200.1.2.3 | Counter64 | read-only | current |
| pfCounterShort OBJECT-TYPE Number of short packets. | 1.3.6.1.4.1.12325.1.200.1.2.4 | Counter64 | read-only | current |
| pfCounterNormalize OBJECT-TYPE Number of normalized packets. | 1.3.6.1.4.1.12325.1.200.1.2.5 | Counter64 | read-only | current |
| pfCounterMemDrop OBJECT-TYPE Number of packets dropped due to memory limitations. | 1.3.6.1.4.1.12325.1.200.1.2.6 | Counter64 | read-only | current |
| pfStateTable OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.3 | |||
| pfStateTableCount OBJECT-TYPE Number of entries in the state table. | 1.3.6.1.4.1.12325.1.200.1.3.1 | Unsigned32 | read-only | current |
| pfStateTableSearches OBJECT-TYPE Number of searches against the state table. | 1.3.6.1.4.1.12325.1.200.1.3.2 | Counter64 | read-only | current |
| pfStateTableInserts OBJECT-TYPE Number of entries inserted into the state table. | 1.3.6.1.4.1.12325.1.200.1.3.3 | Counter64 | read-only | current |
| pfStateTableRemovals OBJECT-TYPE Number of entries removed from the state table. | 1.3.6.1.4.1.12325.1.200.1.3.4 | Counter64 | read-only | current |
| pfSrcNodes OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.4 | |||
| pfSrcNodesCount OBJECT-TYPE Number of entries in the source tracking table. | 1.3.6.1.4.1.12325.1.200.1.4.1 | Unsigned32 | read-only | current |
| pfSrcNodesSearches OBJECT-TYPE Number of searches against the source tracking table. | 1.3.6.1.4.1.12325.1.200.1.4.2 | Counter64 | read-only | current |
| pfSrcNodesInserts OBJECT-TYPE Number of entries inserted into the source tracking table. | 1.3.6.1.4.1.12325.1.200.1.4.3 | Counter64 | read-only | current |
| pfSrcNodesRemovals OBJECT-TYPE Number of entries removed from the source tracking table. | 1.3.6.1.4.1.12325.1.200.1.4.4 | Counter64 | read-only | current |
| pfLimits OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.5 | |||
| pfLimitsStates OBJECT-TYPE Maximum number of 'keep state' rules in the ruleset. | 1.3.6.1.4.1.12325.1.200.1.5.1 | Unsigned32 | read-only | current |
| pfLimitsSrcNodes OBJECT-TYPE Maximum number of 'sticky-address' or 'source-track' rules in the ruleset. | 1.3.6.1.4.1.12325.1.200.1.5.2 | Unsigned32 | read-only | current |
| pfLimitsFrags OBJECT-TYPE Maximum number of 'scrub' rules in the ruleset. | 1.3.6.1.4.1.12325.1.200.1.5.3 | Unsigned32 | read-only | current |
| pfTimeouts OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.6 | |||
| pfTimeoutsTcpFirst OBJECT-TYPE State after the first packet in a connection. | 1.3.6.1.4.1.12325.1.200.1.6.1 | Integer32 | read-only | current |
| pfTimeoutsTcpOpening OBJECT-TYPE State before the destination host ever sends a packet. | 1.3.6.1.4.1.12325.1.200.1.6.2 | Integer32 | read-only | current |
| pfTimeoutsTcpEstablished OBJECT-TYPE The fully established state. | 1.3.6.1.4.1.12325.1.200.1.6.3 | Integer32 | read-only | current |
| pfTimeoutsTcpClosing OBJECT-TYPE State after the first FIN has been sent. | 1.3.6.1.4.1.12325.1.200.1.6.4 | Integer32 | read-only | current |
| pfTimeoutsTcpFinWait OBJECT-TYPE State after both FINs have been exchanged and the connection is closed. | 1.3.6.1.4.1.12325.1.200.1.6.5 | Integer32 | read-only | current |
| pfTimeoutsTcpClosed OBJECT-TYPE State after one endpoint sends an RST. | 1.3.6.1.4.1.12325.1.200.1.6.6 | Integer32 | read-only | current |
| pfTimeoutsUdpFirst OBJECT-TYPE State after the first packet. | 1.3.6.1.4.1.12325.1.200.1.6.7 | Integer32 | read-only | current |
| pfTimeoutsUdpSingle OBJECT-TYPE State if the source host sends more than one packet but the destination host has never sent one back. | 1.3.6.1.4.1.12325.1.200.1.6.8 | Integer32 | read-only | current |
| pfTimeoutsUdpMultiple OBJECT-TYPE State if both hosts have sent packets. | 1.3.6.1.4.1.12325.1.200.1.6.9 | Integer32 | read-only | current |
| pfTimeoutsIcmpFirst OBJECT-TYPE State after the first packet. | 1.3.6.1.4.1.12325.1.200.1.6.10 | Integer32 | read-only | current |
| pfTimeoutsIcmpError OBJECT-TYPE State after an ICMP error came back in response to an ICMP packet. | 1.3.6.1.4.1.12325.1.200.1.6.11 | Integer32 | read-only | current |
| pfTimeoutsOtherFirst OBJECT-TYPE State after the first packet. | 1.3.6.1.4.1.12325.1.200.1.6.12 | Integer32 | read-only | current |
| pfTimeoutsOtherSingle OBJECT-TYPE State if the source host sends more than one packet but the destination host has never sent one back. | 1.3.6.1.4.1.12325.1.200.1.6.13 | Integer32 | read-only | current |
| pfTimeoutsOtherMultiple OBJECT-TYPE State if both hosts have sent packets. | 1.3.6.1.4.1.12325.1.200.1.6.14 | Integer32 | read-only | current |
| pfTimeoutsFragment OBJECT-TYPE Seconds before an unassembled fragment is expired. | 1.3.6.1.4.1.12325.1.200.1.6.15 | Integer32 | read-only | current |
| pfTimeoutsInterval OBJECT-TYPE Interval between purging expired states and fragments. | 1.3.6.1.4.1.12325.1.200.1.6.16 | Integer32 | read-only | current |
| pfTimeoutsAdaptiveStart OBJECT-TYPE When the number of state entries exceeds this value, adaptive scaling begins. | 1.3.6.1.4.1.12325.1.200.1.6.17 | Integer32 | read-only | current |
| pfTimeoutsAdaptiveEnd 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.12325.1.200.1.6.18 | Integer32 | read-only | current |
| pfTimeoutsSrcNode OBJECT-TYPE Length of time to retain a source tracking entry after the last state expires. | 1.3.6.1.4.1.12325.1.200.1.6.19 | Integer32 | read-only | current |
| pfLogInterface OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.7 | |||
| pfLogInterfaceName OBJECT-TYPE The name of the interface configured with 'set loginterface'. If no interface has been configured, the object will be empty. | 1.3.6.1.4.1.12325.1.200.1.7.1 | OCTET STRING | read-only | current |
| pfLogInterfaceIp4BytesIn OBJECT-TYPE Number of IPv4 bytes passed in on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.2 | Counter64 | read-only | current |
| pfLogInterfaceIp4BytesOut OBJECT-TYPE Number of IPv4 bytes passed out on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.3 | Counter64 | read-only | current |
| pfLogInterfaceIp4PktsInPass OBJECT-TYPE Number of IPv4 packets passed in on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.4 | Counter64 | read-only | current |
| pfLogInterfaceIp4PktsInDrop OBJECT-TYPE Number of IPv4 packets dropped coming in on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.5 | Counter64 | read-only | current |
| pfLogInterfaceIp4PktsOutPass OBJECT-TYPE Number of IPv4 packets passed out on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.6 | Counter64 | read-only | current |
| pfLogInterfaceIp4PktsOutDrop OBJECT-TYPE Number of IPv4 packets dropped going out on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.7 | Counter64 | read-only | current |
| pfLogInterfaceIp6BytesIn OBJECT-TYPE Number of IPv6 bytes passed in on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.8 | Counter64 | read-only | current |
| pfLogInterfaceIp6BytesOut OBJECT-TYPE Number of IPv6 bytes passed out on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.9 | Counter64 | read-only | current |
| pfLogInterfaceIp6PktsInPass OBJECT-TYPE Number of IPv6 packets passed in on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.10 | Counter64 | read-only | current |
| pfLogInterfaceIp6PktsInDrop OBJECT-TYPE Number of IPv6 packets dropped coming in on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.11 | Counter64 | read-only | current |
| pfLogInterfaceIp6PktsOutPass OBJECT-TYPE Number of IPv6 packets passed out on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.12 | Counter64 | read-only | current |
| pfLogInterfaceIp6PktsOutDrop OBJECT-TYPE Number of IPv6 packets dropped going out on the loginterface. | 1.3.6.1.4.1.12325.1.200.1.7.13 | Counter64 | read-only | current |
| pfInterfaces OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.8 | |||
| pfInterfacesIfNumber OBJECT-TYPE The number of network interfaces on this system. | 1.3.6.1.4.1.12325.1.200.1.8.1 | Integer32 | read-only | current |
| pfInterfacesIfTable OBJECT-TYPE Table of network interfaces, indexed on pfInterfacesIfNumber. | 1.3.6.1.4.1.12325.1.200.1.8.2 | not-accessible | current | |
| pfInterfacesIfEntry OBJECT-TYPE An entry in the pfInterfacesIfTable containing information about a particular network interface in the machine. | 1.3.6.1.4.1.12325.1.200.1.8.2.1 | not-accessible | current | |
| pfInterfacesIfIndex OBJECT-TYPE A unique value, greater than zero, for each interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| pfInterfacesIfDescr OBJECT-TYPE The name of the interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.2 | OCTET STRING | read-only | current |
| pfInterfacesIfType OBJECT-TYPE Indicates whether the interface is a group inteface, an interface instance, or whether it has been removed or destroyed. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.3 | INTEGER {group(0), instance(1), detached(2)} | read-only | current |
| pfInterfacesIfTZero OBJECT-TYPE Time since statistics were last reset or since the interface was loaded. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.4 | TimeTicks | read-only | current |
| pfInterfacesIfRefsState OBJECT-TYPE The number of state and/or source track entries referencing this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.5 | Unsigned32 | read-only | current |
| pfInterfacesIfRefsRule OBJECT-TYPE The number of rules referencing this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.6 | Unsigned32 | read-only | current |
| pfInterfacesIf4BytesInPass OBJECT-TYPE The number of IPv4 bytes passed coming in on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.7 | Counter64 | read-only | current |
| pfInterfacesIf4BytesInBlock OBJECT-TYPE The number of IPv4 bytes blocked coming in on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.8 | Counter64 | read-only | current |
| pfInterfacesIf4BytesOutPass OBJECT-TYPE The number of IPv4 bytes passed going out on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.9 | Counter64 | read-only | current |
| pfInterfacesIf4BytesOutBlock OBJECT-TYPE The number of IPv4 bytes blocked going out on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.10 | Counter64 | read-only | current |
| pfInterfacesIf4PktsInPass OBJECT-TYPE The number of IPv4 packets passed coming in on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.11 | Counter64 | read-only | current |
| pfInterfacesIf4PktsInBlock OBJECT-TYPE The number of IPv4 packets blocked coming in on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.12 | Counter64 | read-only | current |
| pfInterfacesIf4PktsOutPass OBJECT-TYPE The number of IPv4 packets passed going out on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.13 | Counter64 | read-only | current |
| pfInterfacesIf4PktsOutBlock OBJECT-TYPE The number of IPv4 packets blocked going out on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.14 | Counter64 | read-only | current |
| pfInterfacesIf6BytesInPass OBJECT-TYPE The number of IPv6 bytes passed coming in on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.15 | Counter64 | read-only | current |
| pfInterfacesIf6BytesInBlock OBJECT-TYPE The number of IPv6 bytes blocked coming in on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.16 | Counter64 | read-only | current |
| pfInterfacesIf6BytesOutPass OBJECT-TYPE The number of IPv6 bytes passed going out on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.17 | Counter64 | read-only | current |
| pfInterfacesIf6BytesOutBlock OBJECT-TYPE The number of IPv6 bytes blocked going out on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.18 | Counter64 | read-only | current |
| pfInterfacesIf6PktsInPass OBJECT-TYPE The number of IPv6 packets passed coming in on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.19 | Counter64 | read-only | current |
| pfInterfacesIf6PktsInBlock OBJECT-TYPE The number of IPv6 packets blocked coming in on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.20 | Counter64 | read-only | current |
| pfInterfacesIf6PktsOutPass OBJECT-TYPE The number of IPv6 packets passed going out on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.21 | Counter64 | read-only | current |
| pfInterfacesIf6PktsOutBlock OBJECT-TYPE The number of IPv6 packets blocked going out on this interface. | 1.3.6.1.4.1.12325.1.200.1.8.2.1.22 | Counter64 | read-only | current |
| pfTables OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.9 | |||
| pfTablesTblNumber OBJECT-TYPE The number of tables on this system. | 1.3.6.1.4.1.12325.1.200.1.9.1 | Integer32 | read-only | current |
| pfTablesTblTable OBJECT-TYPE Table of tables, index on pfTablesTblIndex. | 1.3.6.1.4.1.12325.1.200.1.9.2 | not-accessible | current | |
| pfTablesTblEntry OBJECT-TYPE Any entry in the pfTablesTblTable containing information about a particular table on the system. | 1.3.6.1.4.1.12325.1.200.1.9.2.1 | not-accessible | current | |
| pfTablesTblIndex OBJECT-TYPE A unique value, greater than zero, for each table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| pfTablesTblDescr OBJECT-TYPE The name of the table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.2 | OCTET STRING | read-only | current |
| pfTablesTblCount OBJECT-TYPE The number of addresses in the table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.3 | Integer32 | read-only | current |
| pfTablesTblTZero OBJECT-TYPE The time passed since the statistics of this table were last cleared or the time since this table was loaded, whichever is sooner. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.4 | TimeTicks | read-only | current |
| pfTablesTblRefsAnchor OBJECT-TYPE The number of anchors referencing this table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.5 | Integer32 | read-only | current |
| pfTablesTblRefsRule OBJECT-TYPE The number of rules referencing this table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.6 | Integer32 | read-only | current |
| pfTablesTblEvalMatch OBJECT-TYPE The number of evaluations returning a match. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.7 | Counter64 | read-only | current |
| pfTablesTblEvalNoMatch OBJECT-TYPE The number of evaluations not returning a match. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.8 | Counter64 | read-only | current |
| pfTablesTblBytesInPass OBJECT-TYPE The number of bytes passed in matching the table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.9 | Counter64 | read-only | current |
| pfTablesTblBytesInBlock OBJECT-TYPE The number of bytes blocked coming in matching the table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.10 | Counter64 | read-only | current |
| pfTablesTblBytesInXPass 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.12325.1.200.1.9.2.1.11 | Counter64 | read-only | current |
| pfTablesTblBytesOutPass OBJECT-TYPE The number of bytes passed out matching the table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.12 | Counter64 | read-only | current |
| pfTablesTblBytesOutBlock OBJECT-TYPE The number of bytes blocked going out matching the table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.13 | Counter64 | read-only | current |
| pfTablesTblBytesOutXPass 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.12325.1.200.1.9.2.1.14 | Counter64 | read-only | current |
| pfTablesTblPktsInPass OBJECT-TYPE The number of packets passed in matching the table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.15 | Counter64 | read-only | current |
| pfTablesTblPktsInBlock OBJECT-TYPE The number of packets blocked coming in matching the table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.16 | Counter64 | read-only | current |
| pfTablesTblPktsInXPass 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.12325.1.200.1.9.2.1.17 | Counter64 | read-only | current |
| pfTablesTblPktsOutPass OBJECT-TYPE The number of packets passed out matching the table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.18 | Counter64 | read-only | current |
| pfTablesTblPktsOutBlock OBJECT-TYPE The number of packets blocked going out matching the table. | 1.3.6.1.4.1.12325.1.200.1.9.2.1.19 | Counter64 | read-only | current |
| pfTablesTblPktsOutXPass 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.12325.1.200.1.9.2.1.20 | Counter64 | read-only | current |
| pfTablesAddrTable OBJECT-TYPE Table of addresses from every table on the system. | 1.3.6.1.4.1.12325.1.200.1.9.3 | not-accessible | current | |
| pfTablesAddrEntry OBJECT-TYPE An entry in the pfTablesAddrTable containing information about a particular entry in a table. | 1.3.6.1.4.1.12325.1.200.1.9.3.1 | not-accessible | current | |
| pfTablesAddrIndex OBJECT-TYPE A unique value, greater than zero, for each address. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| pfTablesAddrNetType OBJECT-TYPE The type of address in the corresponding pfTablesAddrNet object. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.2 | InetAddressType | read-only | current |
| pfTablesAddrNet OBJECT-TYPE The IP address of this particular table entry. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.3 | InetAddress | read-only | current |
| pfTablesAddrPrefix OBJECT-TYPE The CIDR netmask of this particular table entry. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.4 | InetAddressPrefixLength | read-only | current |
| pfTablesAddrTZero OBJECT-TYPE The time passed since this entry's statistics were last cleared, or the time passed since this entry was loaded into the table, whichever is sooner. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.5 | TimeTicks | read-only | current |
| pfTablesAddrBytesInPass OBJECT-TYPE The number of inbound bytes passed as a result of this entry. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.6 | Counter64 | read-only | current |
| pfTablesAddrBytesInBlock OBJECT-TYPE The number of inbound bytes blocked as a result of this entry. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.7 | Counter64 | read-only | current |
| pfTablesAddrBytesOutPass OBJECT-TYPE The number of outbound bytes passed as a result of this entry. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.8 | Counter64 | read-only | current |
| pfTablesAddrBytesOutBlock OBJECT-TYPE The number of outbound bytes blocked as a result of this entry. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.9 | Counter64 | read-only | current |
| pfTablesAddrPktsInPass OBJECT-TYPE The number of inbound packets passed as a result of this entry. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.10 | Counter64 | read-only | current |
| pfTablesAddrPktsInBlock OBJECT-TYPE The number of inbound packets blocked as a result of this entry. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.11 | Counter64 | read-only | current |
| pfTablesAddrPktsOutPass OBJECT-TYPE The number of outbound packets passed as a result of this entry. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.12 | Counter64 | read-only | current |
| pfTablesAddrPktsOutBlock OBJECT-TYPE The number of outbound packets blocked as a result of this entry. | 1.3.6.1.4.1.12325.1.200.1.9.3.1.13 | Counter64 | read-only | current |
| pfAltq OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.10 | |||
| pfAltqQueueNumber OBJECT-TYPE The number of queues in the active set. | 1.3.6.1.4.1.12325.1.200.1.10.1 | Unsigned32 | read-only | current |
| pfAltqQueueTable OBJECT-TYPE Table containing the rules that are active on this system. | 1.3.6.1.4.1.12325.1.200.1.10.2 | not-accessible | current | |
| pfAltqQueueEntry OBJECT-TYPE An entry in the pfAltqQueueTable table. | 1.3.6.1.4.1.12325.1.200.1.10.2.1 | not-accessible | current | |
| pfAltqQueueIndex OBJECT-TYPE A unique value, greater than zero, for each queue. | 1.3.6.1.4.1.12325.1.200.1.10.2.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| pfAltqQueueDescr OBJECT-TYPE The name of the queue. | 1.3.6.1.4.1.12325.1.200.1.10.2.1.2 | OCTET STRING | read-only | current |
| pfAltqQueueParent OBJECT-TYPE Name of the queue's parent if it has one. | 1.3.6.1.4.1.12325.1.200.1.10.2.1.3 | OCTET STRING | read-only | current |
| pfAltqQueueScheduler OBJECT-TYPE Scheduler algorithm implemented by this queue. | 1.3.6.1.4.1.12325.1.200.1.10.2.1.4 | INTEGER {cbq(1), hfsc(8), priq(11)} | read-only | current |
| pfAltqQueueBandwidth OBJECT-TYPE Bandwitch assigned to this queue. | 1.3.6.1.4.1.12325.1.200.1.10.2.1.5 | Unsigned32 | read-only | current |
| pfAltqQueuePriority OBJECT-TYPE Priority level of the queue. | 1.3.6.1.4.1.12325.1.200.1.10.2.1.6 | Integer32 | read-only | current |
| pfAltqQueueLimit OBJECT-TYPE Maximum number of packets in the queue. | 1.3.6.1.4.1.12325.1.200.1.10.2.1.7 | Integer32 | read-only | current |
| pfLabels OBJECT-IDENTITY | 1.3.6.1.4.1.12325.1.200.1.11 | |||
| pfLabelsLblNumber OBJECT-TYPE The number of labeled filter rules on this system. | 1.3.6.1.4.1.12325.1.200.1.11.1 | Integer32 | read-only | current |
| pfLabelsLblTable OBJECT-TYPE Table of filter rules, index on pfLabelsLblIndex. | 1.3.6.1.4.1.12325.1.200.1.11.2 | not-accessible | current | |
| pfLabelsLblEntry OBJECT-TYPE Any entry in the pfLabelsLblTable containing information about a particular filter rule on the system. | 1.3.6.1.4.1.12325.1.200.1.11.2.1 | not-accessible | current | |
| pfLabelsLblIndex OBJECT-TYPE A unique value, greater than zero, for each label. | 1.3.6.1.4.1.12325.1.200.1.11.2.1.1 | Integer32 (1..2147483647) | not-accessible | current |
| pfLabelsLblName OBJECT-TYPE The name of the rule label. | 1.3.6.1.4.1.12325.1.200.1.11.2.1.2 | OCTET STRING | read-only | current |
| pfLabelsLblEvals OBJECT-TYPE The number of rule evaluations. | 1.3.6.1.4.1.12325.1.200.1.11.2.1.3 | Counter64 | read-only | current |
| pfLabelsLblBytesIn OBJECT-TYPE The number of incoming bytes matched by the rule. | 1.3.6.1.4.1.12325.1.200.1.11.2.1.4 | Counter64 | read-only | current |
| pfLabelsLblBytesOut OBJECT-TYPE The number of outgoing bytes matched by the rule. | 1.3.6.1.4.1.12325.1.200.1.11.2.1.5 | Counter64 | read-only | current |
| pfLabelsLblPktsIn OBJECT-TYPE The number of incoming packets matched by the rule. | 1.3.6.1.4.1.12325.1.200.1.11.2.1.6 | Counter64 | read-only | current |
| pfLabelsLblPktsOut OBJECT-TYPE The number of outgoing packets matched by the rule. | 1.3.6.1.4.1.12325.1.200.1.11.2.1.7 | Counter64 | read-only | current |