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