BEGEMOT-PF-MIB: View SNMP OID List / Download MIB
VENDOR: FRAUNHOFER FOKUS
Home | MIB: BEGEMOT-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).
|
|||
Object Name | OID | Type | Access | Info |
begemotPf | 1.3.6.1.4.1.12325.1.200 |
The Begemot MIB for the pf packet filter. |
||
begemotPfObjects | 1.3.6.1.4.1.12325.1.200.1 | |||
pfStatus | 1.3.6.1.4.1.12325.1.200.1.1 | |||
pfStatusRunning | 1.3.6.1.4.1.12325.1.200.1.1.1 | truthvalue | read-only |
True if pf is currently enabled. |
pfStatusRuntime | 1.3.6.1.4.1.12325.1.200.1.1.2 | timeticks | read-only |
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. |
pfStatusDebug | 1.3.6.1.4.1.12325.1.200.1.1.3 | integer | read-only |
Indicates the debug level at which pf is running. Enumeration: 'urgent': 1, 'none': 0, 'misc': 2, 'loud': 3. |
pfStatusHostId | 1.3.6.1.4.1.12325.1.200.1.1.4 | octet string | read-only |
The (unique) host identifier of the machine running pf. |
pfCounter | 1.3.6.1.4.1.12325.1.200.1.2 | |||
pfCounterMatch | 1.3.6.1.4.1.12325.1.200.1.2.1 | counter64 | read-only |
Number of packets that matched a filter rule. |
pfCounterBadOffset | 1.3.6.1.4.1.12325.1.200.1.2.2 | counter64 | read-only |
Number of packets with bad offset. |
pfCounterFragment | 1.3.6.1.4.1.12325.1.200.1.2.3 | counter64 | read-only |
Number of fragmented packets. |
pfCounterShort | 1.3.6.1.4.1.12325.1.200.1.2.4 | counter64 | read-only |
Number of short packets. |
pfCounterNormalize | 1.3.6.1.4.1.12325.1.200.1.2.5 | counter64 | read-only |
Number of normalized packets. |
pfCounterMemDrop | 1.3.6.1.4.1.12325.1.200.1.2.6 | counter64 | read-only |
Number of packets dropped due to memory limitations. |
pfStateTable | 1.3.6.1.4.1.12325.1.200.1.3 | |||
pfStateTableCount | 1.3.6.1.4.1.12325.1.200.1.3.1 | unsigned32 | read-only |
Number of entries in the state table. |
pfStateTableSearches | 1.3.6.1.4.1.12325.1.200.1.3.2 | counter64 | read-only |
Number of searches against the state table. |
pfStateTableInserts | 1.3.6.1.4.1.12325.1.200.1.3.3 | counter64 | read-only |
Number of entries inserted into the state table. |
pfStateTableRemovals | 1.3.6.1.4.1.12325.1.200.1.3.4 | counter64 | read-only |
Number of entries removed from the state table. |
pfSrcNodes | 1.3.6.1.4.1.12325.1.200.1.4 | |||
pfSrcNodesCount | 1.3.6.1.4.1.12325.1.200.1.4.1 | unsigned32 | read-only |
Number of entries in the source tracking table. |
pfSrcNodesSearches | 1.3.6.1.4.1.12325.1.200.1.4.2 | counter64 | read-only |
Number of searches against the source tracking table. |
pfSrcNodesInserts | 1.3.6.1.4.1.12325.1.200.1.4.3 | counter64 | read-only |
Number of entries inserted into the source tracking table. |
pfSrcNodesRemovals | 1.3.6.1.4.1.12325.1.200.1.4.4 | counter64 | read-only |
Number of entries removed from the source tracking table. |
pfLimits | 1.3.6.1.4.1.12325.1.200.1.5 | |||
pfLimitsStates | 1.3.6.1.4.1.12325.1.200.1.5.1 | unsigned32 | read-only |
Maximum number of 'keep state' rules in the ruleset. |
pfLimitsSrcNodes | 1.3.6.1.4.1.12325.1.200.1.5.2 | unsigned32 | read-only |
Maximum number of 'sticky-address' or 'source-track' rules in the ruleset. |
pfLimitsFrags | 1.3.6.1.4.1.12325.1.200.1.5.3 | unsigned32 | read-only |
Maximum number of 'scrub' rules in the ruleset. |
pfTimeouts | 1.3.6.1.4.1.12325.1.200.1.6 | |||
pfTimeoutsTcpFirst | 1.3.6.1.4.1.12325.1.200.1.6.1 | integer32 | read-only |
State after the first packet in a connection. |
pfTimeoutsTcpOpening | 1.3.6.1.4.1.12325.1.200.1.6.2 | integer32 | read-only |
State before the destination host ever sends a packet. |
pfTimeoutsTcpEstablished | 1.3.6.1.4.1.12325.1.200.1.6.3 | integer32 | read-only |
The fully established state. |
pfTimeoutsTcpClosing | 1.3.6.1.4.1.12325.1.200.1.6.4 | integer32 | read-only |
State after the first FIN has been sent. |
pfTimeoutsTcpFinWait | 1.3.6.1.4.1.12325.1.200.1.6.5 | integer32 | read-only |
State after both FINs have been exchanged and the connection is closed. |
pfTimeoutsTcpClosed | 1.3.6.1.4.1.12325.1.200.1.6.6 | integer32 | read-only |
State after one endpoint sends an RST. |
pfTimeoutsUdpFirst | 1.3.6.1.4.1.12325.1.200.1.6.7 | integer32 | read-only |
State after the first packet. |
pfTimeoutsUdpSingle | 1.3.6.1.4.1.12325.1.200.1.6.8 | integer32 | read-only |
State if the source host sends more than one packet but the destination host has never sent one back. |
pfTimeoutsUdpMultiple | 1.3.6.1.4.1.12325.1.200.1.6.9 | integer32 | read-only |
State if both hosts have sent packets. |
pfTimeoutsIcmpFirst | 1.3.6.1.4.1.12325.1.200.1.6.10 | integer32 | read-only |
State after the first packet. |
pfTimeoutsIcmpError | 1.3.6.1.4.1.12325.1.200.1.6.11 | integer32 | read-only |
State after an ICMP error came back in response to an ICMP packet. |
pfTimeoutsOtherFirst | 1.3.6.1.4.1.12325.1.200.1.6.12 | integer32 | read-only |
State after the first packet. |
pfTimeoutsOtherSingle | 1.3.6.1.4.1.12325.1.200.1.6.13 | integer32 | read-only |
State if the source host sends more than one packet but the destination host has never sent one back. |
pfTimeoutsOtherMultiple | 1.3.6.1.4.1.12325.1.200.1.6.14 | integer32 | read-only |
State if both hosts have sent packets. |
pfTimeoutsFragment | 1.3.6.1.4.1.12325.1.200.1.6.15 | integer32 | read-only |
Seconds before an unassembled fragment is expired. |
pfTimeoutsInterval | 1.3.6.1.4.1.12325.1.200.1.6.16 | integer32 | read-only |
Interval between purging expired states and fragments. |
pfTimeoutsAdaptiveStart | 1.3.6.1.4.1.12325.1.200.1.6.17 | integer32 | read-only |
When the number of state entries exceeds this value, adaptive scaling begins. |
pfTimeoutsAdaptiveEnd | 1.3.6.1.4.1.12325.1.200.1.6.18 | integer32 | read-only |
When reaching this number of state entries, all timeout values become zero, effectively purging all state entries immediately. |
pfTimeoutsSrcNode | 1.3.6.1.4.1.12325.1.200.1.6.19 | integer32 | read-only |
Length of time to retain a source tracking entry after the last state expires. |
pfLogInterface | 1.3.6.1.4.1.12325.1.200.1.7 | |||
pfLogInterfaceName | 1.3.6.1.4.1.12325.1.200.1.7.1 | octet string | read-only |
The name of the interface configured with 'set loginterface'. If no interface has been configured, the object will be empty. |
pfLogInterfaceIp4BytesIn | 1.3.6.1.4.1.12325.1.200.1.7.2 | counter64 | read-only |
Number of IPv4 bytes passed in on the loginterface. |
pfLogInterfaceIp4BytesOut | 1.3.6.1.4.1.12325.1.200.1.7.3 | counter64 | read-only |
Number of IPv4 bytes passed out on the loginterface. |
pfLogInterfaceIp4PktsInPass | 1.3.6.1.4.1.12325.1.200.1.7.4 | counter64 | read-only |
Number of IPv4 packets passed in on the loginterface. |
pfLogInterfaceIp4PktsInDrop | 1.3.6.1.4.1.12325.1.200.1.7.5 | counter64 | read-only |
Number of IPv4 packets dropped coming in on the loginterface. |
pfLogInterfaceIp4PktsOutPass | 1.3.6.1.4.1.12325.1.200.1.7.6 | counter64 | read-only |
Number of IPv4 packets passed out on the loginterface. |
pfLogInterfaceIp4PktsOutDrop | 1.3.6.1.4.1.12325.1.200.1.7.7 | counter64 | read-only |
Number of IPv4 packets dropped going out on the loginterface. |
pfLogInterfaceIp6BytesIn | 1.3.6.1.4.1.12325.1.200.1.7.8 | counter64 | read-only |
Number of IPv6 bytes passed in on the loginterface. |
pfLogInterfaceIp6BytesOut | 1.3.6.1.4.1.12325.1.200.1.7.9 | counter64 | read-only |
Number of IPv6 bytes passed out on the loginterface. |
pfLogInterfaceIp6PktsInPass | 1.3.6.1.4.1.12325.1.200.1.7.10 | counter64 | read-only |
Number of IPv6 packets passed in on the loginterface. |
pfLogInterfaceIp6PktsInDrop | 1.3.6.1.4.1.12325.1.200.1.7.11 | counter64 | read-only |
Number of IPv6 packets dropped coming in on the loginterface. |
pfLogInterfaceIp6PktsOutPass | 1.3.6.1.4.1.12325.1.200.1.7.12 | counter64 | read-only |
Number of IPv6 packets passed out on the loginterface. |
pfLogInterfaceIp6PktsOutDrop | 1.3.6.1.4.1.12325.1.200.1.7.13 | counter64 | read-only |
Number of IPv6 packets dropped going out on the loginterface. |
pfInterfaces | 1.3.6.1.4.1.12325.1.200.1.8 | |||
pfInterfacesIfNumber | 1.3.6.1.4.1.12325.1.200.1.8.1 | integer32 | read-only |
The number of network interfaces on this system. |
pfInterfacesIfTable | 1.3.6.1.4.1.12325.1.200.1.8.2 | no-access |
Table of network interfaces, indexed on pfInterfacesIfNumber. |
|
1.3.6.1.4.1.12325.1.200.1.8.2.1 | no-access |
An entry in the pfInterfacesIfTable containing information about a particular network interface in the machine. |
||
pfInterfacesIfIndex | 1.3.6.1.4.1.12325.1.200.1.8.2.1.1 | integer32 | no-access |
A unique value, greater than zero, for each interface. |
pfInterfacesIfDescr | 1.3.6.1.4.1.12325.1.200.1.8.2.1.2 | octet string | read-only |
The name of the interface. |
pfInterfacesIfType | 1.3.6.1.4.1.12325.1.200.1.8.2.1.3 | integer | read-only |
Indicates whether the interface is a group inteface, an interface instance, or whether it has been removed or destroyed. Enumeration: 'instance': 1, 'detached': 2, 'group': 0. |
pfInterfacesIfTZero | 1.3.6.1.4.1.12325.1.200.1.8.2.1.4 | timeticks | read-only |
Time since statistics were last reset or since the interface was loaded. |
pfInterfacesIfRefsState | 1.3.6.1.4.1.12325.1.200.1.8.2.1.5 | unsigned32 | read-only |
The number of state and/or source track entries referencing this interface. |
pfInterfacesIfRefsRule | 1.3.6.1.4.1.12325.1.200.1.8.2.1.6 | unsigned32 | read-only |
The number of rules referencing this interface. |
pfInterfacesIf4BytesInPass | 1.3.6.1.4.1.12325.1.200.1.8.2.1.7 | counter64 | read-only |
The number of IPv4 bytes passed coming in on this interface. |
pfInterfacesIf4BytesInBlock | 1.3.6.1.4.1.12325.1.200.1.8.2.1.8 | counter64 | read-only |
The number of IPv4 bytes blocked coming in on this interface. |
pfInterfacesIf4BytesOutPass | 1.3.6.1.4.1.12325.1.200.1.8.2.1.9 | counter64 | read-only |
The number of IPv4 bytes passed going out on this interface. |
pfInterfacesIf4BytesOutBlock | 1.3.6.1.4.1.12325.1.200.1.8.2.1.10 | counter64 | read-only |
The number of IPv4 bytes blocked going out on this interface. |
pfInterfacesIf4PktsInPass | 1.3.6.1.4.1.12325.1.200.1.8.2.1.11 | counter64 | read-only |
The number of IPv4 packets passed coming in on this interface. |
pfInterfacesIf4PktsInBlock | 1.3.6.1.4.1.12325.1.200.1.8.2.1.12 | counter64 | read-only |
The number of IPv4 packets blocked coming in on this interface. |
pfInterfacesIf4PktsOutPass | 1.3.6.1.4.1.12325.1.200.1.8.2.1.13 | counter64 | read-only |
The number of IPv4 packets passed going out on this interface. |
pfInterfacesIf4PktsOutBlock | 1.3.6.1.4.1.12325.1.200.1.8.2.1.14 | counter64 | read-only |
The number of IPv4 packets blocked going out on this interface. |
pfInterfacesIf6BytesInPass | 1.3.6.1.4.1.12325.1.200.1.8.2.1.15 | counter64 | read-only |
The number of IPv6 bytes passed coming in on this interface. |
pfInterfacesIf6BytesInBlock | 1.3.6.1.4.1.12325.1.200.1.8.2.1.16 | counter64 | read-only |
The number of IPv6 bytes blocked coming in on this interface. |
pfInterfacesIf6BytesOutPass | 1.3.6.1.4.1.12325.1.200.1.8.2.1.17 | counter64 | read-only |
The number of IPv6 bytes passed going out on this interface. |
pfInterfacesIf6BytesOutBlock | 1.3.6.1.4.1.12325.1.200.1.8.2.1.18 | counter64 | read-only |
The number of IPv6 bytes blocked going out on this interface. |
pfInterfacesIf6PktsInPass | 1.3.6.1.4.1.12325.1.200.1.8.2.1.19 | counter64 | read-only |
The number of IPv6 packets passed coming in on this interface. |
pfInterfacesIf6PktsInBlock | 1.3.6.1.4.1.12325.1.200.1.8.2.1.20 | counter64 | read-only |
The number of IPv6 packets blocked coming in on this interface. |
pfInterfacesIf6PktsOutPass | 1.3.6.1.4.1.12325.1.200.1.8.2.1.21 | counter64 | read-only |
The number of IPv6 packets passed going out on this interface. |
pfInterfacesIf6PktsOutBlock | 1.3.6.1.4.1.12325.1.200.1.8.2.1.22 | counter64 | read-only |
The number of IPv6 packets blocked going out on this interface. |
pfTables | 1.3.6.1.4.1.12325.1.200.1.9 | |||
pfTablesTblNumber | 1.3.6.1.4.1.12325.1.200.1.9.1 | integer32 | read-only |
The number of tables on this system. |
pfTablesTblTable | 1.3.6.1.4.1.12325.1.200.1.9.2 | no-access |
Table of tables, index on pfTablesTblIndex. |
|
1.3.6.1.4.1.12325.1.200.1.9.2.1 | no-access |
Any entry in the pfTablesTblTable containing information about a particular table on the system. |
||
pfTablesTblIndex | 1.3.6.1.4.1.12325.1.200.1.9.2.1.1 | integer32 | no-access |
A unique value, greater than zero, for each table. |
pfTablesTblDescr | 1.3.6.1.4.1.12325.1.200.1.9.2.1.2 | octet string | read-only |
The name of the table. |
pfTablesTblCount | 1.3.6.1.4.1.12325.1.200.1.9.2.1.3 | integer32 | read-only |
The number of addresses in the table. |
pfTablesTblTZero | 1.3.6.1.4.1.12325.1.200.1.9.2.1.4 | timeticks | read-only |
The time passed since the statistics of this table were last cleared or the time since this table was loaded, whichever is sooner. |
pfTablesTblRefsAnchor | 1.3.6.1.4.1.12325.1.200.1.9.2.1.5 | integer32 | read-only |
The number of anchors referencing this table. |
pfTablesTblRefsRule | 1.3.6.1.4.1.12325.1.200.1.9.2.1.6 | integer32 | read-only |
The number of rules referencing this table. |
pfTablesTblEvalMatch | 1.3.6.1.4.1.12325.1.200.1.9.2.1.7 | counter64 | read-only |
The number of evaluations returning a match. |
pfTablesTblEvalNoMatch | 1.3.6.1.4.1.12325.1.200.1.9.2.1.8 | counter64 | read-only |
The number of evaluations not returning a match. |
pfTablesTblBytesInPass | 1.3.6.1.4.1.12325.1.200.1.9.2.1.9 | counter64 | read-only |
The number of bytes passed in matching the table. |
pfTablesTblBytesInBlock | 1.3.6.1.4.1.12325.1.200.1.9.2.1.10 | counter64 | read-only |
The number of bytes blocked coming in matching the table. |
pfTablesTblBytesInXPass | 1.3.6.1.4.1.12325.1.200.1.9.2.1.11 | 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. |
pfTablesTblBytesOutPass | 1.3.6.1.4.1.12325.1.200.1.9.2.1.12 | counter64 | read-only |
The number of bytes passed out matching the table. |
pfTablesTblBytesOutBlock | 1.3.6.1.4.1.12325.1.200.1.9.2.1.13 | counter64 | read-only |
The number of bytes blocked going out matching the table. |
pfTablesTblBytesOutXPass | 1.3.6.1.4.1.12325.1.200.1.9.2.1.14 | 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. |
pfTablesTblPktsInPass | 1.3.6.1.4.1.12325.1.200.1.9.2.1.15 | counter64 | read-only |
The number of packets passed in matching the table. |
pfTablesTblPktsInBlock | 1.3.6.1.4.1.12325.1.200.1.9.2.1.16 | counter64 | read-only |
The number of packets blocked coming in matching the table. |
pfTablesTblPktsInXPass | 1.3.6.1.4.1.12325.1.200.1.9.2.1.17 | 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. |
pfTablesTblPktsOutPass | 1.3.6.1.4.1.12325.1.200.1.9.2.1.18 | counter64 | read-only |
The number of packets passed out matching the table. |
pfTablesTblPktsOutBlock | 1.3.6.1.4.1.12325.1.200.1.9.2.1.19 | counter64 | read-only |
The number of packets blocked going out matching the table. |
pfTablesTblPktsOutXPass | 1.3.6.1.4.1.12325.1.200.1.9.2.1.20 | 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. |
pfTablesAddrTable | 1.3.6.1.4.1.12325.1.200.1.9.3 | no-access |
Table of addresses from every table on the system. |
|
1.3.6.1.4.1.12325.1.200.1.9.3.1 | no-access |
An entry in the pfTablesAddrTable containing information about a particular entry in a table. |
||
pfTablesAddrIndex | 1.3.6.1.4.1.12325.1.200.1.9.3.1.1 | integer32 | no-access |
A unique value, greater than zero, for each address. |
pfTablesAddrNet | 1.3.6.1.4.1.12325.1.200.1.9.3.1.2 | ipaddress | read-only |
The IP address of this particular table entry. |
pfTablesAddrMask | 1.3.6.1.4.1.12325.1.200.1.9.3.1.3 | integer32 | read-only |
The CIDR netmask of this particular table entry. |
pfTablesAddrTZero | 1.3.6.1.4.1.12325.1.200.1.9.3.1.4 | timeticks | read-only |
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. |
pfTablesAddrBytesInPass | 1.3.6.1.4.1.12325.1.200.1.9.3.1.5 | counter64 | read-only |
The number of inbound bytes passed as a result of this entry. |
pfTablesAddrBytesInBlock | 1.3.6.1.4.1.12325.1.200.1.9.3.1.6 | counter64 | read-only |
The number of inbound bytes blocked as a result of this entry. |
pfTablesAddrBytesOutPass | 1.3.6.1.4.1.12325.1.200.1.9.3.1.7 | counter64 | read-only |
The number of outbound bytes passed as a result of this entry. |
pfTablesAddrBytesOutBlock | 1.3.6.1.4.1.12325.1.200.1.9.3.1.8 | counter64 | read-only |
The number of outbound bytes blocked as a result of this entry. |
pfTablesAddrPktsInPass | 1.3.6.1.4.1.12325.1.200.1.9.3.1.9 | counter64 | read-only |
The number of inbound packets passed as a result of this entry. |
pfTablesAddrPktsInBlock | 1.3.6.1.4.1.12325.1.200.1.9.3.1.10 | counter64 | read-only |
The number of inbound packets blocked as a result of this entry. |
pfTablesAddrPktsOutPass | 1.3.6.1.4.1.12325.1.200.1.9.3.1.11 | counter64 | read-only |
The number of outbound packets passed as a result of this entry. |
pfTablesAddrPktsOutBlock | 1.3.6.1.4.1.12325.1.200.1.9.3.1.12 | counter64 | read-only |
The number of outbound packets blocked as a result of this entry. |
pfAltq | 1.3.6.1.4.1.12325.1.200.1.10 | |||
pfAltqQueueNumber | 1.3.6.1.4.1.12325.1.200.1.10.1 | unsigned32 | read-only |
The number of queues in the active set. |
pfAltqQueueTable | 1.3.6.1.4.1.12325.1.200.1.10.2 | no-access |
Table containing the rules that are active on this system. |
|
1.3.6.1.4.1.12325.1.200.1.10.2.1 | no-access |
An entry in the pfAltqQueueTable table. |
||
pfAltqQueueIndex | 1.3.6.1.4.1.12325.1.200.1.10.2.1.1 | integer32 | no-access |
A unique value, greater than zero, for each queue. |
pfAltqQueueDescr | 1.3.6.1.4.1.12325.1.200.1.10.2.1.2 | octet string | read-only |
The name of the queue. |
pfAltqQueueParent | 1.3.6.1.4.1.12325.1.200.1.10.2.1.3 | octet string | read-only |
Name of the queue's parent if it has one. |
pfAltqQueueScheduler | 1.3.6.1.4.1.12325.1.200.1.10.2.1.4 | integer | read-only |
Scheduler algorithm implemented by this queue. Enumeration: 'priq': 11, 'cbq': 1, 'hfsc': 8. |
pfAltqQueueBandwidth | 1.3.6.1.4.1.12325.1.200.1.10.2.1.5 | unsigned32 | read-only |
Bandwitch assigned to this queue. |
pfAltqQueuePriority | 1.3.6.1.4.1.12325.1.200.1.10.2.1.6 | integer32 | read-only |
Priority level of the queue. |
pfAltqQueueLimit | 1.3.6.1.4.1.12325.1.200.1.10.2.1.7 | integer32 | read-only |
Maximum number of packets in the queue. |