PEPLINK-IPT-NETFLOW-MIB Table View

Table-centric layout grouping table, row, and column objects.

Tables
2
Rows
2
Columns
22
.1.3.6.1.4.1.23695.200.1.15.2.2 · 1 row entry · 12 columns
Uses the peplink variant from /opt/observium/mibs/peplink.
Command help
Walk iptNetflowCpuTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'PEPLINK-IPT-NETFLOW-MIB' -M '/opt/observium/mibs/peplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PEPLINK-IPT-NETFLOW-MIB::iptNetflowCpuTable'
Per-CPU statistics.
iptNetflowCpuEntry row .1.3.6.1.4.1.23695.200.1.15.2.2.1
Defines an entry in the iptNetflowCpuTable.
Indexes
Column Syntax OID
Index of this CPU.
Integer32
Constraints:
range: 0-4096
.1.3.6.1.4.1.23695.200.1.15.2.2.1.1
Incoming packets per second for this CPU.
packets/secondSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.2.1.2
Flows metered on this CPU.
flowsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.23695.200.1.15.2.2.1.3
Packets metered for cpuIndex.
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.23695.200.1.15.2.2.1.4
Bytes metered on this CPU.
bytesSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.23695.200.1.15.2.2.1.5
Measure of performance of hash table on this CPU.
FixedDiv100 .1.3.6.1.4.1.23695.200.1.15.2.2.1.6
Packets dropped by metering process on this CPU.
packetsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.23695.200.1.15.2.2.1.7
Bytes in cpuDropPackets for this CPU.
bytesSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.23695.200.1.15.2.2.1.8
Truncated packets dropped for this CPU.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.2.1.9
Fragmented packets dropped for this CPU.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.2.1.10
Packets dropped due to memory allocation errors.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.2.1.11
Packets dropped due to maxflows limit being reached.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.2.1.12
.1.3.6.1.4.1.23695.200.1.15.2.3 · 1 row entry · 10 columns
Uses the peplink variant from /opt/observium/mibs/peplink.
Command help
Walk iptNetflowSockTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'PEPLINK-IPT-NETFLOW-MIB' -M '/opt/observium/mibs/peplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'PEPLINK-IPT-NETFLOW-MIB::iptNetflowSockTable'
Per socket statistics.
iptNetflowSockEntry row .1.3.6.1.4.1.23695.200.1.15.2.3.1
Defines an entry in the iptNetflowSockTable.
Indexes
Column Syntax OID
Exporting socket index.
Integer32
Constraints:
range: 0-4096
.1.3.6.1.4.1.23695.200.1.15.2.3.1.1
Exporting connection destination of socket.
SNMPv2-TCDisplayString
Type Constraints:
range: 0..255
Description:
Represents textual information taken from the NVT ASCII

character set, as defined in pages 4, 10-11 of RFC 854.

To summarize RFC 854, the NVT ASCII repertoire specifies:

- the use of c…
.1.3.6.1.4.1.23695.200.1.15.2.3.1.2
Connection state of socket.
Enumeration
Enumerated Values:
0inactive
1active
.1.3.6.1.4.1.23695.200.1.15.2.3.1.3
Connections attempt count.
High value usually mean that network is not set up properly,
or module is loaded before network is up.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.3.1.4
Socket full errors on this socket. Usually mean sndbuf
value is too small.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.3.1.5
Asynchronous callback errors on this socket. Usually mean
that there is 'connection refused' errors on UDP socket
reported via ICMP messages.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.3.1.6
All other possible errors on this socket.
SNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.3.1.7
Sndbuf value for this socket.
Higher value allows accommodate (exporting) traffic bursts.
bytesSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.3.1.8
Amount of data currently in socket buffers.
When this value will reach size sndbuf, packet loss will occur.
bytesSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.3.1.9
Historical peak amount of data in socket buffers.
Useful to evaluate sndbuf size, due to sockSndbufFill is transient.
bytesSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.23695.200.1.15.2.3.1.10