Table of Contents
![]() |
Note: This document is also available in other formats |
---|---|
A PDF version of this document along with all current and older documentation in PDF format can be found at https://my.clavister.com. It is also available in a framed HTML version. |
The Clavister cOS Stream maintains a set of statistical values to provide detailed runtime information for the administrator. These statistics provide information about both the current state of the system as well as information about the recent history.
The bulk of this guide lists the individual statistical values that are available. This chapter explains how the values are grouped and how to interpret the information presented for each statistical value.
The guide is divided into two major sections:
Clavister Statistics
This section lists the Clavister proprietary statistical values that are maintained by the Clavister cOS Stream. It includes both the statistical values that are accesible from the cOS Stream CLI as well as all statistical values that are included in the Clavister proprietary MIB. Some values available in the CLI are not part of the MIB, while other values available in the MIB are not accessible from the CLI.
The MIB files are supplied with the Clavister cOS Stream and have the filenames CLAVISTER-SMI.mib and CLAVISTER-STREAM.mib. These can be downloaded using SCP from the system's top-level directory.
Supported Standard MIBs
This section describes all standard supported MIB files and the statistical values from those MIBs that are supported. It is divided into one section per standard MIB that is at least partially supported. Subsections then list the statistical values from that MIB that are supported.
The supported standard MIBs files are not supplied by Clavister but are available from third parties. The statistical values listed are those available using an SNMP client and these may not include all the values in the MIB.
Statistics Parameters
For both the Clavister statistics section and every standard MIB, the following parameters are optionally listed for each available statistical value:The textual name of the statistical value.
A textual description of the statistical value and what it represents.
The data category for this statistical value. This can be one of:
Counter - The value is positive and increments.
Momentaneous - The value can vary arbitrarily.
Min - Only the the smallest observed value is stored.
Max - Only the the largest observed value is stored.
The data type of the statistical value. For example, a counter will usually be an Unsigned 64-bit integer. The possibilities are:
8 bit unsigned integer - Range: 0 to 255.
16 bit unsigned integer - Range: 0 to 65,535.
32 bit unsigned integer - Range: 0 to 2^32-1.
64 bit unsigned integer - Range: 0 to 2^64-1.
8 bit signed integer - Range: -128 to 127.
16 bit signed integer - Range: -32,768 to 32,767.
32 bit signed integer - Range: -2^31 to 2^31-1.
64 bit signed integer - Range: -2^63 to 2^63-1.
String - Human readable string.
Byte array - Hexadecimal string.
Unit of measurement. For example, seconds or packets-per-second or bytes. The unit is often postfixed to the current value when it is displayed.
When present, this is the unique identifier used for accessing the statistic through the CLI. It is built in a similar way to a file path starting with the main context. This is possibly followed by the sub-context and finally with the identifier for this specific statistical value.
A Stat Path can take the following form:
/ifaces/[..n]/bytes_in
The [..n] notation in the Stat Path indicates that this part will be consist of a dynamic name. In the above case, [..n] will be replaced with an actual interface name. There will be several interface names and these may vary from platform to platform. However, there will only be one bytes_in statistical value per interface.
If the name of the interface is If1 then the actual path name becomes:
/ifaces/If1/bytes_in
Whenever the [..n] notation is seen in this reference guide, an actual value for that part of the path will have to be inserted.
The unique Object Identifier (OID) for this statistical value. The OID is used by SNMP clients to access a specific statistical value.
An MIB OID is built up from a sequence of numbers divided by periods ("."). The following examples show how it may be presented for a specific statistical value:
MIB OID 1.3.6.1.2.1.1.3[.0] (MIB-II, RFC1213) MIB OID 1.3.6.1.4.1.5089.1.2.1.7.1.3[.n] (STREAM-MIB) MIB OID 1.3.6.1.4.1.5089.3.2.2090.3020.1.2[.n.m] (STREAM-MIB)
The number sequence before the square brackets [ ] forms the OID of an object type, as specified in the MIB. This is also referred to as the OID prefix. The part within the square brackets [ ] is the instance sub-identifier, referred to as an OID fragment. It is appended to the OID prefix to form the complete and unique OID for an instance. Requests of the type SNMP GET always need a complete OID, including the instance sub-identifier. Requests of the type SNMP GETNEXT can use either just an OID prefix or a complete OID, depending on what the intent is. Successful SNMP response messages always contain complete OIDs to uniquely identify which instance's value was returned.
Any one of the following notations may occur within the square brackets:
The text within the ending parentheses ( ) refers to the MIB, and optionally also the RFC, where this particular statistical value is defined. In the second and third examples above, CLAVISTER-STREAM.mib therefore needs to be loaded into the SNMP client to be able to fetch these particular statistical values.
This is the textual name for the statistical value, as it is specified in the MIB definition.
This is the type for this statistical value when accessed via SNMP with an SNMP client. The possible values are:
Counter - Range: 0 to 2^32-1.
Counter32 - Range: 0 to 2^32-1.
Counter64 - Range: 0 to 2^64-1.
CounterBasedGauge64 - Range: 0 to 2^64-1.
DisplayString - Human readable string.
Gauge32 - Range: 0 to 2^31-1.
Integer - Range: -2^31 to 2^31-1.
Integer32 - Range: -2^31 to 2^31-1.
IpAddress - IPv4 address represented as an octet string of length 4.
ObjectIdentifier - String of dot separated digits.
OCTET STRING - Hexadecimal string representing arbitrary data.
PhysAddress - Hexadecimal string.
TimeTicks - Hundreds of a second, 0 to 2^32.
Unsigned32 - Range: 0 to 2^32-1.
The MIB types are described further in the relevant RFC documents.
When a statistical value is made available in more than one MIB, and therefore listed in more than one place in this document, this specifies the OID in the additional MIB and which MIB it is a part of.
The name associated with the 2nd OID.
The type associated with the 2nd OID.
Clavister proprietary statistical values are maintained by cOS Stream. These include statistical values available to the cOS Stream CLI as well as all statistical values included in the cOS Stream proprietary MIB. Some values available in the CLI are not part of the cOS Stream MIB, while other values available in the cOS Stream MIB are not accessible from the CLI. The cOS Stream statistical values are grouped by their parent subsystem.
![]() |
Sort Order |
---|---|
All statistics are sorted by their relative location path. |
System statistics.
Identity and contact information of a person responsible for this managed node.
String
1.3.6.1.4.1.5089.3.2.2005.1005[.0] (STREAM-MIB)
ssmSysContact
DisplayString
1.3.6.1.2.1.1.4[.0] (MIB-II, RFC1213)
SysContact
DisplayString
A name assigned to this node by the administrator.
String
1.3.6.1.4.1.5089.3.2.2005.1010[.0] (STREAM-MIB)
ssmSysName
DisplayString
1.3.6.1.2.1.1.5[.0] (MIB-II, RFC1213)
SysName
DisplayString
Physical location of this node.
String
1.3.6.1.4.1.5089.3.2.2005.1015[.0] (STREAM-MIB)
ssmSysLocation
DisplayString
1.3.6.1.2.1.1.6[.0] (MIB-II, RFC1213)
SysLocation
DisplayString
Vendor name.
String
1.3.6.1.4.1.5089.3.2.2005.1020[.0] (STREAM-MIB)
ssmVendorName
DisplayString
Hardware model.
String
1.3.6.1.4.1.5089.3.2.2005.1030[.0] (STREAM-MIB)
ssmHardwareModel
DisplayString
Product name.
String
1.3.6.1.4.1.5089.3.2.2005.1033[.0] (STREAM-MIB)
ssmProductName
DisplayString
Hardware serial number.
String
1.3.6.1.4.1.5089.3.2.2005.1035[.0] (STREAM-MIB)
ssmHardwareSerialNumber
DisplayString
Date of manufacture.
String
1.3.6.1.4.1.5089.3.2.2005.1040[.0] (STREAM-MIB)
ssmHardwareDateOfManufacture
DisplayString
Time (in hundredths of a second) since the system was last booted.
Unsigned 32-bit integer
Centiseconds
Momentaneous
/system/uptime
1.3.6.1.2.1.1.3[.0] (MIB-II, RFC1213)
sysUpTime
TimeTicks
Flow statistics.
Number of flows closed.
Unsigned 32-bit integer
Flows
Counter
/system/flow/closed
1.3.6.1.4.1.5089.3.2.2005.2010.1030[.0] (STREAM-MIB)
ssmFlowsClosed
Counter32
Number of flows in the system.
Unsigned 32-bit integer
Flows
Momentaneous
/system/flow/current
1.3.6.1.4.1.5089.3.2.2005.2010.1005[.0] (STREAM-MIB)
ssmFlowsCurrent
Unsigned32
Number of IPv4 flows in the system.
Unsigned 32-bit integer
Flows
Momentaneous
/system/flow/ipv4
1.3.6.1.4.1.5089.3.2.2005.2010.1015[.0] (STREAM-MIB)
ssmFlowsIPv4
Unsigned32
Number of IPv6 flows in the system.
Unsigned 32-bit integer
Flows
Momentaneous
/system/flow/ipv6
1.3.6.1.4.1.5089.3.2.2005.2010.1020[.0] (STREAM-MIB)
ssmFlowsIPv6
Unsigned32
Maximum number of flows allowed in the system.
Unsigned 32-bit integer
Flows
Momentaneous
/system/flow/limit
1.3.6.1.4.1.5089.3.2.2005.2010.1010[.0] (STREAM-MIB)
ssmFlowLimit
Unsigned32
Number of flows opened.
Unsigned 32-bit integer
Flows
Counter
/system/flow/opened
1.3.6.1.4.1.5089.3.2.2005.2010.1025[.0] (STREAM-MIB)
ssmFlowsOpened
Counter32
Number of flows closed to allow a new flow to be opened when the flow table was full.
Unsigned 32-bit integer
Flows
Counter
/system/flow/replaced
1.3.6.1.4.1.5089.3.2.2005.2010.1035[.0] (STREAM-MIB)
ssmFlowsReplaced
Counter32
CPU statistics.
Total CPU usage in control plane.
Unsigned 32-bit integer
%
Momentaneous
/system/cpu/control_plane_usage
1.3.6.1.4.1.5089.3.2.2005.2020.1005[.0] (STREAM-MIB)
ssmCtrlPlaneCpuUsage
Gauge32 (0..100)
Average (for the last 10 minutes) CPU usage in control plane.
Unsigned 32-bit integer
%
Momentaneous
/system/cpu/control_plane_usage_average
1.3.6.1.4.1.5089.3.2.2005.2020.1007[.0] (STREAM-MIB)
ssmCtrlPlaneCpuAverage
Gauge32 (0..100)
Maximum recorded CPU usage in control plane.
Unsigned 32-bit integer
%
Max
/system/cpu/control_plane_usage_max
1.3.6.1.4.1.5089.3.2.2005.2020.1006[.0] (STREAM-MIB)
ssmCtrlPlaneCpuMax
Gauge32 (0..100)
Total CPU usage for all fast path CPUs.
Unsigned 32-bit integer
%
Momentaneous
/system/cpu/fast_path_usage
1.3.6.1.4.1.5089.3.2.2005.2020.1010[.0] (STREAM-MIB)
ssmFastPathCpuUsage
Gauge32 (0..100)
Average (for the last 10 minutes) CPU usage for all fast path CPUs.
Unsigned 32-bit integer
%
Momentaneous
/system/cpu/fast_path_usage_average
1.3.6.1.4.1.5089.3.2.2005.2020.1012[.0] (STREAM-MIB)
ssmFastPathCpuAverage
Gauge32 (0..100)
Maximum recorded CPU usage for all fast path CPUs.
Unsigned 32-bit integer
%
Max
/system/cpu/fast_path_usage_max
1.3.6.1.4.1.5089.3.2.2005.2020.1011[.0] (STREAM-MIB)
ssmFastPathCpuMax
Gauge32 (0..100)
Total CPU usage for all slow path CPUs.
Unsigned 32-bit integer
%
Momentaneous
/system/cpu/slow_path_usage
1.3.6.1.4.1.5089.3.2.2005.2020.1015[.0] (STREAM-MIB)
ssmSlowPathCpuUsage
Gauge32 (0..100)
Average (for the last 10 minutes) CPU usage for all slow path CPUs.
Unsigned 32-bit integer
%
Momentaneous
/system/cpu/slow_path_usage_average
1.3.6.1.4.1.5089.3.2.2005.2020.1017[.0] (STREAM-MIB)
ssmSlowPathCpuAverage
Gauge32 (0..100)
Maximum recorded CPU usage for all slow path CPUs.
Unsigned 32-bit integer
%
Max
/system/cpu/slow_path_usage_max
1.3.6.1.4.1.5089.3.2.2005.2020.1016[.0] (STREAM-MIB)
ssmSlowPathCpuMax
Gauge32 (0..100)
Total CPU usage for all worker CPUs.
Unsigned 32-bit integer
%
Momentaneous
/system/cpu/worker_usage
1.3.6.1.4.1.5089.3.2.2005.2020.1020[.0] (STREAM-MIB)
ssmWorkerCpuUsage
Gauge32 (0..100)
Average (for the last 10 minutes) CPU usage for all worker CPUs.
Unsigned 32-bit integer
%
Momentaneous
/system/cpu/worker_usage_average
1.3.6.1.4.1.5089.3.2.2005.2020.1021[.0] (STREAM-MIB)
ssmWorkerCpuAverage
Gauge32 (0..100)
Maximum recorded CPU usage for all worker CPUs.
Unsigned 32-bit integer
%
Max
/system/cpu/worker_usage_max
1.3.6.1.4.1.5089.3.2.2005.2020.1022[.0] (STREAM-MIB)
ssmWorkerCpuMax
Gauge32 (0..100)
The row in a table of CPU statistics.
CPU index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2005.2020.3000.1.1[.n] (STREAM-MIB)
ssmCpuIndex
Integer32
CPU name.
String
1.3.6.1.4.1.5089.3.2.2005.2020.3000.1.2[.n] (STREAM-MIB)
ssmCpuName
DisplayString
Memory statistics.
Amount of free memory in Control Plane.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/control_plane_free
1.3.6.1.4.1.5089.3.2.2005.2030.1010[.0] (STREAM-MIB)
ssmCtrlPlaneMemFree
CounterBasedGauge64
Amount of registered memory in Control Plane.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/control_plane_registered
1.3.6.1.4.1.5089.3.2.2005.2030.1018[.0] (STREAM-MIB)
ssmCtrlPlaneMemRegistered
CounterBasedGauge64
Total amount of memory in control plane.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/control_plane_total
1.3.6.1.4.1.5089.3.2.2005.2030.1015[.0] (STREAM-MIB)
ssmCtrlPlaneMemTot
CounterBasedGauge64
Amount of memory used in control plane.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/control_plane_usage
1.3.6.1.4.1.5089.3.2.2005.2030.1005[.0] (STREAM-MIB)
ssmCtrlPlaneMemUsage
CounterBasedGauge64
Amount of free memory in Data Plane.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/data_plane_free
1.3.6.1.4.1.5089.3.2.2005.2030.1025[.0] (STREAM-MIB)
ssmDataPlaneMemFree
CounterBasedGauge64
Amount of registered memory in Data Plane.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/data_plane_registered
1.3.6.1.4.1.5089.3.2.2005.2030.1033[.0] (STREAM-MIB)
ssmDataPlaneMemRegistered
CounterBasedGauge64
Total amount of memory in Data Plane.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/data_plane_total
1.3.6.1.4.1.5089.3.2.2005.2030.1030[.0] (STREAM-MIB)
ssmDataPlaneMemTot
CounterBasedGauge64
Amount of memory used in Data Plane.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/data_plane_usage
1.3.6.1.4.1.5089.3.2.2005.2030.1020[.0] (STREAM-MIB)
ssmDataPlaneMemUsage
CounterBasedGauge64
The row in a table of memory statistics for a memory category.
Category index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2005.2030.3010.1.1[.n] (STREAM-MIB)
ssmMemCatIndex
Integer32
Name of category.
String
1.3.6.1.4.1.5089.3.2.2005.2030.3010.1.2[.n] (STREAM-MIB)
ssmMemCatName
DisplayString
Amount of memory used by category in control plane.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/category/[..n]/control_plane_usage
1.3.6.1.4.1.5089.3.2.2005.2030.3010.1.1010[.n] (STREAM-MIB)
ssmMemCatCtrlPlaneUsage
CounterBasedGauge64
Amount of memory used by category in data plane.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/category/[..n]/data_plane_usage
1.3.6.1.4.1.5089.3.2.2005.2030.3010.1.1015[.n] (STREAM-MIB)
ssmMemCatDataPlaneUsage
CounterBasedGauge64
The row in a table of memory statistics for a memory pool.
Memory pool index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2005.2030.3030.1.1[.n] (STREAM-MIB)
ssmMemPoolIndex
Integer32
Name of a memory pool.
String
1.3.6.1.4.1.5089.3.2.2005.2030.3030.1.2[.n] (STREAM-MIB)
ssmMemPoolName
DisplayString
The row in a table of memory statistics for a Control Plane process.
Control Plane process index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2005.2030.3020.1.1[.n] (STREAM-MIB)
ssmMemProcessIndex
Integer32
Name of Control Plane process.
String
1.3.6.1.4.1.5089.3.2.2005.2030.3020.1.2[.n] (STREAM-MIB)
ssmMemProcessName
DisplayString
Amount of memory used by Control Plane process.
Unsigned 64-bit integer
KB
Momentaneous
/system/memory/process/[..n]/usage
1.3.6.1.4.1.5089.3.2.2005.2030.3020.1.1010[.n] (STREAM-MIB)
ssmMemProcessUsage
CounterBasedGauge64
High Availability statistics.
Number of configuration synchronizations to the HA peer.
Unsigned 32-bit integer
Times
Counter
/system/ha/conf_sync
1.3.6.1.4.1.5089.3.2.2005.2040.1030[.0] (STREAM-MIB)
ssmHASentConfigurations
Counter32
Total time spent as active.
Unsigned 32-bit integer
Seconds
Counter
/system/ha/active_total
1.3.6.1.4.1.5089.3.2.2005.2040.1015[.0] (STREAM-MIB)
ssmHAElapsedTimeActive
Counter32
Total time spent as inactive.
Unsigned 32-bit integer
Seconds
Counter
/system/ha/inactive_total
1.3.6.1.4.1.5089.3.2.2005.2040.1020[.0] (STREAM-MIB)
ssmHAElapsedTimeInactive
Counter32
Time elapsed since peer came online.
Unsigned 32-bit integer
Seconds
Momentaneous
/system/ha/peer_online_elapse
1.3.6.1.4.1.5089.3.2.2005.2040.1025[.0] (STREAM-MIB)
ssmHAPeerUptime
Unsigned32
Elapsed time since last HA status (active/inactive) change.
Unsigned 32-bit integer
Seconds
Momentaneous
/system/ha/status_change_elapsed
1.3.6.1.4.1.5089.3.2.2005.2040.1010[.0] (STREAM-MIB)
ssmHATimeStatusChange
Unsigned32
Number of times the system have missed the timeslot for sending HA heartbeats.
Unsigned 32-bit integer
Times
Counter
/system/ha/hbeat_timeslots_missed
1.3.6.1.4.1.5089.3.2.2005.2040.1023[.0] (STREAM-MIB)
ssmHAHbeatTimeslotsMissed
Counter32
Number of milliseconds between periodic HA heartbeats.
Unsigned 32-bit integer
Milliseconds
Momentaneous
/system/ha/hbeat_interval
1.3.6.1.4.1.5089.3.2.2005.2040.1022[.0] (STREAM-MIB)
ssmHAHbeatInterval
Unsigned32
Current HA status for node (1=active, 0=inactive).
Unsigned 32-bit integer
Momentaneous
/system/ha/is_active
1.3.6.1.4.1.5089.3.2.2005.2040.1005[.0] (STREAM-MIB)
ssmHAIsActive
Unsigned32
Number of received HA sync messages in total.
Unsigned 32-bit integer
Messages
Counter
/system/ha/msgs_recv
1.3.6.1.4.1.5089.3.2.2005.2040.1035[.0] (STREAM-MIB)
ssmHAMessagesRecv
Counter32
Number of resent HA sync messages in total.
Unsigned 32-bit integer
Messages
Counter
/system/ha/msgs_resent
1.3.6.1.4.1.5089.3.2.2005.2040.1040[.0] (STREAM-MIB)
ssmHAMessagesResent
Counter32
Number of sent HA sync messages in total.
Unsigned 32-bit integer
Messages
Counter
/system/ha/msgs_sent
1.3.6.1.4.1.5089.3.2.2005.2040.1045[.0] (STREAM-MIB)
ssmHAMessagesSent
Counter32
Number of occurrences that the unit has 'taken over' due the peer becoming non-operational.
Unsigned 32-bit integer
Failovers
Counter
/system/ha/failover
1.3.6.1.4.1.5089.3.2.2005.2040.1050[.0] (STREAM-MIB)
ssmHANumFailovers
Counter32
Number of times that the unit has handed over or been asked to take over.
Unsigned 32-bit integer
Handovers
Counter
/system/ha/handover
1.3.6.1.4.1.5089.3.2.2005.2040.1055[.0] (STREAM-MIB)
ssmHANumHandovers
Counter32
Current number of installed HA objects.
Unsigned 32-bit integer
Objects
Momentaneous
/system/ha/objects
1.3.6.1.4.1.5089.3.2.2005.2040.1060[.0] (STREAM-MIB)
ssmHAObjectCount
Unsigned32
Number of objects that remain to be synchronized to peer.
Unsigned 32-bit integer
Objects
Momentaneous
/system/ha/objects_unsync
1.3.6.1.4.1.5089.3.2.2005.2040.1065[.0] (STREAM-MIB)
ssmHAObjectsNotSynched
Unsigned32
Current number of free buffers that are in reserve to use for HA heartbeats.
Unsigned 32-bit integer
Buffers
Momentaneous
/system/ha/buf_reserved_free
1.3.6.1.4.1.5089.3.2.2005.2040.1070[.0] (STREAM-MIB)
ssmHAReservedBuffersFree
Unsigned32
Number of buffers that are in reserve to use for HA heartbeats.
Unsigned 32-bit integer
Buffers
Momentaneous
/system/ha/buf_reserved
1.3.6.1.4.1.5089.3.2.2005.2040.1075[.0] (STREAM-MIB)
ssmHAReservedBuffersTotal
Unsigned32
High Availability failure statistics entry.
HA Failure category.
String
1.3.6.1.4.1.5089.3.2.2005.2040.3010.1.2[.n] (STREAM-MIB)
ssmHAFailureCategory
DisplayString
HA failure row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2005.2040.3010.1.1[.n] (STREAM-MIB)
ssmHAFailureIndex
Integer32
Current number of interface failures.
Unsigned 32-bit integer
Failures
Momentaneous
/system/ha/failure/[..n]/failures
1.3.6.1.4.1.5089.3.2.2005.2040.3010.1.1005[.n] (STREAM-MIB)
ssmHAFailureCurrent
Unsigned32
Cumulative occurred failures for the specified category.
Unsigned 32-bit integer
Failures
Counter
/system/ha/failure/[..n]/failures_total
1.3.6.1.4.1.5089.3.2.2005.2040.3010.1.1010[.n] (STREAM-MIB)
ssmHAFailureTotal
Counter32
HA fragmentation statistics.
Number of fragmented HA sync message that has failed due to reassembly timeout.
Unsigned 64-bit integer
Fragments
Counter
/system/ha/frag/frag_reass_timeout
1.3.6.1.4.1.5089.3.2.2005.2040.2020.1005[.0] (STREAM-MIB)
ssmHAFragReassTimeout
Counter64
Number of HA sync message fragments received.
Unsigned 64-bit integer
Fragments
Counter
/system/ha/frag/frags_in
1.3.6.1.4.1.5089.3.2.2005.2040.2020.1010[.0] (STREAM-MIB)
ssmHAFragRecv
Counter64
Number of HA sync message fragments received OK.
Unsigned 64-bit integer
Fragments
Counter
/system/ha/frag/frags_in_ok
1.3.6.1.4.1.5089.3.2.2005.2040.2020.1015[.0] (STREAM-MIB)
ssmHAFragRecvOK
Counter64
Number of failed reassemblies of fragmented HA sync messages.
Unsigned 64-bit integer
Reassemblies
Counter
/system/ha/frag/frag_reass_fail
1.3.6.1.4.1.5089.3.2.2005.2040.2020.1020[.0] (STREAM-MIB)
ssmHAFragReassFail
Counter64
Number of successful reassemblies of fragmented HA sync messages.
Unsigned 64-bit integer
Reassemblies
Counter
/system/ha/frag/frag_reass_ok
1.3.6.1.4.1.5089.3.2.2005.2040.2020.1025[.0] (STREAM-MIB)
ssmHAFragFragsReassOK
Counter64
Number of fragmented HA sync messages that has been discarded due to an error when rebuilding the original message.
Unsigned 32-bit integer
Failures
Counter
/system/ha/frag/frag_rebuild_fail
1.3.6.1.4.1.5089.3.2.2005.2040.2020.1030[.0] (STREAM-MIB)
ssmHAFragNumLocalReassFail
Counter32
Number of fragmented HA sync messages that has been discarded due to lack of buffers when rebuilding the original message.
Unsigned 32-bit integer
Failures
Counter
/system/ha/frag/frag_rebuild_fail_no_buf
1.3.6.1.4.1.5089.3.2.2005.2040.2020.1035[.0] (STREAM-MIB)
ssmHAFragNumNoReassBuf
Counter32
High Availability interface statistics entry.
HA interface statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1[.n] (STREAM-MIB)
ssmHAIfIndex
Integer32
Name of the interface.
String
1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.2[.n] (STREAM-MIB)
ssmHAIfName
DisplayString
Total number of received heartbeats.
Unsigned 32-bit integer
Heartbeats
Counter
/system/ha/ifaces/[..n]/hbeat_in
1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1010[.n] (STREAM-MIB)
ssmHAIfHeartbeatsRecv
Counter32
Total number of sent heartbeats.
Unsigned 32-bit integer
Heartbeats
Counter
/system/ha/ifaces/[..n]/hbeat_out
1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1005[.n] (STREAM-MIB)
ssmHAIfHeartbeatsSent
Counter32
Number of heartbeats that failed sending.
Unsigned 32-bit integer
Heartbeats
Counter
/system/ha/ifaces/[..n]/hbeat_fail_out
1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1015[.n] (STREAM-MIB)
ssmHAIfHeartbeatsSendFail
Counter32
Number of times the interfaces have been declared down/non-operational.
Unsigned 32-bit integer
Times
Counter
/system/ha/ifaces/[..n]/iface_down
1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1025[.n] (STREAM-MIB)
ssmHAIfDownCount
Counter32
Number of times that the interface have suffered packetloss/latency-problems but was able to recover prior to fail/hand-over.
Unsigned 32-bit integer
Times
Counter
/system/ha/ifaces/[..n]/iface_pre_down
1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1030[.n] (STREAM-MIB)
ssmHAIfEarlyDownCount
Counter32
Interface statistics entry.
HA module statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1[.n] (STREAM-MIB)
ssmHAModIndex
Integer32
HA module name.
String
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.2[.n] (STREAM-MIB)
ssmHAModName
DisplayString
Number of positive acknowledgments forwarded to the module on the active node.
Unsigned 32-bit integer
ACKs
Counter
/system/ha/modules/[..n]/inbound_acks
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1045[.n] (STREAM-MIB)
ssmHAModRecvAcks
Counter32
Number of negative acknowledgments forwarded to the module on the active node.
Unsigned 32-bit integer
NACKs
Counter
/system/ha/modules/[..n]/inbound_nacks
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1050[.n] (STREAM-MIB)
ssmHAModRecvNAcks
Counter32
Number of received HA sync message by module.
Unsigned 32-bit integer
Messages
Counter
/system/ha/modules/[..n]/msgs_recv
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1010[.n] (STREAM-MIB)
ssmHAModMessagesRecv
Counter32
Number of resent HA sync messages by module.
Unsigned 32-bit integer
Messages
Counter
/system/ha/modules/[..n]/msgs_resent
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1015[.n] (STREAM-MIB)
ssmHAModMessagesResent
Counter32
Number of sent HA sync messages by module.
Unsigned 32-bit integer
Messages
Counter
/system/ha/modules/[..n]/msgs_sent
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1020[.n] (STREAM-MIB)
ssmHAModMessagesSent
Counter32
Number of attempts to send an HA sync message by this module that has been denied due to message rate limiting.
Unsigned 32-bit integer
Messages
Counter
/system/ha/modules/[..n]/msgs_throttled
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1025[.n] (STREAM-MIB)
ssmHAModMessagesThrottled
Counter32
Current HA sync message token balance for the module.
32-bit integer
Tokens
Momentaneous
/system/ha/modules/[..n]/msg_tok_balance
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1005[.n] (STREAM-MIB)
ssmHAModMessageTokens
Integer32
Current number of HA objects installed in this module.
Unsigned 32-bit integer
Objects
Momentaneous
/system/ha/modules/[..n]/objects
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1030[.n] (STREAM-MIB)
ssmHAModObjectCount
Unsigned32
Number of queries sent to the module when resolving dependencies to determine if a specific object exists.
Unsigned 32-bit integer
Queries
Counter
/system/ha/modules/[..n]/obj_queries
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1035[.n] (STREAM-MIB)
ssmHAModObjectQueries
Counter32
Number of request to recreate a lost HA object message sent to the module.
Unsigned 32-bit integer
Requests
Counter
/system/ha/modules/[..n]/recreate_reqs
1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1040[.n] (STREAM-MIB)
ssmHAModRecreatedRequests
Counter32
Traffic statistics.
Forwarded bytes.
Unsigned 64-bit integer
Bytes
Counter
/system/traffic/forwarded_bytes
1.3.6.1.4.1.5089.3.2.2005.2035.1000[.0] (STREAM-MIB)
ssmSysFwdBytes
Counter64
Forwarded bytes through IPsec interfaces.
Unsigned 64-bit integer
Bytes
Counter
/system/traffic/forwarded_ipsec_bytes
1.3.6.1.4.1.5089.3.2.2005.2035.1020[.0] (STREAM-MIB)
ssmSysFwdIPsecBytes
Counter64
Forwarded packets through IPsec interfaces.
Unsigned 64-bit integer
Packets
Counter
/system/traffic/forwarded_ipsec_packets
1.3.6.1.4.1.5089.3.2.2005.2035.1030[.0] (STREAM-MIB)
ssmSysFwdIPsecPackets
Counter64
Forwarded packets.
Unsigned 64-bit integer
Packets
Counter
/system/traffic/forwarded_packets
1.3.6.1.4.1.5089.3.2.2005.2035.1010[.0] (STREAM-MIB)
ssmSysFwdPackets
Counter64
Forwarded bytes through SSL VPN interfaces. IPsec traffic is not included.
Unsigned 64-bit integer
Bytes
Counter
/system/traffic/forwarded_vpn_bytes
1.3.6.1.4.1.5089.3.2.2005.2035.1040[.0] (STREAM-MIB)
ssmSysForwardedVPNBytes
Counter64
Forwarded packets through SSL VPN interfaces. IPsec traffic is not included.
Unsigned 64-bit integer
Packets
Counter
/system/traffic/forwarded_vpn_packets
1.3.6.1.4.1.5089.3.2.2005.2035.1050[.0] (STREAM-MIB)
ssmSysForwardedVPNPackets
Counter64
Device statistics.
Crypto device statistics entry.
Crypto device statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1[.n] (STREAM-MIB)
ssmCryptoDeviceIndex
Integer32
Name of the crypto device.
String
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.2[.n] (STREAM-MIB)
ssmCryptoDeviceName
DisplayString
Current status of the device (1=online, 0=offline).
Unsigned 32-bit integer
Momentaneous
/system/device/crypto/[..n]/is_online
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1005[.n] (STREAM-MIB)
ssmCryptoDeviceIsOnline
Unsigned32
Number of authentication verification failures for decrypt operations.
Unsigned 64-bit integer
Failures
Counter
/system/device/crypto/[..n]/sym_auth_fails
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1030[.n] (STREAM-MIB)
ssmCryptoDeviceSymAuthFails
Counter64
Number of failed decrypt operations.
Unsigned 64-bit integer
Failures
Counter
/system/device/crypto/[..n]/sym_decrypt_fails
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1025[.n] (STREAM-MIB)
ssmCryptoDeviceSymDecryptFails
Counter64
Number of successful encrypt operations.
Unsigned 64-bit integer
Operations
Counter
/system/device/crypto/[..n]/sym_decrypts
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1020[.n] (STREAM-MIB)
ssmCryptoDeviceSymDecrypts
Counter64
Number of failed encrypt operations.
Unsigned 64-bit integer
Failures
Counter
/system/device/crypto/[..n]/sym_encrypt_fails
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1040[.n] (STREAM-MIB)
ssmCryptoDeviceSymEncryptFails
Counter64
Number of successful encrypt operations.
Unsigned 64-bit integer
Operations
Counter
/system/device/crypto/[..n]/sym_encrypts
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1035[.n] (STREAM-MIB)
ssmCryptoDeviceSymEncrypts
Counter64
Number of symmetric crypto operations currently in flight.
Unsigned 32-bit integer
Operations
Momentaneous
/system/device/crypto/[..n]/sym_in_flight
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1050[.n] (STREAM-MIB)
ssmCryptoDeviceSymInFlight
Gauge32
Number of session setup failures.
Unsigned 64-bit integer
Failures
Counter
/system/device/crypto/[..n]/sym_session_fails
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1015[.n] (STREAM-MIB)
ssmCryptoDeviceSymSessionFails
Counter64
Number of active crypto sessions.
Unsigned 64-bit integer
Sessions
Momentaneous
/system/device/crypto/[..n]/sym_sessions
1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1010[.n] (STREAM-MIB)
ssmCryptoDeviceSymSessions
CounterBasedGauge64
Management information for structured management of the system.
Date of last service (Last time the unit got back to normal work state).
String
1.3.6.1.4.1.5089.3.2.2005.2100.1040[.0] (STREAM-MIB)
ssmDateOfLastService
DisplayString
IP address list of network management system interfaces.
String
1.3.6.1.4.1.5089.3.2.2005.2100.1020[.0] (STREAM-MIB)
ssmManagementIPAddressList
DisplayString
Service IP Address List.
String
1.3.6.1.4.1.5089.3.2.2005.2100.1030[.0] (STREAM-MIB)
ssmServiceIPAddressList
DisplayString
Interface statistics.
Interface statistics entry.
Interface statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2010.3010.1.1[.n] (STREAM-MIB)
ssmIfIndex
Integer32
Name of the interface.
String
1.3.6.1.4.1.5089.3.2.2010.3010.1.2[.n] (STREAM-MIB)
ssmIfName
DisplayString
Interface description/comment.
String
1.3.6.1.4.1.5089.3.2.2010.3010.1.1010[.n] (STREAM-MIB)
ssmIfDescription
DisplayString
Assigned IP addresses for interface.
String
1.3.6.1.4.1.5089.3.2.2010.3010.1.1020[.n] (STREAM-MIB)
ssmIfAddress
DisplayString
Number of bytes received.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/common/[..n]/bytes_recv
1.3.6.1.4.1.5089.3.2.2010.3010.1.1030[.n] (STREAM-MIB)
ssmIfBytesRecv
Counter64
Number of bytes sent.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/common/[..n]/bytes_sent
1.3.6.1.4.1.5089.3.2.2010.3010.1.1033[.n] (STREAM-MIB)
ssmIfBytesSent
Counter64
Number of failed IP fragment reassemblies.
Unsigned 64-bit integer
Reassemblies
Counter
/interfaces/common/[..n]/frag_reass_fail
1.3.6.1.4.1.5089.3.2.2010.3010.1.1039[.n] (STREAM-MIB)
ssmIfFragReassFail
Counter64
Number of IP packet fragments received on the interface.
Unsigned 64-bit integer
Fragments
Counter
/interfaces/common/[..n]/frags_recv
1.3.6.1.4.1.5089.3.2.2010.3010.1.1042[.n] (STREAM-MIB)
ssmIfFragsRecv
Counter64
Number of successful IP fragment reassemblies.
Unsigned 64-bit integer
Reassemblies
Counter
/interfaces/common/[..n]/frag_reass_ok
1.3.6.1.4.1.5089.3.2.2010.3010.1.1047[.n] (STREAM-MIB)
ssmIfFragReassOK
Counter64
Number of IPv6 bytes received.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/common/[..n]/ipv6_bytes_recv
1.3.6.1.4.1.5089.3.2.2010.3010.1.1630[.n] (STREAM-MIB)
ssmIfIpv6BytesRecv
Counter64
Number of IPv6 bytes sent.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/common/[..n]/ipv6_bytes_sent
1.3.6.1.4.1.5089.3.2.2010.3010.1.1633[.n] (STREAM-MIB)
ssmIfIpv6BytesSent
Counter64
Number of IPv6 packets received.
Unsigned 64-bit integer
Packets
Counter
/interfaces/common/[..n]/ipv6_pkts_recv
1.3.6.1.4.1.5089.3.2.2010.3010.1.1659[.n] (STREAM-MIB)
ssmIfIpv6PktsRecv
Counter64
Number of IPv6 packets sent.
Unsigned 64-bit integer
Packets
Counter
/interfaces/common/[..n]/ipv6_pkts_sent
1.3.6.1.4.1.5089.3.2.2010.3010.1.1662[.n] (STREAM-MIB)
ssmIfIpv6PktsSent
Counter64
Number of received multicast packets.
Unsigned 64-bit integer
Packets
Counter
/interfaces/common/[..n]/mcast_pkts_recv
1.3.6.1.4.1.5089.3.2.2010.3010.1.1050[.n] (STREAM-MIB)
ssmIfMCastPktsRecv
Counter64
Number of sent multicast packets.
Unsigned 64-bit integer
Packets
Counter
/interfaces/common/[..n]/mcast_pkts_sent
1.3.6.1.4.1.5089.3.2.2010.3010.1.1053[.n] (STREAM-MIB)
ssmIfMCastPktsSent
Counter64
Number of packets dropped by the software.
Unsigned 64-bit integer
Packets
Counter
/interfaces/common/[..n]/pkts_dropped
1.3.6.1.4.1.5089.3.2.2010.3010.1.1056[.n] (STREAM-MIB)
ssmIfPktsDropped
Counter64
Number of received packets.
Unsigned 64-bit integer
Packets
Counter
/interfaces/common/[..n]/pkts_recv
1.3.6.1.4.1.5089.3.2.2010.3010.1.1059[.n] (STREAM-MIB)
ssmIfPktsRecv
Counter64
Number of sent packets.
Unsigned 64-bit integer
Packets
Counter
/interfaces/common/[..n]/pkts_sent
1.3.6.1.4.1.5089.3.2.2010.3010.1.1062[.n] (STREAM-MIB)
ssmIfPktsSent
Counter64
Number of send failures (software congestion, rate limit, hardware malfunction).
Unsigned 64-bit integer
Errors
Counter
/interfaces/common/[..n]/send_fails
1.3.6.1.4.1.5089.3.2.2010.3010.1.1065[.n] (STREAM-MIB)
ssmIfSendFails
Counter64
Global interface statistics.
Total number of IP packet reassemblies that has failed due to timeout.
Unsigned 64-bit integer
Reassemblies
Counter
/interfaces/global/frags_reass_timeout
1.3.6.1.4.1.5089.3.2.2010.2010.1020[.0] (STREAM-MIB)
ssmFragsReassTimeout
Counter64
Total number of IP packet fragments received.
Unsigned 64-bit integer
Fragments
Counter
/interfaces/global/frags_recv
1.3.6.1.4.1.5089.3.2.2010.2010.1025[.0] (STREAM-MIB)
ssmFragsRecv
Counter64
Total number of IP packet fragments received OK.
Unsigned 64-bit integer
Fragments
Counter
/interfaces/global/frags_recv_ok
1.3.6.1.4.1.5089.3.2.2010.2010.1030[.0] (STREAM-MIB)
ssmFragsRecvOk
Counter64
Total number of failed IP packet reassemblies.
Unsigned 64-bit integer
Reassemblies
Counter
/interfaces/global/frags_reass_fail
1.3.6.1.4.1.5089.3.2.2010.2010.1035[.0] (STREAM-MIB)
ssmFragsReassFail
Counter64
Total number of IP packets reassembled OK.
Unsigned 64-bit integer
Reassemblies
Counter
/interfaces/global/frags_reass_ok
1.3.6.1.4.1.5089.3.2.2010.2010.1040[.0] (STREAM-MIB)
ssmFragsReassOK
Counter64
Global IPsec interface statistics.
IKEv1 statistics.
IKEv1 SAs deleted due to DPD.
Unsigned 32-bit integer
SAs
Counter
/interfaces/global/ipsec/ikev1/dpd_deleted_sas
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1235[.0] (STREAM-MIB)
ssmDPDDeletedIKEv1SAs
Counter32
IKEv1 bytes received by the IKE engine.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/global/ipsec/ikev1/bytes_received
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1200[.0] (STREAM-MIB)
ssmIKEv1BytesRecv
Counter64
IKEv1 bytes sent by the IKE engine.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/global/ipsec/ikev1/bytes_sent
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1205[.0] (STREAM-MIB)
ssmIKEv1BytesSent
Counter64
Number of IKEv1 negotiations in progress.
Unsigned 32-bit integer
Negotiations
Momentaneous
/interfaces/global/ipsec/ikev1/ike_negs_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1005[.0] (STREAM-MIB)
ssmIKEv1IKENegsActive
Gauge32
Number of completed IKEv1 negotiations.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/global/ipsec/ikev1/ike_negs_completed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1010[.0] (STREAM-MIB)
ssmIKEv1IKENegsCompleted
Counter64
Number of failed IKEv1 negotiations.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/global/ipsec/ikev1/ike_negs_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1015[.0] (STREAM-MIB)
ssmIKEv1IKENegsFailed
Counter64
IKEv1 packets received by the IKE engine.
Unsigned 32-bit integer
Packets
Counter
/interfaces/global/ipsec/ikev1/packets_received
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1210[.0] (STREAM-MIB)
ssmIKEv1PacketsRecv
Counter32
IKEv1 packets resent by the IKE engine.
Unsigned 32-bit integer
Packets
Counter
/interfaces/global/ipsec/ikev1/packets_resent
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1220[.0] (STREAM-MIB)
ssmIKEv1PacketsResent
Counter32
IKEv1 packets sent by the IKE engine.
Unsigned 32-bit integer
Packets
Counter
/interfaces/global/ipsec/ikev1/packets_sent
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1225[.0] (STREAM-MIB)
ssmIKEv1PacketsSent
Counter32
Number of IKEv1 rekeys in progress.
Unsigned 32-bit integer
Rekeys
Momentaneous
/interfaces/global/ipsec/ikev1/ike_rekeys_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1020[.0] (STREAM-MIB)
ssmIKEv1IKERekeysActive
Gauge32
Number of completed IKEv1 rekeys.
Unsigned 64-bit integer
Rekeys
Counter
/interfaces/global/ipsec/ikev1/ike_rekeys_completed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1025[.0] (STREAM-MIB)
ssmIKEv1IKERekeysCompleted
Counter64
Number of failed IKEv1 rekeys.
Unsigned 64-bit integer
Rekeys
Counter
/interfaces/global/ipsec/ikev1/ike_rekeys_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1030[.0] (STREAM-MIB)
ssmIKEv1IKERekeysFailed
Counter64
Number of active IKEv1 SAs.
Unsigned 32-bit integer
SAs
Momentaneous
/interfaces/global/ipsec/ikev1/ike_sa_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1035[.0] (STREAM-MIB)
ssmIKEv1IKESAsActive
Gauge32
Number of IPsec negotiations in progress.
Unsigned 32-bit integer
Negotiations
Momentaneous
/interfaces/global/ipsec/ikev1/ipsec_negs_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1040[.0] (STREAM-MIB)
ssmIKEv1IPsecNegsActive
Gauge32
Number of completed IPsec negotiations.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/global/ipsec/ikev1/ipsec_negs_completed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1045[.0] (STREAM-MIB)
ssmIKEv1IPsecNegsCompleted
Counter64
Number of failed IPsec negotiations.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/global/ipsec/ikev1/ipsec_negs_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1050[.0] (STREAM-MIB)
ssmIKEv1IPsecNegsFailed
Counter64
Number of IPsec rekeys in progress.
Unsigned 32-bit integer
Rekeys
Momentaneous
/interfaces/global/ipsec/ikev1/ipsec_rekeys_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1055[.0] (STREAM-MIB)
ssmIKEv1IPsecRekeysActive
Gauge32
Number of completed IPsec rekeys.
Unsigned 64-bit integer
Rekeys
Counter
/interfaces/global/ipsec/ikev1/ipsec_rekeys_completed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1060[.0] (STREAM-MIB)
ssmIKEv1IPsecRekeysCompleted
Counter64
Number of failed IPsec rekeys.
Unsigned 64-bit integer
Rekeys
Counter
/interfaces/global/ipsec/ikev1/ipsec_rekeys_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1065[.0] (STREAM-MIB)
ssmIKEv1IPsecRekeysFailed
Counter64
Number of active IPsec SAs.
Unsigned 32-bit integer
SAs
Momentaneous
/interfaces/global/ipsec/ikev1/ipsec_sa_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1070[.0] (STREAM-MIB)
ssmIKEv1IPsecSAsActive
Gauge32
Number of timed out IKEv1 negotiations.
Unsigned 32-bit integer
Negotiations
Counter
/interfaces/global/ipsec/ikev1/timed_out_negs
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1230[.0] (STREAM-MIB)
ssmTimedOutIKEv1Negs
Counter32
IKEv2 statistics.
IKEv2 SAs deleted due to DPD.
Unsigned 32-bit integer
SAs
Counter
/interfaces/global/ipsec/ikev2/dpd_deleted_sas
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1235[.0] (STREAM-MIB)
ssmDPDDeletedSAs
Counter32
IKEv2 bytes received by the IKE engine.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/global/ipsec/ikev2/bytes_received
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1200[.0] (STREAM-MIB)
ssmIKEBytesRecv
Counter64
IKEv2 bytes sent by the IKE engine.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/global/ipsec/ikev2/bytes_sent
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1205[.0] (STREAM-MIB)
ssmIKEBytesSent
Counter64
Number of IKEv2 negotiations in progress.
Unsigned 32-bit integer
Negotiations
Momentaneous
/interfaces/global/ipsec/ikev2/ike_negs_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1005[.0] (STREAM-MIB)
ssmIKEv2IKENegsActive
Gauge32
Number of completed IKEv2 negotiations.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/global/ipsec/ikev2/ike_negs_completed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1010[.0] (STREAM-MIB)
ssmIKEv2IKENegsCompleted
Counter64
Number of failed IKEv2 negotiations.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/global/ipsec/ikev2/ike_negs_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1015[.0] (STREAM-MIB)
ssmIKEv2IKENegsFailed
Counter64
IKEv2 packets received by the IKE engine.
Unsigned 32-bit integer
Packets
Counter
/interfaces/global/ipsec/ikev2/packets_received
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1210[.0] (STREAM-MIB)
ssmIKEPacketsRecv
Counter32
IKEv2 Packets resent by the IKE engine.
Unsigned 32-bit integer
Packets
Counter
/interfaces/global/ipsec/ikev2/packets_resent
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1220[.0] (STREAM-MIB)
ssmIKEPacketsResent
Counter32
IKEv2 packets sent by the IKE engine.
Unsigned 32-bit integer
Packets
Counter
/interfaces/global/ipsec/ikev2/packets_sent
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1225[.0] (STREAM-MIB)
ssmIKEPacketsSent
Counter32
Number of IKEv2 rekeys in progress.
Unsigned 32-bit integer
Rekeys
Momentaneous
/interfaces/global/ipsec/ikev2/ike_rekeys_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1020[.0] (STREAM-MIB)
ssmIKEv2IKERekeysActive
Gauge32
Number of completed IKEv2 rekeys.
Unsigned 64-bit integer
Rekeys
Counter
/interfaces/global/ipsec/ikev2/ike_rekeys_completed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1025[.0] (STREAM-MIB)
ssmIKEv2IKERekeysCompleted
Counter64
Number of failed IKEv2 rekeys.
Unsigned 64-bit integer
Rekeys
Counter
/interfaces/global/ipsec/ikev2/ike_rekeys_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1030[.0] (STREAM-MIB)
ssmIKEv2IKERekeysFailed
Counter64
Number of active IKEv2 SAs.
Unsigned 32-bit integer
SAs
Momentaneous
/interfaces/global/ipsec/ikev2/ike_sa_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1035[.0] (STREAM-MIB)
ssmIKEv2IKESAsActive
Gauge32
Number of IPsec negotiations in progress.
Unsigned 32-bit integer
Negotiations
Momentaneous
/interfaces/global/ipsec/ikev2/ipsec_negs_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1040[.0] (STREAM-MIB)
ssmIKEv2IPsecNegsActive
Gauge32
Number of completed IPsec negotiations.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/global/ipsec/ikev2/ipsec_negs_completed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1045[.0] (STREAM-MIB)
ssmIKEv2IPsecNegsCompleted
Counter64
Number of failed IPsec negotiations.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/global/ipsec/ikev2/ipsec_negs_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1050[.0] (STREAM-MIB)
ssmIKEv2IPsecNegsFailed
Counter64
Number of IPsec rekeys in progress.
Unsigned 32-bit integer
Rekeys
Momentaneous
/interfaces/global/ipsec/ikev2/ipsec_rekeys_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1055[.0] (STREAM-MIB)
ssmIKEv2IPsecRekeysActive
Gauge32
Number of completed IPsec rekeys.
Unsigned 64-bit integer
Rekeys
Counter
/interfaces/global/ipsec/ikev2/ipsec_rekeys_completed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1060[.0] (STREAM-MIB)
ssmIKEv2IPsecRekeysCompleted
Counter64
Number of failed IPsec rekeys.
Unsigned 64-bit integer
Rekeys
Counter
/interfaces/global/ipsec/ikev2/ipsec_rekeys_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1065[.0] (STREAM-MIB)
ssmIKEv2IPsecRekeysFailed
Counter64
Number of active IPsec SAs.
Unsigned 32-bit integer
SAs
Momentaneous
/interfaces/global/ipsec/ikev2/ipsec_sa_active
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1070[.0] (STREAM-MIB)
ssmIKEv2IPsecSAsActive
Gauge32
Number of timed out IKEv2 negotiations.
Unsigned 32-bit integer
Negotiations
Counter
/interfaces/global/ipsec/ikev2/timed_out_negs
1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1230[.0] (STREAM-MIB)
ssmTimedOutNegs
Counter32
Global SSLVPN interface statistics.
Number of packets on data channel which failed replay protection checks.
Unsigned 64-bit integer
Packets
Counter
/interfaces/global/sslvpn/data_replay_fails
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1090[.0] (STREAM-MIB)
ssmSSLVPNAntiReplayFailsSys
Counter64
Number of active access-challenges.
Unsigned 32-bit integer
Challenges
Momentaneous
/interfaces/global/sslvpn/challenges_active
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1200[.0] (STREAM-MIB)
ssmSSLVPNChallengeActiveSys
Unsigned32
Number of failed access-challenges.
Unsigned 64-bit integer
Challenges
Counter
/interfaces/global/sslvpn/challenges_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1210[.0] (STREAM-MIB)
ssmSSLVPNChallengeFailedSys
Counter64
Number of successful access-challenges.
Unsigned 64-bit integer
Challenges
Counter
/interfaces/global/sslvpn/challenges_successful
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1220[.0] (STREAM-MIB)
ssmSSLVPNChallengeSuccessSys
Counter64
Control channel bytes received.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/global/sslvpn/control_bytes_recv
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1010[.0] (STREAM-MIB)
ssmSSLVPNCtrlBytesRecvSys
Counter64
Control channel bytes sent.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/global/sslvpn/control_bytes_sent
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1020[.0] (STREAM-MIB)
ssmSSLVPNCtrlBytesSentSys
Counter64
Control channel packets received.
Unsigned 64-bit integer
Packets
Counter
/interfaces/global/sslvpn/control_packets_recv
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1030[.0] (STREAM-MIB)
ssmSSLVPNCtrlPktsRecvSys
Counter64
Control channel packets resent.
Unsigned 64-bit integer
Packets
Counter
/interfaces/global/sslvpn/control_packets_resent
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1040[.0] (STREAM-MIB)
ssmSSLVPNCtrlPktsResentSys
Counter64
Control channel packet sent.
Unsigned 64-bit integer
Packets
Counter
/interfaces/global/sslvpn/control_packets_sent
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1050[.0] (STREAM-MIB)
ssmSSLVPNCtrlPktsSentSys
Counter64
Number of packets on data channel which failed to be decrypted.
Unsigned 64-bit integer
Packets
Counter
/interfaces/global/sslvpn/data_decrypt_fails
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1060[.0] (STREAM-MIB)
ssmSSLVPNDecryptFailsSys
Counter64
Number of packets on data channel which failed integrity check.
Unsigned 64-bit integer
Packets
Counter
/interfaces/global/sslvpn/data_integrity_fails
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1070[.0] (STREAM-MIB)
ssmSSLVPNIntegrityFailsSys
Counter64
Encapsulated packets on data channel that the system was unable to parse.
Unsigned 64-bit integer
Packets
Counter
/interfaces/global/sslvpn/data_invalid_packets
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1080[.0] (STREAM-MIB)
ssmSSLVPNInvalidPacketsSys
Counter64
Number of active data encryption key negotiations.
Unsigned 32-bit integer
Negotiations
Momentaneous
/interfaces/global/sslvpn/negotiations_active
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1100[.0] (STREAM-MIB)
ssmSSLVPNNegActiveSys
Unsigned32
Number of failed data encryption key negotiations.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/global/sslvpn/negotiations_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1110[.0] (STREAM-MIB)
ssmSSLVPNNegFailedSys
Counter64
Number of successful data encryption key negotiations.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/global/sslvpn/negotiations_successful
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1120[.0] (STREAM-MIB)
ssmSSLVPNNegSuccessSys
Counter64
Number of active data encryption key renegotiations.
Unsigned 32-bit integer
Renegotiations
Momentaneous
/interfaces/global/sslvpn/renegotiations_active
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1130[.0] (STREAM-MIB)
ssmSSLVPNReNegActiveSys
Unsigned32
Number of failed data encryption key negotiations.
Unsigned 64-bit integer
Renegotiations
Counter
/interfaces/global/sslvpn/renegotiations_failed
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1140[.0] (STREAM-MIB)
ssmSSLVPNReNegFailedSys
Counter64
Number of successful data encryption key negotiations.
Unsigned 64-bit integer
Renegotiations
Counter
/interfaces/global/sslvpn/renegotiations_successful
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1150[.0] (STREAM-MIB)
ssmSSLVPNReNegSuccessSys
Counter64
Current authenticated sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/interfaces/global/sslvpn/sessions_current_auth
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1160[.0] (STREAM-MIB)
ssmSSLVPNSessCurrAuthSys
Unsigned32
Current sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/interfaces/global/sslvpn/sessions_current
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1170[.0] (STREAM-MIB)
ssmSSLVPNSessCurrSys
Unsigned32
Timed out sessions since start of system.
Unsigned 64-bit integer
Sessions
Counter
/interfaces/global/sslvpn/sessions_timed_out
1.3.6.1.4.1.5089.3.2.2010.2010.2030.1180[.0] (STREAM-MIB)
ssmSSLVPNSessTimedOutSys
Counter64
GTP interface statistics entry.
GTP interface name.
String
1.3.6.1.4.1.5089.3.2.2010.3020.1.2[.n] (STREAM-MIB)
ssmGTPIfName
DisplayString
Interface statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2010.3020.1.1[.n] (STREAM-MIB)
ssmGTPIfIndex
Integer32
GTPC statistics.
Number of active GTP negotiations for this interface.
Unsigned 32-bit integer
Negotiations
Momentaneous
/interfaces/gtp/[..n]/gtpc/active_negotiations
1.3.6.1.4.1.5089.3.2.2010.3020.1.1005[.n] (STREAM-MIB)
ssmGTPCIfActiveNegotiations
Unsigned32
Number of detected GTP server restarts.
Unsigned 32-bit integer
Restarts
Counter
/interfaces/gtp/[..n]/gtpc/gtp_server_restarts
1.3.6.1.4.1.5089.3.2.2010.3020.1.1015[.n] (STREAM-MIB)
ssmGTPCIfDetectedGTPSrvRestarts
Counter32
Number of failed GTP negotiations for this interface.
Unsigned 32-bit integer
Negotiations
Counter
/interfaces/gtp/[..n]/gtpc/failed_negotiations
1.3.6.1.4.1.5089.3.2.2010.3020.1.1020[.n] (STREAM-MIB)
ssmGTPCIfFailedNegotiations
Counter32
Number of GTP-C packets for which sending failed.
Unsigned 32-bit integer
Errors
Counter
/interfaces/gtp/[..n]/gtpc/failed_sends
1.3.6.1.4.1.5089.3.2.2010.3020.1.1025[.n] (STREAM-MIB)
ssmGTPCIfFailedSends
Counter32
Number of GTP server initiated delete requests for this interface.
Unsigned 32-bit integer
Times
Counter
/interfaces/gtp/[..n]/gtpc/gtp_server_deletes
1.3.6.1.4.1.5089.3.2.2010.3020.1.1030[.n] (STREAM-MIB)
ssmGTPCIfGTPSrvInitiatedDeletes
Counter32
Number of established tunnels currently instantiated in GTPC.
Unsigned 32-bit integer
Contexts
Momentaneous
/interfaces/gtp/[..n]/gtpc/active_tunnels
1.3.6.1.4.1.5089.3.2.2010.3020.1.1010[.n] (STREAM-MIB)
ssmGTPCIfGTPCTunnels
Unsigned32
Number of IKE initiated delete requests for this interface.
Unsigned 32-bit integer
Times
Counter
/interfaces/gtp/[..n]/gtpc/ike_deletes
1.3.6.1.4.1.5089.3.2.2010.3020.1.1035[.n] (STREAM-MIB)
ssmGTPCIfIKEInitiatedDeletes
Counter32
Number of messages received with an invalid information element length for a GTPC interface.
Unsigned 32-bit integer
Messages
Counter
/interfaces/gtp/[..n]/gtpc/invalid_length_ies
1.3.6.1.4.1.5089.3.2.2010.3020.1.1040[.n] (STREAM-MIB)
ssmGTPCIfInvalidLengthIEs
Counter32
Number of GTP-C packets with invalid mandatory information elements.
Unsigned 32-bit integer
Packets
Counter
/interfaces/gtp/[..n]/gtpc/invalid_mandatory_ies
1.3.6.1.4.1.5089.3.2.2010.3020.1.1045[.n] (STREAM-MIB)
ssmGTPCIfInvalidMandatoryIEs
Counter32
Number of GTP-C packets with invalid optional information elements.
Unsigned 32-bit integer
Packets
Counter
/interfaces/gtp/[..n]/gtpc/invalid_optional_ies
1.3.6.1.4.1.5089.3.2.2010.3020.1.1050[.n] (STREAM-MIB)
ssmGTPCIfInvalidOptionalIEs
Counter32
Number of GTP-C packets with missing mandatory information elements.
Unsigned 32-bit integer
Packets
Counter
/interfaces/gtp/[..n]/gtpc/missing_mandatory_ies
1.3.6.1.4.1.5089.3.2.2010.3020.1.1055[.n] (STREAM-MIB)
ssmGTPCIfMissingMandatoryIEs
Counter32
Number of GTP-C packets with out of sequence information elements.
Unsigned 32-bit integer
Packets
Counter
/interfaces/gtp/[..n]/gtpc/out_of_sequence_ies
1.3.6.1.4.1.5089.3.2.2010.3020.1.1065[.n] (STREAM-MIB)
ssmGTPCIfOutOfSequenceIEs
Counter32
Number of send message retries to a GTP server for which no response message was received.
Unsigned 32-bit integer
Retries
Counter
/interfaces/gtp/[..n]/gtpc/retries
1.3.6.1.4.1.5089.3.2.2010.3020.1.1070[.n] (STREAM-MIB)
ssmGTPCIfRetriesSent
Counter32
Number of GTP-C packets with header indicating too little data was received.
Unsigned 32-bit integer
Packets
Counter
/interfaces/gtp/[..n]/gtpc/truncated_msgs
1.3.6.1.4.1.5089.3.2.2010.3020.1.1060[.n] (STREAM-MIB)
ssmGTPCIfTruncatedMsgs
Counter32
Number of GTP client initiated deletes.
Unsigned 32-bit integer
Times
Counter
/interfaces/gtp/[..n]/gtpc/client_initiated_delete
1.3.6.1.4.1.5089.3.2.2010.3020.1.1075[.n] (STREAM-MIB)
ssmGTPCIfClientInitiatedDeletes
Counter32
Number of GTP-C packets containing an unexpected message.
Unsigned 32-bit integer
Packets
Counter
/interfaces/gtp/[..n]/gtpc/unexpected_msgs
1.3.6.1.4.1.5089.3.2.2010.3020.1.1080[.n] (STREAM-MIB)
ssmGTPCIfUnexpectedMsgs
Counter32
Number of GTP-C packets with unknown information elements.
Unsigned 32-bit integer
Packets
Counter
/interfaces/gtp/[..n]/gtpc/unknown_ies
1.3.6.1.4.1.5089.3.2.2010.3020.1.1085[.n] (STREAM-MIB)
ssmGTPCIfUnknownIEs
Counter32
Number of GTP-C packets with unknown signaling messages.
Unsigned 32-bit integer
Packets
Counter
/interfaces/gtp/[..n]/gtpc/unknown_msgs
1.3.6.1.4.1.5089.3.2.2010.3020.1.1090[.n] (STREAM-MIB)
ssmGTPCIfUnknownMsgs
Counter32
GTPU statistics.
Number of established tunnels currently instantiated in GTPU.
Unsigned 32-bit integer
Contexts
Momentaneous
/interfaces/gtp/[..n]/gtpu/active_tunnels
1.3.6.1.4.1.5089.3.2.2010.3020.1.1205[.n] (STREAM-MIB)
ssmGTPUIfGTPUTunnels
Unsigned32
Number of messages received with an invalid sequence number on a GTPU interface.
Unsigned 32-bit integer
Messages
Counter
/interfaces/gtp/[..n]/gtpu/invalid_sequence_number
1.3.6.1.4.1.5089.3.2.2010.3020.1.1200[.n] (STREAM-MIB)
ssmGTPUIfInvalidSeqNum
Counter32
Number of messages received for an invalid tunnel on a GTPU interface.
Unsigned 32-bit integer
Messages
Counter
/interfaces/gtp/[..n]/gtpu/invalid_tunnels
1.3.6.1.4.1.5089.3.2.2010.3020.1.1195[.n] (STREAM-MIB)
ssmGTPUIfInvalidTunnels
Counter32
Number of received truncated messages on a GTPU interface.
Unsigned 32-bit integer
Messages
Counter
/interfaces/gtp/[..n]/gtpu/truncated_msgs
1.3.6.1.4.1.5089.3.2.2010.3020.1.1190[.n] (STREAM-MIB)
ssmGTPUIfTruncatedMsgs
Counter32
Number of messages received with an unsupported extension header on a GTPU interface.
Unsigned 32-bit integer
Messages
Counter
/interfaces/gtp/[..n]/gtpu/unsupported_extension_header
1.3.6.1.4.1.5089.3.2.2010.3020.1.1210[.n] (STREAM-MIB)
ssmGTPUIfUnsupportedExtHdr
Counter32
Number of messages received with an invalid message type on a GTPU interface.
Unsigned 32-bit integer
Messages
Counter
/interfaces/gtp/[..n]/gtpu/unsupported_msg_type
1.3.6.1.4.1.5089.3.2.2010.3020.1.1215[.n] (STREAM-MIB)
ssmGTPUIfUnsupportedMsgType
Counter32
Number of messages received with an unsupported version on GTPU interfaces.
Unsigned 32-bit integer
Messages
Counter
/interfaces/gtp/[..n]/gtpu/unsupported_version
1.3.6.1.4.1.5089.3.2.2010.3020.1.1220[.n] (STREAM-MIB)
ssmGTPUIfUnsupportedVer
Counter32
IPsec interface statistics entry.
IPsec interface statistics entry index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2010.3030.1.1[.n] (STREAM-MIB)
ssmIPsecIfIndex
Integer32
Name of the interface.
String
1.3.6.1.4.1.5089.3.2.2010.3030.1.2[.n] (STREAM-MIB)
ssmIPsecIfName
DisplayString
Number of times that the IP pool has failed to give out an address.
Unsigned 32-bit integer
Times
Counter
/interfaces/ipsec/[..n]/denied
Number of times that the IP pool has failed to receive an address from a DHCP server.
Unsigned 32-bit integer
Times
Counter
/interfaces/ipsec/[..n]/dhcp_denied
Current number of free addresses possessed by the IP pool.
Unsigned 32-bit integer
Addresses
Momentaneous
/interfaces/ipsec/[..n]/addresses_free
Total number of times an address has been handed out.
Unsigned 32-bit integer
Addresses
Counter
/interfaces/ipsec/[..n]/handouts
Number of times that the maximum capacity of the IP pool has been reached.
Unsigned 32-bit integer
Times
Counter
/interfaces/ipsec/[..n]/max_reached
Current number of pending addresses possessed by the IP pool.
Unsigned 32-bit integer
Addresses
Momentaneous
/interfaces/ipsec/[..n]/addresses_pending
Number of times the IP pool has lost possession of an address.
Unsigned 32-bit integer
Times
Counter
/interfaces/ipsec/[..n]/dhcp_revoked
Current number of used addresses possessed by the IP pool.
Unsigned 32-bit integer
Addresses
Momentaneous
/interfaces/ipsec/[..n]/addresses_used
Total number of addresses currently possessed by this IP pool.
Unsigned 32-bit integer
Addresses
Momentaneous
/interfaces/ipsec/[..n]/addresses
Number of packets received on the interface which failed anti-replay checking i.e. duplicates or packets with too low sequence number.
Unsigned 64-bit integer
Packets
Counter
/interfaces/ipsec/[..n]/anti_replay_fails
1.3.6.1.4.1.5089.3.2.2010.3030.1.1015[.n] (STREAM-MIB)
ssmIPsecIfAntiReplayFails
Counter64
Number of packets received on the interface where the length of the encrypted data was not a multiple of the cipher block length.
Unsigned 64-bit integer
Packets
Counter
/interfaces/ipsec/[..n]/block_len_fails
1.3.6.1.4.1.5089.3.2.2010.3030.1.1020[.n] (STREAM-MIB)
ssmIPsecIfBlockLenFails
Counter64
Number of decryption failures for the interface.
Unsigned 64-bit integer
Packets
Counter
/interfaces/ipsec/[..n]/decrypt_fails
1.3.6.1.4.1.5089.3.2.2010.3030.1.1010[.n] (STREAM-MIB)
ssmIPsecIfDecryptFails
Counter64
Number of received dummy packets on the interface.
Unsigned 64-bit integer
Packets
Counter
/interfaces/ipsec/[..n]/dummy_packets
1.3.6.1.4.1.5089.3.2.2010.3030.1.1025[.n] (STREAM-MIB)
ssmIPsecIfDummyPackets
Counter64
Number of encryption failures for the interface.
Unsigned 64-bit integer
Packets
Counter
/interfaces/ipsec/[..n]/encrypt_fails
1.3.6.1.4.1.5089.3.2.2010.3030.1.1030[.n] (STREAM-MIB)
ssmIPsecIfEncryptFails
Counter64
Number of packets received on the interface that could not be authenticated i.e. the integrity check value did not match the expected value.
Unsigned 64-bit integer
Packets
Counter
/interfaces/ipsec/[..n]/icv_mismatches
1.3.6.1.4.1.5089.3.2.2010.3030.1.1035[.n] (STREAM-MIB)
ssmIPsecIfICVMismatches
Counter64
Number of packets received on the interface that did not contain the expected next layer protocol.
Unsigned 64-bit integer
Packets
Counter
/interfaces/ipsec/[..n]/nh_mismatches
1.3.6.1.4.1.5089.3.2.2010.3030.1.1040[.n] (STREAM-MIB)
ssmIPsecIfNHMismatches
Counter64
Number of packets received on the interface that with bad padding.
Unsigned 64-bit integer
Packets
Counter
/interfaces/ipsec/[..n]/pad_mismatches
1.3.6.1.4.1.5089.3.2.2010.3030.1.1045[.n] (STREAM-MIB)
ssmIPsecIfPadMismatches
Counter64
Number of packets received on the interface that was too short.
Unsigned 64-bit integer
Packets
Counter
/interfaces/ipsec/[..n]/runt_packets
1.3.6.1.4.1.5089.3.2.2010.3030.1.1050[.n] (STREAM-MIB)
ssmIPsecIfRuntPackets
Counter64
Number of sequence number overflows for the interface.
Unsigned 64-bit integer
Packets
Counter
/interfaces/ipsec/[..n]/seq_overflows
1.3.6.1.4.1.5089.3.2.2010.3030.1.1055[.n] (STREAM-MIB)
ssmIPsecIfSeqOverflows
Counter64
SSLVPN interface statistics entry.
SSLVPN interface statistics entry index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2010.3040.1.1[.n] (STREAM-MIB)
ssmSSLVPNIfIndex
Integer32
Name of the SSLVPN interface.
String
1.3.6.1.4.1.5089.3.2.2010.3040.1.2[.n] (STREAM-MIB)
ssmSSLVPNIfName
DisplayString
Number of packets on data channel which failed replay protection checks.
Unsigned 64-bit integer
Packets
Counter
/interfaces/sslvpn/[..n]/data_replay_fails
1.3.6.1.4.1.5089.3.2.2010.3040.1.1090[.n] (STREAM-MIB)
ssmSSLVPNDataReplayFails
Counter64
Number of active access-challenges.
Unsigned 32-bit integer
Challenges
Momentaneous
/interfaces/sslvpn/[..n]/challenges_active
1.3.6.1.4.1.5089.3.2.2010.3040.1.1220[.n] (STREAM-MIB)
ssmSSLVPNChallengeActive
Unsigned32
Number of access-challenges that failed.
Unsigned 64-bit integer
Challenges
Counter
/interfaces/sslvpn/[..n]/challenges_failed
1.3.6.1.4.1.5089.3.2.2010.3040.1.1230[.n] (STREAM-MIB)
ssmSSLVPNChallengeFailed
Counter64
Number of access-challenges that were successful.
Unsigned 64-bit integer
Challenges
Counter
/interfaces/sslvpn/[..n]/challnges_successful
1.3.6.1.4.1.5089.3.2.2010.3040.1.1240[.n] (STREAM-MIB)
ssmSSLVPNChallengeSuccess
Counter64
Control channel bytes received.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/sslvpn/[..n]/control_bytes_recv
1.3.6.1.4.1.5089.3.2.2010.3040.1.1010[.n] (STREAM-MIB)
ssmSSLVPNCtrlBytesRecv
Counter64
Control channel bytes sent.
Unsigned 64-bit integer
Bytes
Counter
/interfaces/sslvpn/[..n]/control_bytes_sent
1.3.6.1.4.1.5089.3.2.2010.3040.1.1020[.n] (STREAM-MIB)
ssmSSLVPNCtrlBytesSent
Counter64
Control channel packets received.
Unsigned 64-bit integer
Packets
Counter
/interfaces/sslvpn/[..n]/control_packets_received
1.3.6.1.4.1.5089.3.2.2010.3040.1.1030[.n] (STREAM-MIB)
ssmSSLVPNCtrlPktsRecv
Counter64
Control channel packets that were retransmitted due to not being acknowledged by peer.
Unsigned 64-bit integer
Packets
Counter
/interfaces/sslvpn/[..n]/control_packets_resent
1.3.6.1.4.1.5089.3.2.2010.3040.1.1040[.n] (STREAM-MIB)
ssmSSLVPNCtrlPktsResent
Counter64
Control channel packets sent.
Unsigned 64-bit integer
Packets
Counter
/interfaces/sslvpn/[..n]/control_packets_sent
1.3.6.1.4.1.5089.3.2.2010.3040.1.1050[.n] (STREAM-MIB)
ssmSSLVPNCtrlPktsSent
Counter64
Number of packets on data channel which failed to be decrypted.
Unsigned 64-bit integer
Packets
Counter
/interfaces/sslvpn/[..n]/data_decrypt_fails
1.3.6.1.4.1.5089.3.2.2010.3040.1.1060[.n] (STREAM-MIB)
ssmSSLVPNDataDecryptFails
Counter64
Number of packets on data channel which failed integrity check.
Unsigned 64-bit integer
Packets
Counter
/interfaces/sslvpn/[..n]/data_integrity_fails
1.3.6.1.4.1.5089.3.2.2010.3040.1.1070[.n] (STREAM-MIB)
ssmSSLVPNDataIntegrityFails
Counter64
Encapsulated packets on data channel that the system was unable to parse.
Unsigned 64-bit integer
Packets
Counter
/interfaces/sslvpn/[..n]/data_invalid_packets
1.3.6.1.4.1.5089.3.2.2010.3040.1.1080[.n] (STREAM-MIB)
ssmSSLVPNDataInvalidPkts
Counter64
Number of active data encryption key negotiations.
Unsigned 32-bit integer
Negotiations
Momentaneous
/interfaces/sslvpn/[..n]/negotiations_active
1.3.6.1.4.1.5089.3.2.2010.3040.1.1120[.n] (STREAM-MIB)
ssmSSLVPNNegActive
Unsigned32
Number of data encryption key negotiations that failed.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/sslvpn/[..n]/negotiations_failed
1.3.6.1.4.1.5089.3.2.2010.3040.1.1130[.n] (STREAM-MIB)
ssmSSLVPNNegFailed
Counter64
Number of data encryption key negotiations that were successful.
Unsigned 64-bit integer
Negotiations
Counter
/interfaces/sslvpn/[..n]/negotiations_successful
1.3.6.1.4.1.5089.3.2.2010.3040.1.1140[.n] (STREAM-MIB)
ssmSSLVPNNegSuccess
Counter64
Number of active data encryption key renegotiations.
Unsigned 32-bit integer
Renegotiations
Momentaneous
/interfaces/sslvpn/[..n]/renegotiations_active
1.3.6.1.4.1.5089.3.2.2010.3040.1.1150[.n] (STREAM-MIB)
ssmSSLVPNReNegActive
Unsigned32
Number of data encryption key renegotiations that failed.
Unsigned 64-bit integer
Renegotiations
Counter
/interfaces/sslvpn/[..n]/renegotiations_failed
1.3.6.1.4.1.5089.3.2.2010.3040.1.1160[.n] (STREAM-MIB)
ssmSSLVPNReNegFailed
Counter64
Number of data encryption key renegotiations that were successful.
Unsigned 64-bit integer
Renegotiations
Counter
/interfaces/sslvpn/[..n]/renegotiations_successful
1.3.6.1.4.1.5089.3.2.2010.3040.1.1170[.n] (STREAM-MIB)
ssmSSLVPNReNegSuccess
Counter64
Current sessions on server.
Unsigned 32-bit integer
Sessions
Momentaneous
/interfaces/sslvpn/[..n]/sessions_current
1.3.6.1.4.1.5089.3.2.2010.3040.1.1180[.n] (STREAM-MIB)
ssmSSLVPNSessCur
Unsigned32
Current authenticated sessions on server.
Unsigned 32-bit integer
Sessions
Momentaneous
/interfaces/sslvpn/[..n]/sessions_current_auth
1.3.6.1.4.1.5089.3.2.2010.3040.1.1190[.n] (STREAM-MIB)
ssmSSLVPNSessCurrAuth
Unsigned32
Timed out sessions on server since server start.
Unsigned 64-bit integer
Sessions
Counter
/interfaces/sslvpn/[..n]/sessions_timed_out
1.3.6.1.4.1.5089.3.2.2010.3040.1.1200[.n] (STREAM-MIB)
ssmSSLVPNSessTimedOut
Counter64
Total sessions on server since server start.
Unsigned 64-bit integer
Sessions
Counter
/interfaces/sslvpn/[..n]/sessions_total
1.3.6.1.4.1.5089.3.2.2010.3040.1.1210[.n] (STREAM-MIB)
ssmSSLVPNSessTotal
Counter64
Application layer gateway.
DNS ALG.
Number of DNS queries forwarded.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/forwarded_queries
1.3.6.1.4.1.5089.3.2.2100.2030.1005[.0] (STREAM-MIB)
ssmDNSALGFwdQueriesSys
Counter64
Number of DNS responses forwarded.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/forwarded_responses
1.3.6.1.4.1.5089.3.2.2100.2030.1010[.0] (STREAM-MIB)
ssmDNSALGFwdResponsesSys
Counter64
Number of DNS messages from client for which RFC protocol validation failed.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/client_malformed
1.3.6.1.4.1.5089.3.2.2100.2030.1015[.0] (STREAM-MIB)
ssmDNSALGMalformedClientMsgsSys
Counter64
Number of DNS messages from server for which RFC protocol validation failed.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/server_malformed
1.3.6.1.4.1.5089.3.2.2100.2030.1020[.0] (STREAM-MIB)
ssmDNSALGMalformedServerMsgsSys
Counter64
Number of dropped DNS messages from client, including messages dropped due to being malformed.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/client_drops
1.3.6.1.4.1.5089.3.2.2100.2030.1025[.0] (STREAM-MIB)
ssmDNSALGDroppedClientMsgsSys
Counter64
Number of dropped DNS messages from server, including messages dropped due to being malformed.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/server_drops
1.3.6.1.4.1.5089.3.2.2100.2030.1030[.0] (STREAM-MIB)
ssmDNSALGDroppedServerMsgsSys
Counter64
Number of translated addresses.
Unsigned 64-bit integer
Addresses
Counter
/alg/dns/translations
1.3.6.1.4.1.5089.3.2.2100.2030.1035[.0] (STREAM-MIB)
ssmDNSALGTranslationsSys
Counter64
Currently active sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/dns/sessions_current
1.3.6.1.4.1.5089.3.2.2100.2030.1040[.0] (STREAM-MIB)
ssmDNSALGSessionsCurrentSys
Unsigned32
Total amount of sessions processed over time.
Unsigned 64-bit integer
Sessions
Counter
/alg/dns/sessions_total
1.3.6.1.4.1.5089.3.2.2100.2030.1045[.0] (STREAM-MIB)
ssmDNSALGSessionsTotalSys
Counter64
The row in a table of profile statistics.
DNSALG profile row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1[.n] (STREAM-MIB)
ssmDNSALGProfileIndex
Integer32
DNSALG profile name.
String
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.2[.n] (STREAM-MIB)
ssmDNSALGProfileName
DisplayString
Number of DNS queries forwarded.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/profiles/[..n]/forwarded_queries
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1005[.n] (STREAM-MIB)
ssmDNSALGFwdQueries
Counter64
Number of DNS responses forwarded.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/profiles/[..n]/forwarded_responses
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1010[.n] (STREAM-MIB)
ssmDNSALGFwdResponses
Counter64
Number of DNS messages from client for which RFC protocol validation failed.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/profiles/[..n]/client_malformed
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1015[.n] (STREAM-MIB)
ssmDNSALGMalformedClientMsgs
Counter64
Number of DNS messages from server for which RFC protocol validation failed.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/profiles/[..n]/server_malformed
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1020[.n] (STREAM-MIB)
ssmDNSALGMalformedServerMsgs
Counter64
Number of dropped DNS messages from client, including messages dropped due to being malformed.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/profiles/[..n]/client_drops
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1025[.n] (STREAM-MIB)
ssmDNSALGDroppedClientMsgs
Counter64
Number of dropped DNS messages from server, including messages dropped due to being malformed.
Unsigned 64-bit integer
Messages
Counter
/alg/dns/profiles/[..n]/server_drops
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1030[.n] (STREAM-MIB)
ssmDNSALGDroppedServerMsgs
Counter64
Number of translated addresses.
Unsigned 64-bit integer
Addresses
Counter
/alg/dns/profiles/[..n]/translations
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1035[.n] (STREAM-MIB)
ssmDNSALGTranslations
Counter64
Currently active sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/dns/profiles/[..n]/sessions_current
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1040[.n] (STREAM-MIB)
ssmDNSALGSessionsCurrent
Unsigned32
Total amount of sessions processed over time.
Unsigned 64-bit integer
Sessions
Counter
/alg/dns/profiles/[..n]/sessions_total
1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1045[.n] (STREAM-MIB)
ssmDNSALGSessionsTotal
Counter64
FTP ALG.
Number of sessions that have exceeded the command rate limit.
Unsigned 32-bit integer
Sessions
Counter
/alg/ftp/cmdrate_exceeded
1.3.6.1.4.1.5089.3.2.2100.2040.1025[.0] (STREAM-MIB)
ssmFTPALGCmdRateExceededSystem
Counter32
Currently established data channels.
Unsigned 32-bit integer
Datachannels
Momentaneous
/alg/ftp/data_channels_current
1.3.6.1.4.1.5089.3.2.2100.2040.1005[.0] (STREAM-MIB)
ssmFTPALGDataChannelsCurrSystem
Unsigned32
Total established data channels.
Unsigned 64-bit integer
Datachannels
Counter
/alg/ftp/data_channels_total
1.3.6.1.4.1.5089.3.2.2100.2040.1010[.0] (STREAM-MIB)
ssmFTPALGDataChannelsTotalSystem
Counter64
Currently active sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/ftp/sessions_current
1.3.6.1.4.1.5089.3.2.2100.2040.1015[.0] (STREAM-MIB)
ssmFTPALGSessionsCurrentSystem
Unsigned32
Total amount of sessions.
Unsigned 64-bit integer
Sessions
Counter
/alg/ftp/sessions_total
1.3.6.1.4.1.5089.3.2.2100.2040.1020[.0] (STREAM-MIB)
ssmFTPALGSessionsTotalSystem
Counter64
Unknown commands received on FTPALG.
Unsigned 32-bit integer
Commands
Counter
/alg/ftp/unknown_cmds
1.3.6.1.4.1.5089.3.2.2100.2040.1000[.0] (STREAM-MIB)
ssmFTPALGUnknownCmdsSystem
Unsigned32
The row in a table of profile statistics.
Authentication profile row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1[.n] (STREAM-MIB)
ssmFTPALGProfileIndex
Integer32
FTPALG profile name.
String
1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.2[.n] (STREAM-MIB)
ssmFTPALGProfileName
DisplayString
Number of sessions that have exceeded the command rate limit on a specific profile.
Unsigned 32-bit integer
Sessions
Counter
/alg/ftp/profiles/[..n]/cmdrate_exceeded
1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1025[.n] (STREAM-MIB)
ssmFTPALGCmdRateExceeded
Counter32
Currently established data channels.
Unsigned 32-bit integer
Datachannels
Momentaneous
/alg/ftp/profiles/[..n]/data_channels_current
1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1005[.n] (STREAM-MIB)
ssmFTPALGDataChannelsCurrent
Unsigned32
Total established data channels.
Unsigned 64-bit integer
Datachannels
Counter
/alg/ftp/profiles/[..n]/data_channels_total
1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1010[.n] (STREAM-MIB)
ssmFTPALGDataChannelsTotal
Counter64
Current sessions for profile.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/ftp/profiles/[..n]/sessions_current
1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1015[.n] (STREAM-MIB)
ssmFTPALGSessionsCurrent
Unsigned32
Total sessions for profile.
Unsigned 64-bit integer
Sessions
Counter
/alg/ftp/profiles/[..n]/sessions_total
1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1020[.n] (STREAM-MIB)
ssmFTPALGSessionsTotal
Counter64
GTP inspection ALG.
GTPC global statistics.
Number of GTP-C messages containing duplicated IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/duplicated_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1010[.0] (STREAM-MIB)
ssmGTPCDuplicatedIEsSys
Counter64
Number of GTP-C messages containing invalid mandatory IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/invalid_mandatory_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1020[.0] (STREAM-MIB)
ssmGTPCInvalidMandatoryIEsSys
Counter64
Number of GTP-C messages containing invalid optional IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/invalid_optional_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1030[.0] (STREAM-MIB)
ssmGTPCInvalidOptionalIEsSys
Counter64
Number of GTP-C messages with missing mandatory IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/missing_mandatory_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1040[.0] (STREAM-MIB)
ssmGTPCMissingMandatoryIEsSys
Counter64
Number of dropped GTP-C messages, including messages with invalid or unknown version.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/dropped
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1050[.0] (STREAM-MIB)
ssmGTPCDroppedSys
Counter64
Number of dropped GTPv1-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/v1_dropped
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1080[.0] (STREAM-MIB)
ssmGTPCV1DroppedSys
Counter64
Number of dropped GTPv2-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/v2_dropped
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1110[.0] (STREAM-MIB)
ssmGTPCV2DroppedSys
Counter64
Number of forwarded GTP-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/forwarded
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1060[.0] (STREAM-MIB)
ssmGTPCForwardedSys
Counter64
Number of forwarded GTPv1-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/v1_forwarded
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1090[.0] (STREAM-MIB)
ssmGTPCV1ForwardedSys
Counter64
Number of forwarded GTPv2-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/v2_forwarded
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1120[.0] (STREAM-MIB)
ssmGTPCV2ForwardedSys
Counter64
Number of received GTP-C messages, including messages with invalid or unknown version.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/received
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1070[.0] (STREAM-MIB)
ssmGTPCReceivedSys
Counter64
Number of received GTPv1-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/v1_received
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1100[.0] (STREAM-MIB)
ssmGTPCV1ReceivedSys
Counter64
Number of received GTPv2-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/v2_received
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1130[.0] (STREAM-MIB)
ssmGTPCV2ReceivedSys
Counter64
Number of GTP-C messages with out-of-order IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/out_of_order_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1170[.0] (STREAM-MIB)
ssmGTPCOutOfOrderIEsSys
Counter64
Number of currently active GTP-C sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/gtp/gtpc/sessions_active
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1140[.0] (STREAM-MIB)
ssmGTPCSessionsActiveSys
Unsigned32
Number of created GTP-C sessions.
Unsigned 64-bit integer
Sessions
Counter
/alg/gtp/gtpc/sessions_created
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1150[.0] (STREAM-MIB)
ssmGTPCSessionsCreatedSys
Counter64
Number of deleted GTP-C sessions.
Unsigned 64-bit integer
Sessions
Counter
/alg/gtp/gtpc/sessions_deleted
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1160[.0] (STREAM-MIB)
ssmGTPCSessionsDeletedSys
Counter64
Number of truncated GTP-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/truncated_msgs
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1180[.0] (STREAM-MIB)
ssmGTPCTruncatedMsgsSys
Counter64
Number of GTP-C messages containing unexpected IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/unexpected_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1190[.0] (STREAM-MIB)
ssmGTPCUnexpectedIEsSys
Counter64
Number of unexpected GTP-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/unexpected_msgs
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1200[.0] (STREAM-MIB)
ssmGTPCUnexpectedMsgsSys
Counter64
Number of GTP-C messages containing unknown IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/unknown_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1210[.0] (STREAM-MIB)
ssmGTPCUnknownIEsSys
Counter64
Number of unknown GTP-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/unknown_msgs
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1220[.0] (STREAM-MIB)
ssmGTPCUnknownMsgsSys
Counter64
Number of GTP-C messages received with an unsupported version.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpc/unsupported_versions
1.3.6.1.4.1.5089.3.2.2100.2050.2010.1225[.0] (STREAM-MIB)
ssmGTPCUnsupportedVerSys
Counter64
GTPU global statistics.
Number of currently active GTP-U bearers.
Unsigned 32-bit integer
Bearers
Momentaneous
/alg/gtp/gtpu/bearers_active
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1010[.0] (STREAM-MIB)
ssmGTPUBearersActiveSys
Unsigned32
Number of created GTP-U bearers.
Unsigned 64-bit integer
Bearers
Counter
/alg/gtp/gtpu/bearers_created
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1020[.0] (STREAM-MIB)
ssmGTPUBearersCreatedSys
Counter64
Number of deleted GTP-U bearers.
Unsigned 64-bit integer
Bearers
Counter
/alg/gtp/gtpu/bearers_deleted
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1030[.0] (STREAM-MIB)
ssmGTPUBearersDeletedSys
Counter64
Number of GTP-U messages with duplicated IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/duplicated_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1560[.0] (STREAM-MIB)
ssmGTPUDuplicatedIEsSys
Counter64
Number of GTP-U messages received for an invalid tunnel.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/invalid_tunnels
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1040[.0] (STREAM-MIB)
ssmGTPUInvalidTunnelsSys
Counter64
Number of GTP-U messages with missing mandatory IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/missing_mandatory_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1540[.0] (STREAM-MIB)
ssmGTPUMissingMandatoryIEsSys
Counter64
Number of dropped GTP-U messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/dropped
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1050[.0] (STREAM-MIB)
ssmGTPUDroppedSys
Counter64
Number of forwarded GTP-U messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/forwarded
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1060[.0] (STREAM-MIB)
ssmGTPUForwardedSys
Counter64
Number of received GTP-U messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/received
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1070[.0] (STREAM-MIB)
ssmGTPUReceivedSys
Counter64
Number of GTP-U messages with out-of-order information elements.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/out_of_order_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1550[.0] (STREAM-MIB)
ssmGTPUOutOfOrderIEsSys
Counter64
Number of received truncated GTP-U messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/truncated_msgs
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1080[.0] (STREAM-MIB)
ssmGTPUTruncatedMsgsSys
Counter64
Number of GTP-U messages with unexpected IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/unexpected_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1570[.0] (STREAM-MIB)
ssmGTPUUnexpectedIEsSys
Counter64
Number of GTP-U messages containing unknown IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/unknown_ies
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1580[.0] (STREAM-MIB)
ssmGTPUUnknownIEsSys
Counter64
Number of unknown GTP-U messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/unknown_msgs
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1090[.0] (STREAM-MIB)
ssmGTPUUnknownMsgsSys
Counter64
Number of GTP-U messages received with an unsupported version.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/gtpu/unsupported_versions
1.3.6.1.4.1.5089.3.2.2100.2050.2020.1100[.0] (STREAM-MIB)
ssmGTPUUnsupportedVersionsSys
Counter64
The row in a table of profile statistics.
GTP inspection profile row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1[.n] (STREAM-MIB)
ssmGTPInspProfileIndex
Integer32
GTP inspection profile name.
String
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.2[.n] (STREAM-MIB)
ssmGTPInspProfileName
DisplayString
GTPC profile statistics.
Number of GTP-C messages containing duplicated IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/duplicated_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1010[.n] (STREAM-MIB)
ssmGTPCDuplicatedIEs
Counter64
Number of GTP-C messages containing invalid mandatory IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/invalid_mandatory_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1020[.n] (STREAM-MIB)
ssmGTPCInvalidMandatoryIEs
Counter64
Number of GTP-C messages containing invalid optional IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/invalid_optional_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1030[.n] (STREAM-MIB)
ssmGTPCInvalidOptionalIEs
Counter64
Number of GTP-C messages with missing mandatory IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/missing_mandatory_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1040[.n] (STREAM-MIB)
ssmGTPCMissingMandatoryIEs
Counter64
Number of dropped GTP-C messages, including messages with invalid or unknown version.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/dropped
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1050[.n] (STREAM-MIB)
ssmGTPCDropped
Counter64
Number of dropped GTPv1-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/v1_dropped
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1080[.n] (STREAM-MIB)
ssmGTPCV1Dropped
Counter64
Number of dropped GTPv2-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/v2_dropped
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1110[.n] (STREAM-MIB)
ssmGTPCV2Dropped
Counter64
Number of forwarded GTP-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/forwarded
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1060[.n] (STREAM-MIB)
ssmGTPCForwarded
Counter64
Number of forwarded GTPv1-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/v1_forwarded
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1090[.n] (STREAM-MIB)
ssmGTPCV1Forwarded
Counter64
Number of forwarded GTPv2-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/v2_forwarded
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1120[.n] (STREAM-MIB)
ssmGTPCV2Forwarded
Counter64
Number of received GTP-C messages, including messages with invalid or unknown version.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/received
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1070[.n] (STREAM-MIB)
ssmGTPCReceived
Counter64
Number of received GTPv1-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/v1_received
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1100[.n] (STREAM-MIB)
ssmGTPCV1Received
Counter64
Number of received GTPv2-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/v2_received
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1130[.n] (STREAM-MIB)
ssmGTPCV2Received
Counter64
Number of GTP-C messages with out-of-order IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/out_of_order_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1140[.n] (STREAM-MIB)
ssmGTPCOutOfOrderIEs
Counter64
Number of currently active GTP-C sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/gtp/profiles/[..n]/gtpc/sessions_active
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1150[.n] (STREAM-MIB)
ssmGTPCSessionsActive
Unsigned32
Number of created GTP-C sessions.
Unsigned 64-bit integer
Sessions
Counter
/alg/gtp/profiles/[..n]/gtpc/sessions_created
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1160[.n] (STREAM-MIB)
ssmGTPCSessionsCreated
Counter64
Number of deleted GTP-C sessions.
Unsigned 64-bit integer
Sessions
Counter
/alg/gtp/profiles/[..n]/gtpc/sessions_deleted
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1170[.n] (STREAM-MIB)
ssmGTPCSessionsDeleted
Counter64
Number of truncated GTP-C messages (too short).
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/truncated_msgs
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1180[.n] (STREAM-MIB)
ssmGTPCTruncatedMsgs
Counter64
Number of GTP-C messages containing unexpected IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/unexpected_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1190[.n] (STREAM-MIB)
ssmGTPCUnexpectedIEs
Counter64
Number of unexpected GTP-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/unexpected_msgs
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1200[.n] (STREAM-MIB)
ssmGTPCUnexpectedMsgs
Counter64
Number of GTP-C messages containing unknown IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/unknown_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1210[.n] (STREAM-MIB)
ssmGTPCUnknownIEs
Counter64
Number of unknown GTP-C messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/unknown_msgs
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1220[.n] (STREAM-MIB)
ssmGTPCUnknownMsgs
Counter64
Number of GTP-C messages received with an unsupported version.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpc/unsupported_versions
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1290[.n] (STREAM-MIB)
ssmGTPCUnsupportedVer
Counter64
GTPU profile statistics.
Number of currently active GTP-U bearers.
Unsigned 32-bit integer
Bearers
Momentaneous
/alg/gtp/profiles/[..n]/gtpu/bearers_active
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1510[.n] (STREAM-MIB)
ssmGTPUBearersActive
Unsigned32
Number of created GTP-U bearers.
Unsigned 64-bit integer
Bearers
Counter
/alg/gtp/profiles/[..n]/gtpu/bearers_created
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1520[.n] (STREAM-MIB)
ssmGTPUBearersCreated
Counter64
Number of deleted GTP-U bearers.
Unsigned 64-bit integer
Bearers
Counter
/alg/gtp/profiles/[..n]/gtpu/bearers_deleted
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1530[.n] (STREAM-MIB)
ssmGTPUBearersDeleted
Counter64
Number of GTP-U messages with duplicated IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/duplicated_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1230[.n] (STREAM-MIB)
ssmGTPUDuplicatedIEs
Counter64
Number of GTP-U messages received for an invalid tunnel.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/invalid_tunnels
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1235[.n] (STREAM-MIB)
ssmGTPUInvalidTunnels
Counter64
Number of GTP-U messages with missing mandatory IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/missing_mandatory_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1240[.n] (STREAM-MIB)
ssmGTPUMissingMandatoryIEs
Counter64
Number of dropped GTP-U messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/dropped
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1245[.n] (STREAM-MIB)
ssmGTPUDropped
Counter64
Number of forwarded GTP-U messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/forwarded
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1250[.n] (STREAM-MIB)
ssmGTPUForwarded
Counter64
Number of received GTP-U messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/received
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1255[.n] (STREAM-MIB)
ssmGTPUReceived
Counter64
Number of GTP-U messages with out-of-order information elements.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/out_of_order_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1260[.n] (STREAM-MIB)
ssmGTPUOutOfOrderIEs
Counter64
Number of received truncated GTP-U messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/truncated_msgs
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1265[.n] (STREAM-MIB)
ssmGTPUTruncatedMsgs
Counter64
Number of GTP-U messages with unexpected IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/unexpected_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1270[.n] (STREAM-MIB)
ssmGTPUUnexpectedIEs
Counter64
Number of GTP-U messages containing unknown IEs.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/unknown_ies
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1275[.n] (STREAM-MIB)
ssmGTPUUnknownIEs
Counter64
Number of unknown GTP-U messages.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/unknown_msgs
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1280[.n] (STREAM-MIB)
ssmGTPUUnknownMsgs
Counter64
Number of GTP-U messages received with an unsupported version.
Unsigned 64-bit integer
Messages
Counter
/alg/gtp/profiles/[..n]/gtpu/unsupported_versions
1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1285[.n] (STREAM-MIB)
ssmGTPUUnsupportedVersions
Counter64
SIP ALG.
Global SIPALG statistics.
Global number of active media sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/sip/global/active_media_sessions
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1010[.0] (STREAM-MIB)
ssmSIPALGActiveMediaSessionsSys
Unsigned32
Global number of active call sessions, i.e. calls in confirmed state.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/sip/global/active_call_sessions
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1060[.0] (STREAM-MIB)
ssmSIPALGActiveCallSessionsSys
Unsigned32
Global number of active SIP registrations.
Unsigned 32-bit integer
Registrations
Momentaneous
/alg/sip/global/active_registrations
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1035[.0] (STREAM-MIB)
ssmSIPALGActiveRegistrationsSys
Unsigned32
Global number of active SIP sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/sip/global/active_sessions
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1005[.0] (STREAM-MIB)
ssmSIPALGActiveSessionsSys
Unsigned32
Global number of disconnected SIP media sessions due to timeout.
Unsigned 32-bit integer
Timeouts
Counter
/alg/sip/global/disconnects_media_session_timeout
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1030[.0] (STREAM-MIB)
ssmSIPALGMediaSesDiscTimeoutSys
Unsigned32
Global number of disconnected SIP sessions due to registration time expiry.
Unsigned 32-bit integer
Timeouts
Counter
/alg/sip/global/disconnects_session_reg_timeout
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1025[.0] (STREAM-MIB)
ssmSIPALGSesDiscRegTimeoutSys
Unsigned32
Global number of disconnected SIP sessions due to timeout.
Unsigned 32-bit integer
Timeouts
Counter
/alg/sip/global/disconnects_session_timeout
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1020[.0] (STREAM-MIB)
ssmSIPALGSesDiscTimeoutSys
Unsigned32
Global number of failed SIP registrations.
Unsigned 32-bit integer
Failures
Counter
/alg/sip/global/registrations_failed
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1045[.0] (STREAM-MIB)
ssmSIPALGRegistrationsFailSys
Unsigned32
Global number of negotiated media sessions.
Unsigned 32-bit integer
Negotiations
Counter
/alg/sip/global/media_sessions_negotiated
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1050[.0] (STREAM-MIB)
ssmSIPALGMediaSesNegSys
Unsigned32
Global number of dropped registrations requests due to consecutive registration failure for a given To URI and triggering of registration hijack protection.
Unsigned 32-bit integer
Drops
Counter
/alg/sip/global/registrations_hijack_drop
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1055[.0] (STREAM-MIB)
ssmSIPALGRegHijackDropSys
Unsigned32
Global number of signaling errors.
Unsigned 32-bit integer
Errors
Counter
/alg/sip/global/signal_error
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1015[.0] (STREAM-MIB)
ssmSIPALGSignalErrSys
Unsigned32
Global number of successful SIP registrations.
Unsigned 32-bit integer
Registrations
Counter
/alg/sip/global/registrations
1.3.6.1.4.1.5089.3.2.2100.2090.2010.1040[.0] (STREAM-MIB)
ssmSIPALGRegistrationsSys
Unsigned32
The row in a table of profile statistics.
SIPALG profile row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1[.n] (STREAM-MIB)
ssmSIPALGIndex
Integer32
SIPALG profile name.
String
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.2[.n] (STREAM-MIB)
ssmSIPALGName
DisplayString
Number of active media sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/sip/profiles/[..n]/active_media_sessions
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1010[.n] (STREAM-MIB)
ssmSIPALGActiveMediaSessions
Unsigned32
Number of active SIP registrations.
Unsigned 32-bit integer
Registrations
Momentaneous
/alg/sip/profiles/[..n]/active_registrations
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1035[.n] (STREAM-MIB)
ssmSIPALGActiveRegistrations
Unsigned32
Number of active call sessions, i.e. calls in confirmed state.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/sip/profiles/[..n]/active_call_sessions
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1060[.n] (STREAM-MIB)
ssmSIPALGActiveCallSessions
Unsigned32
Number of active SIP sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/sip/profiles/[..n]/active_sessions
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1005[.n] (STREAM-MIB)
ssmSIPALGActiveSessions
Unsigned32
Number of disconnected SIP media sessions due to timeout.
Unsigned 32-bit integer
Timeouts
Counter
/alg/sip/profiles/[..n]/disconnects_media_session_timeout
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1030[.n] (STREAM-MIB)
ssmSIPALGMediaSesDiscTimeout
Unsigned32
Number of disconnected SIP sessions due to registration time expiry.
Unsigned 32-bit integer
Timeouts
Counter
/alg/sip/profiles/[..n]/disconnects_session_reg_timeout
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1025[.n] (STREAM-MIB)
ssmSIPALGSesDiscRegTimeout
Unsigned32
Number of disconnected SIP sessions due to timeout.
Unsigned 32-bit integer
Timeouts
Counter
/alg/sip/profiles/[..n]/disconnects_session_timeout
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1020[.n] (STREAM-MIB)
ssmSIPALGSesDiscTimeout
Unsigned32
Number of failed SIP registrations.
Unsigned 32-bit integer
Failures
Counter
/alg/sip/profiles/[..n]/registrations_failed
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1045[.n] (STREAM-MIB)
ssmSIPALGRegistrationsFail
Unsigned32
Number of negotiated media sessions.
Unsigned 32-bit integer
Negotiations
Counter
/alg/sip/profiles/[..n]/media_sessions_negotiated
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1050[.n] (STREAM-MIB)
ssmSIPALGMediaSesNeg
Unsigned32
Number of dropped registrations requests due to consecutive registration failure for a given To URI and triggering of registration hijack protection.
Unsigned 32-bit integer
Drops
Counter
/alg/sip/profiles/[..n]/registrations_hijack_drop
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1055[.n] (STREAM-MIB)
ssmSIPALGRegHijackDrop
Unsigned32
Number of signaling errors.
Unsigned 32-bit integer
Errors
Counter
/alg/sip/profiles/[..n]/signal_error
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1015[.n] (STREAM-MIB)
ssmSIPALGSignalErr
Unsigned32
Number of successful SIP registrations.
Unsigned 32-bit integer
Registrations
Counter
/alg/sip/profiles/[..n]/registrations
1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1040[.n] (STREAM-MIB)
ssmSIPALGRegistrations
Unsigned32
Syslog ALG.
Total number of Syslog messages forwarded.
Unsigned 64-bit integer
Messages
Counter
/alg/syslog/forwarded_messages
1.3.6.1.4.1.5089.3.2.2100.2095.1005[.0] (STREAM-MIB)
ssmSyslogALGFwdClientMessagesSys
Counter64
Total number of dropped Syslog messages from client, including messages dropped due to being malformed.
Unsigned 64-bit integer
Messages
Counter
/alg/syslog/client_drops
1.3.6.1.4.1.5089.3.2.2100.2095.1010[.0] (STREAM-MIB)
ssmSyslogALGDroppedClientMsgsSys
Counter64
Total number of dropped data packets sent in the reverse direction i.e. from the server towards the client.
Unsigned 64-bit integer
Messages
Counter
/alg/syslog/reverse_drops
1.3.6.1.4.1.5089.3.2.2100.2095.1015[.0] (STREAM-MIB)
ssmSyslogALGDroppedRevMsgsSys
Counter64
Total amount of currently active sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/syslog/sessions_current
1.3.6.1.4.1.5089.3.2.2100.2095.1020[.0] (STREAM-MIB)
ssmSyslogALGSessionsCurrentSys
Unsigned32
Total amount of sessions processed over time.
Unsigned 64-bit integer
Sessions
Counter
/alg/syslog/sessions_total
1.3.6.1.4.1.5089.3.2.2100.2095.1025[.0] (STREAM-MIB)
ssmSyslogALGSessionsTotalSys
Counter64
The row in a table of profile statistics.
SyslogALG profile row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1[.n] (STREAM-MIB)
ssmSyslogALGIndex
Integer32
SyslogALG profile name.
String
1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.2[.n] (STREAM-MIB)
ssmSyslogALGProfileName
DisplayString
Number of Syslog messages forwarded.
Unsigned 64-bit integer
Messages
Counter
/alg/syslog/profiles/[..n]/forwarded_messages
1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1005[.n] (STREAM-MIB)
ssmSyslogALGFwdClientMessages
Counter64
Number of dropped Syslog messages from client, including messages dropped due to being malformed.
Unsigned 64-bit integer
Messages
Counter
/alg/syslog/profiles/[..n]/client_drops
1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1010[.n] (STREAM-MIB)
ssmSyslogALGDroppedClientMsgs
Counter64
Number of dropped data packets sent in the reverse direction i.e. from the server towards the client.
Unsigned 64-bit integer
Messages
Counter
/alg/syslog/profiles/[..n]/reverse_drops
1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1015[.n] (STREAM-MIB)
ssmSyslogALGDroppedRevMsgs
Counter64
Currently active sessions.
Unsigned 32-bit integer
Sessions
Momentaneous
/alg/syslog/profiles/[..n]/sessions_current
1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1020[.n] (STREAM-MIB)
ssmSyslogALGSessionsCurrent
Unsigned32
Amount of sessions processed over time.
Unsigned 64-bit integer
Sessions
Counter
/alg/syslog/profiles/[..n]/sessions_total
1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1025[.n] (STREAM-MIB)
ssmSyslogALGSessionsTotal
Counter64
Application control statistics.
Analyzed bytes.
Unsigned 64-bit integer
Bytes
Counter
/appctrl/analyzed_bytes
1.3.6.1.4.1.5089.3.2.2015.1010[.0] (STREAM-MIB)
ssmAppCtrlAnalyzedBytes
Counter64
Analyzed packets.
Unsigned 64-bit integer
Packets
Counter
/appctrl/analyzed_packets
1.3.6.1.4.1.5089.3.2.2015.1015[.0] (STREAM-MIB)
ssmAppCtrlAnalyzedPkts
Counter64
Number of applications.
Unsigned 32-bit integer
Applications
Momentaneous
/appctrl/apps
1.3.6.1.4.1.5089.3.2.2015.1020[.0] (STREAM-MIB)
ssmAppCtrlApps
Unsigned32
Number of flows being actively analyzed.
Unsigned 32-bit integer
Flows
Momentaneous
/appctrl/flows_active
1.3.6.1.4.1.5089.3.2.2015.1040[.0] (STREAM-MIB)
ssmAppCtrlFlowsActive
Unsigned32
Number of flows in the system that have received their final classification and have been offloaded.
Unsigned 32-bit integer
Flows
Momentaneous
/appctrl/flows_classified
1.3.6.1.4.1.5089.3.2.2015.1045[.0] (STREAM-MIB)
ssmAppCtrlFlowsClassified
Unsigned32
Number of inspected flows that are pending classification.
Unsigned 32-bit integer
Flows
Momentaneous
/appctrl/flows_unclassified
1.3.6.1.4.1.5089.3.2.2015.1050[.0] (STREAM-MIB)
ssmAppCtrlFlowsUnclassified
Unsigned32
Reclassifications.
Unsigned 64-bit integer
Times
Counter
/appctrl/reclassifications
1.3.6.1.4.1.5089.3.2.2015.1070[.0] (STREAM-MIB)
ssmAppCtrlReclassifications
Counter64
Total bytes.
Unsigned 64-bit integer
Bytes
Counter
/appctrl/total_bytes
1.3.6.1.4.1.5089.3.2.2015.1080[.0] (STREAM-MIB)
ssmAppCtrlTotBytes
Counter64
Total packets.
Unsigned 64-bit integer
Packets
Counter
/appctrl/total_packets
1.3.6.1.4.1.5089.3.2.2015.1085[.0] (STREAM-MIB)
ssmAppCtrlTotPkts
Counter64
Bytes forwarded while initial classification is pending.
Unsigned 64-bit integer
Bytes
Counter
/appctrl/unclassified_bytes
1.3.6.1.4.1.5089.3.2.2015.1090[.0] (STREAM-MIB)
ssmAppCtrlUnclBytes
Counter64
Packets forwarded while initial classification is pending.
Unsigned 64-bit integer
Packets
Counter
/appctrl/unclassified_pkts
1.3.6.1.4.1.5089.3.2.2015.1095[.0] (STREAM-MIB)
ssmAppCtrlUnclPkts
Counter64
Application control statistics entry.
Application name.
String
1.3.6.1.4.1.5089.3.2.2015.3010.1.2[.n] (STREAM-MIB)
ssmAppCtrlAppName
DisplayString
Application control row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2015.3010.1.1[.n] (STREAM-MIB)
ssmAppCtrlAppIndex
Integer32
Number of times the application has been classified.
Unsigned 64-bit integer
Times
Counter
/appctrl/application/[..n]/identified
1.3.6.1.4.1.5089.3.2.2015.3010.1.1030[.n] (STREAM-MIB)
ssmAppCtrlAppIdentified
Counter64
Number of bytes forwarded for this application.
Unsigned 64-bit integer
Bytes
Counter
/appctrl/application/[..n]/bytes
1.3.6.1.4.1.5089.3.2.2015.3010.1.1010[.n] (STREAM-MIB)
ssmAppCtrlAppBytes
Counter64
Number of packets forwarded for this application.
Unsigned 64-bit integer
Packets
Counter
/appctrl/application/[..n]/packets
1.3.6.1.4.1.5089.3.2.2015.3010.1.1020[.n] (STREAM-MIB)
ssmAppCtrlAppPkts
Counter64
Authentication statistics.
System statistics.
Current number of active EAP-AKA users system wide.
Unsigned 32-bit integer
Users
Momentaneous
/authentication/system/active_eap_aka_users
1.3.6.1.4.1.5089.3.2.2030.2010.1005[.0] (STREAM-MIB)
ssmSysActiveEapAkaUsers
Unsigned32
Current number of active EAP-MD5 users system wide.
Unsigned 32-bit integer
Users
Momentaneous
/authentication/system/active_eap_md5_users
1.3.6.1.4.1.5089.3.2.2030.2010.1006[.0] (STREAM-MIB)
ssmSysActiveEapMd5Users
Unsigned32
Current number of active EAP-SIM users system wide.
Unsigned 32-bit integer
Users
Momentaneous
/authentication/system/active_eap_sim_users
1.3.6.1.4.1.5089.3.2.2030.2010.1010[.0] (STREAM-MIB)
ssmSysActiveEapSimUsers
Unsigned32
Current number of active users system wide.
Unsigned 32-bit integer
Users
Momentaneous
/authentication/system/active_users
1.3.6.1.4.1.5089.3.2.2030.2010.1015[.0] (STREAM-MIB)
ssmSysActiveUsers
Unsigned32
Number of brute force attack preventions system wide.
Unsigned 32-bit integer
Preventions
Counter
/authentication/system/brute_force_attacks
1.3.6.1.4.1.5089.3.2.2030.2010.1050[.0] (STREAM-MIB)
ssmSysBruteForceAttacks
Counter32
Number of failed authentication attempts system wide.
Unsigned 32-bit integer
Authentications
Counter
/authentication/system/auths_failed
1.3.6.1.4.1.5089.3.2.2030.2010.1020[.0] (STREAM-MIB)
ssmSysAuthsFailed
Counter32
Number of user that has been logged out due to idle timeout system wide.
Unsigned 32-bit integer
Users
Counter
/authentication/system/user_idle_timeouts
1.3.6.1.4.1.5089.3.2.2030.2010.1070[.0] (STREAM-MIB)
ssmSysUserIdleTimeouts
Counter32
Number of rejected authentication attempts system wide.
Unsigned 32-bit integer
Authentications
Counter
/authentication/system/auths_rejected
1.3.6.1.4.1.5089.3.2.2030.2010.1025[.0] (STREAM-MIB)
ssmSysAuthsRejected
Counter32
Number of rejected authentication attempts due to username already logged in system wide.
Unsigned 32-bit integer
Authentications
Counter
/authentication/system/rejected_username
1.3.6.1.4.1.5089.3.2.2030.2010.1055[.0] (STREAM-MIB)
ssmSysRejectedUsername
Counter32
Number of replaced logged in users system wide.
Unsigned 32-bit integer
Users
Counter
/authentication/system/replaced_users
1.3.6.1.4.1.5089.3.2.2030.2010.1060[.0] (STREAM-MIB)
ssmSysReplacedUsers
Counter32
Number of users logged out due to session timeout system wide.
Unsigned 32-bit integer
Users
Counter
/authentication/system/user_session_timeouts
1.3.6.1.4.1.5089.3.2.2030.2010.1075[.0] (STREAM-MIB)
ssmSysUserSessionTimeouts
Counter32
Number of times an authentication source has failed to respond in time system wide.
Unsigned 32-bit integer
Timeouts
Counter
/authentication/system/request_timeouts
1.3.6.1.4.1.5089.3.2.2030.2010.1065[.0] (STREAM-MIB)
ssmSysSourceTimeouts
Counter32
Number of started authentications.
Unsigned 32-bit integer
Authentications
Counter
/authentication/system/auths_started
1.3.6.1.4.1.5089.3.2.2030.2010.1030[.0] (STREAM-MIB)
ssmSysAuthsStarted
Counter32
Number of successful authentications resulting in a logged in user.
Unsigned 32-bit integer
Authentications
Counter
/authentication/system/auths_succeeded
1.3.6.1.4.1.5089.3.2.2030.2010.1045[.0] (STREAM-MIB)
ssmSysAuthsSucceeded
Counter32
Number of successful EAP-AKA authentications.
Unsigned 32-bit integer
Authentications
Counter
/authentication/system/auths_eap_aka_succeeded
1.3.6.1.4.1.5089.3.2.2030.2010.1035[.0] (STREAM-MIB)
ssmSysAuthsEapAkaSucceeded
Counter32
Number of successful EAP-AKA authentications system wide.
Unsigned 32-bit integer
Authentications
Counter
/authentication/system/auths_eap_md5_succeeded
1.3.6.1.4.1.5089.3.2.2030.2010.1036[.0] (STREAM-MIB)
ssmSysAuthsEapMd5Succeeded
Counter32
Number of successful EAP-SIM authentications.
Unsigned 32-bit integer
Authentications
Counter
/authentication/system/auths_eap_sim_succeeded
1.3.6.1.4.1.5089.3.2.2030.2010.1040[.0] (STREAM-MIB)
ssmSysAuthsEapSimSucceeded
Counter32
RADIUS statistics.
Number of received Radius Access-Accept packets.
Unsigned 32-bit integer
Packets
Counter
/authentication/radius/accept_recv
1.3.6.1.4.1.5089.3.2.2030.2060.1025[.0] (STREAM-MIB)
ssmRadiusAcceptPktsRecv
Counter32
Number of times a Radius server has failed to answer to Access Request after all configured resends have been sent.
Unsigned 32-bit integer
Timeouts
Counter
/authentication/radius/request_timeouts
1.3.6.1.4.1.5089.3.2.2030.2060.1020[.0] (STREAM-MIB)
ssmRadiusNonRespServer
Counter32
Number of incoming Radius packets that could not be parsed.
Unsigned 32-bit integer
Packets
Counter
/authentication/radius/pkts_parse_fails
1.3.6.1.4.1.5089.3.2.2030.2060.1015[.0] (STREAM-MIB)
ssmRadiusPktsParseFail
Counter32
Number of received Radius Access-Reject packets.
Unsigned 32-bit integer
Packets
Counter
/authentication/radius/reject_recv
1.3.6.1.4.1.5089.3.2.2030.2060.1030[.0] (STREAM-MIB)
ssmRadiusRejectPktsRecv
Counter32
Number of Access Request packet resends.
Unsigned 32-bit integer
Packets
Counter
/authentication/radius/request_resends
1.3.6.1.4.1.5089.3.2.2030.2060.1035[.0] (STREAM-MIB)
ssmRadiusReqPktResends
Counter32
Number of sent Radius Access-Request packets.
Unsigned 32-bit integer
Packets
Counter
/authentication/radius/request_sent
1.3.6.1.4.1.5089.3.2.2030.2060.1040[.0] (STREAM-MIB)
ssmRadiusReqPktsSent
Counter32
The row in a table of profile statistics.
Authentication profile row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2030.3000.1.1[.n] (STREAM-MIB)
ssmProfileIndex
Integer32
Authentication profile name.
String
1.3.6.1.4.1.5089.3.2.2030.3000.1.2[.n] (STREAM-MIB)
ssmProfileName
DisplayString
Current number of active EAP-AKA users.
Unsigned 32-bit integer
Users
Momentaneous
/authentication/profiles/[..n]/active_eap_aka_users
1.3.6.1.4.1.5089.3.2.2030.3000.1.1010[.n] (STREAM-MIB)
ssmActiveEapAkaUsers
Unsigned32
Current number of active EAP-MD5 users.
Unsigned 32-bit integer
Users
Momentaneous
/authentication/profiles/[..n]/active_eap_md5_users
1.3.6.1.4.1.5089.3.2.2030.3000.1.1011[.n] (STREAM-MIB)
ssmActiveEapMd5Users
Unsigned32
Current number of active EAP-SIM users.
Unsigned 32-bit integer
Users
Momentaneous
/authentication/profiles/[..n]/active_eap_sim_users
1.3.6.1.4.1.5089.3.2.2030.3000.1.1015[.n] (STREAM-MIB)
ssmActiveEapSimUsers
Unsigned32
Current number of active users.
Unsigned 32-bit integer
Users
Momentaneous
/authentication/profiles/[..n]/active_users
1.3.6.1.4.1.5089.3.2.2030.3000.1.1020[.n] (STREAM-MIB)
ssmActiveUsers
Unsigned32
Number of brute force attack preventions.
Unsigned 32-bit integer
Preventions
Counter
/authentication/profiles/[..n]/brute_force_attacks
1.3.6.1.4.1.5089.3.2.2030.3000.1.1055[.n] (STREAM-MIB)
ssmBruteForceAttacks
Counter32
Number of failed authentications.
Unsigned 32-bit integer
Authentications
Counter
/authentication/profiles/[..n]/auths_failed
1.3.6.1.4.1.5089.3.2.2030.3000.1.1025[.n] (STREAM-MIB)
ssmAuthsFailed
Counter32
Number users logged out due to idle timeout.
Unsigned 32-bit integer
Users
Counter
/authentication/profiles/[..n]/user_idle_timeouts
1.3.6.1.4.1.5089.3.2.2030.3000.1.1070[.n] (STREAM-MIB)
ssmUserIdleTimeouts
Counter32
Number of rejected authentications.
Unsigned 32-bit integer
Authentications
Counter
/authentication/profiles/[..n]/auths_rejected
1.3.6.1.4.1.5089.3.2.2030.3000.1.1030[.n] (STREAM-MIB)
ssmAuthsRejected
Counter32
Number of rejected authentication attempts due to username already logged in.
Unsigned 32-bit integer
Authentications
Counter
/authentication/profiles/[..n]/rejected_username
1.3.6.1.4.1.5089.3.2.2030.3000.1.1060[.n] (STREAM-MIB)
ssmRejectedUsername
Counter32
Number of replaced logged in users.
Unsigned 32-bit integer
Users
Counter
/authentication/profiles/[..n]/replaced_users
1.3.6.1.4.1.5089.3.2.2030.3000.1.1065[.n] (STREAM-MIB)
ssmReplacedUsers
Counter32
Number of users logged out due to session timeout.
Unsigned 32-bit integer
Users
Counter
/authentication/profiles/[..n]/user_session_timeouts
1.3.6.1.4.1.5089.3.2.2030.3000.1.1075[.n] (STREAM-MIB)
ssmUserSessionTimeouts
Counter32
Number of times an authentication source has failed to respond in time.
Unsigned 32-bit integer
Timeouts
Counter
/authentication/profiles/[..n]/request_timeouts
1.3.6.1.4.1.5089.3.2.2030.3000.1.1080[.n] (STREAM-MIB)
ssmProfileSourceTimeouts
Counter32
Number of started authentications.
Unsigned 32-bit integer
Authentications
Counter
/authentication/profiles/[..n]/auths_started
1.3.6.1.4.1.5089.3.2.2030.3000.1.1035[.n] (STREAM-MIB)
ssmAuthsStarted
Counter32
Number of successful authentications resulting in a logged in user.
Unsigned 32-bit integer
Authentications
Counter
/authentication/profiles/[..n]/auths_succeeded
1.3.6.1.4.1.5089.3.2.2030.3000.1.1050[.n] (STREAM-MIB)
ssmAuthsSucceeded
Counter32
Number of successful EAP-AKA authentications.
Unsigned 32-bit integer
Authentications
Counter
/authentication/profiles/[..n]/auths_eap_aka_succeeded
1.3.6.1.4.1.5089.3.2.2030.3000.1.1040[.n] (STREAM-MIB)
ssmAuthsEapAkaSucceeded
Counter32
Number of successful EAP-MD5 authentications.
Unsigned 32-bit integer
Authentications
Counter
/authentication/profiles/[..n]/auths_eap_md5_succeeded
1.3.6.1.4.1.5089.3.2.2030.3000.1.1041[.n] (STREAM-MIB)
ssmAuthsEapMd5Succeeded
Counter32
Number of successful EAP-SIM authentications.
Unsigned 32-bit integer
Authentications
Counter
/authentication/profiles/[..n]/auths_eap_sim_succeeded
1.3.6.1.4.1.5089.3.2.2030.3000.1.1045[.n] (STREAM-MIB)
ssmAuthsEapSimSucceeded
Counter32
Monitoring statistics.
Sensor monitoring.
Sensor monitoring entry.
Sensor table index.
Unsigned 32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1[.n] (STREAM-MIB)
ssmHWSensorIndex
Integer32
Number of times the sensor was above the high threshold since last hwmon restart.
Unsigned 32-bit integer
Times
Momentaneous
/monitoring/hwmon/sensor/[..n]/high_alarm_count
1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1070[.n] (STREAM-MIB)
ssmHWSensorHighCount
Unsigned32
Sensor highest recorded value.
32-bit integer
Momentaneous
/monitoring/hwmon/sensor/[..n]/highest
1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1050[.n] (STREAM-MIB)
ssmHWSensorHighest
Integer32
Number of times the sensor was below the low threshold since last hwmon restart.
Unsigned 32-bit integer
Times
Momentaneous
/monitoring/hwmon/sensor/[..n]/low_alarm_count
1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1080[.n] (STREAM-MIB)
ssmHWSensorLowCount
Unsigned32
Sensor lowest recorded value.
32-bit integer
Momentaneous
/monitoring/hwmon/sensor/[..n]/lowest
1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1060[.n] (STREAM-MIB)
ssmHWSensorLowest
Integer32
Sensor name.
String
/monitoring/hwmon/sensor/[..n]/name
1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.2[.n] (STREAM-MIB)
ssmHWSensorName
DisplayString
Sensor operational status.
String
/monitoring/hwmon/sensor/[..n]/status
1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1020[.n] (STREAM-MIB)
ssmHWSensorStatus
DisplayString
Type of sensor.
String
/monitoring/hwmon/sensor/[..n]/type
1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1030[.n] (STREAM-MIB)
ssmHWSensorType
DisplayString
Sensor unit type representation.
String
/monitoring/hwmon/sensor/[..n]/unit
1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1040[.n] (STREAM-MIB)
ssmHWSensorUnitType
DisplayString
Log statistics.
Number of log messages originated from control plane.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/from_control_plane
1.3.6.1.4.1.5089.3.2.2050.2040.1005[.0] (STREAM-MIB)
ssmLogsFromControlPlane
Counter64
Number of log messages originated from data plane.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/from_data_plane
1.3.6.1.4.1.5089.3.2.2050.2040.1010[.0] (STREAM-MIB)
ssmLogsFromDataPlane
Counter64
CLI log statistics.
Number of CLI log messages discarded due to internal communication failure.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/cli_log/ipc_fails
1.3.6.1.4.1.5089.3.2.2050.2040.2010.1005[.0] (STREAM-MIB)
ssmCLILogIPCFail
Counter64
Number of CLI log messages discarded due to failure to allocate memory.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/cli_log/mem_alloc_fails
1.3.6.1.4.1.5089.3.2.2050.2040.2010.1010[.0] (STREAM-MIB)
ssmCLILogMemAllocFail
Counter64
Number of CLI log messages discarded due to exceeding the specified rate limit.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/cli_log/throttled
1.3.6.1.4.1.5089.3.2.2050.2040.2010.1015[.0] (STREAM-MIB)
ssmCLILogThrottled
Counter64
Log receiver statistics entry.
Log receiver statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.1[.n] (STREAM-MIB)
ssmLogReceiverIndex
Integer32
Log receiver name.
String
1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.2[.n] (STREAM-MIB)
ssmLogReceiverName
DisplayString
Number of logs discarded due to failures while formatting or sending the log.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/log_receivers/[..n]/logs_failed
1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.1040[.n] (STREAM-MIB)
ssmLogReceiverLogsFailed
Counter64
Number of log messages sent to the receiver.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/log_receivers/[..n]/logs_sent
1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.1020[.n] (STREAM-MIB)
ssmLogReceiverLogsSent
Counter64
Number of logs discarded due to exceeding the rate limit configured on the receiver.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/log_receivers/[..n]/logs_throttled
1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.1030[.n] (STREAM-MIB)
ssmLogReceiverLogsThrottled
Counter64
SNMP trap log statistics.
Number of snmptrap messages discarded due to internal communication failure.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/snmp_trap_log/ipc_fails
1.3.6.1.4.1.5089.3.2.2050.2040.2015.1005[.0] (STREAM-MIB)
ssmSnmpTrapLogIPCFail
Counter64
Number of snmptrap messages discarded due to failure to allocate memory.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/snmp_trap_log/mem_alloc_fails
1.3.6.1.4.1.5089.3.2.2050.2040.2015.1010[.0] (STREAM-MIB)
ssmSnmpTrapLogMemAllocFail
Counter64
Number of snmptrap messages discarded due to exceeding the specified rate limit.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/snmp_trap_log/throttled
1.3.6.1.4.1.5089.3.2.2050.2040.2015.1015[.0] (STREAM-MIB)
ssmSnmpTrapLogThrottled
Counter64
Syslog statistics.
Number of syslog messages discarded due to internal communication failure.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/syslog/ipc_fails
1.3.6.1.4.1.5089.3.2.2050.2040.2050.1005[.0] (STREAM-MIB)
ssmSyslogIPCFail
Counter64
Number of syslog messages discarded due to failure to allocate memory.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/syslog/mem_alloc_fails
1.3.6.1.4.1.5089.3.2.2050.2040.2050.1010[.0] (STREAM-MIB)
ssmSyslogMemAllocFail
Counter64
Number of syslog messages discarded due to exceeding the specified rate limit.
Unsigned 64-bit integer
Logs
Counter
/monitoring/logs/syslog/throttled
1.3.6.1.4.1.5089.3.2.2050.2040.2050.1015[.0] (STREAM-MIB)
ssmSyslogThrottled
Counter64
SNMP statistics.
Number of received SNMP requests, that we failed to respond to. The reason could be failure to fetch a corresponding statistical value or failure to send a response. Statistics counted by SilentDrops-counter is not included in this count.
Unsigned 32-bit integer
Requests
Counter
/monitoring/snmp/failed_requests
1.3.6.1.4.1.5089.3.2.2050.2050.1010[.0] (STREAM-MIB)
ssmSnmpFailedRequests
Counter32
Number of SNMP requests containing ASN.1/BER errors.
Unsigned 32-bit integer
Errors
Counter
/monitoring/snmp/asn_parse_error
1.3.6.1.4.1.5089.3.2.2050.2050.6[.0] (STREAM-MIB)
ssmSnmpASNParseErrors
Counter32
Number of SNMP requests with incorrect community name.
Unsigned 32-bit integer
Requests
Counter
/monitoring/snmp/bad_community_name
1.3.6.1.4.1.5089.3.2.2050.2050.4[.0] (STREAM-MIB)
ssmSnmpBadCommunityName
Counter32
Number of SNMP requests that represent a disallowed SNMP operation.
Unsigned 32-bit integer
Requests
Counter
/monitoring/snmp/bad_community_use
1.3.6.1.4.1.5089.3.2.2050.2050.5[.0] (STREAM-MIB)
ssmSnmpBadCommunityUse
Counter32
Number of SNMP requests for an unsupported SNMP version.
Unsigned 32-bit integer
Requests
Counter
/monitoring/snmp/bad_version
1.3.6.1.4.1.5089.3.2.2050.2050.3[.0] (STREAM-MIB)
ssmSnmpBadVersion
Counter32
Number of received SNMP requests.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/pkts_recv
1.3.6.1.4.1.5089.3.2.2050.2050.1[.0] (STREAM-MIB)
ssmSnmpPktsRecv
Counter32
Number of times SNMP engine has re-initialized itself since snmpEngineID was last configured.
32-bit integer
Restarts
Momentaneous
/monitoring/snmp/snmpd_restart_counter
1.3.6.1.4.1.5089.3.2.2050.2050.1050[.0] (STREAM-MIB)
ssmSnmpdEngineBoots
Integer32
Number of PDUs received and silently dropped because an minimal response PDU would exceed the maximum message size.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/silent_drops
1.3.6.1.4.1.5089.3.2.2050.2050.31[.0] (STREAM-MIB)
ssmSnmpSilentDrops
Counter32
Number of received SNMP requests, that were successfully replied to.
Unsigned 32-bit integer
Requests
Counter
/monitoring/snmp/successful_requests
1.3.6.1.4.1.5089.3.2.2050.2050.1005[.0] (STREAM-MIB)
ssmSnmpSuccessfulRequests
Counter32
Number of received SNMP requests, that were dropped due to exceeding the configured request limit.
Unsigned 32-bit integer
Requests
Counter
/monitoring/snmp/throttled_requests
1.3.6.1.4.1.5089.3.2.2050.2050.1015[.0] (STREAM-MIB)
ssmSnmpThrottledRequests
Counter32
Total number of packets received by the SNMP engine which were dropped because they could not be decrypted.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/decryption_errors
1.3.6.1.4.1.5089.3.2.2050.2050.1045[.0] (STREAM-MIB)
ssmSnmpDecryptionErrors
Counter32
1.3.6.1.6.3.15.1.1.6[.0] (SNMPv2, RFC2578)
usmStatsDecryptionErrors
Counter32
Total number of packets received by the SNMP engine which were dropped because they appeared outside of the authoritative SNMP engine's window.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/not_in_time_windows
1.3.6.1.4.1.5089.3.2.2050.2050.1024[.0] (STREAM-MIB)
ssmSnmpNotInTimeWindows
Counter32
1.3.6.1.6.3.15.1.1.2[.0] (SNMPv2, RFC2578)
usmStatsNotInTimeWindows
Counter32
Total number of packets received by the SNMP engine which were dropped because they referenced an snmpEngineID that was not known to the SNMP engine.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/unknown_engine_ids
1.3.6.1.4.1.5089.3.2.2050.2050.1035[.0] (STREAM-MIB)
ssmSnmpUnknownEngineIDs
Counter32
1.3.6.1.6.3.15.1.1.4[.0] (SNMPv2, RFC2578)
usmStatsUnknownEngineIDs
Counter32
Total number of packets received by the SNMP engine which were dropped because they referenced a user that was not known to the SNMP engine.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/unknown_user_names
1.3.6.1.4.1.5089.3.2.2050.2050.1030[.0] (STREAM-MIB)
ssmSnmpUnknownUserNames
Counter32
1.3.6.1.6.3.15.1.1.3[.0] (SNMPv2, RFC2578)
usmStatsUnknownUserNames
Counter32
Total number of packets received by the SNMP engine which were dropped because they requested a securityLevel that was unknown to the SNMP engine or otherwise unavailable.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/unsupported_sec_levels
1.3.6.1.4.1.5089.3.2.2050.2050.1020[.0] (STREAM-MIB)
ssmSnmpUnsupportedSecLevels
Counter32
1.3.6.1.6.3.15.1.1.1[.0] (SNMPv2, RFC2578)
usmStatsUnsupportedSecLevels
Counter32
Total number of packets received by the SNMP engine which were dropped because they didn't contain the expected digest value.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/wrong_digests
1.3.6.1.4.1.5089.3.2.2050.2050.1040[.0] (STREAM-MIB)
ssmSnmpWrongDigests
Counter32
1.3.6.1.6.3.15.1.1.5[.0] (SNMPv2, RFC2578)
usmStatsWrongDigests
Counter32
Routing statistics.
Number of dynamic route additions in system.
Unsigned 32-bit integer
Routes
Counter
/routing/dynamic_added
1.3.6.1.4.1.5089.3.2.2060.1005[.0] (STREAM-MIB)
ssmDynRoutesCreated
Counter32
Current number of dynamic routes in system.
Unsigned 32-bit integer
Routes
Momentaneous
/routing/dynamic
1.3.6.1.4.1.5089.3.2.2060.1010[.0] (STREAM-MIB)
ssmDynRoutesCurrent
Gauge32
Maximum number of dynamic routes in system.
Unsigned 32-bit integer
Routes
Max
/routing/dynamic_max
1.3.6.1.4.1.5089.3.2.2060.1015[.0] (STREAM-MIB)
ssmDynRoutesMax
Unsigned32
Current number of static routes in system.
Unsigned 32-bit integer
Routes
Momentaneous
/routing/static
1.3.6.1.4.1.5089.3.2.2060.1020[.0] (STREAM-MIB)
ssmStaticRoutes
Gauge32
Route monitoring statistics.
Number of monitored routes currently disabled.
Unsigned 32-bit integer
Routes
Momentaneous
/routing/monitoring/num_disabled
1.3.6.1.4.1.5089.3.2.2060.2070.1010[.0] (STREAM-MIB)
ssmRouteMonNumDisabled
Unsigned32
Number of routes with monitoring enabled.
Unsigned 32-bit integer
Routes
Momentaneous
/routing/monitoring/num_monitored
1.3.6.1.4.1.5089.3.2.2060.2070.1000[.0] (STREAM-MIB)
ssmRouteMonNumMonitored
Unsigned32
Route entry.
Route monitor instance statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1[.n] (STREAM-MIB)
ssmRouteMonIndex
Integer32
Route monitor instance description.
String
1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.2[.n] (STREAM-MIB)
ssmRouteMonName
DisplayString
Number of times the route have been disabled.
Unsigned 32-bit integer
Disables
Counter
/routing/monitoring/routes/[..n]/disables
1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1030[.n] (STREAM-MIB)
ssmRouteMonDisables
Counter32
Reason for the route being disabled.
String
/routing/monitoring/routes/[..n]/fail_reason
1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1050[.n] (STREAM-MIB)
ssmRouteMonFailReason
DisplayString
Interface of the route.
String
/routing/monitoring/routes/[..n]/interface
1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1010[.n] (STREAM-MIB)
ssmRouteMonInterface
DisplayString
Network range of the route.
String
/routing/monitoring/routes/[..n]/network
1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1020[.n] (STREAM-MIB)
ssmRouteMonNetwork
DisplayString
Routing table containing the route.
String
/routing/monitoring/routes/[..n]/routingtable
1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1000[.n] (STREAM-MIB)
ssmRouteMonRoutingTable
DisplayString
Routing originator entry statistics.
Originator statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2060.2060.1.1[.n] (STREAM-MIB)
ssmOriginatorDynRoutesIndex
Integer32
Name of routing originator.
String
1.3.6.1.4.1.5089.3.2.2060.2060.1.2[.n] (STREAM-MIB)
ssmOriginatorDynRoutesName
DisplayString
Number of dynamic route additions by originator.
Unsigned 32-bit integer
Routes
Counter
/routing/originator_entry/[..n]/dynamic_created
1.3.6.1.4.1.5089.3.2.2060.2060.1.1015[.n] (STREAM-MIB)
ssmOriginatorDynRoutesCreated
Counter32
Current number of dynamic routes by originator.
Unsigned 32-bit integer
Routes
Momentaneous
/routing/originator_entry/[..n]/dynamic_current
1.3.6.1.4.1.5089.3.2.2060.2060.1.1020[.n] (STREAM-MIB)
ssmOriginatorDynRoutesCurrent
Gauge32
Maximum number of dynamic routes by originator.
Unsigned 32-bit integer
Routes
Max
/routing/originator_entry/[..n]/dynamic_max
1.3.6.1.4.1.5089.3.2.2060.2060.1.1025[.n] (STREAM-MIB)
ssmOriginatorDynRoutesMax
Unsigned32
Routing table entry statistics.
Routing table statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2060.3050.1.1[.n] (STREAM-MIB)
ssmRoutingTableIndex
Integer32
Name of routing table.
String
1.3.6.1.4.1.5089.3.2.2060.3050.1.2[.n] (STREAM-MIB)
ssmRoutingTableName
DisplayString
Number of dynamic route additions in routing table.
Unsigned 32-bit integer
Routes
Counter
/routing/table_entry/[..n]/dynamic_created
1.3.6.1.4.1.5089.3.2.2060.3050.1.1015[.n] (STREAM-MIB)
ssmRoutingTableDynRoutesCreated
Counter32
Current number of dynamic routes in routing table.
Unsigned 32-bit integer
Routes
Momentaneous
/routing/table_entry/[..n]/dynroutes
1.3.6.1.4.1.5089.3.2.2060.3050.1.1020[.n] (STREAM-MIB)
ssmRoutingTableDynRoutesCurrent
Gauge32
Maximum number of dynamic routes in routing table.
Unsigned 32-bit integer
Routes
Max
/routing/table_entry/[..n]/dynamic_max
1.3.6.1.4.1.5089.3.2.2060.3050.1.1025[.n] (STREAM-MIB)
ssmRoutingTableDynRoutesMax
Unsigned32
Current number of static routes in routing table.
Unsigned 32-bit integer
Routes
Momentaneous
/routing/table_entry/[..n]/static
1.3.6.1.4.1.5089.3.2.2060.3050.1.1030[.n] (STREAM-MIB)
ssmRoutingTableStaticRoutes
Gauge32
BGP statistics.
BGP peer statistics.
Time interval for the ConnectRetry timer.
32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/conn_retry_interval
1.3.6.1.2.1.15.3.1.17[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerConnectRetryInterval
Integer32
Timer indicating how long this peer has been in the Established state or how long since this peer was last in the Established state.
Unsigned 32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/fsm_est_time
1.3.6.1.2.1.15.3.1.16[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerFsmEstablishedTime
Gauge32
Total number of times the BGP FSM transitioned into the established state.
Unsigned 32-bit integer
Transitions
Counter
/routing/bgp/peers/[..n]/fsm_est_transitions
1.3.6.1.2.1.15.3.1.15[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerFsmEstablishedTransitions
Counter32
Time interval for the Hold Timer established with the peer.
32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/hold_time
1.3.6.1.2.1.15.3.1.18[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerHoldTime
Integer32
BGP Identifier of this entry's BGP peer.
Byte array
/routing/bgp/peers/[..n]/identifier
1.3.6.1.2.1.15.3.1.1[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerIdentifier
IpAddress
Elapsed time since the last BGP UPDATE message was received from the peer.
Unsigned 32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/in_update_etime
1.3.6.1.2.1.15.3.1.24[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerInUpdateElapsedTime
Gauge32
Peer inbound update messages.
Unsigned 32-bit integer
Messages
Counter
/routing/bgp/peers/[..n]/in_updates
1.3.6.1.2.1.15.3.1.10[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerInUpdates
Counter32
Time interval for the KeepAlive timer established with the peer.
32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/keep_alive
1.3.6.1.2.1.15.3.1.19[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerKeepAlive
Integer32
Last error code seen by this peer on this connection.
String
/routing/bgp/peers/[..n]/last_error
Local IP address of this entry's BGP connection.
Byte array
/routing/bgp/peers/[..n]/local_address
1.3.6.1.2.1.15.3.1.5[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerLocalAddr
IpAddress
Local port for the TCP connection between the BGP peers.
32-bit integer
Momentaneous
/routing/bgp/peers/[..n]/local_port
1.3.6.1.2.1.15.3.1.6[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerLocalPort
Integer32
Total number of messages received from the remote peer on this connection.
Unsigned 32-bit integer
Messages
Counter
/routing/bgp/peers/[..n]/total_messages_in
1.3.6.1.2.1.15.3.1.12[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerInTotalMessages
Counter32
Total number of messages transmitted to the remote peer on this connection.
Unsigned 32-bit integer
Messages
Counter
/routing/bgp/peers/[..n]/total_messages_out
1.3.6.1.2.1.15.3.1.13[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerOutTotalMessages
Counter32
Time interval for the MinASOriginationInterval timer.
32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/min_as_org_interval
1.3.6.1.2.1.15.3.1.22[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerMinASOriginationInterval
Integer32
Time interval for the MinRouteAdvertisementInterval timer.
32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/min_route_adv_interval
1.3.6.1.2.1.15.3.1.23[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerMinRouteAdvertisementInterval
Integer32
Negotiated version of BGP running between the two peers.
32-bit integer
Momentaneous
/routing/bgp/peers/[..n]/version
1.3.6.1.2.1.15.3.1.4[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerNegotiatedVersion
Integer32
Number of BGP UPDATE messages transmitted on this connection.
Unsigned 32-bit integer
Messages
Counter
/routing/bgp/peers/[..n]/out_updates
1.3.6.1.2.1.15.3.1.11[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerOutUpdates
Counter32
OSPF statistics.
Number of packets with parameter errors.
Unsigned 32-bit integer
Packets
Counter
/routing/ospf/pkt_errors
1.3.6.1.4.1.5089.3.2.2060.2010.1005[.0] (STREAM-MIB)
ssmOspfPktParamErrors
Counter32
OSPF process statistics.
OSPF process in table index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1[.n] (STREAM-MIB)
ssmOspfProcIndex
Integer32
OSPF process name.
String
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.2[.n] (STREAM-MIB)
ssmOspfProcName
DisplayString
Current number of LSAs that are held by the OSPF process.
Unsigned 32-bit integer
Advertisements
Momentaneous
/routing/ospf/processes/[..n]/lsa_current
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1020[.n] (STREAM-MIB)
ssmOspfCurrentLSA
Gauge32
Number of routers that currently are connected to the OSPF process.
Unsigned 32-bit integer
Routers
Momentaneous
/routing/ospf/processes/[..n]/routers_current
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1030[.n] (STREAM-MIB)
ssmOspfCurrentRouters
Gauge32
Current number of routes originating from the OSPF process.
Unsigned 32-bit integer
Routes
Momentaneous
/routing/ospf/processes/[..n]/routes_current
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1010[.n] (STREAM-MIB)
ssmOspfCurrentRoutes
Gauge32
Number of routes that have been exported from the OSPF process into the system.
Unsigned 32-bit integer
Routes
Momentaneous
/routing/ospf/processes/[..n]/routes_exported
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1005[.n] (STREAM-MIB)
ssmOspfExportedRoutes
Unsigned32
Number of adjacencies that have failed to form.
Unsigned 32-bit integer
Adjacencies
Counter
/routing/ospf/processes/[..n]/adjacency_failures
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1040[.n] (STREAM-MIB)
ssmOspfFailedAdjacencies
Counter32
Number of LSA that failed the interpretation validation check.
Unsigned 32-bit integer
Advertisements
Counter
/routing/ospf/processes/[..n]/lsa_errors
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1045[.n] (STREAM-MIB)
ssmOspfLsaErrors
Counter32
Maximum number of LSAs that has been held by this OSPF process.
Unsigned 32-bit integer
Advertisements
Momentaneous
/routing/ospf/processes/[..n]/lsa_max
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1025[.n] (STREAM-MIB)
ssmOspfMaxLsa
Unsigned32
Maximum number of routers that have been connected to this OSPF process.
Unsigned 32-bit integer
Routers
Momentaneous
/routing/ospf/processes/[..n]/routers_max
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1035[.n] (STREAM-MIB)
ssmOspfMaxRouters
Unsigned32
Maximum number of routes that have been originated from the OSPF process.
Unsigned 32-bit integer
Routes
Momentaneous
/routing/ospf/processes/[..n]/routes_max
1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1015[.n] (STREAM-MIB)
ssmOspfMaxRoutes
Unsigned32
Rules statistics.
IP RuleSet statistics entry.
Index of IPRuleSet.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2070.2020.1.1[.n] (STREAM-MIB)
ssmIPRuleSetIndex
Integer32
Name of the IPRuleSet.
String
1.3.6.1.4.1.5089.3.2.2070.2020.1.2[.n] (STREAM-MIB)
ssmIPRuleSetName
DisplayString
IP rule statistics entry.
IP rule index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2070.2010.1.1[.n.m] (STREAM-MIB)
ssmIPRuleIndex
Integer32
Time (in hundredths of a second, counting since the system was last booted) when the rule was last modified.
Unsigned 32-bit integer
Centiseconds
Momentaneous
/rules/ip/[..n]/entries/[..n]/last_reset
1.3.6.1.4.1.5089.3.2.2070.2010.1.1040[.n.m] (STREAM-MIB)
ssmIPRuleLastReset
TimeTicks
Number of times this IP rule matched incoming traffic (flow setup requests).
Unsigned 32-bit integer
Lookups
Counter
/rules/ip/[..n]/entries/[..n]/matched
1.3.6.1.4.1.5089.3.2.2070.2010.1.1010[.n.m] (STREAM-MIB)
ssmIPRuleMatched
Counter32
Time (in hundredths of a second, counting since the system was last booted) when the rule was last modified.
Unsigned 32-bit integer
Centiseconds
Momentaneous
/rules/ips/[..n]/last_reset
1.3.6.1.4.1.5089.3.2.2070.2050.1.1040[.n] (STREAM-MIB)
ssmIPSRuleLastReset
TimeTicks
Number of times this IPS rule matched incoming traffic (flow setup requests).
Unsigned 32-bit integer
Lookups
Counter
/rules/ips/[..n]/matched
1.3.6.1.4.1.5089.3.2.2070.2050.1.1010[.n] (STREAM-MIB)
ssmIPSRuleMatched
Counter32
IPS rule index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2070.2050.1.1[.n] (STREAM-MIB)
ssmIPSRuleMatchIndex
Integer32
Threshold RuleSet statistics entry.
Index of ThresholdRuleSet.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2070.2040.1.1[.n] (STREAM-MIB)
ssmThresholdRuleSetIndex
Integer32
Name of the ThresholdRuleSet.
String
1.3.6.1.4.1.5089.3.2.2070.2040.1.2[.n] (STREAM-MIB)
ssmThresholdRuleSetName
DisplayString
Threshold rule statistics entry.
Number of times that some action in the given rule has dropped a flow setup attempt.
Unsigned 32-bit integer
Packets
Counter
/rules/threshold/[..n]/entries/[..n]/dropped
1.3.6.1.4.1.5089.3.2.2070.2030.1.1120[.n.m] (STREAM-MIB)
ssmThresholdRuleTotalDrops
Counter32
Number of times that some action in the given rule has triggered.
Unsigned 32-bit integer
Actions
Counter
/rules/threshold/[..n]/entries/[..n]/triggered
1.3.6.1.4.1.5089.3.2.2070.2030.1.1110[.n.m] (STREAM-MIB)
ssmThresholdRuleTotalTrigged
Counter32
Threshold rule index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2070.2030.1.1[.n.m] (STREAM-MIB)
ssmThresholdRuleIndex
Integer32
Time (in hundredths of a second, counting since the system was last booted) when the rule was last modified.
Unsigned 32-bit integer
Centiseconds
Momentaneous
/rules/threshold/[..n]/entries/[..n]/last_reset
1.3.6.1.4.1.5089.3.2.2070.2030.1.1040[.n.m] (STREAM-MIB)
ssmThresholdRuleLastReset
TimeTicks
Number of times this Threshold rule matched incoming traffic (flow setup requests).
Unsigned 32-bit integer
Lookups
Counter
/rules/threshold/[..n]/entries/[..n]/matched
1.3.6.1.4.1.5089.3.2.2070.2030.1.1010[.n.m] (STREAM-MIB)
ssmThresholdRuleMatched
Counter32
Name of the Threshold rule.
String
1.3.6.1.4.1.5089.3.2.2070.2030.1.2[.n.m] (STREAM-MIB)
ssmThresholdRuleName
DisplayString
Threshold action statistics entry.
Index of threshold action whithin threshold rule.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2090.3030.3010.1.1[.n.m.???] (STREAM-MIB)
ssmThresholdActionIndex
Integer32
Name of threshold action whithin threshold rule.
String
1.3.6.1.4.1.5089.3.2.2090.3030.3010.1.2[.n.m.???] (STREAM-MIB)
ssmThresholdActionName
DisplayString
Number of times that the action has triggered.
Unsigned 32-bit integer
Actions
Counter
/rules/threshold/[..n]/entries/[..n]/action/[..n]/triggered
1.3.6.1.4.1.5089.3.2.2090.3030.3010.1.1010[.n.m.???] (STREAM-MIB)
ssmThresholdActionTrigged
Counter32
Threshold definition statistics entry.
Number of currently active threshold groups.
Unsigned 32-bit integer
Groups
Momentaneous
/rules/threshold/[..n]/entries/[..n]/action/[..n]/threshold/[..n]/current_active
1.3.6.1.4.1.5089.3.2.2090.3030.3020.1.1010[.n.m.???] (STREAM-MIB)
ssmThresholdLimitGroupsActive
Gauge32
Number of times that threshold groups has exceeded the threshold (the number of times that some threshold group has begun to exceed the threshold, invariant of the time they have been above the threshold).
Unsigned 32-bit integer
Events
Counter
/rules/threshold/[..n]/entries/[..n]/action/[..n]/threshold/[..n]/total_exceeded
1.3.6.1.4.1.5089.3.2.2090.3030.3020.1.1030[.n.m.???] (STREAM-MIB)
ssmThresholdLimitGroupsExceeded
Counter32
Index of threshold limit whithin threshold action.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2090.3030.3020.1.1[.n.m.???] (STREAM-MIB)
ssmThresholdActionLimitIndex
Integer32
Name of threshold limit whithin threshold action.
String
1.3.6.1.4.1.5089.3.2.2090.3030.3020.1.2[.n.m.???] (STREAM-MIB)
ssmThresholdActionLimitName
DisplayString
Number of threshold groups currently exceeding a threshold.
Unsigned 32-bit integer
Groups
Momentaneous
/rules/threshold/[..n]/entries/[..n]/action/[..n]/threshold/[..n]/current_exceeding
1.3.6.1.4.1.5089.3.2.2090.3030.3020.1.1020[.n.m.???] (STREAM-MIB)
ssmThresholdLimitGroupExceeding
Gauge32
Services statistics.
ARP statistics.
DHCP Client.
DHCP Client interface entry.
Interface row index.
Unsigned 32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1[.n] (STREAM-MIB)
ssmDHCPClientIfaceIndex
Integer32
DHCP Client interface name.
String
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.2[.n] (STREAM-MIB)
ssmDHCPClientIfaceName
DisplayString
Number of ack messages received.
Unsigned 32-bit integer
Messages
Counter
/services/dhcp_client/iface/[..n]/acks_received
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1060[.n] (STREAM-MIB)
ssmDHCPClientAcksReceived
Unsigned32
How long this interface has had this address.
Unsigned 32-bit integer
Seconds
Momentaneous
/services/dhcp_client/iface/[..n]/address_age
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1030[.n] (STREAM-MIB)
ssmDHCPClientAddressAge
Unsigned32
Number of decline messages sent.
Unsigned 32-bit integer
Messages
Counter
/services/dhcp_client/iface/[..n]/declines_sent
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1050[.n] (STREAM-MIB)
ssmDHCPClientDeclinesSent
Unsigned32
Number of discover messages re-sent.
Unsigned 32-bit integer
Messages
Counter
/services/dhcp_client/iface/[..n]/discoveries_resent
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1070[.n] (STREAM-MIB)
ssmDHCPClientDiscoveriesResent
Unsigned32
Number of discover messages sent.
Unsigned 32-bit integer
Messages
Counter
/services/dhcp_client/iface/[..n]/discoveries_sent
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1035[.n] (STREAM-MIB)
ssmDHCPClientDiscoveriesSent
Unsigned32
Client has an active lease (0=no lease, 1=valid lease).
Unsigned 32-bit integer
Bool
Momentaneous
/services/dhcp_client/iface/[..n]/is_working
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1005[.n] (STREAM-MIB)
ssmDHCPClientLeaseAquired
Unsigned32
Total lease time from DHCP server.
Unsigned 32-bit integer
Seconds
Momentaneous
/services/dhcp_client/iface/[..n]/lease_time_total
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1015[.n] (STREAM-MIB)
ssmDHCPClientLeaseTimeTotal
Unsigned32
How long time this lease has been used.
Unsigned 32-bit integer
Seconds
Momentaneous
/services/dhcp_client/iface/[..n]/lease_time_used
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1020[.n] (STREAM-MIB)
ssmDHCPClientLeaseTimeUsed
Unsigned32
Time until lease expires.
Unsigned 32-bit integer
Seconds
Momentaneous
/services/dhcp_client/iface/[..n]/lease_ttl
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1025[.n] (STREAM-MIB)
ssmDHCPClientLeaseTTL
Unsigned32
Number of nack messages received.
Unsigned 32-bit integer
Messages
Counter
/services/dhcp_client/iface/[..n]/nacks_received
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1065[.n] (STREAM-MIB)
ssmDHCPClientNacksReceived
Unsigned32
Number of offer messages received.
Unsigned 32-bit integer
Messages
Counter
/services/dhcp_client/iface/[..n]/offers_received
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1055[.n] (STREAM-MIB)
ssmDHCPClientOffersReceived
Unsigned32
Number of release messages sent.
Unsigned 32-bit integer
Messages
Counter
/services/dhcp_client/iface/[..n]/releases_sent
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1045[.n] (STREAM-MIB)
ssmDHCPClientReleasesSent
Unsigned32
Number of request messages re-sent.
Unsigned 32-bit integer
Messages
Counter
/services/dhcp_client/iface/[..n]/requests_resent
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1075[.n] (STREAM-MIB)
ssmDHCPClientRequestsResent
Unsigned32
Number of request messages sent.
Unsigned 32-bit integer
Messages
Counter
/services/dhcp_client/iface/[..n]/requests_sent
1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1040[.n] (STREAM-MIB)
ssmDHCPClientRequestsSent
Unsigned32
DHCP Server.
DHCPServer Rejected.
Unsigned 32-bit integer
Requests
Momentaneous
/services/dhcp_server/rejected
1.3.6.1.4.1.5089.3.2.2080.2100.1005[.0] (STREAM-MIB)
ssmDHCPServerRejected
Unsigned32
DHCP Server rule entry.
Rule row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1[.n] (STREAM-MIB)
ssmDHCPServerRuleIndex
Integer32
DHCP Server rule name.
String
1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.2[.n] (STREAM-MIB)
ssmDHCPServerRuleName
DisplayString
List of IP addresses within the DHCP pool.
String
/services/dhcp_server/rule/[..n]/pool
1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1036[.n] (STREAM-MIB)
ssmDHCPServerRuleIpPool
DisplayString
Number of active clients in this rule.
Unsigned 32-bit integer
Clients
Momentaneous
/services/dhcp_server/rule/[..n]/active_clients
1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1001[.n] (STREAM-MIB)
ssmDHCPServerRuleActiveClients
Unsigned32
Percentage of active clients in this rule.
Unsigned 32-bit integer
%
Momentaneous
/services/dhcp_server/rule/[..n]/active_clients_percent
1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1011[.n] (STREAM-MIB)
ssmDHCPServerRuleActiveClientsP
Unsigned32
DHCP server rule lease time.
Unsigned 32-bit integer
Seconds
Momentaneous
/services/dhcp_server/rule/[..n]/lease_time
1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1061[.n] (STREAM-MIB)
ssmDHCPServerRuleLeaseTime
Unsigned32
DHCPServ Rule Pool Size.
Unsigned 32-bit integer
Addresses
Momentaneous
/services/dhcp_server/rule/[..n]/pool_size
1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1041[.n] (STREAM-MIB)
ssmDHCPServerRulePoolSize
Unsigned32
DHCPServ Rule Rejected.
Unsigned 32-bit integer
Requests
Momentaneous
/services/dhcp_server/rule/[..n]/rejected
1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1051[.n] (STREAM-MIB)
ssmDHCPServerRuleRejected
Unsigned32
DHCP Server rule usage.
Unsigned 32-bit integer
Hosts
Momentaneous
/services/dhcp_server/rule/[..n]/usage
1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1021[.n] (STREAM-MIB)
ssmDHCPServerRuleUsage
Unsigned32
NATPool statistics.
NATPool table entry.
NATPool row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1[.n] (STREAM-MIB)
ssmNATPoolIndex
Integer32
Average SCTP flow count per deterministic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/avg_det_flows_sctp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1092[.n] (STREAM-MIB)
ssmNATPoolAvgFlowsPerDetBlckSCTP
Unsigned32
Average TCP flow count per deterministic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/avg_det_flows_tcp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1090[.n] (STREAM-MIB)
ssmNATPoolAvgFlowsPerDetBlockTCP
Unsigned32
Average UDP flow count per deterministic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/avg_det_flows_udp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1095[.n] (STREAM-MIB)
ssmNATPoolAvgFlowsPerDetBlockUDP
Unsigned32
Average SCTP flow count per dynamic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/avg_dyn_flows_sctp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1102[.n] (STREAM-MIB)
ssmNATPoolAvgFlowsPerDynBlckSCTP
Unsigned32
Average TCP flow count per dynamic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/avg_dyn_flows_tcp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1100[.n] (STREAM-MIB)
ssmNATPoolAvgFlowsPerDynBlockTCP
Unsigned32
Average UDP flow count per dynamic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/avg_dyn_flows_udp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1105[.n] (STREAM-MIB)
ssmNATPoolAvgFlowsPerDynBlockUDP
Unsigned32
Number of times deterministic SCTP block have been depleted.
Unsigned 32-bit integer
Times
Counter
/services/natpool/[..n]/det_block_depleted_counter_sctp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1067[.n] (STREAM-MIB)
ssmNATPoolDetBlockDepletdCtrSCTP
Counter32
Number of times deterministic TCP block have been depleted.
Unsigned 32-bit integer
Times
Counter
/services/natpool/[..n]/det_block_depleted_counter_tcp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1065[.n] (STREAM-MIB)
ssmNATPoolDetBlockDepletedCtrTCP
Counter32
Number of times deterministic UDP block have been depleted.
Unsigned 32-bit integer
Times
Counter
/services/natpool/[..n]/det_block_depleted_counter_udp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1070[.n] (STREAM-MIB)
ssmNATPoolDetBlockDepletedCtrUDP
Counter32
Number of SCTP deterministic blocks free.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/det_blocks_free_sctp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1017[.n] (STREAM-MIB)
ssmNATPoolDetBlocksFreeSCTP
Unsigned32
Number of TCP deterministic blocks free.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/det_blocks_free_tcp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1015[.n] (STREAM-MIB)
ssmNATPoolDetBlocksFreeTCP
Unsigned32
Number of UDP deterministic blocks free.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/det_blocks_free_udp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1020[.n] (STREAM-MIB)
ssmNATPoolDetBlocksFreeUDP
Unsigned32
Number of active SCTP clients in this rule.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/det_blocks_in_use_sctp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1007[.n] (STREAM-MIB)
ssmNATPoolDetBlocksInUseSCTP
Unsigned32
Number of active TCP clients in this rule.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/det_blocks_in_use_tcp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1005[.n] (STREAM-MIB)
ssmNATPoolDetBlocksInUseTCP
Unsigned32
Number of active UDP clients in this rule.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/det_blocks_in_use_udp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1010[.n] (STREAM-MIB)
ssmNATPoolDetBlocksInUseUDP
Unsigned32
Number of times dynamic block limit has been hit.
Unsigned 32-bit integer
Times
Counter
/services/natpool/[..n]/det_block_alloc_limit_counter
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1085[.n] (STREAM-MIB)
ssmNATPoolDynBlockAllocLimitCtr
Counter32
Number of SCTP dynamic blocks free.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/dyn_blocks_free_sctp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1037[.n] (STREAM-MIB)
ssmNATPoolDynBlocksFreeSCTP
Unsigned32
Number of TCP dynamic blocks free.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/dyn_blocks_free_tcp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1035[.n] (STREAM-MIB)
ssmNATPoolDynBlocksFreeTCP
Unsigned32
Number of UDP dynamic blocks free.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/dyn_blocks_free_udp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1040[.n] (STREAM-MIB)
ssmNATPoolDynBlocksFreeUDP
Unsigned32
Number of SCTP dynamic blocks in use.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/dyn_blocks_in_use_sctp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1027[.n] (STREAM-MIB)
ssmNATPoolDynBlocksInUseSCTP
Unsigned32
Number of TCP dynamic blocks in use.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/dyn_blocks_in_use_tcp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1025[.n] (STREAM-MIB)
ssmNATPoolDynBlocksInUseTCP
Unsigned32
Number of UDP dynamic blocks in use.
Unsigned 32-bit integer
Blocks
Momentaneous
/services/natpool/[..n]/dyn_blocks_in_use_udp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1030[.n] (STREAM-MIB)
ssmNATPoolDynBlocksInUseUDP
Unsigned32
Maximum SCTP flow count registered on a deterministic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/max_det_flows_sctp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1112[.n] (STREAM-MIB)
ssmNATPoolMaxDetFlowsSCTP
Unsigned32
Maximum TCP flow count registered on a deterministic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/max_det_flows_tcp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1110[.n] (STREAM-MIB)
ssmNATPoolMaxDetFlowsTCP
Unsigned32
Maximum UDP flow count registered on a deterministic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/max_det_flows_udp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1115[.n] (STREAM-MIB)
ssmNATPoolMaxDetFlowsUDP
Unsigned32
Maximum SCTP flow count registered on a dynamic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/max_dyn_flows_sctp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1122[.n] (STREAM-MIB)
ssmNATPoolMaxDynFlowsSCTP
Unsigned32
Maximum TCP flow count registered on a dynamic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/max_dyn_flows_tcp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1120[.n] (STREAM-MIB)
ssmNATPoolMaxDynFlowsTCP
Unsigned32
Maximum UDP flow count registered on a dynamic block.
Unsigned 32-bit integer
Flows
Momentaneous
/services/natpool/[..n]/max_dyn_flows_udp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1125[.n] (STREAM-MIB)
ssmNATPoolMaxDynFlowsUDP
Unsigned32
Number of times port manager has run out of SCTP ports.
Unsigned 32-bit integer
Times
Counter
/services/natpool/[..n]/ports_depleted_counter_sctp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1077[.n] (STREAM-MIB)
ssmNATPoolPortsDepletedCtrSCTP
Counter32
Number of times port manager has run out of TCP ports.
Unsigned 32-bit integer
Times
Counter
/services/natpool/[..n]/ports_depleted_counter_tcp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1075[.n] (STREAM-MIB)
ssmNATPoolPortsDepletedCtrTCP
Counter32
Number of times port manager has run out of UDP ports.
Unsigned 32-bit integer
Times
Counter
/services/natpool/[..n]/ports_depleted_counter_udp
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1080[.n] (STREAM-MIB)
ssmNATPoolPortsDepletedCtrUDP
Counter32
Number of active states in a stateful NAT pool.
Unsigned 32-bit integer
States
Momentaneous
/services/natpool/[..n]/active_states
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1205[.n] (STREAM-MIB)
ssmNATPoolActiveStates
Unsigned32
Number of times an active state (a state with active flows) has been changed to point to a different external IP in a stateful NAT pool.
Unsigned 64-bit integer
States
Counter
/services/natpool/[..n]/active_states_changed
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1215[.n] (STREAM-MIB)
ssmNATPoolActiveStatesChanged
Counter64
Number of times a lingering state (a state currently without any active flows) has been changed to point to a different external IP in a stateful NAT pool.
Unsigned 64-bit integer
States
Counter
/services/natpool/[..n]/lingering_states_changed
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1220[.n] (STREAM-MIB)
ssmNATPoolLingerStatesChanged
Counter64
Number of lingering states in a stateful NAT pool.
Unsigned 32-bit integer
States
Momentaneous
/services/natpool/[..n]/lingering_states
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1210[.n] (STREAM-MIB)
ssmNATPoolLingeringStates
Unsigned32
Maximum number of states allowed in a stateful NAT pool.
Unsigned 32-bit integer
States
Max
/services/natpool/[..n]/max_states_allowed
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1235[.n] (STREAM-MIB)
ssmNATPoolMaxStatesAllowed
Unsigned32
Maximum number of states used in a stateful NAT pool.
Unsigned 32-bit integer
States
Max
/services/natpool/[..n]/max_states_used
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1240[.n] (STREAM-MIB)
ssmNATPoolMaxStatesUsed
Unsigned32
Number of times an active state (a state with active flows) has been replaced to make room for a new state for a different internal IP in a stateful NAT pool.
Unsigned 64-bit integer
States
Counter
/services/natpool/[..n]/active_states_replaced
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1225[.n] (STREAM-MIB)
ssmNATPoolActiveStatesReplaced
Counter64
Number of times a lingering state (a state currently without any active flows) has been replaced to make room for a new state for a different internal IP in a stateful NAT pool.
Unsigned 64-bit integer
States
Counter
/services/natpool/[..n]/lingering_states_replaced
1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1230[.n] (STREAM-MIB)
ssmNATPoolLingerStatesReplaced
Counter64
NDP.
* Description missing *
Interface row index.
Unsigned 32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1[.n] (STREAM-MIB)
ssmNDPIfaceIndex
Integer32
NDP interface name.
String
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.2[.n] (STREAM-MIB)
ssmNDPIfaceName
DisplayString
Number of neighbor advertisements received.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/iface/[..n]/neighboradvs_received
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1005[.n] (STREAM-MIB)
ssmNDPIfaceNeighborAdvsRecv
Counter64
Number of neighbor advertisements sent.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/iface/[..n]/neighboradvs_sent
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1010[.n] (STREAM-MIB)
ssmNDPIfaceNeighborAdvsSent
Counter64
Number of neighbor solicitations received.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/iface/[..n]/neighborsolicitations_received
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1015[.n] (STREAM-MIB)
ssmNDPIfaceNeighborSolicsRecv
Counter64
Number of neighbor solicitations sent.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/iface/[..n]/neighborsolicitations_sent
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1020[.n] (STREAM-MIB)
ssmNDPIfaceNeighborSolicsSent
Counter64
Number of router advertisements received.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/iface/[..n]/routeradvs_received
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1025[.n] (STREAM-MIB)
ssmNDPIfaceRouterAdvsRecv
Counter64
Number of router advertisements sent.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/iface/[..n]/routeradvs_sent
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1030[.n] (STREAM-MIB)
ssmNDPIfaceRouterAdvsSent
Counter64
Number of router solicitations received.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/iface/[..n]/routersolicitations_received
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1035[.n] (STREAM-MIB)
ssmNDPIfaceRouterSolicsRecv
Counter64
Number of router solicitations sent.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/iface/[..n]/routersolicitations_sent
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1040[.n] (STREAM-MIB)
ssmNDPIfaceRouterSolicsSent
Counter64
Shortest prefix lifetime received from routers.
Unsigned 32-bit integer
Seconds
Momentaneous
/services/ndp/iface/[..n]/min_prefix_lifetime
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1045[.n] (STREAM-MIB)
ssmNDPMinPrefixLifetime
Unsigned32
Shortest remaining prefix lifetime received from routers.
Unsigned 32-bit integer
Seconds
Momentaneous
/services/ndp/iface/[..n]/min_prefix_lifetime_remaining
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1050[.n] (STREAM-MIB)
ssmNDPMinPrefixLifetimeRemaining
Unsigned32
Number of prefixes received.
Unsigned 32-bit integer
Prefixes
Momentaneous
/services/ndp/iface/[..n]/num_prefixes
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1055[.n] (STREAM-MIB)
ssmNDPNumPrefixes
Unsigned32
Number of on-link prefixes received.
Unsigned 32-bit integer
Prefixes
Momentaneous
/services/ndp/iface/[..n]/num_prefixes_onlink
1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1060[.n] (STREAM-MIB)
ssmNDPNumPrefixesOnLink
Unsigned32
NDP neighbor statistics.
Number of neighbor advertisements received.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/neighbor/neighboradvs_received
1.3.6.1.4.1.5089.3.2.2080.2110.2005.1005[.0] (STREAM-MIB)
ssmNDPNeighborAdvsRecv
Counter64
Number of neighbor advertisements sent.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/neighbor/neighboradvs_sent
1.3.6.1.4.1.5089.3.2.2080.2110.2005.1010[.0] (STREAM-MIB)
ssmNDPNeighborAdvsSent
Counter64
Number of neighbor solicitations received.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/neighbor/neighborsolicitations_received
1.3.6.1.4.1.5089.3.2.2080.2110.2005.1015[.0] (STREAM-MIB)
ssmNDPNeighborSolicsRecv
Counter64
Number of neighbor solicitations sent.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/neighbor/neighborsolicitations_sent
1.3.6.1.4.1.5089.3.2.2080.2110.2005.1020[.0] (STREAM-MIB)
ssmNDPNeighborSolicsSent
Counter64
NDP router statistics.
Number of router advertisements received.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/router/routeradvs_received
1.3.6.1.4.1.5089.3.2.2080.2110.2010.1005[.0] (STREAM-MIB)
ssmNDPRouterAdvsRecv
Counter64
Number of router advertisements sent.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/router/routeradvs_sent
1.3.6.1.4.1.5089.3.2.2080.2110.2010.1010[.0] (STREAM-MIB)
ssmNDPRouterAdvsSent
Counter64
Number of router solicitations received.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/router/routersolicitations_received
1.3.6.1.4.1.5089.3.2.2080.2110.2010.1015[.0] (STREAM-MIB)
ssmNDPRouterSolicsRecv
Counter64
Number of router solicitations sent.
Unsigned 64-bit integer
Packets
Counter
/services/ndp/router/routersolicitations_sent
1.3.6.1.4.1.5089.3.2.2080.2110.2010.1020[.0] (STREAM-MIB)
ssmNDPRouterSolicsSent
Counter64
Time syncronization client statistics.
Current number of active timeservers.
Unsigned 32-bit integer
Servers
Momentaneous
/services/timesync/activeservers
1.3.6.1.4.1.5089.3.2.2080.2090.1005[.0] (STREAM-MIB)
ssmNTPActiveServers
Unsigned32
Number of times the system clock has been synchronized.
Unsigned 32-bit integer
Times
Counter
/services/timesync/clocksynced
1.3.6.1.4.1.5089.3.2.2080.2090.1010[.0] (STREAM-MIB)
ssmNTPClockSynchronizations
Counter32
NTP server last error.
String
/services/timesync/lasterror
1.3.6.1.4.1.5089.3.2.2080.2090.1075[.0] (STREAM-MIB)
ssmNTPLastError
DisplayString
Seconds since startup when clock synchronization was last done.
Unsigned 32-bit integer
Seconds
Momentaneous
/services/timesync/lastsync
1.3.6.1.4.1.5089.3.2.2080.2090.1015[.0] (STREAM-MIB)
ssmNTPLastSynchronization
Unsigned32
Last synchronization time.
String
/services/timesync/lastsynctime
1.3.6.1.4.1.5089.3.2.2080.2090.1065[.0] (STREAM-MIB)
ssmNTPLasySyncTime
DisplayString
Size of latest adjusted time drift.
Unsigned 32-bit integer
Seconds
Momentaneous
/services/timesync/latestdrift
1.3.6.1.4.1.5089.3.2.2080.2090.1020[.0] (STREAM-MIB)
ssmNTPLatestTimeDrift
Unsigned32
Maximum time drift that has been adjusted.
Unsigned 32-bit integer
Seconds
Momentaneous
/services/timesync/maxdrift
1.3.6.1.4.1.5089.3.2.2080.2090.1025[.0] (STREAM-MIB)
ssmNTPMaximumTimeDrift
Unsigned32
Seconds until it is time for next clock synchronization.
32-bit integer
Seconds
Momentaneous
/services/timesync/nextsync
1.3.6.1.4.1.5089.3.2.2080.2090.1030[.0] (STREAM-MIB)
ssmNTPNextSynchronization
Integer32
Number of packets that has been discarded due to too big time drift.
Unsigned 32-bit integer
Packets
Counter
/services/timesync/pktdiscarded
1.3.6.1.4.1.5089.3.2.2080.2090.1035[.0] (STREAM-MIB)
ssmNTPResponsesDiscarded
Counter32
Number of received packets.
Unsigned 32-bit integer
Packets
Counter
/services/timesync/pktrecv
1.3.6.1.4.1.5089.3.2.2080.2090.1040[.0] (STREAM-MIB)
ssmNTPResponsesReceived
Counter32
Number of sent packets.
Unsigned 32-bit integer
Packets
Counter
/services/timesync/pktsent
1.3.6.1.4.1.5089.3.2.2080.2090.1045[.0] (STREAM-MIB)
ssmNTPRequestsSent
Counter32
NTP server IP address.
String
/services/timesync/serveraddress
1.3.6.1.4.1.5089.3.2.2080.2090.1080[.0] (STREAM-MIB)
ssmNTPServerAddress
DisplayString
Time after last clock adjust.
String
/services/timesync/timeafter
1.3.6.1.4.1.5089.3.2.2080.2090.1060[.0] (STREAM-MIB)
ssmNTPTimeAfter
DisplayString
Time just before last clock adjust.
String
/services/timesync/timebefore
1.3.6.1.4.1.5089.3.2.2080.2090.1055[.0] (STREAM-MIB)
ssmNTPTimeBefore
DisplayString
Threat prevention.
Intrusion prevention system.
Total number of times HTTP Normalization has found an URL with double encoding.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/url_double_encoding
1.3.6.1.4.1.5089.3.2.2085.2010.1060[.0] (STREAM-MIB)
ssmIPSDoubleEncodingURL
Counter64
Total number of flows scanned by the IPS engine.
Unsigned 64-bit integer
Flows
Counter
/threat_prevention/ips/flows_scanned
1.3.6.1.4.1.5089.3.2.2085.2010.1075[.0] (STREAM-MIB)
ssmIPSFlowsScanned
Counter64
Total number of inspection errors seen in the inspection engine.
Unsigned 64-bit integer
Errors
Counter
/threat_prevention/ips/inspection_errors
1.3.6.1.4.1.5089.3.2.2085.2010.1070[.0] (STREAM-MIB)
ssmIPSInspectionErrors
Counter64
Total number of times HTTP Normalization has found an URL with invalid HEX encoding.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/url_invalid_hex
1.3.6.1.4.1.5089.3.2.2085.2010.1055[.0] (STREAM-MIB)
ssmIPSInvalidHEXURL
Counter64
Total number of times HTTP Normalization has found an URL with invalid UTF8 format.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/url_invalid_utf8
1.3.6.1.4.1.5089.3.2.2085.2010.1050[.0] (STREAM-MIB)
ssmIPSInvalidUTF8URL
Counter64
Total number of custom signatures available to the system.
Unsigned 32-bit integer
Signatures
Momentaneous
/threat_prevention/ips/signatures_custom
1.3.6.1.4.1.5089.3.2.2085.2010.1015[.0] (STREAM-MIB)
ssmIPSCustomSignatures
Unsigned32
Total number of signatures rejected by the system due to bad formatting.
Unsigned 32-bit integer
Signatures
Momentaneous
/threat_prevention/ips/signatures_rejected
1.3.6.1.4.1.5089.3.2.2085.2010.1020[.0] (STREAM-MIB)
ssmIPSRejectedSignatures
Unsigned32
Total number of vendor signatures available to the system.
Unsigned 32-bit integer
Signatures
Momentaneous
/threat_prevention/ips/signatures_vendor
1.3.6.1.4.1.5089.3.2.2085.2010.1010[.0] (STREAM-MIB)
ssmIPSVendorSignatures
Unsigned32
Total number of times the scan limit has been exceeded, resulting in terminated IPS scanning for a flow.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/scanlimit_exceeded
1.3.6.1.4.1.5089.3.2.2085.2010.1080[.0] (STREAM-MIB)
ssmIPSScanLimitExceeded
Counter64
Modified date of vendor signature database.
String
/threat_prevention/ips/signaturedb_date
1.3.6.1.4.1.5089.3.2.2085.2010.1030[.0] (STREAM-MIB)
ssmIPSSignatureDBDate
DisplayString
Version number of vendor signature database.
String
/threat_prevention/ips/signaturedb_ver
1.3.6.1.4.1.5089.3.2.2085.2010.1025[.0] (STREAM-MIB)
ssmIPSSignatureDBVersion
DisplayString
Total number of times the system has detected a potential threat.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/threats_detected
1.3.6.1.4.1.5089.3.2.2085.2010.1040[.0] (STREAM-MIB)
ssmIPSThreatsDetected
Counter64
Total number of times the system has protected against a potential threat.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/threats_protected
1.3.6.1.4.1.5089.3.2.2085.2010.1045[.0] (STREAM-MIB)
ssmIPSThreatsProtected
Counter64
The row in a table of IPS rule statistics.
IPS Rule row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1[.n] (STREAM-MIB)
ssmIPSRuleIndex
Integer32
IPS rule name.
String
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.2[.n] (STREAM-MIB)
ssmIPSRuleName
DisplayString
Number of signatures actually used by the rule, not counting signatures rejected due to port, service etc.
Unsigned 32-bit integer
Signatures
Momentaneous
/threat_prevention/ips/rules/[..n]/signatures_used
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1010[.n] (STREAM-MIB)
ssmIPSRuleSignaturesUsed
Unsigned32
Number of signatures selected by the rule.
Unsigned 32-bit integer
Signatures
Momentaneous
/threat_prevention/ips/rules/[..n]/signatures_selected
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1005[.n] (STREAM-MIB)
ssmIPSRuleSignaturesSelected
Unsigned32
Number of times HTTP Normalization has found an URL with double encoding using this rule.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/rules/[..n]/url_double_encoding
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1060[.n] (STREAM-MIB)
ssmIPSRuleDoubleEncodingURL
Counter64
Number of inspection errors seen in the inspection engine using this rule.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/rules/[..n]/inspection_errors
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1070[.n] (STREAM-MIB)
ssmIPSRuleInspectionErrors
Counter64
Number of times HTTP Normalization has found an URL with invalid HEX encoding using this rule.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/rules/[..n]/url_invalid_hex
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1055[.n] (STREAM-MIB)
ssmIPSRuleInvalidHEXURL
Counter64
Number of times HTTP Normalization has found an URL with invalid UTF8 format using this rule.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/rules/[..n]/url_invalid_utf8
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1050[.n] (STREAM-MIB)
ssmIPSRuleInvalidUTF8URL
Counter64
Number of times the scan limit has been exceeded, resulting in terminated IPS scanning for a flow using this rule.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/rules/[..n]/scanlimit_exceeded
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1080[.n] (STREAM-MIB)
ssmIPSRuleScanLimitExceeded
Counter64
Number of times the system has detected a potential threat using this rule.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/rules/[..n]/threats_detected
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1040[.n] (STREAM-MIB)
ssmIPSRuleThreatsDetected
Counter64
Number of times the system has protected against a potential threat using this rule.
Unsigned 64-bit integer
Hits
Counter
/threat_prevention/ips/rules/[..n]/threats_protected
1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1045[.n] (STREAM-MIB)
ssmIPSRuleThreatsProtected
Counter64
SSL Inspection.
Total number of failed interceptions.
Unsigned 32-bit integer
Attempts
Counter
/threat_prevention/sslinspection/failed_interceptions
1.3.6.1.4.1.5089.3.2.2085.2020.1005[.0] (STREAM-MIB)
ssmSSLInspFailedIntercepts
Counter32
Total number of successful interceptions.
Unsigned 32-bit integer
Connections
Counter
/threat_prevention/sslinspection/successful_interceptions
1.3.6.1.4.1.5089.3.2.2085.2020.1010[.0] (STREAM-MIB)
ssmSSLInspSuccessfulIntercepts
Counter32
The row in a table of SSL Inspection profile statistics.
SSL Inspection profile name.
String
1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.2[.n] (STREAM-MIB)
ssmSSLInspectionProfileName
DisplayString
SSL Inspection profile row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.1[.n] (STREAM-MIB)
ssmSSLInspectionProfileIndex
Integer32
Number of failed client TLS connections for this profile.
Unsigned 32-bit integer
Attempts
Counter
/threat_prevention/sslinspection/profiles/[..n]/client_failed_tls
1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.1005[.n] (STREAM-MIB)
ssmClientFailedTLS
Counter32
Number of failed server TLS connections for this profile.
Unsigned 32-bit integer
Attempts
Counter
/threat_prevention/sslinspection/profiles/[..n]/server_failed_tls
1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.1010[.n] (STREAM-MIB)
ssmServerFailedTLS
Counter32
Number of successful client TLS connections for this profile.
Unsigned 32-bit integer
Connections
Counter
/threat_prevention/sslinspection/profiles/[..n]/client_successful_tls
1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.1015[.n] (STREAM-MIB)
ssmClientSuccessfulTLS
Counter32
Number of successful server TLS connections for this profile.
Unsigned 32-bit integer
Connections
Counter
/threat_prevention/sslinspection/profiles/[..n]/server_successful_tls
1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.1020[.n] (STREAM-MIB)
ssmServerSuccessfulTLS
Counter32
Traffic management statistics.
Global blacklist statistics module.
Maximum number of simultaneous blacklist entries.
Unsigned 32-bit integer
Items
Momentaneous
/traffic_mgmt/blacklist/max_blacklist_entries
1.3.6.1.4.1.5089.3.2.2090.3040.1011[.0] (STREAM-MIB)
ssmMaxBlacklistEntries
Unsigned32
Currently active blacklist rules.
Unsigned 32-bit integer
Rules
Momentaneous
/traffic_mgmt/blacklist/blacklist_rules
1.3.6.1.4.1.5089.3.2.2090.3040.1010[.0] (STREAM-MIB)
ssmBlacklistRules
Unsigned32
Packets dropped by blacklist.
Unsigned 32-bit integer
Packets
Counter
/traffic_mgmt/blacklist/blacklist_packets_dropped
1.3.6.1.4.1.5089.3.2.2090.3040.1020[.0] (STREAM-MIB)
ssmBlacklistPacketsDropped
Unsigned32
Flows allowed in the system because of whitelisting even though the source was blacklisted.
Unsigned 32-bit integer
Flows
Counter
/traffic_mgmt/blacklist/whitelist_flows_allowed
1.3.6.1.4.1.5089.3.2.2090.3040.1030[.0] (STREAM-MIB)
ssmWhitelistFlowsAllowed
Unsigned32
Pipe object statistics entry.
Pipe object statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2090.3010.1.1[.n] (STREAM-MIB)
ssmPipeIndex
Integer32
Name of the pipe object.
String
1.3.6.1.4.1.5089.3.2.2090.3010.1.2[.n] (STREAM-MIB)
ssmPipeName
DisplayString
Number of seconds elapsed since the statistics were last reset for this pipe object. Average and total values are valid for this interval.
Unsigned 32-bit integer
Seconds
Momentaneous
/traffic_mgmt/pipe/[..n]/interval
1.3.6.1.4.1.5089.3.2.2090.3010.1.1010[.n] (STREAM-MIB)
ssmPipeStatsAvgInterval
Unsigned32
Pipe object precedence statistics entry.
Pipe object precedence statistics row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2090.3020.1.1[.n.m] (STREAM-MIB)
ssmPipePrecIndex
Integer32
Name of the pipe object precedence statistic row.
String
1.3.6.1.4.1.5089.3.2.2090.3020.1.2[.n.m] (STREAM-MIB)
ssmPipePrecName
DisplayString
Average number of bits per second with the given precedence, received by the pipe object,.
Unsigned 64-bit integer
Bits per second
Momentaneous
/traffic_mgmt/pipe/[..n]/prec/[..n]/avg_bps_recv
1.3.6.1.4.1.5089.3.2.2090.3020.1.1610[.n.m] (STREAM-MIB)
ssmPipePrecAvgBpsRecv
CounterBasedGauge64
Average number of bits per second with the given precedence, forwarded by the pipe object.
Unsigned 64-bit integer
Bits per second
Momentaneous
/traffic_mgmt/pipe/[..n]/prec/[..n]/avg_bps_sent
1.3.6.1.4.1.5089.3.2.2090.3020.1.1620[.n.m] (STREAM-MIB)
ssmPipePrecAvgBpsSent
CounterBasedGauge64
Average number of packets per second with the given precedence, received by the pipe object.
Unsigned 64-bit integer
Packets per second
Momentaneous
/traffic_mgmt/pipe/[..n]/prec/[..n]/avg_pps_recv
1.3.6.1.4.1.5089.3.2.2090.3020.1.1630[.n.m] (STREAM-MIB)
ssmPipePrecAvgPpsRecv
CounterBasedGauge64
Average number of packets per second with the given precedence, forwarded by the pipe object.
Unsigned 64-bit integer
Packets per second
Momentaneous
/traffic_mgmt/pipe/[..n]/prec/[..n]/avg_pps_sent
1.3.6.1.4.1.5089.3.2.2090.3020.1.1640[.n.m] (STREAM-MIB)
ssmPipePrecAvgPpsSent
CounterBasedGauge64
Number of bits per second with the given precedence, currently being received by the pipe object.
Unsigned 64-bit integer
Bits per second
Momentaneous
/traffic_mgmt/pipe/[..n]/prec/[..n]/bps_recv
1.3.6.1.4.1.5089.3.2.2090.3020.1.1410[.n.m] (STREAM-MIB)
ssmPipePrecBpsRecv
CounterBasedGauge64
Number of bits per second with the given precedence, currently being forwarded by the pipe object.
Unsigned 64-bit integer
Bits per second
Momentaneous
/traffic_mgmt/pipe/[..n]/prec/[..n]/bps_sent
1.3.6.1.4.1.5089.3.2.2090.3020.1.1420[.n.m] (STREAM-MIB)
ssmPipePrecBpsSent
CounterBasedGauge64
Accumulated number of bytes with the given precedence, having been received by the pipe object.
Unsigned 64-bit integer
Bytes
Counter
/traffic_mgmt/pipe/[..n]/prec/[..n]/bytes_recv
1.3.6.1.4.1.5089.3.2.2090.3020.1.1210[.n.m] (STREAM-MIB)
ssmPipePrecByteRecv
Counter64
Accumulated number of bytes with the given precedence, having been forwarded by the pipe object.
Unsigned 64-bit integer
Bytes
Counter
/traffic_mgmt/pipe/[..n]/prec/[..n]/bytes_sent
1.3.6.1.4.1.5089.3.2.2090.3020.1.1220[.n.m] (STREAM-MIB)
ssmPipePrecByteSent
Counter64
Dynamic limit in bits per second for the given precedence and each active group.
Unsigned 64-bit integer
Bits per second
Momentaneous
/traffic_mgmt/pipe/[..n]/prec/[..n]/dyn_bps_limit
1.3.6.1.4.1.5089.3.2.2090.3020.1.1810[.n.m] (STREAM-MIB)
ssmPipePrecGroupLimitBps
CounterBasedGauge64
Dynamic limit in packets per second for the given precedence and each active group.
Unsigned 64-bit integer
Packets per second
Momentaneous
/traffic_mgmt/pipe/[..n]/prec/[..n]/dyn_pps_limit
1.3.6.1.4.1.5089.3.2.2090.3020.1.1820[.n.m] (STREAM-MIB)
ssmPipePrecGroupLimitPps
CounterBasedGauge64
Accumulated number of packets with the given precedence, having been received by the pipe object.
Unsigned 64-bit integer
Packets
Counter
/traffic_mgmt/pipe/[..n]/prec/[..n]/pkts_recv
1.3.6.1.4.1.5089.3.2.2090.3020.1.1230[.n.m] (STREAM-MIB)
ssmPipePrecPktsRecv
Counter64
Accumulated number of packets with the given precedence, having been forwarded by the pipe object.
Unsigned 64-bit integer
Packets
Counter
/traffic_mgmt/pipe/[..n]/prec/[..n]/pkts_sent
1.3.6.1.4.1.5089.3.2.2090.3020.1.1240[.n.m] (STREAM-MIB)
ssmPipePrecPktsSent
Counter64
Number of packets per second with the given precedence, currently being received by the pipe object.
Unsigned 64-bit integer
Packets per second
Momentaneous
/traffic_mgmt/pipe/[..n]/prec/[..n]/pps_recv
1.3.6.1.4.1.5089.3.2.2090.3020.1.1430[.n.m] (STREAM-MIB)
ssmPipePrecPpsRecv
CounterBasedGauge64
Number of packets per second with the given precedence, currently being forwarded by the pipe object.
Unsigned 64-bit integer
Packets per second
Momentaneous
/traffic_mgmt/pipe/[..n]/prec/[..n]/pps_sent
1.3.6.1.4.1.5089.3.2.2090.3020.1.1440[.n.m] (STREAM-MIB)
ssmPipePrecPpsSent
CounterBasedGauge64
Pipe object total statistics entry.
Number of user groups for which the pipe is actively forwarding traffic.
Unsigned 32-bit integer
Groups
Momentaneous
/traffic_mgmt/pipe/[..n]/total/groups_active
1.3.6.1.4.1.5089.3.2.2090.3010.1.1060[.n] (STREAM-MIB)
ssmPipeStatsGroupsActive
Gauge32
Number of bits per second received on average, by the whole pipe object.
Unsigned 64-bit integer
Bits per second
Momentaneous
/traffic_mgmt/pipe/[..n]/total/avg_bps_recv
1.3.6.1.4.1.5089.3.2.2090.3010.1.1610[.n] (STREAM-MIB)
ssmPipeStatsAvgTotalBpsRecv
CounterBasedGauge64
Number of bits per second forwarded on average, by the whole pipe object.
Unsigned 64-bit integer
Bits per second
Momentaneous
/traffic_mgmt/pipe/[..n]/total/avg_bps_sent
1.3.6.1.4.1.5089.3.2.2090.3010.1.1620[.n] (STREAM-MIB)
ssmPipeStatsAvgTotalBpsSent
CounterBasedGauge64
Number of packets per second received on average, by the whole pipe object.
Unsigned 64-bit integer
Packets per second
Momentaneous
/traffic_mgmt/pipe/[..n]/total/avg_pps_recv
1.3.6.1.4.1.5089.3.2.2090.3010.1.1630[.n] (STREAM-MIB)
ssmPipeStatsAvgTotalPpsRecv
CounterBasedGauge64
Number of packets per second forwarded on average, by the whole pipe object.
Unsigned 64-bit integer
Packets per second
Momentaneous
/traffic_mgmt/pipe/[..n]/total/avg_pps_sent
1.3.6.1.4.1.5089.3.2.2090.3010.1.1640[.n] (STREAM-MIB)
ssmPipeStatsAvgTotalPpsSent
CounterBasedGauge64
Dynamic limit in bits per second for each active group.
Unsigned 64-bit integer
Bits per second
Momentaneous
/traffic_mgmt/pipe/[..n]/total/dyn_bps_limit
1.3.6.1.4.1.5089.3.2.2090.3010.1.1810[.n] (STREAM-MIB)
ssmPipeStatsGroupLimitBps
CounterBasedGauge64
Dynamic limit in packets per second for each active group.
Unsigned 64-bit integer
Packets per second
Momentaneous
/traffic_mgmt/pipe/[..n]/total/dyn_pps_limit
1.3.6.1.4.1.5089.3.2.2090.3010.1.1820[.n] (STREAM-MIB)
ssmPipeStatsGroupLimitPps
CounterBasedGauge64
Total number of bits per second currently being received by the pipe object.
Unsigned 64-bit integer
Bits per second
Momentaneous
/traffic_mgmt/pipe/[..n]/total/bps_recv
1.3.6.1.4.1.5089.3.2.2090.3010.1.1410[.n] (STREAM-MIB)
ssmPipeStatsTotalBpsRecv
CounterBasedGauge64
Total number of bits per second currently being forwarded by the pipe object.
Unsigned 64-bit integer
Bits per second
Momentaneous
/traffic_mgmt/pipe/[..n]/total/bps_sent
1.3.6.1.4.1.5089.3.2.2090.3010.1.1420[.n] (STREAM-MIB)
ssmPipeStatsTotalBpsSent
CounterBasedGauge64
Total number of bytes having been received by the pipe object.
Unsigned 64-bit integer
Bytes
Counter
/traffic_mgmt/pipe/[..n]/total/bytes_recv
1.3.6.1.4.1.5089.3.2.2090.3010.1.1210[.n] (STREAM-MIB)
ssmPipeStatsTotalByteRecv
Counter64
Total number of bytes having been forwarded by the pipe object.
Unsigned 64-bit integer
Bytes
Counter
/traffic_mgmt/pipe/[..n]/total/bytes_sent
1.3.6.1.4.1.5089.3.2.2090.3010.1.1220[.n] (STREAM-MIB)
ssmPipeStatsTotalByteSent
Counter64
Total number of user groups for which this pipe has state.
Unsigned 32-bit integer
Groups
Momentaneous
/traffic_mgmt/pipe/[..n]/total/groups_total
1.3.6.1.4.1.5089.3.2.2090.3010.1.1050[.n] (STREAM-MIB)
ssmPipeStatsGroupsTotal
Gauge32
Total number of packets having been received by the pipe object.
Unsigned 64-bit integer
Packets
Counter
/traffic_mgmt/pipe/[..n]/total/pkts_recv
1.3.6.1.4.1.5089.3.2.2090.3010.1.1230[.n] (STREAM-MIB)
ssmPipeStatsTotalPktsRecv
Counter64
Total number of packets having been forwarded by the pipe object.
Unsigned 64-bit integer
Packets
Counter
/traffic_mgmt/pipe/[..n]/total/pkts_sent
1.3.6.1.4.1.5089.3.2.2090.3010.1.1240[.n] (STREAM-MIB)
ssmPipeStatsTotalPktsSent
Counter64
Total number of packets per second currently being received by the pipe object.
Unsigned 64-bit integer
Packets per second
Momentaneous
/traffic_mgmt/pipe/[..n]/total/pps_recv
1.3.6.1.4.1.5089.3.2.2090.3010.1.1430[.n] (STREAM-MIB)
ssmPipeStatsTotalPpsRecv
CounterBasedGauge64
Total number of packets per second currently being forwarded by the pipe object.
Unsigned 64-bit integer
Packets per second
Momentaneous
/traffic_mgmt/pipe/[..n]/total/pps_sent
1.3.6.1.4.1.5089.3.2.2090.3010.1.1440[.n] (STREAM-MIB)
ssmPipeStatsTotalPpsSent
CounterBasedGauge64
Global threshold statistics module.
Grand historical count of how many times the action 'blacklist' has been executed.
Unsigned 32-bit integer
Hits
Counter
/traffic_mgmt/threshold/action_blacklist
1.3.6.1.4.1.5089.3.2.2090.3030.2090[.0] (STREAM-MIB)
ssmThresholdTotalActionBlacklist
Counter32
Grand historical count of how many times the action 'drop' has been executed.
Unsigned 32-bit integer
Hits
Counter
/traffic_mgmt/threshold/action_drop
1.3.6.1.4.1.5089.3.2.2090.3030.2080[.0] (STREAM-MIB)
ssmThresholdTotalActionDrop
Counter32
Grand historical count of how many times the action 'none' has been executed.
Unsigned 32-bit integer
Hits
Counter
/traffic_mgmt/threshold/action_none
1.3.6.1.4.1.5089.3.2.2090.3030.2010[.0] (STREAM-MIB)
ssmThresholdTotalActionNone
Counter32
Grand historical count of how many times the action 'random drop' has been executed.
Unsigned 32-bit integer
Hits
Counter
/traffic_mgmt/threshold/action_rnddrop
1.3.6.1.4.1.5089.3.2.2090.3030.2030[.0] (STREAM-MIB)
ssmThresholdTotalActionRndDrop
Counter32
Grand historical count of how many times the action 'random drop' has denied a connection attempt.
Unsigned 32-bit integer
Packets
Counter
/traffic_mgmt/threshold/action_rnddrop_deny
1.3.6.1.4.1.5089.3.2.2090.3030.2050[.0] (STREAM-MIB)
ssmThresholdTotalActRndDropDeny
Counter32
Grand historical count of how many times the action 'reject' has been executed.
Unsigned 32-bit integer
Hits
Counter
/traffic_mgmt/threshold/action_reject
1.3.6.1.4.1.5089.3.2.2090.3030.2070[.0] (STREAM-MIB)
ssmThresholdTotalActionReject
Counter32
Grand historical count of how many times the action 'tag' has been executed.
Unsigned 32-bit integer
Hits
Counter
/traffic_mgmt/threshold/action_tag
Grand total of currently active threshold groups.
Unsigned 32-bit integer
Groups
Momentaneous
/traffic_mgmt/threshold/active_groups
1.3.6.1.4.1.5089.3.2.2090.3030.1020[.0] (STREAM-MIB)
ssmThresholdTotalActiveGroups
Gauge32
Grand historical count of how many times any group has violated a threshold.
Unsigned 32-bit integer
Violations
Counter
/traffic_mgmt/threshold/exceeded_counter
1.3.6.1.4.1.5089.3.2.2090.3030.1040[.0] (STREAM-MIB)
ssmThresholdTotalGroupExceeded
Counter32
Grand total of threshold groups currently violating a threshold limit.
Unsigned 32-bit integer
Groups
Momentaneous
/traffic_mgmt/threshold/offending_groups
1.3.6.1.4.1.5089.3.2.2090.3030.1030[.0] (STREAM-MIB)
ssmThresholdTotalOffendingGroups
Gauge32
Grand total of currently maintained threshold groups.
Unsigned 32-bit integer
Groups
Momentaneous
/traffic_mgmt/threshold/num_groups
1.3.6.1.4.1.5089.3.2.2090.3030.1010[.0] (STREAM-MIB)
ssmThresholdTotalGroups
Gauge32
Internal statistics.
Internal application control statistics.
Number of bytes fed into the application analyzer engine.
Unsigned 64-bit integer
Bytes
Counter
/internal/appctrl/analyzed_bytes
Number of chunks of data fed into the application analyzer engine.
Unsigned 64-bit integer
Chunks
Counter
/internal/appctrl/analyzed_chunks
Data plane watchdog statistics.
Number of times the data plane watchdog has checked that no threads appear to be blocked.
Unsigned 64-bit integer
Times
Counter
/internal/dataplane_watchdog/health_checks
Maximum duration for a single task for any thread as detected by the data plane watchdog.
Unsigned 32-bit integer
Milliseconds
Max
/internal/dataplane_watchdog/max_task_duration
Data plane watchdog per thread statistics.
Low level device input/output statistics.
Current average input burst size.
Unsigned 32-bit integer
Millipackets
Momentaneous
/internal/dev_io/[..n]/input_burst_size
Packets discarded after reading from the device due to system resource exhaustion or system overload.
Unsigned 64-bit integer
Packets
Counter
/internal/dev_io/[..n]/input_drops
Packets received without RSS hash.
Unsigned 64-bit integer
Packets
Counter
/internal/dev_io/[..n]/non_rss
Packets discarded due to failure to send them to the device.
Unsigned 64-bit integer
Packets
Counter
/internal/dev_io/[..n]/output_drops
Number of packets handled by this entity.
Unsigned 64-bit integer
Packets
Counter
/internal/dev_io/[..n]/packets
Flow classification statistics.
Flow HA statistics.
Current number of HA synchronizable flows that has not been synchronized.
Unsigned 32-bit integer
Flows
Momentaneous
/internal/flow/ha/not_synced
1.3.6.1.4.1.5089.3.2.2005.2040.2010.1005[.0] (STREAM-MIB)
ssmHAFlowNotSynced
Unsigned32
Current number of HA synchronizable flows that has been successfully synchronized.
Unsigned 32-bit integer
Flows
Momentaneous
/internal/flow/ha/synced
1.3.6.1.4.1.5089.3.2.2005.2040.2010.1015[.0] (STREAM-MIB)
ssmHAFlowSynced
Unsigned32
Current number of HA synchronizable flow that failed to be synchronized.
Unsigned 32-bit integer
Flows
Momentaneous
/internal/flow/ha/sync_failed
1.3.6.1.4.1.5089.3.2.2005.2040.2010.1010[.0] (STREAM-MIB)
ssmHAFlowSyncFailed
Unsigned32
Number of flows currently being synchronized to the peer.
Unsigned 32-bit integer
Flows
Momentaneous
/internal/flow/ha/syncing
1.3.6.1.4.1.5089.3.2.2005.2040.2010.1020[.0] (STREAM-MIB)
ssmHAFlowSyncing
Unsigned32
Flow setup statistics.
Flow setup attempts that did not result in a flow being setup (counting 'reject' and 'drop' flows as 'not being setup').
Unsigned 32-bit integer
Attempts
Counter
/internal/flow/setup/failed
Flow setup attempts that resulted in a new flow (not counting 'drop' flows).
Unsigned 32-bit integer
Attempts
Counter
/internal/flow/setup/successful
Flow teardown statistics.
Flows forcibly closed due to space constraints.
Unsigned 32-bit integer
Flows
Counter
/internal/flow/teardown/overflow
Number of flow timeouts.
Unsigned 32-bit integer
Flows
Counter
/internal/flow/teardown/timeout
Flow update statistics.
Flow updates that caused the flow to be closed.
Unsigned 32-bit integer
Updates
Counter
/internal/flow/updates/failed
Flow updates that caused the flow to be reopened.
Unsigned 32-bit integer
Updates
Counter
/internal/flow/updates/reopen
Flow updates that made no change to the flow.
Unsigned 32-bit integer
Updates
Counter
/internal/flow/updates/spurious
Successful flow updates done.
Unsigned 32-bit integer
Updates
Counter
/internal/flow/updates/successful
High Availability troubleshooting statistics.
Current maximum delay of HA heart-beats in internal queues in milliseconds.
Unsigned 32-bit integer
Ms
Momentaneous
/internal/ha/ha_hb_delay
1.3.6.1.4.1.5089.3.2.2040.2010.1005[.0] (STREAM-MIB)
ssmHAIntHBDelay
Unsigned32
Number of HA messages sent from data plane to control plane.
Unsigned 32-bit integer
Messages
Counter
/internal/ha/ha_msgs_to_ctrlplane
1.3.6.1.4.1.5089.3.2.2040.2010.1010[.0] (STREAM-MIB)
ssmHAIntMessagesToCtrlPlane
Unsigned32
High Availability dependency system statistics.
HA objects delayed due to dependencies that later resolved successfully.
Unsigned 32-bit integer
Objects
Counter
/internal/ha/dep/delayed_resolved
1.3.6.1.4.1.5089.3.2.2040.2010.2010.1010[.0] (STREAM-MIB)
ssmHAIntDepDelayedResolved
Unsigned32
HA objects with dependencies that could be resolved directly by querying the cache.
Unsigned 32-bit integer
Objects
Counter
/internal/ha/dep/direct_resolved
1.3.6.1.4.1.5089.3.2.2040.2010.2010.1005[.0] (STREAM-MIB)
ssmHAIntDepDirectResolved
Unsigned32
Number of HA objects dropped due to resource shortage in the dependency system.
Unsigned 32-bit integer
Objects
Counter
/internal/ha/dep/dropped
1.3.6.1.4.1.5089.3.2.2040.2010.2010.1020[.0] (STREAM-MIB)
ssmHAIntDepDropped
Unsigned32
Number of HA objects replaced while waiting for dependencies to be resolved.
Unsigned 32-bit integer
Objects
Counter
/internal/ha/dep/replaced
1.3.6.1.4.1.5089.3.2.2040.2010.2010.1025[.0] (STREAM-MIB)
ssmHAIntDepReplaced
Unsigned32
HA objects that timed out while waiting for dependencies to be resolved.
Unsigned 32-bit integer
Objects
Counter
/internal/ha/dep/timeout
1.3.6.1.4.1.5089.3.2.2040.2010.2010.1015[.0] (STREAM-MIB)
ssmHAIntDepTimeout
Unsigned32
Internal communication statistics.
Number of packets that has been dropped instead of forwarded to control plane due to congestion in the generic control plane channel.
Unsigned 32-bit integer
Packets
Counter
/internal/ipc/ctrlplane_channel_congestion_drops
Number of packets that has been dropped instead of forwarded to control plane due to congestion on a specific socket.
Unsigned 32-bit integer
Packets
Counter
/internal/ipc/ctrlplane_congestion_drops
Number of connections from control plane processes to the data plane.
Unsigned 32-bit integer
Connections
Momentaneous
/internal/ipc/ctrlplane_conns
Number of packets that has been dropped instead of forwarded to control plane to avoid overloading the control plane with more packets than it can handle.
Unsigned 32-bit integer
Packets
Counter
/internal/ipc/ctrlplane_ratelim_drops
Total number of HA packets received by slow-path.
Unsigned 32-bit integer
Packets
Counter
/internal/ipc/hactrl_in
Number of CTRL packets received by slow-path from user-space (config changes, dynamic rules, CLI commands and more).
Unsigned 32-bit integer
Packets
Counter
/internal/ipc/spctrl_in
Ticks consumed by CTRL packets (config changes, dynamic rules, CLI commands and more).
Unsigned 32-bit integer
Ticks
Counter
/internal/ipc/spctrl_ticks
Number of packets dropped in slow-path due to the device being HA inactive.
Unsigned 32-bit integer
Packets
Counter
/internal/ipc/sp_ha_inactive_drops
1.3.6.1.4.1.5089.3.2.2040.2010.1015[.0] (STREAM-MIB)
ssmHAIntSPInactiveDrops
Counter32
Number of packets dropped in slow-path, by the early filter, due to the device being HA inactive.
Unsigned 32-bit integer
Packets
Counter
/internal/ipc/sp_ha_inactive_early_drops
1.3.6.1.4.1.5089.3.2.2040.2010.1020[.0] (STREAM-MIB)
ssmHAIntSPInactiveEarlyDrops
Counter32
Logs dropped in slow path due to rate limiting.
Unsigned 32-bit integer
Logs
Counter
/internal/ipc/sp_log_drops
Number of packets lost due to a full queue to slow-path.
Unsigned 32-bit integer
Packets
Counter
/internal/ipc/spqueue_overflow
Ticks consumed by flow setup/update operation.
Unsigned 32-bit integer
Ticks
Counter
/internal/ipc/spupd_ticks
Current RCU period, will increase by one every time that the internal state of data plane is changed.
Unsigned 32-bit integer
Counter
/internal/ipc/rcu_period
Ticks consumed by RCU events.
Unsigned 32-bit integer
Ticks
Counter
/internal/ipc/rcu_ticks
Number of slow path events served, typically timer shots.
Unsigned 32-bit integer
Times
Counter
/internal/ipc/sp_events
Number of ticks (internal time unit) consumed by slow path events.
Unsigned 32-bit integer
Ticks
Counter
/internal/ipc/sp_event_ticks
Troubleshooting statistics for fragmentation from control plane to data plane.
Total number of packet reassemblies on packet channel between control plane and data plane that has failed due to timeout.
Unsigned 64-bit integer
Reassemblies
Counter
/internal/ipc/ctrlplane_frag/frags_reass_timeout
Total number of packet fragments received on packet channel between control plane and data plane.
Unsigned 64-bit integer
Fragments
Counter
/internal/ipc/ctrlplane_frag/frags_recv
Total number of packet fragments received OK on packet channel between control plane and data plane.
Unsigned 64-bit integer
Fragments
Counter
/internal/ipc/ctrlplane_frag/frags_recv_ok
Total number of failed packet reassemblies on packet channel between control plane and data plane.
Unsigned 64-bit integer
Reassemblies
Counter
/internal/ipc/ctrlplane_frag/frags_reass_fail
Total number of packets reassembled OK on packet channel between control plane and data plane.
Unsigned 64-bit integer
Reassemblies
Counter
/internal/ipc/ctrlplane_frag/frags_reass_ok
Number of fragmented packets on packet channel between control plane and data plane that has been discarded due to an error when rebuilding the original message.
Unsigned 32-bit integer
Failures
Counter
/internal/ipc/ctrlplane_frag/frag_rebuild_fail
Number of fragmented packets on packet channel between control plane and data plane that has been discarded due to lack of buffers when rebuilding the original message.
Unsigned 32-bit integer
Failures
Counter
/internal/ipc/ctrlplane_frag/frag_rebuild_fail_no_buf
Caching memory allocator.
Cachable objects allocated for the back-end memory manager.
Unsigned 64-bit integer
Times
Counter
/internal/memcache/allocs
Allocations fulfilled by the cache.
Unsigned 64-bit integer
Times
Counter
/internal/memcache/cached_allocs
Objects cached when freed.
Unsigned 64-bit integer
Times
Counter
/internal/memcache/cached_frees
Cachable objects freed to the back-end memory manager.
Unsigned 64-bit integer
Times
Counter
/internal/memcache/frees
Large allocations just passed through to the back-end memory manager.
Unsigned 64-bit integer
Times
Counter
/internal/memcache/oversized_allocs
An entry in the packet account statistics table.
Packet account entry index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2040.3010.1.1[.n] (STREAM-MIB)
ssmPktAccIndex
Integer32
Packet account name.
String
1.3.6.1.4.1.5089.3.2.2040.3010.1.2[.n] (STREAM-MIB)
ssmPktAccName
DisplayString
Internal job scheduling statistics.
Job scheduling statistics grouped per priority.
Maximum length of the per core the slow path event spillover queue for this priority.
Unsigned 32-bit integer
Events
Max
/internal/sched/per_prio/[..n]/sp_event_max_spill_q_len
Number of slow path events handled via a slower mechanism to provide reliability when the ordinary scheduling queue is full.
Unsigned 32-bit integer
Times
Counter
/internal/sched/per_prio/[..n]/sp_event_spillover
Current length of the longest per core slow path event spillover queue for this priority.
Unsigned 32-bit integer
Events
Momentaneous
/internal/sched/per_prio/[..n]/sp_event_spill_q_len
Sum of the current lengths of all per core slow path event spillover queues for this priority.
Unsigned 32-bit integer
Events
Momentaneous
/internal/sched/per_prio/[..n]/sp_event_spill_q_len_tot
Session counter table.
Session counter name.
String
/internal/session_counters/[..n]/name
1.3.6.1.4.1.5089.3.2.2040.3050.1.2[.n] (STREAM-MIB)
ssmSessionCounterName
DisplayString
Subsystem statistics.
Data plane tag timer statistics.
Current number of tag timers.
Unsigned 32-bit integer
Timers
Momentaneous
/internal/tag_timer/cur
1.3.6.1.4.1.5089.3.2.2040.2200.1010[.0] (STREAM-MIB)
ssmTagTimerCur
Unsigned32
Highest current number of timers per tag.
Unsigned 32-bit integer
Timers
Momentaneous
/internal/tag_timer/cur_max_[..n]
1.3.6.1.4.1.5089.3.2.2040.2200.3020.1.1010[.n] (STREAM-MIB)
ssmTagTimerCurMax
Unsigned32
Mean of the current number of timers per tag.
Unsigned 32-bit integer
Timers
Momentaneous
/internal/tag_timer/cur_mean
1.3.6.1.4.1.5089.3.2.2040.2200.1020[.0] (STREAM-MIB)
ssmTagTimerCurMean
Unsigned32
Median of the current number of timers per tag.
Unsigned 32-bit integer
Timers
Momentaneous
/internal/tag_timer/cur_median
1.3.6.1.4.1.5089.3.2.2040.2200.1030[.0] (STREAM-MIB)
ssmTagTimerCurMedian
Unsigned32
Lowest current number of timers per tag.
Unsigned 32-bit integer
Timers
Momentaneous
/internal/tag_timer/cur_min_[..n]
1.3.6.1.4.1.5089.3.2.2040.2200.3010.1.1010[.n] (STREAM-MIB)
ssmTagTimerCurMin
Unsigned32
Number of tags that support tag timers.
Unsigned 32-bit integer
Tags
Counter
/internal/tag_timer/tags
1.3.6.1.4.1.5089.3.2.2040.2200.1110[.0] (STREAM-MIB)
ssmTagTimerNumTags
Counter32
Number of system timers that has expired.
Unsigned 32-bit integer
Timers
Counter
/internal/tag_timer/sys_timers_expired
1.3.6.1.4.1.5089.3.2.2040.2200.1180[.0] (STREAM-MIB)
ssmTagTimerSysTimersExired
Counter32
Number of tag timers that has expired.
Unsigned 32-bit integer
Timers
Counter
/internal/tag_timer/tag_timers_expired
1.3.6.1.4.1.5089.3.2.2040.2200.1190[.0] (STREAM-MIB)
ssmTagTimerTagTimersExired
Counter32
Total number of tag timers.
Unsigned 32-bit integer
Timers
Counter
/internal/tag_timer/tot
1.3.6.1.4.1.5089.3.2.2040.2200.1210[.0] (STREAM-MIB)
ssmTagTimerTot
Counter32
Highest total number of timers per tag.
Unsigned 32-bit integer
Timers
Momentaneous
/internal/tag_timer/tot_max_[..n]
1.3.6.1.4.1.5089.3.2.2040.2200.3040.1.1010[.n] (STREAM-MIB)
ssmTagTimerTotMax
Unsigned32
Mean of the total number of timers per tag.
Unsigned 32-bit integer
Timers
Momentaneous
/internal/tag_timer/tot_mean
1.3.6.1.4.1.5089.3.2.2040.2200.1220[.0] (STREAM-MIB)
ssmTagTimerTotMean
Unsigned32
Median of the total number of timers per tag.
Unsigned 32-bit integer
Timers
Momentaneous
/internal/tag_timer/tot_median
1.3.6.1.4.1.5089.3.2.2040.2200.1230[.0] (STREAM-MIB)
ssmTagTimerTotMedian
Unsigned32
Lowest total number of timers per tag.
Unsigned 32-bit integer
Timers
Momentaneous
/internal/tag_timer/tot_min_[..n]
1.3.6.1.4.1.5089.3.2.2040.2200.3030.1.1010[.n] (STREAM-MIB)
ssmTagTimerTotMin
Unsigned32
TCP statistics.
Duplicate TCP acks sent out in response to out of order segments received.
Unsigned 32-bit integer
Packets
Counter
/internal/tcp/dup_acks_sent
1.3.6.1.4.1.5089.3.2.2040.2220.1020[.0] (STREAM-MIB)
ssmTCPDupAcksSent
Counter32
New receive window memory allocation attempt.
Unsigned 32-bit integer
Attempts
Counter
/internal/tcp/rcv_mem_alloc
1.3.6.1.4.1.5089.3.2.2040.2220.1025[.0] (STREAM-MIB)
ssmTCPRcvMemAlloc
Counter32
System tick statistics.
System tick update statistics.
Max system tick update.
32-bit integer
Ticks
Max
/internal/tick/update/max
1.3.6.1.4.1.5089.3.2.2040.2230.2100.1050[.0] (STREAM-MIB)
ssmIntTickUpdateMax
Integer32
System tick update interval entry.
System tick update interval row index.
32-bit integer
Momentaneous
1.3.6.1.4.1.5089.3.2.2040.2230.2100.3030.1.1[.n] (STREAM-MIB)
ssmIntTickUpdateIvalIndex
Integer32
System tick update interval limit.
String
1.3.6.1.4.1.5089.3.2.2040.2230.2100.3030.1.2[.n] (STREAM-MIB)
ssmIntTickUpdateIvalLimit
DisplayString
Updates falling into this system tick update interval.
Unsigned 64-bit integer
Times
Counter
/internal/tick/update/ival/[..n]/hits
1.3.6.1.4.1.5089.3.2.2040.2230.2100.3030.1.1010[.n] (STREAM-MIB)
ssmIntTickUpdateIvalHits
Counter64
Standard statistical values supported by cOS Stream with one subsection per standard MIB which is at least partially supported. Each subsection lists the statistical values from the MIB supported by cOS Stream.
![]() |
Sort Order |
---|---|
All statistics are sorted by their relative location path. |
RFC1213 statistics.
System statistics.
Description of the security gateway's hardware type.
String
1.3.6.1.2.1.1.1[.0] (MIB-II, RFC1213)
sysDescr
DisplayString
Identification of the network management subsystem contained in the security gateway.
String
Momentaneous
1.3.6.1.2.1.1.2[.0] (MIB-II, RFC1213)
sysObjectID
ObjectIdentifier
Time (in hundredths of a second) since the system was last booted.
Unsigned 32-bit integer
Centiseconds
Momentaneous
/system/uptime
1.3.6.1.2.1.1.3[.0] (MIB-II, RFC1213)
sysUpTime
TimeTicks
Identity and contact information of a person responsible for this managed node.
String
1.3.6.1.2.1.1.4[.0] (MIB-II, RFC1213)
SysContact
DisplayString
1.3.6.1.4.1.5089.3.2.2005.1005[.0] (STREAM-MIB)
ssmSysContact
DisplayString
A name assigned to this node by the administrator.
String
1.3.6.1.2.1.1.5[.0] (MIB-II, RFC1213)
SysName
DisplayString
1.3.6.1.4.1.5089.3.2.2005.1010[.0] (STREAM-MIB)
ssmSysName
DisplayString
Physical location of this node.
String
1.3.6.1.2.1.1.6[.0] (MIB-II, RFC1213)
SysLocation
DisplayString
1.3.6.1.4.1.5089.3.2.2005.1015[.0] (STREAM-MIB)
ssmSysLocation
DisplayString
MIB2 interface statistics folder.
Number of interfaces.
Unsigned 32-bit integer
Interfaces
Momentaneous
1.3.6.1.2.1.2.1[.0] (MIB-II, RFC1213)
ifNumber
Unsigned32
MIB2 interface statistics table.
MIB2 interface statistics entry.
Interface statistics row index.
32-bit integer
Momentaneous
1.3.6.1.2.1.2.2.1.1[.n] (MIB-II, RFC1213)
ifIndex
Integer32
Interface name.
String
1.3.6.1.2.1.2.2.1.2[.n] (MIB-II, RFC1213)
ifDescr
DisplayString
Interface link speed.
Unsigned 32-bit integer
Bits per second
Momentaneous
1.3.6.1.2.1.2.2.1.5[.n] (MIB-II, RFC1213)
ifSpeed
Unsigned32
Physical address (MAC) of Ethernet interface.
Byte array
1.3.6.1.2.1.2.2.1.6[.n] (MIB-II, RFC1213)
ifPhysAddress
PhysAddress
Total number of octets received on the interface, including framing characters.
Unsigned 64-bit integer
Bytes
Counter
1.3.6.1.2.1.2.2.1.10[.n] (MIB-II, RFC1213)
ifInOctets
Counter64
MIB module for SNMP entities.
Indicates whether the SNMP entity is permitted to generate authenticationFailure traps. (1=enabled, 2=disabled).
32-bit integer
Bool
Momentaneous
1.3.6.1.2.1.11.30[.0] (MIB-II, RFC1213)
snmpEnableAuthenTraps
Integer32
MIB2 BGPV4-MIB (RFC4273) statistics.
Vector of supported BGP protocol version numbers.
Byte array
1.3.6.1.2.1.15.1[.0] (MIB-II / BGPV4-MIB, RFC4273)
bgpVersion
OCTET STRING
BGP local autonomous system number.
32-bit integer
Momentaneous
1.3.6.1.2.1.15.2[.0] (MIB-II / BGPV4-MIB, RFC4273)
bgpLocalAs
Integer32
MIB2 BGPV4-MIB interface peer table.
MIB2 BGPv4-MIB interface peer entry.
BGP Identifier of this entry's BGP peer.
Byte array
/routing/bgp/peers/[..n]/identifier
1.3.6.1.2.1.15.3.1.1[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerIdentifier
IpAddress
Peer state. Defined values idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6).
32-bit integer
Momentaneous
1.3.6.1.2.1.15.3.1.2[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerState
INTEGER
BGP peer connection state. Defined values stop(1), start(2).
32-bit integer
1.3.6.1.2.1.15.3.1.3[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerAdminStatus
INTEGER
Negotiated version of BGP running between the two peers.
32-bit integer
Momentaneous
/routing/bgp/peers/[..n]/version
1.3.6.1.2.1.15.3.1.4[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerNegotiatedVersion
Integer32
Local IP address of this entry's BGP connection.
Byte array
/routing/bgp/peers/[..n]/local_address
1.3.6.1.2.1.15.3.1.5[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerLocalAddr
IpAddress
Local port for the TCP connection between the BGP peers.
32-bit integer
Momentaneous
/routing/bgp/peers/[..n]/local_port
1.3.6.1.2.1.15.3.1.6[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerLocalPort
Integer32
Remote IP address of this entry's BGP peer.
Byte array
1.3.6.1.2.1.15.3.1.7[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerRemoteAddr
IpAddress
Remote port for the TCP connection between the BGP peers.
32-bit integer
Momentaneous
1.3.6.1.2.1.15.3.1.8[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerRemotePort
Integer32
BGP peer remote autonomous system number.
32-bit integer
Momentaneous
1.3.6.1.2.1.15.3.1.9[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerRemoteAs
Integer32
Peer inbound update messages.
Unsigned 32-bit integer
Messages
Counter
/routing/bgp/peers/[..n]/in_updates
1.3.6.1.2.1.15.3.1.10[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerInUpdates
Counter32
Number of BGP UPDATE messages transmitted on this connection.
Unsigned 32-bit integer
Messages
Counter
/routing/bgp/peers/[..n]/out_updates
1.3.6.1.2.1.15.3.1.11[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerOutUpdates
Counter32
Total number of messages received from the remote peer on this connection.
Unsigned 32-bit integer
Messages
Counter
/routing/bgp/peers/[..n]/total_messages_in
1.3.6.1.2.1.15.3.1.12[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerInTotalMessages
Counter32
Total number of messages transmitted to the remote peer on this connection.
Unsigned 32-bit integer
Messages
Counter
/routing/bgp/peers/[..n]/total_messages_out
1.3.6.1.2.1.15.3.1.13[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerOutTotalMessages
Counter32
Last error code seen by this peer on this connection.
Byte array
1.3.6.1.2.1.15.3.1.14[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerLastError
OCTET STRING
Total number of times the BGP FSM transitioned into the established state.
Unsigned 32-bit integer
Transitions
Counter
/routing/bgp/peers/[..n]/fsm_est_transitions
1.3.6.1.2.1.15.3.1.15[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerFsmEstablishedTransitions
Counter32
Timer indicating how long this peer has been in the Established state or how long since this peer was last in the Established state.
Unsigned 32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/fsm_est_time
1.3.6.1.2.1.15.3.1.16[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerFsmEstablishedTime
Gauge32
Time interval for the ConnectRetry timer.
32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/conn_retry_interval
1.3.6.1.2.1.15.3.1.17[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerConnectRetryInterval
Integer32
Time interval for the Hold Timer established with the peer.
32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/hold_time
1.3.6.1.2.1.15.3.1.18[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerHoldTime
Integer32
Time interval for the KeepAlive timer established with the peer.
32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/keep_alive
1.3.6.1.2.1.15.3.1.19[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerKeepAlive
Integer32
Time interval for the Hold Time configured for this BGP speaker with this peer.
32-bit integer
Seconds
Momentaneous
1.3.6.1.2.1.15.3.1.20[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerHoldTimeConfigured
Integer32
Time interval for the KeepAlive timer configured for this BGP speaker with this peer.
32-bit integer
Seconds
Momentaneous
1.3.6.1.2.1.15.3.1.21[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerKeepAliveConfigured
Integer32
Time interval for the MinASOriginationInterval timer.
32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/min_as_org_interval
1.3.6.1.2.1.15.3.1.22[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerMinASOriginationInterval
Integer32
Time interval for the MinRouteAdvertisementInterval timer.
32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/min_route_adv_interval
1.3.6.1.2.1.15.3.1.23[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerMinRouteAdvertisementInterval
Integer32
Elapsed time since the last BGP UPDATE message was received from the peer.
Unsigned 32-bit integer
Seconds
Momentaneous
/routing/bgp/peers/[..n]/in_update_etime
1.3.6.1.2.1.15.3.1.24[.n] (MIB-II / BGPV4-MIB, RFC4273)
bgpPeerInUpdateElapsedTime
Gauge32
MIB2 IF-MIB interface (RFC2863) statistics.
MIB2 IF-MIB interface objects.
MIB2 IF-MIB interface table.
MIB2 IF-MIB interface entry.
Interface name.
String
1.3.6.1.2.1.31.1.1.1.1[.n] (MIB-II / IF-MIB, RFC2863)
ifName
DisplayString
MIB2 ENTITY-STATE-MIB (RFC4268) statistics.
MIB2 ENTITY-STATE-MIB state objects folder.
MIB2 ENTITY-STATE-MIB table.
MIB2 ENTITY-STATE-MIB entry.
Administrative state. Scope of value is unknown, locked, unlocked, shutting down.
32-bit integer
1.3.6.1.2.1.131.1.1.1.2[.n] (MIB-II / ENTITY-STATE-MIB, RFC4268)
entStateAdmin
Integer32
SNMPv2 - RFC2578 statistics.
SNMPv2 Modules statistics folder.
SNMPv2 USM MIB statistics folder.
SNMPv2 USM MIB objects.
SNMPv2 USM statistics.
Total number of packets received by the SNMP engine which were dropped because they requested a securityLevel that was unknown to the SNMP engine or otherwise unavailable.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/unsupported_sec_levels
1.3.6.1.6.3.15.1.1.1[.0] (SNMPv2, RFC2578)
usmStatsUnsupportedSecLevels
Counter32
1.3.6.1.4.1.5089.3.2.2050.2050.1020[.0] (STREAM-MIB)
ssmSnmpUnsupportedSecLevels
Counter32
Total number of packets received by the SNMP engine which were dropped because they appeared outside of the authoritative SNMP engine's window.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/not_in_time_windows
1.3.6.1.6.3.15.1.1.2[.0] (SNMPv2, RFC2578)
usmStatsNotInTimeWindows
Counter32
1.3.6.1.4.1.5089.3.2.2050.2050.1024[.0] (STREAM-MIB)
ssmSnmpNotInTimeWindows
Counter32
Total number of packets received by the SNMP engine which were dropped because they referenced a user that was not known to the SNMP engine.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/unknown_user_names
1.3.6.1.6.3.15.1.1.3[.0] (SNMPv2, RFC2578)
usmStatsUnknownUserNames
Counter32
1.3.6.1.4.1.5089.3.2.2050.2050.1030[.0] (STREAM-MIB)
ssmSnmpUnknownUserNames
Counter32
Total number of packets received by the SNMP engine which were dropped because they referenced an snmpEngineID that was not known to the SNMP engine.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/unknown_engine_ids
1.3.6.1.6.3.15.1.1.4[.0] (SNMPv2, RFC2578)
usmStatsUnknownEngineIDs
Counter32
1.3.6.1.4.1.5089.3.2.2050.2050.1035[.0] (STREAM-MIB)
ssmSnmpUnknownEngineIDs
Counter32
Total number of packets received by the SNMP engine which were dropped because they didn't contain the expected digest value.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/wrong_digests
1.3.6.1.6.3.15.1.1.5[.0] (SNMPv2, RFC2578)
usmStatsWrongDigests
Counter32
1.3.6.1.4.1.5089.3.2.2050.2050.1040[.0] (STREAM-MIB)
ssmSnmpWrongDigests
Counter32
Total number of packets received by the SNMP engine which were dropped because they could not be decrypted.
Unsigned 32-bit integer
Packets
Counter
/monitoring/snmp/decryption_errors
1.3.6.1.6.3.15.1.1.6[.0] (SNMPv2, RFC2578)
usmStatsDecryptionErrors
Counter32
1.3.6.1.4.1.5089.3.2.2050.2050.1045[.0] (STREAM-MIB)
ssmSnmpDecryptionErrors
Counter32