cOS Stream 4.00.03 Statistics Reference Guide


Table of Contents

1. Introduction
2. Clavister cOS Stream Statistics
2.1. System
2.1.1. System contact
2.1.2. System name
2.1.3. System location
2.1.4. Vendor name
2.1.5. Hardware model
2.1.6. Product name
2.1.7. Hardware serial number
2.1.8. Date of manufacture
2.1.9. Uptime
2.1.10. Flow
2.1.11. CPU
2.1.12. Memory
2.1.13. HA
2.1.14. Traffic
2.1.15. Device
2.1.16. Admin parameters
2.2. Interfaces
2.2.1. Common[..]
2.2.2. Global
2.2.3. GTP[..]
2.2.4. IPsec[..]
2.2.5. SSLVPN[..]
2.3. ALG
2.3.1. DNS
2.3.2. FTP
2.3.3. GTP
2.3.4. SIP
2.3.5. Syslog
2.4. Application control
2.4.1. Analyzed bytes
2.4.2. Analyzed packets
2.4.3. Apps
2.4.4. Active flows
2.4.5. Classified flows
2.4.6. Unclassified flows
2.4.7. Reclassifications
2.4.8. Total bytes
2.4.9. Total packets
2.4.10. Unclassified bytes
2.4.11. Unclassified packets
2.4.12. Application[..]
2.5. Authentication
2.5.1. System
2.5.2. RADIUS
2.5.3. Profiles[..]
2.6. Monitoring
2.6.1. Sensor monitoring
2.6.2. Logs
2.6.3. SNMP
2.7. Routing
2.7.1. Dynamic routes added
2.7.2. Dynamic routes
2.7.3. Dynamic routes max
2.7.4. Static routes
2.7.5. Route monitoring
2.7.6. Routing originator entry[..]
2.7.7. Routing table entry[..]
2.7.8. BGP
2.7.9. OSPF
2.8. Rules
2.8.1. IP rule set[..]
2.8.2. Threshold rule set[..]
2.9. Services
2.9.1. ARP
2.9.2. DHCP client
2.9.3. DHCP server
2.9.4. NAT pool[..]
2.9.5. NDP
2.9.6. Time synchronization
2.10. Threat prevention
2.10.1. IPS
2.10.2. SSL inspection
2.11. Traffic management
2.11.1. Blacklist
2.11.2. Pipe[..]
2.11.3. Threshold rules
2.12. Internal
2.12.1. Application control
2.12.2. Data plane watchdog
2.12.3. Device I/O[..]
2.12.4. Flow
2.12.5. HA
2.12.6. IPC
2.12.7. Caching memory allocator
2.12.8. Packet account[..]
2.12.9. Scheduling
2.12.10. Session counters[..]
2.12.11. Statsproxy
2.12.12. Tag timer
2.12.13. TCP
2.12.14. Tick
3. Supported Standard MIBs
3.1. MIB-II Statistics (RFC1213)
3.1.1. System
3.1.2. Interfaces
3.1.3. SNMPRoot
3.1.4. BGPV4-MIB (RFC4273)
3.1.5. IfMIB (RFC2863)
3.1.6. EntityStateMIB (RFC4268)
3.2. SNMPv2 Statistics (RFC2578)
3.2.1. SNMP Modules

Chapter 1: Introduction

[Note] 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:

Name

The textual name of the statistical value.

Description

A textual description of the statistical value and what it represents.

Category

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.

Type

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

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.

Stat Path

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.

MIB OID

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 [.0] notation indicates that this is a single-instance object, where ".0" should be appended to the OID to identify that unique object instance.
  • The [.n] notation indicates that the object has a dynamic number of instances, where a dynamic number (index n) should be appended to the OID to identify a unique object instance. These instances can be seen as the rows in a table of values. In the example above, there will be one instance of this statistical value for each interface. This means that the index n is simply increased for each interface.
  • The [.n.m] notation also indicates that the object has a dynamic number of instances. The difference is that these instances are accessed using a two-dimensional instance identifier, representing a table within a table.

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.

MIB Name

This is the textual name for the statistical value, as it is specified in the MIB definition.

MIB Type

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.

2nd OID

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.

2nd Name

The name associated with the 2nd OID.

2nd Type

The type associated with the 2nd OID.

Chapter 2: Clavister cOS Stream Statistics

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.

[Note] Sort Order

All statistics are sorted by their relative location path.

2.1. System

System statistics.

2.1.1. System contact

Description

Identity and contact information of a person responsible for this managed node.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.1005[.0]   (STREAM-MIB)

MIB Name

ssmSysContact

MIB Type

DisplayString

2nd OID

1.3.6.1.2.1.1.4[.0]   (MIB-II, RFC1213)

2nd Name

SysContact

2nd Type

DisplayString

2.1.2. System name

Description

A name assigned to this node by the administrator.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.1010[.0]   (STREAM-MIB)

MIB Name

ssmSysName

MIB Type

DisplayString

2nd OID

1.3.6.1.2.1.1.5[.0]   (MIB-II, RFC1213)

2nd Name

SysName

2nd Type

DisplayString

2.1.3. System location

Description

Physical location of this node.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.1015[.0]   (STREAM-MIB)

MIB Name

ssmSysLocation

MIB Type

DisplayString

2nd OID

1.3.6.1.2.1.1.6[.0]   (MIB-II, RFC1213)

2nd Name

SysLocation

2nd Type

DisplayString

2.1.4. Vendor name

Description

Vendor name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.1020[.0]   (STREAM-MIB)

MIB Name

ssmVendorName

MIB Type

DisplayString

2.1.5. Hardware model

Description

Hardware model.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.1030[.0]   (STREAM-MIB)

MIB Name

ssmHardwareModel

MIB Type

DisplayString

2.1.6. Product name

Description

Product name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.1033[.0]   (STREAM-MIB)

MIB Name

ssmProductName

MIB Type

DisplayString

2.1.7. Hardware serial number

Description

Hardware serial number.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.1035[.0]   (STREAM-MIB)

MIB Name

ssmHardwareSerialNumber

MIB Type

DisplayString

2.1.8. Date of manufacture

Description

Date of manufacture.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.1040[.0]   (STREAM-MIB)

MIB Name

ssmHardwareDateOfManufacture

MIB Type

DisplayString

2.1.9. Uptime

Description

Time (in hundredths of a second) since the system was last booted.

Type

Unsigned 32-bit integer

Unit

Centiseconds

Category

Momentaneous

Stat Path

/system/uptime

MIB OID

1.3.6.1.2.1.1.3[.0]   (MIB-II, RFC1213)

MIB Name

sysUpTime

MIB Type

TimeTicks

2.1.10. Flow

Flow statistics.

2.1.10.1. Flows closed

Description

Number of flows closed.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Counter

Stat Path

/system/flow/closed

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2010.1030[.0]   (STREAM-MIB)

MIB Name

ssmFlowsClosed

MIB Type

Counter32

2.1.10.2. Current

Description

Number of flows in the system.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/system/flow/current

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2010.1005[.0]   (STREAM-MIB)

MIB Name

ssmFlowsCurrent

MIB Type

Unsigned32

2.1.10.3. IPv4 flows

Description

Number of IPv4 flows in the system.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/system/flow/ipv4

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2010.1015[.0]   (STREAM-MIB)

MIB Name

ssmFlowsIPv4

MIB Type

Unsigned32

2.1.10.4. IPv6 flows

Description

Number of IPv6 flows in the system.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/system/flow/ipv6

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmFlowsIPv6

MIB Type

Unsigned32

2.1.10.5. Limit

Description

Maximum number of flows allowed in the system.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/system/flow/limit

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2010.1010[.0]   (STREAM-MIB)

MIB Name

ssmFlowLimit

MIB Type

Unsigned32

2.1.10.6. Flows opened

Description

Number of flows opened.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Counter

Stat Path

/system/flow/opened

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2010.1025[.0]   (STREAM-MIB)

MIB Name

ssmFlowsOpened

MIB Type

Counter32

2.1.10.7. Flows replaced

Description

Number of flows closed to allow a new flow to be opened when the flow table was full.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Counter

Stat Path

/system/flow/replaced

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2010.1035[.0]   (STREAM-MIB)

MIB Name

ssmFlowsReplaced

MIB Type

Counter32

2.1.11. CPU

CPU statistics.

2.1.11.1. Control plane CPU usage

Description

Total CPU usage in control plane.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/system/cpu/control_plane_usage

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1005[.0]   (STREAM-MIB)

MIB Name

ssmCtrlPlaneCpuUsage

MIB Type

Gauge32 (0..100)

2.1.11.2. Control plane CPU usage average

Description

Average (for the last 10 minutes) CPU usage in control plane.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/system/cpu/control_plane_usage_average

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1007[.0]   (STREAM-MIB)

MIB Name

ssmCtrlPlaneCpuAverage

MIB Type

Gauge32 (0..100)

2.1.11.3. Control plane CPU usage max

Description

Maximum recorded CPU usage in control plane.

Type

Unsigned 32-bit integer

Unit

%

Category

Max

Stat Path

/system/cpu/control_plane_usage_max

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1006[.0]   (STREAM-MIB)

MIB Name

ssmCtrlPlaneCpuMax

MIB Type

Gauge32 (0..100)

2.1.11.4. Fast path CPU usage

Description

Total CPU usage for all fast path CPUs.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/system/cpu/fast_path_usage

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1010[.0]   (STREAM-MIB)

MIB Name

ssmFastPathCpuUsage

MIB Type

Gauge32 (0..100)

2.1.11.5. Fast path CPU usage average

Description

Average (for the last 10 minutes) CPU usage for all fast path CPUs.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/system/cpu/fast_path_usage_average

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1012[.0]   (STREAM-MIB)

MIB Name

ssmFastPathCpuAverage

MIB Type

Gauge32 (0..100)

2.1.11.6. Fast path CPU usage max

Description

Maximum recorded CPU usage for all fast path CPUs.

Type

Unsigned 32-bit integer

Unit

%

Category

Max

Stat Path

/system/cpu/fast_path_usage_max

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1011[.0]   (STREAM-MIB)

MIB Name

ssmFastPathCpuMax

MIB Type

Gauge32 (0..100)

2.1.11.7. Slow path CPU usage

Description

Total CPU usage for all slow path CPUs.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/system/cpu/slow_path_usage

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1015[.0]   (STREAM-MIB)

MIB Name

ssmSlowPathCpuUsage

MIB Type

Gauge32 (0..100)

2.1.11.8. Slow path CPU usage average

Description

Average (for the last 10 minutes) CPU usage for all slow path CPUs.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/system/cpu/slow_path_usage_average

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1017[.0]   (STREAM-MIB)

MIB Name

ssmSlowPathCpuAverage

MIB Type

Gauge32 (0..100)

2.1.11.9. Slow path CPU usage max

Description

Maximum recorded CPU usage for all slow path CPUs.

Type

Unsigned 32-bit integer

Unit

%

Category

Max

Stat Path

/system/cpu/slow_path_usage_max

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1016[.0]   (STREAM-MIB)

MIB Name

ssmSlowPathCpuMax

MIB Type

Gauge32 (0..100)

2.1.11.10. Worker CPU usage

Description

Total CPU usage for all worker CPUs.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/system/cpu/worker_usage

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1020[.0]   (STREAM-MIB)

MIB Name

ssmWorkerCpuUsage

MIB Type

Gauge32 (0..100)

2.1.11.11. Worker CPU usage average

Description

Average (for the last 10 minutes) CPU usage for all worker CPUs.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/system/cpu/worker_usage_average

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1021[.0]   (STREAM-MIB)

MIB Name

ssmWorkerCpuAverage

MIB Type

Gauge32 (0..100)

2.1.11.12. Worker CPU usage max

Description

Maximum recorded CPU usage for all worker CPUs.

Type

Unsigned 32-bit integer

Unit

%

Category

Max

Stat Path

/system/cpu/worker_usage_max

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.1022[.0]   (STREAM-MIB)

MIB Name

ssmWorkerCpuMax

MIB Type

Gauge32 (0..100)

2.1.11.13. CPU stats entry[..]

The row in a table of CPU statistics.

CPU row index

Description

CPU index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.3000.1.1[.n]   (STREAM-MIB)

MIB Name

ssmCpuIndex

MIB Type

Integer32

CPU name

Description

CPU name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.3000.1.2[.n]   (STREAM-MIB)

MIB Name

ssmCpuName

MIB Type

DisplayString

CPU usage

Description

CPU usage.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/system/cpu/cpus/[..n]/usage

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2020.3000.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmCpuUsage

MIB Type

Gauge32 (0..100)

2.1.12. Memory

Memory statistics.

2.1.12.1. Control plane free

Description

Amount of free memory in Control Plane.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/control_plane_free

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.1010[.0]   (STREAM-MIB)

MIB Name

ssmCtrlPlaneMemFree

MIB Type

CounterBasedGauge64

2.1.12.2. Control plane registered

Description

Amount of registered memory in Control Plane.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/control_plane_registered

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.1018[.0]   (STREAM-MIB)

MIB Name

ssmCtrlPlaneMemRegistered

MIB Type

CounterBasedGauge64

2.1.12.3. Control plane total

Description

Total amount of memory in control plane.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/control_plane_total

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.1015[.0]   (STREAM-MIB)

MIB Name

ssmCtrlPlaneMemTot

MIB Type

CounterBasedGauge64

2.1.12.4. Control plane usage

Description

Amount of memory used in control plane.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/control_plane_usage

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.1005[.0]   (STREAM-MIB)

MIB Name

ssmCtrlPlaneMemUsage

MIB Type

CounterBasedGauge64

2.1.12.5. Data plane free

Description

Amount of free memory in Data Plane.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/data_plane_free

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.1025[.0]   (STREAM-MIB)

MIB Name

ssmDataPlaneMemFree

MIB Type

CounterBasedGauge64

2.1.12.6. Data plane registered

Description

Amount of registered memory in Data Plane.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/data_plane_registered

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.1033[.0]   (STREAM-MIB)

MIB Name

ssmDataPlaneMemRegistered

MIB Type

CounterBasedGauge64

2.1.12.7. Data plane total

Description

Total amount of memory in Data Plane.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/data_plane_total

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.1030[.0]   (STREAM-MIB)

MIB Name

ssmDataPlaneMemTot

MIB Type

CounterBasedGauge64

2.1.12.8. Data plane usage

Description

Amount of memory used in Data Plane.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/data_plane_usage

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.1020[.0]   (STREAM-MIB)

MIB Name

ssmDataPlaneMemUsage

MIB Type

CounterBasedGauge64

2.1.12.9. Category[..]

The row in a table of memory statistics for a memory category.

Category row index

Description

Category index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmMemCatIndex

MIB Type

Integer32

Category name

Description

Name of category.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmMemCatName

MIB Type

DisplayString

Category control plane memory usage

Description

Amount of memory used by category in control plane.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/category/[..n]/control_plane_usage

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmMemCatCtrlPlaneUsage

MIB Type

CounterBasedGauge64

Category data plane memory usage

Description

Amount of memory used by category in data plane.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/category/[..n]/data_plane_usage

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.3010.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmMemCatDataPlaneUsage

MIB Type

CounterBasedGauge64

2.1.12.10. Pool[..]

The row in a table of memory statistics for a memory pool.

Memory pool index

Description

Memory pool index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.3030.1.1[.n]   (STREAM-MIB)

MIB Name

ssmMemPoolIndex

MIB Type

Integer32

Memory pool name

Description

Name of a memory pool.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.3030.1.2[.n]   (STREAM-MIB)

MIB Name

ssmMemPoolName

MIB Type

DisplayString

Free items

Description

Number of free items in the memory pool.

Type

Unsigned 32-bit integer

Unit

Items

Category

Momentaneous

Stat Path

/system/memory/pool/[..n]/free

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.3030.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmMemPoolFree

MIB Type

Integer32

2.1.12.11. Process[..]

The row in a table of memory statistics for a Control Plane process.

Process row index

Description

Control Plane process index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.3020.1.1[.n]   (STREAM-MIB)

MIB Name

ssmMemProcessIndex

MIB Type

Integer32

Process name

Description

Name of Control Plane process.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.3020.1.2[.n]   (STREAM-MIB)

MIB Name

ssmMemProcessName

MIB Type

DisplayString

Process memory usage

Description

Amount of memory used by Control Plane process.

Type

Unsigned 64-bit integer

Unit

KB

Category

Momentaneous

Stat Path

/system/memory/process/[..n]/usage

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2030.3020.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmMemProcessUsage

MIB Type

CounterBasedGauge64

2.1.13. HA

High Availability statistics.

2.1.13.1. Configuration synchronizations

Description

Number of configuration synchronizations to the HA peer.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/system/ha/conf_sync

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1030[.0]   (STREAM-MIB)

MIB Name

ssmHASentConfigurations

MIB Type

Counter32

2.1.13.2. Uptime as active

Description

Total time spent as active.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Counter

Stat Path

/system/ha/active_total

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1015[.0]   (STREAM-MIB)

MIB Name

ssmHAElapsedTimeActive

MIB Type

Counter32

2.1.13.3. Uptime as inactive

Description

Total time spent as inactive.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Counter

Stat Path

/system/ha/inactive_total

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1020[.0]   (STREAM-MIB)

MIB Name

ssmHAElapsedTimeInactive

MIB Type

Counter32

2.1.13.4. Peer uptime

Description

Time elapsed since peer came online.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/system/ha/peer_online_elapse

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1025[.0]   (STREAM-MIB)

MIB Name

ssmHAPeerUptime

MIB Type

Unsigned32

2.1.13.5. Time since status change

Description

Elapsed time since last HA status (active/inactive) change.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/system/ha/status_change_elapsed

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1010[.0]   (STREAM-MIB)

MIB Name

ssmHATimeStatusChange

MIB Type

Unsigned32

2.1.13.6. HA heartbeat timeslots missed

Description

Number of times the system have missed the timeslot for sending HA heartbeats.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/system/ha/hbeat_timeslots_missed

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1023[.0]   (STREAM-MIB)

MIB Name

ssmHAHbeatTimeslotsMissed

MIB Type

Counter32

2.1.13.7. HA heartbeat interval

Description

Number of milliseconds between periodic HA heartbeats.

Type

Unsigned 32-bit integer

Unit

Milliseconds

Category

Momentaneous

Stat Path

/system/ha/hbeat_interval

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1022[.0]   (STREAM-MIB)

MIB Name

ssmHAHbeatInterval

MIB Type

Unsigned32

2.1.13.8. Status

Description

Current HA status for node (1=active, 0=inactive).

Type

Unsigned 32-bit integer

Category

Momentaneous

Stat Path

/system/ha/is_active

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1005[.0]   (STREAM-MIB)

MIB Name

ssmHAIsActive

MIB Type

Unsigned32

2.1.13.9. Messages received

Description

Number of received HA sync messages in total.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/system/ha/msgs_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1035[.0]   (STREAM-MIB)

MIB Name

ssmHAMessagesRecv

MIB Type

Counter32

2.1.13.10. Messages resent

Description

Number of resent HA sync messages in total.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/system/ha/msgs_resent

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1040[.0]   (STREAM-MIB)

MIB Name

ssmHAMessagesResent

MIB Type

Counter32

2.1.13.11. Messages sent

Description

Number of sent HA sync messages in total.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/system/ha/msgs_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1045[.0]   (STREAM-MIB)

MIB Name

ssmHAMessagesSent

MIB Type

Counter32

2.1.13.12. Failovers

Description

Number of occurrences that the unit has 'taken over' due the peer becoming non-operational.

Type

Unsigned 32-bit integer

Unit

Failovers

Category

Counter

Stat Path

/system/ha/failover

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1050[.0]   (STREAM-MIB)

MIB Name

ssmHANumFailovers

MIB Type

Counter32

2.1.13.13. Handovers

Description

Number of times that the unit has handed over or been asked to take over.

Type

Unsigned 32-bit integer

Unit

Handovers

Category

Counter

Stat Path

/system/ha/handover

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1055[.0]   (STREAM-MIB)

MIB Name

ssmHANumHandovers

MIB Type

Counter32

2.1.13.14. Objects installed

Description

Current number of installed HA objects.

Type

Unsigned 32-bit integer

Unit

Objects

Category

Momentaneous

Stat Path

/system/ha/objects

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1060[.0]   (STREAM-MIB)

MIB Name

ssmHAObjectCount

MIB Type

Unsigned32

2.1.13.15. Objects waiting for synchronization

Description

Number of objects that remain to be synchronized to peer.

Type

Unsigned 32-bit integer

Unit

Objects

Category

Momentaneous

Stat Path

/system/ha/objects_unsync

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1065[.0]   (STREAM-MIB)

MIB Name

ssmHAObjectsNotSynched

MIB Type

Unsigned32

2.1.13.16. Free heartbeat buffers

Description

Current number of free buffers that are in reserve to use for HA heartbeats.

Type

Unsigned 32-bit integer

Unit

Buffers

Category

Momentaneous

Stat Path

/system/ha/buf_reserved_free

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1070[.0]   (STREAM-MIB)

MIB Name

ssmHAReservedBuffersFree

MIB Type

Unsigned32

2.1.13.17. Reserved heartbeat buffers

Description

Number of buffers that are in reserve to use for HA heartbeats.

Type

Unsigned 32-bit integer

Unit

Buffers

Category

Momentaneous

Stat Path

/system/ha/buf_reserved

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.1075[.0]   (STREAM-MIB)

MIB Name

ssmHAReservedBuffersTotal

MIB Type

Unsigned32

2.1.13.18. Failure[..]

High Availability failure statistics entry.

HA failure category

Description

HA Failure category.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmHAFailureCategory

MIB Type

DisplayString

HA failure row index

Description

HA failure row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmHAFailureIndex

MIB Type

Integer32

Fails

Description

Current number of interface failures.

Type

Unsigned 32-bit integer

Unit

Failures

Category

Momentaneous

Stat Path

/system/ha/failure/[..n]/failures

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3010.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmHAFailureCurrent

MIB Type

Unsigned32

Total fails

Description

Cumulative occurred failures for the specified category.

Type

Unsigned 32-bit integer

Unit

Failures

Category

Counter

Stat Path

/system/ha/failure/[..n]/failures_total

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmHAFailureTotal

MIB Type

Counter32

2.1.13.19. Frag

HA fragmentation statistics.

Frag reassembly timeout

Description

Number of fragmented HA sync message that has failed due to reassembly timeout.

Type

Unsigned 64-bit integer

Unit

Fragments

Category

Counter

Stat Path

/system/ha/frag/frag_reass_timeout

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2020.1005[.0]   (STREAM-MIB)

MIB Name

ssmHAFragReassTimeout

MIB Type

Counter64

Frag received

Description

Number of HA sync message fragments received.

Type

Unsigned 64-bit integer

Unit

Fragments

Category

Counter

Stat Path

/system/ha/frag/frags_in

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2020.1010[.0]   (STREAM-MIB)

MIB Name

ssmHAFragRecv

MIB Type

Counter64

Frag received ok

Description

Number of HA sync message fragments received OK.

Type

Unsigned 64-bit integer

Unit

Fragments

Category

Counter

Stat Path

/system/ha/frag/frags_in_ok

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2020.1015[.0]   (STREAM-MIB)

MIB Name

ssmHAFragRecvOK

MIB Type

Counter64

Frag reassembly fails

Description

Number of failed reassemblies of fragmented HA sync messages.

Type

Unsigned 64-bit integer

Unit

Reassemblies

Category

Counter

Stat Path

/system/ha/frag/frag_reass_fail

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2020.1020[.0]   (STREAM-MIB)

MIB Name

ssmHAFragReassFail

MIB Type

Counter64

Frag reassembly ok

Description

Number of successful reassemblies of fragmented HA sync messages.

Type

Unsigned 64-bit integer

Unit

Reassemblies

Category

Counter

Stat Path

/system/ha/frag/frag_reass_ok

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2020.1025[.0]   (STREAM-MIB)

MIB Name

ssmHAFragFragsReassOK

MIB Type

Counter64

Frag fails

Description

Number of fragmented HA sync messages that has been discarded due to an error when rebuilding the original message.

Type

Unsigned 32-bit integer

Unit

Failures

Category

Counter

Stat Path

/system/ha/frag/frag_rebuild_fail

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2020.1030[.0]   (STREAM-MIB)

MIB Name

ssmHAFragNumLocalReassFail

MIB Type

Counter32

Frag out-of-buf fails

Description

Number of fragmented HA sync messages that has been discarded due to lack of buffers when rebuilding the original message.

Type

Unsigned 32-bit integer

Unit

Failures

Category

Counter

Stat Path

/system/ha/frag/frag_rebuild_fail_no_buf

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2020.1035[.0]   (STREAM-MIB)

MIB Name

ssmHAFragNumNoReassBuf

MIB Type

Counter32

2.1.13.20. Interfaces[..]

High Availability interface statistics entry.

HA interface row index

Description

HA interface statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1[.n]   (STREAM-MIB)

MIB Name

ssmHAIfIndex

MIB Type

Integer32

Interface HA name

Description

Name of the interface.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.2[.n]   (STREAM-MIB)

MIB Name

ssmHAIfName

MIB Type

DisplayString

Heartbeats received

Description

Total number of received heartbeats.

Type

Unsigned 32-bit integer

Unit

Heartbeats

Category

Counter

Stat Path

/system/ha/ifaces/[..n]/hbeat_in

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmHAIfHeartbeatsRecv

MIB Type

Counter32

Heartbeats sent

Description

Total number of sent heartbeats.

Type

Unsigned 32-bit integer

Unit

Heartbeats

Category

Counter

Stat Path

/system/ha/ifaces/[..n]/hbeat_out

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmHAIfHeartbeatsSent

MIB Type

Counter32

Heartbeat send fails

Description

Number of heartbeats that failed sending.

Type

Unsigned 32-bit integer

Unit

Heartbeats

Category

Counter

Stat Path

/system/ha/ifaces/[..n]/hbeat_fail_out

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmHAIfHeartbeatsSendFail

MIB Type

Counter32

Interface down count

Description

Number of times the interfaces have been declared down/non-operational.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/system/ha/ifaces/[..n]/iface_down

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmHAIfDownCount

MIB Type

Counter32

Interface early-down count

Description

Number of times that the interface have suffered packetloss/latency-problems but was able to recover prior to fail/hand-over.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/system/ha/ifaces/[..n]/iface_pre_down

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmHAIfEarlyDownCount

MIB Type

Counter32

Heartbeats missed

Description

Number of missing heartbeats from peer.

Type

Unsigned 32-bit integer

Unit

Heartbeats

Category

Counter

Stat Path

/system/ha/ifaces/[..n]/hbeat_miss_in

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3020.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmHAIfHeartbeatsMissed

MIB Type

Counter32

2.1.13.21. Modules[..]

Interface statistics entry.

HA module row index

Description

HA module statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1[.n]   (STREAM-MIB)

MIB Name

ssmHAModIndex

MIB Type

Integer32

HA module name

Description

HA module name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.2[.n]   (STREAM-MIB)

MIB Name

ssmHAModName

MIB Type

DisplayString

Positive acknowledgments

Description

Number of positive acknowledgments forwarded to the module on the active node.

Type

Unsigned 32-bit integer

Unit

ACKs

Category

Counter

Stat Path

/system/ha/modules/[..n]/inbound_acks

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1045[.n]   (STREAM-MIB)

MIB Name

ssmHAModRecvAcks

MIB Type

Counter32

Negative acknowledgments

Description

Number of negative acknowledgments forwarded to the module on the active node.

Type

Unsigned 32-bit integer

Unit

NACKs

Category

Counter

Stat Path

/system/ha/modules/[..n]/inbound_nacks

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmHAModRecvNAcks

MIB Type

Counter32

Messages received

Description

Number of received HA sync message by module.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/system/ha/modules/[..n]/msgs_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmHAModMessagesRecv

MIB Type

Counter32

Messages resent

Description

Number of resent HA sync messages by module.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/system/ha/modules/[..n]/msgs_resent

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmHAModMessagesResent

MIB Type

Counter32

Messages sent

Description

Number of sent HA sync messages by module.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/system/ha/modules/[..n]/msgs_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmHAModMessagesSent

MIB Type

Counter32

Messages throttled

Description

Number of attempts to send an HA sync message by this module that has been denied due to message rate limiting.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/system/ha/modules/[..n]/msgs_throttled

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmHAModMessagesThrottled

MIB Type

Counter32

Message token balance

Description

Current HA sync message token balance for the module.

Type

32-bit integer

Unit

Tokens

Category

Momentaneous

Stat Path

/system/ha/modules/[..n]/msg_tok_balance

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmHAModMessageTokens

MIB Type

Integer32

Objects installed

Description

Current number of HA objects installed in this module.

Type

Unsigned 32-bit integer

Unit

Objects

Category

Momentaneous

Stat Path

/system/ha/modules/[..n]/objects

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmHAModObjectCount

MIB Type

Unsigned32

Object queries

Description

Number of queries sent to the module when resolving dependencies to determine if a specific object exists.

Type

Unsigned 32-bit integer

Unit

Queries

Category

Counter

Stat Path

/system/ha/modules/[..n]/obj_queries

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmHAModObjectQueries

MIB Type

Counter32

Recreate requests

Description

Number of request to recreate a lost HA object message sent to the module.

Type

Unsigned 32-bit integer

Unit

Requests

Category

Counter

Stat Path

/system/ha/modules/[..n]/recreate_reqs

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.3030.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmHAModRecreatedRequests

MIB Type

Counter32

2.1.14. Traffic

Traffic statistics.

2.1.14.1. Forwarded bytes

Description

Forwarded bytes.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/system/traffic/forwarded_bytes

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2035.1000[.0]   (STREAM-MIB)

MIB Name

ssmSysFwdBytes

MIB Type

Counter64

2.1.14.2. Forwarded IPsec bytes

Description

Forwarded bytes through IPsec interfaces.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/system/traffic/forwarded_ipsec_bytes

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2035.1020[.0]   (STREAM-MIB)

MIB Name

ssmSysFwdIPsecBytes

MIB Type

Counter64

2.1.14.3. Forwarded IPsec packets

Description

Forwarded packets through IPsec interfaces.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/system/traffic/forwarded_ipsec_packets

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2035.1030[.0]   (STREAM-MIB)

MIB Name

ssmSysFwdIPsecPackets

MIB Type

Counter64

2.1.14.4. Forwarded packets

Description

Forwarded packets.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/system/traffic/forwarded_packets

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2035.1010[.0]   (STREAM-MIB)

MIB Name

ssmSysFwdPackets

MIB Type

Counter64

2.1.14.5. Forwarded VPN bytes

Description

Forwarded bytes through SSL VPN interfaces. IPsec traffic is not included.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/system/traffic/forwarded_vpn_bytes

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2035.1040[.0]   (STREAM-MIB)

MIB Name

ssmSysForwardedVPNBytes

MIB Type

Counter64

2.1.14.6. Forwarded VPN packets

Description

Forwarded packets through SSL VPN interfaces. IPsec traffic is not included.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/system/traffic/forwarded_vpn_packets

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2035.1050[.0]   (STREAM-MIB)

MIB Name

ssmSysForwardedVPNPackets

MIB Type

Counter64

2.1.15. Device

Device statistics.

2.1.15.1. Crypto[..]

Crypto device statistics entry.

Crypto device row index

Description

Crypto device statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceIndex

MIB Type

Integer32

Crypto device name

Description

Name of the crypto device.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.2[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceName

MIB Type

DisplayString

Is online

Description

Current status of the device (1=online, 0=offline).

Type

Unsigned 32-bit integer

Category

Momentaneous

Stat Path

/system/device/crypto/[..n]/is_online

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceIsOnline

MIB Type

Unsigned32

Symmetric authentication failures

Description

Number of authentication verification failures for decrypt operations.

Type

Unsigned 64-bit integer

Unit

Failures

Category

Counter

Stat Path

/system/device/crypto/[..n]/sym_auth_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceSymAuthFails

MIB Type

Counter64

Symmetric decryption failures

Description

Number of failed decrypt operations.

Type

Unsigned 64-bit integer

Unit

Failures

Category

Counter

Stat Path

/system/device/crypto/[..n]/sym_decrypt_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceSymDecryptFails

MIB Type

Counter64

Symmetric decrypt operations

Description

Number of successful encrypt operations.

Type

Unsigned 64-bit integer

Unit

Operations

Category

Counter

Stat Path

/system/device/crypto/[..n]/sym_decrypts

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceSymDecrypts

MIB Type

Counter64

Symmetric encryption failures

Description

Number of failed encrypt operations.

Type

Unsigned 64-bit integer

Unit

Failures

Category

Counter

Stat Path

/system/device/crypto/[..n]/sym_encrypt_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceSymEncryptFails

MIB Type

Counter64

Symmetric encrypt operations

Description

Number of successful encrypt operations.

Type

Unsigned 64-bit integer

Unit

Operations

Category

Counter

Stat Path

/system/device/crypto/[..n]/sym_encrypts

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceSymEncrypts

MIB Type

Counter64

Symmetric operations in flight

Description

Number of symmetric crypto operations currently in flight.

Type

Unsigned 32-bit integer

Unit

Operations

Category

Momentaneous

Stat Path

/system/device/crypto/[..n]/sym_in_flight

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceSymInFlight

MIB Type

Gauge32

Symmetric crypto session failures

Description

Number of session setup failures.

Type

Unsigned 64-bit integer

Unit

Failures

Category

Counter

Stat Path

/system/device/crypto/[..n]/sym_session_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceSymSessionFails

MIB Type

Counter64

Symmetric crypto sessions

Description

Number of active crypto sessions.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/system/device/crypto/[..n]/sym_sessions

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2050.3000.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmCryptoDeviceSymSessions

MIB Type

CounterBasedGauge64

2.1.16. Admin parameters

Management information for structured management of the system.

2.1.16.1. Date of last service

Description

Date of last service (Last time the unit got back to normal work state).

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2100.1040[.0]   (STREAM-MIB)

MIB Name

ssmDateOfLastService

MIB Type

DisplayString

2.1.16.2. Management IP address list

Description

IP address list of network management system interfaces.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2100.1020[.0]   (STREAM-MIB)

MIB Name

ssmManagementIPAddressList

MIB Type

DisplayString

2.1.16.3. Service IP address list

Description

Service IP Address List.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2100.1030[.0]   (STREAM-MIB)

MIB Name

ssmServiceIPAddressList

MIB Type

DisplayString

2.1.16.4. User defined state

Description

User defined state.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2100.1010[.0]   (STREAM-MIB)

MIB Name

ssmUserDefinedState

MIB Type

DisplayString

2.2. Interfaces

Interface statistics.

2.2.1. Common[..]

Interface statistics entry.

2.2.1.1. Interface row index

Description

Interface statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmIfIndex

MIB Type

Integer32

2.2.1.2. Interface name

Description

Name of the interface.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmIfName

MIB Type

DisplayString

2.2.1.3. Description

Description

Interface description/comment.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmIfDescription

MIB Type

DisplayString

2.2.1.4. Interface IP addresses

Description

Assigned IP addresses for interface.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmIfAddress

MIB Type

DisplayString

2.2.1.5. Bytes received

Description

Number of bytes received.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/common/[..n]/bytes_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmIfBytesRecv

MIB Type

Counter64

2.2.1.6. Bytes sent

Description

Number of bytes sent.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/common/[..n]/bytes_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1033[.n]   (STREAM-MIB)

MIB Name

ssmIfBytesSent

MIB Type

Counter64

2.2.1.7. Frags reassembly fails

Description

Number of failed IP fragment reassemblies.

Type

Unsigned 64-bit integer

Unit

Reassemblies

Category

Counter

Stat Path

/interfaces/common/[..n]/frag_reass_fail

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1039[.n]   (STREAM-MIB)

MIB Name

ssmIfFragReassFail

MIB Type

Counter64

2.2.1.8. Frags received

Description

Number of IP packet fragments received on the interface.

Type

Unsigned 64-bit integer

Unit

Fragments

Category

Counter

Stat Path

/interfaces/common/[..n]/frags_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1042[.n]   (STREAM-MIB)

MIB Name

ssmIfFragsRecv

MIB Type

Counter64

2.2.1.9. Frag reassembly ok

Description

Number of successful IP fragment reassemblies.

Type

Unsigned 64-bit integer

Unit

Reassemblies

Category

Counter

Stat Path

/interfaces/common/[..n]/frag_reass_ok

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1047[.n]   (STREAM-MIB)

MIB Name

ssmIfFragReassOK

MIB Type

Counter64

2.2.1.10. IPV6 bytes received

Description

Number of IPv6 bytes received.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/common/[..n]/ipv6_bytes_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1630[.n]   (STREAM-MIB)

MIB Name

ssmIfIpv6BytesRecv

MIB Type

Counter64

2.2.1.11. IPV6 bytes sent

Description

Number of IPv6 bytes sent.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/common/[..n]/ipv6_bytes_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1633[.n]   (STREAM-MIB)

MIB Name

ssmIfIpv6BytesSent

MIB Type

Counter64

2.2.1.12. IPv6 packets received

Description

Number of IPv6 packets received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/common/[..n]/ipv6_pkts_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1659[.n]   (STREAM-MIB)

MIB Name

ssmIfIpv6PktsRecv

MIB Type

Counter64

2.2.1.13. IPv6 packets sent

Description

Number of IPv6 packets sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/common/[..n]/ipv6_pkts_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1662[.n]   (STREAM-MIB)

MIB Name

ssmIfIpv6PktsSent

MIB Type

Counter64

2.2.1.14. Multicast packets received

Description

Number of received multicast packets.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/common/[..n]/mcast_pkts_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmIfMCastPktsRecv

MIB Type

Counter64

2.2.1.15. Multicast packets sent

Description

Number of sent multicast packets.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/common/[..n]/mcast_pkts_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1053[.n]   (STREAM-MIB)

MIB Name

ssmIfMCastPktsSent

MIB Type

Counter64

2.2.1.16. Packets dropped

Description

Number of packets dropped by the software.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/common/[..n]/pkts_dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1056[.n]   (STREAM-MIB)

MIB Name

ssmIfPktsDropped

MIB Type

Counter64

2.2.1.17. Packets received

Description

Number of received packets.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/common/[..n]/pkts_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1059[.n]   (STREAM-MIB)

MIB Name

ssmIfPktsRecv

MIB Type

Counter64

2.2.1.18. Packets sent

Description

Number of sent packets.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/common/[..n]/pkts_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1062[.n]   (STREAM-MIB)

MIB Name

ssmIfPktsSent

MIB Type

Counter64

2.2.1.19. Packet send failures

Description

Number of send failures (software congestion, rate limit, hardware malfunction).

Type

Unsigned 64-bit integer

Unit

Errors

Category

Counter

Stat Path

/interfaces/common/[..n]/send_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3010.1.1065[.n]   (STREAM-MIB)

MIB Name

ssmIfSendFails

MIB Type

Counter64

2.2.2. Global

Global interface statistics.

2.2.2.1. Frag reassembly timeout

Description

Total number of IP packet reassemblies that has failed due to timeout.

Type

Unsigned 64-bit integer

Unit

Reassemblies

Category

Counter

Stat Path

/interfaces/global/frags_reass_timeout

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmFragsReassTimeout

MIB Type

Counter64

2.2.2.2. Frags received

Description

Total number of IP packet fragments received.

Type

Unsigned 64-bit integer

Unit

Fragments

Category

Counter

Stat Path

/interfaces/global/frags_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.1025[.0]   (STREAM-MIB)

MIB Name

ssmFragsRecv

MIB Type

Counter64

2.2.2.3. Frags received ok

Description

Total number of IP packet fragments received OK.

Type

Unsigned 64-bit integer

Unit

Fragments

Category

Counter

Stat Path

/interfaces/global/frags_recv_ok

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.1030[.0]   (STREAM-MIB)

MIB Name

ssmFragsRecvOk

MIB Type

Counter64

2.2.2.4. Frag reassembly fails

Description

Total number of failed IP packet reassemblies.

Type

Unsigned 64-bit integer

Unit

Reassemblies

Category

Counter

Stat Path

/interfaces/global/frags_reass_fail

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.1035[.0]   (STREAM-MIB)

MIB Name

ssmFragsReassFail

MIB Type

Counter64

2.2.2.5. Frag reassembly ok

Description

Total number of IP packets reassembled OK.

Type

Unsigned 64-bit integer

Unit

Reassemblies

Category

Counter

Stat Path

/interfaces/global/frags_reass_ok

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.1040[.0]   (STREAM-MIB)

MIB Name

ssmFragsReassOK

MIB Type

Counter64

2.2.2.6. IPsec

Global IPsec interface statistics.

Ikev1

IKEv1 statistics.

DPD deleted SAs

Description

IKEv1 SAs deleted due to DPD.

Type

Unsigned 32-bit integer

Unit

SAs

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/dpd_deleted_sas

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1235[.0]   (STREAM-MIB)

MIB Name

ssmDPDDeletedIKEv1SAs

MIB Type

Counter32

Bytes received

Description

IKEv1 bytes received by the IKE engine.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/bytes_received

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1200[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1BytesRecv

MIB Type

Counter64

Bytes sent

Description

IKEv1 bytes sent by the IKE engine.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/bytes_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1205[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1BytesSent

MIB Type

Counter64

Active IKE negotiations

Description

Number of IKEv1 negotiations in progress.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev1/ike_negs_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1005[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IKENegsActive

MIB Type

Gauge32

Completed IKE negotiations

Description

Number of completed IKEv1 negotiations.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/ike_negs_completed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1010[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IKENegsCompleted

MIB Type

Counter64

Failed IKE negotiations

Description

Number of failed IKEv1 negotiations.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/ike_negs_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1015[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IKENegsFailed

MIB Type

Counter64

Packets received

Description

IKEv1 packets received by the IKE engine.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/packets_received

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1210[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1PacketsRecv

MIB Type

Counter32

Packets resent

Description

IKEv1 packets resent by the IKE engine.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/packets_resent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1220[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1PacketsResent

MIB Type

Counter32

Packets sent

Description

IKEv1 packets sent by the IKE engine.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/packets_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1225[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1PacketsSent

MIB Type

Counter32

Active IKE rekeys

Description

Number of IKEv1 rekeys in progress.

Type

Unsigned 32-bit integer

Unit

Rekeys

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev1/ike_rekeys_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1020[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IKERekeysActive

MIB Type

Gauge32

Completed IKE rekeys

Description

Number of completed IKEv1 rekeys.

Type

Unsigned 64-bit integer

Unit

Rekeys

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/ike_rekeys_completed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1025[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IKERekeysCompleted

MIB Type

Counter64

Failed IKE rekeys

Description

Number of failed IKEv1 rekeys.

Type

Unsigned 64-bit integer

Unit

Rekeys

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/ike_rekeys_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1030[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IKERekeysFailed

MIB Type

Counter64

Active IKE SAs

Description

Number of active IKEv1 SAs.

Type

Unsigned 32-bit integer

Unit

SAs

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev1/ike_sa_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1035[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IKESAsActive

MIB Type

Gauge32

Active IPsec negotiations

Description

Number of IPsec negotiations in progress.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev1/ipsec_negs_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1040[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IPsecNegsActive

MIB Type

Gauge32

Completed IPsec negotiations

Description

Number of completed IPsec negotiations.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/ipsec_negs_completed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1045[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IPsecNegsCompleted

MIB Type

Counter64

Failed IPsec negotiations

Description

Number of failed IPsec negotiations.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/ipsec_negs_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1050[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IPsecNegsFailed

MIB Type

Counter64

Active IPsec rekeys

Description

Number of IPsec rekeys in progress.

Type

Unsigned 32-bit integer

Unit

Rekeys

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev1/ipsec_rekeys_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1055[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IPsecRekeysActive

MIB Type

Gauge32

Completed IPsec rekeys

Description

Number of completed IPsec rekeys.

Type

Unsigned 64-bit integer

Unit

Rekeys

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/ipsec_rekeys_completed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1060[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IPsecRekeysCompleted

MIB Type

Counter64

Failed IPsec rekeys

Description

Number of failed IPsec rekeys.

Type

Unsigned 64-bit integer

Unit

Rekeys

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/ipsec_rekeys_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1065[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IPsecRekeysFailed

MIB Type

Counter64

Active IPsec SAs

Description

Number of active IPsec SAs.

Type

Unsigned 32-bit integer

Unit

SAs

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev1/ipsec_sa_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1070[.0]   (STREAM-MIB)

MIB Name

ssmIKEv1IPsecSAsActive

MIB Type

Gauge32

Timed out negotiations

Description

Number of timed out IKEv1 negotiations.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev1/timed_out_negs

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2030.1230[.0]   (STREAM-MIB)

MIB Name

ssmTimedOutIKEv1Negs

MIB Type

Counter32

Ikev2

IKEv2 statistics.

DPD deleted SAs

Description

IKEv2 SAs deleted due to DPD.

Type

Unsigned 32-bit integer

Unit

SAs

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/dpd_deleted_sas

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1235[.0]   (STREAM-MIB)

MIB Name

ssmDPDDeletedSAs

MIB Type

Counter32

Bytes received

Description

IKEv2 bytes received by the IKE engine.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/bytes_received

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1200[.0]   (STREAM-MIB)

MIB Name

ssmIKEBytesRecv

MIB Type

Counter64

Bytes sent

Description

IKEv2 bytes sent by the IKE engine.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/bytes_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1205[.0]   (STREAM-MIB)

MIB Name

ssmIKEBytesSent

MIB Type

Counter64

Active IKE negotiations

Description

Number of IKEv2 negotiations in progress.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev2/ike_negs_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1005[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IKENegsActive

MIB Type

Gauge32

Completed IKE negotiations

Description

Number of completed IKEv2 negotiations.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/ike_negs_completed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1010[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IKENegsCompleted

MIB Type

Counter64

Failed IKE negotiations

Description

Number of failed IKEv2 negotiations.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/ike_negs_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1015[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IKENegsFailed

MIB Type

Counter64

Packets received

Description

IKEv2 packets received by the IKE engine.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/packets_received

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1210[.0]   (STREAM-MIB)

MIB Name

ssmIKEPacketsRecv

MIB Type

Counter32

Packets resent

Description

IKEv2 Packets resent by the IKE engine.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/packets_resent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1220[.0]   (STREAM-MIB)

MIB Name

ssmIKEPacketsResent

MIB Type

Counter32

Packets sent

Description

IKEv2 packets sent by the IKE engine.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/packets_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1225[.0]   (STREAM-MIB)

MIB Name

ssmIKEPacketsSent

MIB Type

Counter32

Active IKE rekeys

Description

Number of IKEv2 rekeys in progress.

Type

Unsigned 32-bit integer

Unit

Rekeys

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev2/ike_rekeys_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1020[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IKERekeysActive

MIB Type

Gauge32

Completed IKE rekeys

Description

Number of completed IKEv2 rekeys.

Type

Unsigned 64-bit integer

Unit

Rekeys

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/ike_rekeys_completed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1025[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IKERekeysCompleted

MIB Type

Counter64

Failed IKE rekeys

Description

Number of failed IKEv2 rekeys.

Type

Unsigned 64-bit integer

Unit

Rekeys

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/ike_rekeys_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1030[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IKERekeysFailed

MIB Type

Counter64

Active IKE SAs

Description

Number of active IKEv2 SAs.

Type

Unsigned 32-bit integer

Unit

SAs

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev2/ike_sa_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1035[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IKESAsActive

MIB Type

Gauge32

Active IPsec negotiations

Description

Number of IPsec negotiations in progress.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev2/ipsec_negs_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1040[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IPsecNegsActive

MIB Type

Gauge32

Completed IPsec negotiations

Description

Number of completed IPsec negotiations.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/ipsec_negs_completed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1045[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IPsecNegsCompleted

MIB Type

Counter64

Failed IPsec negotiations

Description

Number of failed IPsec negotiations.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/ipsec_negs_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1050[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IPsecNegsFailed

MIB Type

Counter64

Active IPsec rekeys

Description

Number of IPsec rekeys in progress.

Type

Unsigned 32-bit integer

Unit

Rekeys

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev2/ipsec_rekeys_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1055[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IPsecRekeysActive

MIB Type

Gauge32

Completed IPsec rekeys

Description

Number of completed IPsec rekeys.

Type

Unsigned 64-bit integer

Unit

Rekeys

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/ipsec_rekeys_completed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1060[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IPsecRekeysCompleted

MIB Type

Counter64

Failed IPsec rekeys

Description

Number of failed IPsec rekeys.

Type

Unsigned 64-bit integer

Unit

Rekeys

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/ipsec_rekeys_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1065[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IPsecRekeysFailed

MIB Type

Counter64

Active IPsec SAs

Description

Number of active IPsec SAs.

Type

Unsigned 32-bit integer

Unit

SAs

Category

Momentaneous

Stat Path

/interfaces/global/ipsec/ikev2/ipsec_sa_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1070[.0]   (STREAM-MIB)

MIB Name

ssmIKEv2IPsecSAsActive

MIB Type

Gauge32

Timed out negotiations

Description

Number of timed out IKEv2 negotiations.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/ipsec/ikev2/timed_out_negs

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2020.2020.1230[.0]   (STREAM-MIB)

MIB Name

ssmTimedOutNegs

MIB Type

Counter32

2.2.2.7. SSLVPN

Global SSLVPN interface statistics.

Data channel replay check failures

Description

Number of packets on data channel which failed replay protection checks.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/sslvpn/data_replay_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1090[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNAntiReplayFailsSys

MIB Type

Counter64

Access-challenges active

Description

Number of active access-challenges.

Type

Unsigned 32-bit integer

Unit

Challenges

Category

Momentaneous

Stat Path

/interfaces/global/sslvpn/challenges_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1200[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNChallengeActiveSys

MIB Type

Unsigned32

Failed access-challenges

Description

Number of failed access-challenges.

Type

Unsigned 64-bit integer

Unit

Challenges

Category

Counter

Stat Path

/interfaces/global/sslvpn/challenges_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1210[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNChallengeFailedSys

MIB Type

Counter64

Successful access-challenges

Description

Number of successful access-challenges.

Type

Unsigned 64-bit integer

Unit

Challenges

Category

Counter

Stat Path

/interfaces/global/sslvpn/challenges_successful

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1220[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNChallengeSuccessSys

MIB Type

Counter64

Control channel bytes received

Description

Control channel bytes received.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/global/sslvpn/control_bytes_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1010[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNCtrlBytesRecvSys

MIB Type

Counter64

Control channel bytes sent

Description

Control channel bytes sent.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/global/sslvpn/control_bytes_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1020[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNCtrlBytesSentSys

MIB Type

Counter64

Control channel packets received

Description

Control channel packets received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/sslvpn/control_packets_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1030[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNCtrlPktsRecvSys

MIB Type

Counter64

Control channel packets resent

Description

Control channel packets resent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/sslvpn/control_packets_resent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1040[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNCtrlPktsResentSys

MIB Type

Counter64

Control channel packets sent

Description

Control channel packet sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/sslvpn/control_packets_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1050[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNCtrlPktsSentSys

MIB Type

Counter64

Data channel decryption failures

Description

Number of packets on data channel which failed to be decrypted.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/sslvpn/data_decrypt_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1060[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNDecryptFailsSys

MIB Type

Counter64

Data channel integrity check failures

Description

Number of packets on data channel which failed integrity check.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/sslvpn/data_integrity_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1070[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNIntegrityFailsSys

MIB Type

Counter64

Data channel invalid packets

Description

Encapsulated packets on data channel that the system was unable to parse.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/global/sslvpn/data_invalid_packets

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1080[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNInvalidPacketsSys

MIB Type

Counter64

Data encryption key negotations active

Description

Number of active data encryption key negotiations.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Momentaneous

Stat Path

/interfaces/global/sslvpn/negotiations_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1100[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNNegActiveSys

MIB Type

Unsigned32

Failed data encryption key negotiations

Description

Number of failed data encryption key negotiations.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/sslvpn/negotiations_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1110[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNNegFailedSys

MIB Type

Counter64

Successful data encryption key negotiations

Description

Number of successful data encryption key negotiations.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/global/sslvpn/negotiations_successful

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1120[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNNegSuccessSys

MIB Type

Counter64

Active data encryption key renegotiations

Description

Number of active data encryption key renegotiations.

Type

Unsigned 32-bit integer

Unit

Renegotiations

Category

Momentaneous

Stat Path

/interfaces/global/sslvpn/renegotiations_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1130[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNReNegActiveSys

MIB Type

Unsigned32

Failed data encryption key renegotiations

Description

Number of failed data encryption key negotiations.

Type

Unsigned 64-bit integer

Unit

Renegotiations

Category

Counter

Stat Path

/interfaces/global/sslvpn/renegotiations_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1140[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNReNegFailedSys

MIB Type

Counter64

Successful data encryption key renegotiations

Description

Number of successful data encryption key negotiations.

Type

Unsigned 64-bit integer

Unit

Renegotiations

Category

Counter

Stat Path

/interfaces/global/sslvpn/renegotiations_successful

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1150[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNReNegSuccessSys

MIB Type

Counter64

Current authenticated sessions

Description

Current authenticated sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/interfaces/global/sslvpn/sessions_current_auth

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1160[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNSessCurrAuthSys

MIB Type

Unsigned32

Current sessions

Description

Current sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/interfaces/global/sslvpn/sessions_current

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1170[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNSessCurrSys

MIB Type

Unsigned32

Timed out sessions

Description

Timed out sessions since start of system.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/interfaces/global/sslvpn/sessions_timed_out

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1180[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNSessTimedOutSys

MIB Type

Counter64

Total sessions

Description

Total sessions since start of system.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/interfaces/global/sslvpn/sessions_total

MIB OID

1.3.6.1.4.1.5089.3.2.2010.2010.2030.1190[.0]   (STREAM-MIB)

MIB Name

ssmSSLVPNSessTotalSys

MIB Type

Counter64

2.2.3. GTP[..]

GTP interface statistics entry.

2.2.3.1. GTP interface name

Description

GTP interface name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.2[.n]   (STREAM-MIB)

MIB Name

ssmGTPIfName

MIB Type

DisplayString

2.2.3.2. GTP interface row index

Description

Interface statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1[.n]   (STREAM-MIB)

MIB Name

ssmGTPIfIndex

MIB Type

Integer32

2.2.3.3. GTPC

GTPC statistics.

Active GTP negotiations

Description

Number of active GTP negotiations for this interface.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Momentaneous

Stat Path

/interfaces/gtp/[..n]/gtpc/active_negotiations

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfActiveNegotiations

MIB Type

Unsigned32

Detected GTP server restarts

Description

Number of detected GTP server restarts.

Type

Unsigned 32-bit integer

Unit

Restarts

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/gtp_server_restarts

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfDetectedGTPSrvRestarts

MIB Type

Counter32

Failed GTP negotiations

Description

Number of failed GTP negotiations for this interface.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/failed_negotiations

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfFailedNegotiations

MIB Type

Counter32

Failed sends

Description

Number of GTP-C packets for which sending failed.

Type

Unsigned 32-bit integer

Unit

Errors

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/failed_sends

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfFailedSends

MIB Type

Counter32

GTP server initiated delete

Description

Number of GTP server initiated delete requests for this interface.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/gtp_server_deletes

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfGTPSrvInitiatedDeletes

MIB Type

Counter32

GTPC active tunnels

Description

Number of established tunnels currently instantiated in GTPC.

Type

Unsigned 32-bit integer

Unit

Contexts

Category

Momentaneous

Stat Path

/interfaces/gtp/[..n]/gtpc/active_tunnels

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfGTPCTunnels

MIB Type

Unsigned32

IKE initiated delete

Description

Number of IKE initiated delete requests for this interface.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/ike_deletes

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfIKEInitiatedDeletes

MIB Type

Counter32

Invalid information element length

Description

Number of messages received with an invalid information element length for a GTPC interface.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/invalid_length_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfInvalidLengthIEs

MIB Type

Counter32

Invalid mandatory information elements

Description

Number of GTP-C packets with invalid mandatory information elements.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/invalid_mandatory_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1045[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfInvalidMandatoryIEs

MIB Type

Counter32

Invalid optional information elements

Description

Number of GTP-C packets with invalid optional information elements.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/invalid_optional_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfInvalidOptionalIEs

MIB Type

Counter32

Missing mandatory information elements

Description

Number of GTP-C packets with missing mandatory information elements.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/missing_mandatory_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1055[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfMissingMandatoryIEs

MIB Type

Counter32

Out of sequence information elements

Description

Number of GTP-C packets with out of sequence information elements.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/out_of_sequence_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1065[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfOutOfSequenceIEs

MIB Type

Counter32

Retries sent to GTP server

Description

Number of send message retries to a GTP server for which no response message was received.

Type

Unsigned 32-bit integer

Unit

Retries

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/retries

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1070[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfRetriesSent

MIB Type

Counter32

Truncated messages

Description

Number of GTP-C packets with header indicating too little data was received.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/truncated_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1060[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfTruncatedMsgs

MIB Type

Counter32

Client initiated delete

Description

Number of GTP client initiated deletes.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/client_initiated_delete

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1075[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfClientInitiatedDeletes

MIB Type

Counter32

Unexpected message

Description

Number of GTP-C packets containing an unexpected message.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/unexpected_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1080[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfUnexpectedMsgs

MIB Type

Counter32

Unknown information elements

Description

Number of GTP-C packets with unknown information elements.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/unknown_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1085[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfUnknownIEs

MIB Type

Counter32

Unknown messages

Description

Number of GTP-C packets with unknown signaling messages.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpc/unknown_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1090[.n]   (STREAM-MIB)

MIB Name

ssmGTPCIfUnknownMsgs

MIB Type

Counter32

2.2.3.4. GTPU

GTPU statistics.

GTPU active tunnels

Description

Number of established tunnels currently instantiated in GTPU.

Type

Unsigned 32-bit integer

Unit

Contexts

Category

Momentaneous

Stat Path

/interfaces/gtp/[..n]/gtpu/active_tunnels

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1205[.n]   (STREAM-MIB)

MIB Name

ssmGTPUIfGTPUTunnels

MIB Type

Unsigned32

Invalid sequence number

Description

Number of messages received with an invalid sequence number on a GTPU interface.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpu/invalid_sequence_number

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1200[.n]   (STREAM-MIB)

MIB Name

ssmGTPUIfInvalidSeqNum

MIB Type

Counter32

Invalid tunnels

Description

Number of messages received for an invalid tunnel on a GTPU interface.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpu/invalid_tunnels

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1195[.n]   (STREAM-MIB)

MIB Name

ssmGTPUIfInvalidTunnels

MIB Type

Counter32

Truncated messages

Description

Number of received truncated messages on a GTPU interface.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpu/truncated_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1190[.n]   (STREAM-MIB)

MIB Name

ssmGTPUIfTruncatedMsgs

MIB Type

Counter32

Unsupported extension header

Description

Number of messages received with an unsupported extension header on a GTPU interface.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpu/unsupported_extension_header

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1210[.n]   (STREAM-MIB)

MIB Name

ssmGTPUIfUnsupportedExtHdr

MIB Type

Counter32

Unsupported message type

Description

Number of messages received with an invalid message type on a GTPU interface.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpu/unsupported_msg_type

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1215[.n]   (STREAM-MIB)

MIB Name

ssmGTPUIfUnsupportedMsgType

MIB Type

Counter32

Unsupported version

Description

Number of messages received with an unsupported version on GTPU interfaces.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/interfaces/gtp/[..n]/gtpu/unsupported_version

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3020.1.1220[.n]   (STREAM-MIB)

MIB Name

ssmGTPUIfUnsupportedVer

MIB Type

Counter32

2.2.4. IPsec[..]

IPsec interface statistics entry.

2.2.4.1. IPsec interface entry index

Description

IPsec interface statistics entry index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfIndex

MIB Type

Integer32

2.2.4.2. IPsec interface name

Description

Name of the interface.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.2[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfName

MIB Type

DisplayString

2.2.4.3. Denied requests

Description

Number of times that the IP pool has failed to give out an address.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/denied

2.2.4.4. Denied DHCP requests

Description

Number of times that the IP pool has failed to receive an address from a DHCP server.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/dhcp_denied

2.2.4.5. Free addresses

Description

Current number of free addresses possessed by the IP pool.

Type

Unsigned 32-bit integer

Unit

Addresses

Category

Momentaneous

Stat Path

/interfaces/ipsec/[..n]/addresses_free

2.2.4.6. Successful handouts

Description

Total number of times an address has been handed out.

Type

Unsigned 32-bit integer

Unit

Addresses

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/handouts

2.2.4.7. Max capacity reached

Description

Number of times that the maximum capacity of the IP pool has been reached.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/max_reached

2.2.4.8. Pending addresses

Description

Current number of pending addresses possessed by the IP pool.

Type

Unsigned 32-bit integer

Unit

Addresses

Category

Momentaneous

Stat Path

/interfaces/ipsec/[..n]/addresses_pending

2.2.4.9. Revoked by DHCP server

Description

Number of times the IP pool has lost possession of an address.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/dhcp_revoked

2.2.4.10. Used addresses

Description

Current number of used addresses possessed by the IP pool.

Type

Unsigned 32-bit integer

Unit

Addresses

Category

Momentaneous

Stat Path

/interfaces/ipsec/[..n]/addresses_used

2.2.4.11. Total addresses

Description

Total number of addresses currently possessed by this IP pool.

Type

Unsigned 32-bit integer

Unit

Addresses

Category

Momentaneous

Stat Path

/interfaces/ipsec/[..n]/addresses

2.2.4.12. Anti-replay failures

Description

Number of packets received on the interface which failed anti-replay checking i.e. duplicates or packets with too low sequence number.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/anti_replay_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfAntiReplayFails

MIB Type

Counter64

2.2.4.13. Block length failures

Description

Number of packets received on the interface where the length of the encrypted data was not a multiple of the cipher block length.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/block_len_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfBlockLenFails

MIB Type

Counter64

2.2.4.14. Decryption failures

Description

Number of decryption failures for the interface.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/decrypt_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfDecryptFails

MIB Type

Counter64

2.2.4.15. Dummy packets

Description

Number of received dummy packets on the interface.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/dummy_packets

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfDummyPackets

MIB Type

Counter64

2.2.4.16. Encryption failures

Description

Number of encryption failures for the interface.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/encrypt_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfEncryptFails

MIB Type

Counter64

2.2.4.17. Integrity check value mismatches

Description

Number of packets received on the interface that could not be authenticated i.e. the integrity check value did not match the expected value.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/icv_mismatches

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfICVMismatches

MIB Type

Counter64

2.2.4.18. Next header mismatches

Description

Number of packets received on the interface that did not contain the expected next layer protocol.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/nh_mismatches

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfNHMismatches

MIB Type

Counter64

2.2.4.19. Pad mismatches

Description

Number of packets received on the interface that with bad padding.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/pad_mismatches

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1045[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfPadMismatches

MIB Type

Counter64

2.2.4.20. Runt packets

Description

Number of packets received on the interface that was too short.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/runt_packets

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfRuntPackets

MIB Type

Counter64

2.2.4.21. Sequence number overflows

Description

Number of sequence number overflows for the interface.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/ipsec/[..n]/seq_overflows

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3030.1.1055[.n]   (STREAM-MIB)

MIB Name

ssmIPsecIfSeqOverflows

MIB Type

Counter64

2.2.5. SSLVPN[..]

SSLVPN interface statistics entry.

2.2.5.1. SSLVPN interface entry index

Description

SSLVPN interface statistics entry index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNIfIndex

MIB Type

Integer32

2.2.5.2. SSLVPN interface name

Description

Name of the SSLVPN interface.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.2[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNIfName

MIB Type

DisplayString

2.2.5.3. Data channel replay check failures

Description

Number of packets on data channel which failed replay protection checks.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/data_replay_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1090[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNDataReplayFails

MIB Type

Counter64

2.2.5.4. Access-challenges active

Description

Number of active access-challenges.

Type

Unsigned 32-bit integer

Unit

Challenges

Category

Momentaneous

Stat Path

/interfaces/sslvpn/[..n]/challenges_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1220[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNChallengeActive

MIB Type

Unsigned32

2.2.5.5. Failed access-challenges

Description

Number of access-challenges that failed.

Type

Unsigned 64-bit integer

Unit

Challenges

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/challenges_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1230[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNChallengeFailed

MIB Type

Counter64

2.2.5.6. Successful access-challenges

Description

Number of access-challenges that were successful.

Type

Unsigned 64-bit integer

Unit

Challenges

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/challnges_successful

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1240[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNChallengeSuccess

MIB Type

Counter64

2.2.5.7. Control channel bytes received

Description

Control channel bytes received.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/control_bytes_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNCtrlBytesRecv

MIB Type

Counter64

2.2.5.8. Control channel bytes sent

Description

Control channel bytes sent.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/control_bytes_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNCtrlBytesSent

MIB Type

Counter64

2.2.5.9. Control channel packets received

Description

Control channel packets received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/control_packets_received

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNCtrlPktsRecv

MIB Type

Counter64

2.2.5.10. Control channel packets resent

Description

Control channel packets that were retransmitted due to not being acknowledged by peer.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/control_packets_resent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNCtrlPktsResent

MIB Type

Counter64

2.2.5.11. Control channel packets sent

Description

Control channel packets sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/control_packets_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNCtrlPktsSent

MIB Type

Counter64

2.2.5.12. Data channel decryption failures

Description

Number of packets on data channel which failed to be decrypted.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/data_decrypt_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1060[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNDataDecryptFails

MIB Type

Counter64

2.2.5.13. Data channel integrity check failures

Description

Number of packets on data channel which failed integrity check.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/data_integrity_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1070[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNDataIntegrityFails

MIB Type

Counter64

2.2.5.14. Data channel invalid packets

Description

Encapsulated packets on data channel that the system was unable to parse.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/data_invalid_packets

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1080[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNDataInvalidPkts

MIB Type

Counter64

2.2.5.15. Data encryption key negotations active

Description

Number of active data encryption key negotiations.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Momentaneous

Stat Path

/interfaces/sslvpn/[..n]/negotiations_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1120[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNNegActive

MIB Type

Unsigned32

2.2.5.16. Failed data encryption key negotiations

Description

Number of data encryption key negotiations that failed.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/negotiations_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1130[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNNegFailed

MIB Type

Counter64

2.2.5.17. Successful data encryption key negotiations

Description

Number of data encryption key negotiations that were successful.

Type

Unsigned 64-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/negotiations_successful

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1140[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNNegSuccess

MIB Type

Counter64

2.2.5.18. Active data encryption key renegotiations

Description

Number of active data encryption key renegotiations.

Type

Unsigned 32-bit integer

Unit

Renegotiations

Category

Momentaneous

Stat Path

/interfaces/sslvpn/[..n]/renegotiations_active

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1150[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNReNegActive

MIB Type

Unsigned32

2.2.5.19. Failed data encryption key renegotiations

Description

Number of data encryption key renegotiations that failed.

Type

Unsigned 64-bit integer

Unit

Renegotiations

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/renegotiations_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1160[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNReNegFailed

MIB Type

Counter64

2.2.5.20. Successful data encryption key renegotiations

Description

Number of data encryption key renegotiations that were successful.

Type

Unsigned 64-bit integer

Unit

Renegotiations

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/renegotiations_successful

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1170[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNReNegSuccess

MIB Type

Counter64

2.2.5.21. Sessions current

Description

Current sessions on server.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/interfaces/sslvpn/[..n]/sessions_current

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1180[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNSessCur

MIB Type

Unsigned32

2.2.5.22. Current authenticated sessions

Description

Current authenticated sessions on server.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/interfaces/sslvpn/[..n]/sessions_current_auth

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1190[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNSessCurrAuth

MIB Type

Unsigned32

2.2.5.23. Timed out sessions

Description

Timed out sessions on server since server start.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/sessions_timed_out

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1200[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNSessTimedOut

MIB Type

Counter64

2.2.5.24. Total sessions

Description

Total sessions on server since server start.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/interfaces/sslvpn/[..n]/sessions_total

MIB OID

1.3.6.1.4.1.5089.3.2.2010.3040.1.1210[.n]   (STREAM-MIB)

MIB Name

ssmSSLVPNSessTotal

MIB Type

Counter64

2.3. ALG

Application layer gateway.

2.3.1. DNS

DNS ALG.

2.3.1.1. Forwarded queries

Description

Number of DNS queries forwarded.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/forwarded_queries

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.1005[.0]   (STREAM-MIB)

MIB Name

ssmDNSALGFwdQueriesSys

MIB Type

Counter64

2.3.1.2. Forwarded responses

Description

Number of DNS responses forwarded.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/forwarded_responses

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.1010[.0]   (STREAM-MIB)

MIB Name

ssmDNSALGFwdResponsesSys

MIB Type

Counter64

2.3.1.3. Malformed client messages

Description

Number of DNS messages from client for which RFC protocol validation failed.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/client_malformed

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.1015[.0]   (STREAM-MIB)

MIB Name

ssmDNSALGMalformedClientMsgsSys

MIB Type

Counter64

2.3.1.4. Malformed server messages

Description

Number of DNS messages from server for which RFC protocol validation failed.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/server_malformed

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.1020[.0]   (STREAM-MIB)

MIB Name

ssmDNSALGMalformedServerMsgsSys

MIB Type

Counter64

2.3.1.5. Dropped client messages

Description

Number of dropped DNS messages from client, including messages dropped due to being malformed.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/client_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.1025[.0]   (STREAM-MIB)

MIB Name

ssmDNSALGDroppedClientMsgsSys

MIB Type

Counter64

2.3.1.6. Dropped server messages

Description

Number of dropped DNS messages from server, including messages dropped due to being malformed.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/server_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.1030[.0]   (STREAM-MIB)

MIB Name

ssmDNSALGDroppedServerMsgsSys

MIB Type

Counter64

2.3.1.7. DNS translations

Description

Number of translated addresses.

Type

Unsigned 64-bit integer

Unit

Addresses

Category

Counter

Stat Path

/alg/dns/translations

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.1035[.0]   (STREAM-MIB)

MIB Name

ssmDNSALGTranslationsSys

MIB Type

Counter64

2.3.1.8. Current sessions

Description

Currently active sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/dns/sessions_current

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.1040[.0]   (STREAM-MIB)

MIB Name

ssmDNSALGSessionsCurrentSys

MIB Type

Unsigned32

2.3.1.9. Total sessions

Description

Total amount of sessions processed over time.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/dns/sessions_total

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.1045[.0]   (STREAM-MIB)

MIB Name

ssmDNSALGSessionsTotalSys

MIB Type

Counter64

2.3.1.10. Profiles[..]

The row in a table of profile statistics.

Profile row index

Description

DNSALG profile row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGProfileIndex

MIB Type

Integer32

Profile name

Description

DNSALG profile name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGProfileName

MIB Type

DisplayString

Forwarded queries

Description

Number of DNS queries forwarded.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/profiles/[..n]/forwarded_queries

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGFwdQueries

MIB Type

Counter64

Forwarded responses

Description

Number of DNS responses forwarded.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/profiles/[..n]/forwarded_responses

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGFwdResponses

MIB Type

Counter64

Malformed client messages

Description

Number of DNS messages from client for which RFC protocol validation failed.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/profiles/[..n]/client_malformed

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGMalformedClientMsgs

MIB Type

Counter64

Malformed server messages

Description

Number of DNS messages from server for which RFC protocol validation failed.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/profiles/[..n]/server_malformed

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGMalformedServerMsgs

MIB Type

Counter64

Dropped client messages

Description

Number of dropped DNS messages from client, including messages dropped due to being malformed.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/profiles/[..n]/client_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGDroppedClientMsgs

MIB Type

Counter64

Dropped server messages

Description

Number of dropped DNS messages from server, including messages dropped due to being malformed.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/dns/profiles/[..n]/server_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGDroppedServerMsgs

MIB Type

Counter64

DNS translations

Description

Number of translated addresses.

Type

Unsigned 64-bit integer

Unit

Addresses

Category

Counter

Stat Path

/alg/dns/profiles/[..n]/translations

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGTranslations

MIB Type

Counter64

Current sessions

Description

Currently active sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/dns/profiles/[..n]/sessions_current

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGSessionsCurrent

MIB Type

Unsigned32

Total sessions

Description

Total amount of sessions processed over time.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/dns/profiles/[..n]/sessions_total

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2030.3010.1.1045[.n]   (STREAM-MIB)

MIB Name

ssmDNSALGSessionsTotal

MIB Type

Counter64

2.3.2. FTP

FTP ALG.

2.3.2.1. Command rate limit exceeded

Description

Number of sessions that have exceeded the command rate limit.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/ftp/cmdrate_exceeded

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.1025[.0]   (STREAM-MIB)

MIB Name

ssmFTPALGCmdRateExceededSystem

MIB Type

Counter32

2.3.2.2. Currently established data channels

Description

Currently established data channels.

Type

Unsigned 32-bit integer

Unit

Datachannels

Category

Momentaneous

Stat Path

/alg/ftp/data_channels_current

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.1005[.0]   (STREAM-MIB)

MIB Name

ssmFTPALGDataChannelsCurrSystem

MIB Type

Unsigned32

2.3.2.3. Total established data channels

Description

Total established data channels.

Type

Unsigned 64-bit integer

Unit

Datachannels

Category

Counter

Stat Path

/alg/ftp/data_channels_total

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.1010[.0]   (STREAM-MIB)

MIB Name

ssmFTPALGDataChannelsTotalSystem

MIB Type

Counter64

2.3.2.4. Current sessions

Description

Currently active sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/ftp/sessions_current

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.1015[.0]   (STREAM-MIB)

MIB Name

ssmFTPALGSessionsCurrentSystem

MIB Type

Unsigned32

2.3.2.5. Total sessions

Description

Total amount of sessions.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/ftp/sessions_total

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.1020[.0]   (STREAM-MIB)

MIB Name

ssmFTPALGSessionsTotalSystem

MIB Type

Counter64

2.3.2.6. Unknown commands

Description

Unknown commands received on FTPALG.

Type

Unsigned 32-bit integer

Unit

Commands

Category

Counter

Stat Path

/alg/ftp/unknown_cmds

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.1000[.0]   (STREAM-MIB)

MIB Name

ssmFTPALGUnknownCmdsSystem

MIB Type

Unsigned32

2.3.2.7. Profiles[..]

The row in a table of profile statistics.

Profile row index

Description

Authentication profile row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1[.n]   (STREAM-MIB)

MIB Name

ssmFTPALGProfileIndex

MIB Type

Integer32

Profile name

Description

FTPALG profile name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.2[.n]   (STREAM-MIB)

MIB Name

ssmFTPALGProfileName

MIB Type

DisplayString

Command rate limit exceeded

Description

Number of sessions that have exceeded the command rate limit on a specific profile.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/ftp/profiles/[..n]/cmdrate_exceeded

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmFTPALGCmdRateExceeded

MIB Type

Counter32

Current data channels

Description

Currently established data channels.

Type

Unsigned 32-bit integer

Unit

Datachannels

Category

Momentaneous

Stat Path

/alg/ftp/profiles/[..n]/data_channels_current

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmFTPALGDataChannelsCurrent

MIB Type

Unsigned32

Total established data channels

Description

Total established data channels.

Type

Unsigned 64-bit integer

Unit

Datachannels

Category

Counter

Stat Path

/alg/ftp/profiles/[..n]/data_channels_total

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmFTPALGDataChannelsTotal

MIB Type

Counter64

Current sessions

Description

Current sessions for profile.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/ftp/profiles/[..n]/sessions_current

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmFTPALGSessionsCurrent

MIB Type

Unsigned32

Total sessions

Description

Total sessions for profile.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/ftp/profiles/[..n]/sessions_total

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmFTPALGSessionsTotal

MIB Type

Counter64

Unknown commands

Description

Unknown commands received on FTPALG.

Type

Unsigned 32-bit integer

Unit

Commands

Category

Counter

Stat Path

/alg/ftp/profiles/[..n]/unknown_cmds

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2040.3000.1.1000[.n]   (STREAM-MIB)

MIB Name

ssmFTPALGUnknownCmds

MIB Type

Unsigned32

2.3.3. GTP

GTP inspection ALG.

2.3.3.1. GTPC

GTPC global statistics.

GTP-C messages with duplicated IEs

Description

Number of GTP-C messages containing duplicated IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/duplicated_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1010[.0]   (STREAM-MIB)

MIB Name

ssmGTPCDuplicatedIEsSys

MIB Type

Counter64

GTP-C messages with invalid mandatory IEs

Description

Number of GTP-C messages containing invalid mandatory IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/invalid_mandatory_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmGTPCInvalidMandatoryIEsSys

MIB Type

Counter64

GTP-C messages with invalid optional IEs

Description

Number of GTP-C messages containing invalid optional IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/invalid_optional_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1030[.0]   (STREAM-MIB)

MIB Name

ssmGTPCInvalidOptionalIEsSys

MIB Type

Counter64

GTP-C messages with missing mandatory IEs

Description

Number of GTP-C messages with missing mandatory IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/missing_mandatory_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1040[.0]   (STREAM-MIB)

MIB Name

ssmGTPCMissingMandatoryIEsSys

MIB Type

Counter64

Dropped GTP-C messages

Description

Number of dropped GTP-C messages, including messages with invalid or unknown version.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1050[.0]   (STREAM-MIB)

MIB Name

ssmGTPCDroppedSys

MIB Type

Counter64

Dropped GTPv1-C messages

Description

Number of dropped GTPv1-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/v1_dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1080[.0]   (STREAM-MIB)

MIB Name

ssmGTPCV1DroppedSys

MIB Type

Counter64

Dropped GTPv2-C messages

Description

Number of dropped GTPv2-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/v2_dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1110[.0]   (STREAM-MIB)

MIB Name

ssmGTPCV2DroppedSys

MIB Type

Counter64

Forwarded GTP-C messages

Description

Number of forwarded GTP-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/forwarded

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1060[.0]   (STREAM-MIB)

MIB Name

ssmGTPCForwardedSys

MIB Type

Counter64

Forwarded GTPv1-C messages

Description

Number of forwarded GTPv1-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/v1_forwarded

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1090[.0]   (STREAM-MIB)

MIB Name

ssmGTPCV1ForwardedSys

MIB Type

Counter64

Forwarded GTPv2-C messages

Description

Number of forwarded GTPv2-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/v2_forwarded

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1120[.0]   (STREAM-MIB)

MIB Name

ssmGTPCV2ForwardedSys

MIB Type

Counter64

Received GTP-C messages

Description

Number of received GTP-C messages, including messages with invalid or unknown version.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/received

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1070[.0]   (STREAM-MIB)

MIB Name

ssmGTPCReceivedSys

MIB Type

Counter64

Received GTPv1-C messages

Description

Number of received GTPv1-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/v1_received

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1100[.0]   (STREAM-MIB)

MIB Name

ssmGTPCV1ReceivedSys

MIB Type

Counter64

Received GTPv2-C messages

Description

Number of received GTPv2-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/v2_received

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1130[.0]   (STREAM-MIB)

MIB Name

ssmGTPCV2ReceivedSys

MIB Type

Counter64

GTP-C messages with out-of-order IEs

Description

Number of GTP-C messages with out-of-order IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/out_of_order_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1170[.0]   (STREAM-MIB)

MIB Name

ssmGTPCOutOfOrderIEsSys

MIB Type

Counter64

Active GTP-C sessions

Description

Number of currently active GTP-C sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/gtp/gtpc/sessions_active

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1140[.0]   (STREAM-MIB)

MIB Name

ssmGTPCSessionsActiveSys

MIB Type

Unsigned32

Created GTP-C sessions

Description

Number of created GTP-C sessions.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/gtp/gtpc/sessions_created

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1150[.0]   (STREAM-MIB)

MIB Name

ssmGTPCSessionsCreatedSys

MIB Type

Counter64

Deleted GTP-C sessions

Description

Number of deleted GTP-C sessions.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/gtp/gtpc/sessions_deleted

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1160[.0]   (STREAM-MIB)

MIB Name

ssmGTPCSessionsDeletedSys

MIB Type

Counter64

Truncated GTP-C messages

Description

Number of truncated GTP-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/truncated_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1180[.0]   (STREAM-MIB)

MIB Name

ssmGTPCTruncatedMsgsSys

MIB Type

Counter64

GTP-C messages with unexpected IEs

Description

Number of GTP-C messages containing unexpected IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/unexpected_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1190[.0]   (STREAM-MIB)

MIB Name

ssmGTPCUnexpectedIEsSys

MIB Type

Counter64

Unexpected GTP-C messages

Description

Number of unexpected GTP-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/unexpected_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1200[.0]   (STREAM-MIB)

MIB Name

ssmGTPCUnexpectedMsgsSys

MIB Type

Counter64

GTP-C messages with unknown IEs

Description

Number of GTP-C messages containing unknown IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/unknown_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1210[.0]   (STREAM-MIB)

MIB Name

ssmGTPCUnknownIEsSys

MIB Type

Counter64

Unknown GTP-C messages

Description

Number of unknown GTP-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/unknown_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1220[.0]   (STREAM-MIB)

MIB Name

ssmGTPCUnknownMsgsSys

MIB Type

Counter64

Unsupported GTP-C version

Description

Number of GTP-C messages received with an unsupported version.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpc/unsupported_versions

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2010.1225[.0]   (STREAM-MIB)

MIB Name

ssmGTPCUnsupportedVerSys

MIB Type

Counter64

2.3.3.2. GTPU

GTPU global statistics.

Active GTP-U bearers

Description

Number of currently active GTP-U bearers.

Type

Unsigned 32-bit integer

Unit

Bearers

Category

Momentaneous

Stat Path

/alg/gtp/gtpu/bearers_active

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1010[.0]   (STREAM-MIB)

MIB Name

ssmGTPUBearersActiveSys

MIB Type

Unsigned32

Created GTP-U bearers

Description

Number of created GTP-U bearers.

Type

Unsigned 64-bit integer

Unit

Bearers

Category

Counter

Stat Path

/alg/gtp/gtpu/bearers_created

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1020[.0]   (STREAM-MIB)

MIB Name

ssmGTPUBearersCreatedSys

MIB Type

Counter64

Deleted GTP-U bearers

Description

Number of deleted GTP-U bearers.

Type

Unsigned 64-bit integer

Unit

Bearers

Category

Counter

Stat Path

/alg/gtp/gtpu/bearers_deleted

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1030[.0]   (STREAM-MIB)

MIB Name

ssmGTPUBearersDeletedSys

MIB Type

Counter64

GTP-U messages with duplicated IEs

Description

Number of GTP-U messages with duplicated IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/duplicated_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1560[.0]   (STREAM-MIB)

MIB Name

ssmGTPUDuplicatedIEsSys

MIB Type

Counter64

Invalid GTP-U tunnels

Description

Number of GTP-U messages received for an invalid tunnel.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/invalid_tunnels

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1040[.0]   (STREAM-MIB)

MIB Name

ssmGTPUInvalidTunnelsSys

MIB Type

Counter64

GTP-U messages with missing mandatory IEs

Description

Number of GTP-U messages with missing mandatory IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/missing_mandatory_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1540[.0]   (STREAM-MIB)

MIB Name

ssmGTPUMissingMandatoryIEsSys

MIB Type

Counter64

Dropped GTP-U messages

Description

Number of dropped GTP-U messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1050[.0]   (STREAM-MIB)

MIB Name

ssmGTPUDroppedSys

MIB Type

Counter64

Forwarded GTP-U messages

Description

Number of forwarded GTP-U messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/forwarded

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1060[.0]   (STREAM-MIB)

MIB Name

ssmGTPUForwardedSys

MIB Type

Counter64

Received GTP-U messages

Description

Number of received GTP-U messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/received

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1070[.0]   (STREAM-MIB)

MIB Name

ssmGTPUReceivedSys

MIB Type

Counter64

GTP-U messages with out-of-order information elements

Description

Number of GTP-U messages with out-of-order information elements.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/out_of_order_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1550[.0]   (STREAM-MIB)

MIB Name

ssmGTPUOutOfOrderIEsSys

MIB Type

Counter64

Truncated GTP-U messages

Description

Number of received truncated GTP-U messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/truncated_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1080[.0]   (STREAM-MIB)

MIB Name

ssmGTPUTruncatedMsgsSys

MIB Type

Counter64

GTP-U messages with unexpected IEs

Description

Number of GTP-U messages with unexpected IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/unexpected_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1570[.0]   (STREAM-MIB)

MIB Name

ssmGTPUUnexpectedIEsSys

MIB Type

Counter64

GTP-U messages with unknown IEs

Description

Number of GTP-U messages containing unknown IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/unknown_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1580[.0]   (STREAM-MIB)

MIB Name

ssmGTPUUnknownIEsSys

MIB Type

Counter64

Unknown GTP-U messages

Description

Number of unknown GTP-U messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/unknown_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1090[.0]   (STREAM-MIB)

MIB Name

ssmGTPUUnknownMsgsSys

MIB Type

Counter64

Unsupported GTP-U version

Description

Number of GTP-U messages received with an unsupported version.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/gtpu/unsupported_versions

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.2020.1100[.0]   (STREAM-MIB)

MIB Name

ssmGTPUUnsupportedVersionsSys

MIB Type

Counter64

2.3.3.3. Profiles[..]

The row in a table of profile statistics.

Profile row index

Description

GTP inspection profile row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmGTPInspProfileIndex

MIB Type

Integer32

Profile name

Description

GTP inspection profile name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmGTPInspProfileName

MIB Type

DisplayString

GTPC

GTPC profile statistics.

GTP-C messages with duplicated IEs

Description

Number of GTP-C messages containing duplicated IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/duplicated_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmGTPCDuplicatedIEs

MIB Type

Counter64

GTP-C messages with invalid mandatory IEs

Description

Number of GTP-C messages containing invalid mandatory IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/invalid_mandatory_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmGTPCInvalidMandatoryIEs

MIB Type

Counter64

GTP-C messages with invalid optional IEs

Description

Number of GTP-C messages containing invalid optional IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/invalid_optional_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmGTPCInvalidOptionalIEs

MIB Type

Counter64

GTP-C messages with missing mandatory IEs

Description

Number of GTP-C messages with missing mandatory IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/missing_mandatory_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmGTPCMissingMandatoryIEs

MIB Type

Counter64

Dropped GTP-C messages

Description

Number of dropped GTP-C messages, including messages with invalid or unknown version.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmGTPCDropped

MIB Type

Counter64

Dropped GTPv1-C messages

Description

Number of dropped GTPv1-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/v1_dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1080[.n]   (STREAM-MIB)

MIB Name

ssmGTPCV1Dropped

MIB Type

Counter64

Dropped GTPv2-C messages

Description

Number of dropped GTPv2-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/v2_dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1110[.n]   (STREAM-MIB)

MIB Name

ssmGTPCV2Dropped

MIB Type

Counter64

Forwarded GTP-C messages

Description

Number of forwarded GTP-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/forwarded

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1060[.n]   (STREAM-MIB)

MIB Name

ssmGTPCForwarded

MIB Type

Counter64

Forwarded GTPv1-C messages

Description

Number of forwarded GTPv1-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/v1_forwarded

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1090[.n]   (STREAM-MIB)

MIB Name

ssmGTPCV1Forwarded

MIB Type

Counter64

Forwarded GTPv2-C messages

Description

Number of forwarded GTPv2-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/v2_forwarded

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1120[.n]   (STREAM-MIB)

MIB Name

ssmGTPCV2Forwarded

MIB Type

Counter64

Received GTP-C messages

Description

Number of received GTP-C messages, including messages with invalid or unknown version.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/received

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1070[.n]   (STREAM-MIB)

MIB Name

ssmGTPCReceived

MIB Type

Counter64

Received GTPv1-C messages

Description

Number of received GTPv1-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/v1_received

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1100[.n]   (STREAM-MIB)

MIB Name

ssmGTPCV1Received

MIB Type

Counter64

Received GTPv2-C messages

Description

Number of received GTPv2-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/v2_received

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1130[.n]   (STREAM-MIB)

MIB Name

ssmGTPCV2Received

MIB Type

Counter64

GTP-C messages with out-of-order IEs

Description

Number of GTP-C messages with out-of-order IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/out_of_order_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1140[.n]   (STREAM-MIB)

MIB Name

ssmGTPCOutOfOrderIEs

MIB Type

Counter64

Active GTP-C sessions

Description

Number of currently active GTP-C sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/gtp/profiles/[..n]/gtpc/sessions_active

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1150[.n]   (STREAM-MIB)

MIB Name

ssmGTPCSessionsActive

MIB Type

Unsigned32

Created GTP-C sessions

Description

Number of created GTP-C sessions.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/sessions_created

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1160[.n]   (STREAM-MIB)

MIB Name

ssmGTPCSessionsCreated

MIB Type

Counter64

Deleted GTP-C sessions

Description

Number of deleted GTP-C sessions.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/sessions_deleted

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1170[.n]   (STREAM-MIB)

MIB Name

ssmGTPCSessionsDeleted

MIB Type

Counter64

Truncated GTP-C messages

Description

Number of truncated GTP-C messages (too short).

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/truncated_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1180[.n]   (STREAM-MIB)

MIB Name

ssmGTPCTruncatedMsgs

MIB Type

Counter64

GTP-C messages with unexpected IEs

Description

Number of GTP-C messages containing unexpected IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/unexpected_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1190[.n]   (STREAM-MIB)

MIB Name

ssmGTPCUnexpectedIEs

MIB Type

Counter64

Unexpected GTP-C messages

Description

Number of unexpected GTP-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/unexpected_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1200[.n]   (STREAM-MIB)

MIB Name

ssmGTPCUnexpectedMsgs

MIB Type

Counter64

GTP-C messages with unknown IEs

Description

Number of GTP-C messages containing unknown IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/unknown_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1210[.n]   (STREAM-MIB)

MIB Name

ssmGTPCUnknownIEs

MIB Type

Counter64

Unknown GTP-C messages

Description

Number of unknown GTP-C messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/unknown_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1220[.n]   (STREAM-MIB)

MIB Name

ssmGTPCUnknownMsgs

MIB Type

Counter64

Unsupported GTP-C version

Description

Number of GTP-C messages received with an unsupported version.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpc/unsupported_versions

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1290[.n]   (STREAM-MIB)

MIB Name

ssmGTPCUnsupportedVer

MIB Type

Counter64

GTPU

GTPU profile statistics.

Active GTP-U bearers

Description

Number of currently active GTP-U bearers.

Type

Unsigned 32-bit integer

Unit

Bearers

Category

Momentaneous

Stat Path

/alg/gtp/profiles/[..n]/gtpu/bearers_active

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1510[.n]   (STREAM-MIB)

MIB Name

ssmGTPUBearersActive

MIB Type

Unsigned32

Created GTP-U bearers

Description

Number of created GTP-U bearers.

Type

Unsigned 64-bit integer

Unit

Bearers

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/bearers_created

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1520[.n]   (STREAM-MIB)

MIB Name

ssmGTPUBearersCreated

MIB Type

Counter64

Deleted GTP-U bearers

Description

Number of deleted GTP-U bearers.

Type

Unsigned 64-bit integer

Unit

Bearers

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/bearers_deleted

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1530[.n]   (STREAM-MIB)

MIB Name

ssmGTPUBearersDeleted

MIB Type

Counter64

GTP-U messages with duplicated IEs

Description

Number of GTP-U messages with duplicated IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/duplicated_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1230[.n]   (STREAM-MIB)

MIB Name

ssmGTPUDuplicatedIEs

MIB Type

Counter64

Invalid GTP-U tunnels

Description

Number of GTP-U messages received for an invalid tunnel.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/invalid_tunnels

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1235[.n]   (STREAM-MIB)

MIB Name

ssmGTPUInvalidTunnels

MIB Type

Counter64

GTP-U messages with missing mandatory IEs

Description

Number of GTP-U messages with missing mandatory IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/missing_mandatory_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1240[.n]   (STREAM-MIB)

MIB Name

ssmGTPUMissingMandatoryIEs

MIB Type

Counter64

Dropped GTP-U messages

Description

Number of dropped GTP-U messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1245[.n]   (STREAM-MIB)

MIB Name

ssmGTPUDropped

MIB Type

Counter64

Forwarded GTP-U messages

Description

Number of forwarded GTP-U messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/forwarded

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1250[.n]   (STREAM-MIB)

MIB Name

ssmGTPUForwarded

MIB Type

Counter64

Received GTP-U messages

Description

Number of received GTP-U messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/received

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1255[.n]   (STREAM-MIB)

MIB Name

ssmGTPUReceived

MIB Type

Counter64

GTP-U messages with out-of-order information elements

Description

Number of GTP-U messages with out-of-order information elements.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/out_of_order_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1260[.n]   (STREAM-MIB)

MIB Name

ssmGTPUOutOfOrderIEs

MIB Type

Counter64

Truncated GTP-U messages

Description

Number of received truncated GTP-U messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/truncated_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1265[.n]   (STREAM-MIB)

MIB Name

ssmGTPUTruncatedMsgs

MIB Type

Counter64

GTP-U messages with unexpected IEs

Description

Number of GTP-U messages with unexpected IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/unexpected_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1270[.n]   (STREAM-MIB)

MIB Name

ssmGTPUUnexpectedIEs

MIB Type

Counter64

GTP-U messages with unknown IEs

Description

Number of GTP-U messages containing unknown IEs.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/unknown_ies

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1275[.n]   (STREAM-MIB)

MIB Name

ssmGTPUUnknownIEs

MIB Type

Counter64

Unknown GTP-U messages

Description

Number of unknown GTP-U messages.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/unknown_msgs

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1280[.n]   (STREAM-MIB)

MIB Name

ssmGTPUUnknownMsgs

MIB Type

Counter64

Unsupported GTP-U version

Description

Number of GTP-U messages received with an unsupported version.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/gtp/profiles/[..n]/gtpu/unsupported_versions

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2050.3010.1.1285[.n]   (STREAM-MIB)

MIB Name

ssmGTPUUnsupportedVersions

MIB Type

Counter64

2.3.4. SIP

SIP ALG.

2.3.4.1. Global

Global SIPALG statistics.

Active media sessions

Description

Global number of active media sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/sip/global/active_media_sessions

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1010[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGActiveMediaSessionsSys

MIB Type

Unsigned32

Active call sessions

Description

Global number of active call sessions, i.e. calls in confirmed state.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/sip/global/active_call_sessions

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1060[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGActiveCallSessionsSys

MIB Type

Unsigned32

Active SIP registrations

Description

Global number of active SIP registrations.

Type

Unsigned 32-bit integer

Unit

Registrations

Category

Momentaneous

Stat Path

/alg/sip/global/active_registrations

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1035[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGActiveRegistrationsSys

MIB Type

Unsigned32

Active SIP sessions

Description

Global number of active SIP sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/sip/global/active_sessions

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1005[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGActiveSessionsSys

MIB Type

Unsigned32

Disconnected SIP media sessions due to timeout

Description

Global number of disconnected SIP media sessions due to timeout.

Type

Unsigned 32-bit integer

Unit

Timeouts

Category

Counter

Stat Path

/alg/sip/global/disconnects_media_session_timeout

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1030[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGMediaSesDiscTimeoutSys

MIB Type

Unsigned32

Disconnected SIP sessions due to registration time expiry

Description

Global number of disconnected SIP sessions due to registration time expiry.

Type

Unsigned 32-bit integer

Unit

Timeouts

Category

Counter

Stat Path

/alg/sip/global/disconnects_session_reg_timeout

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1025[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGSesDiscRegTimeoutSys

MIB Type

Unsigned32

Disconnected SIP sessions due to timeout

Description

Global number of disconnected SIP sessions due to timeout.

Type

Unsigned 32-bit integer

Unit

Timeouts

Category

Counter

Stat Path

/alg/sip/global/disconnects_session_timeout

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGSesDiscTimeoutSys

MIB Type

Unsigned32

Failed SIP registrations

Description

Global number of failed SIP registrations.

Type

Unsigned 32-bit integer

Unit

Failures

Category

Counter

Stat Path

/alg/sip/global/registrations_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1045[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGRegistrationsFailSys

MIB Type

Unsigned32

Negotiated media sessions

Description

Global number of negotiated media sessions.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/alg/sip/global/media_sessions_negotiated

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1050[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGMediaSesNegSys

MIB Type

Unsigned32

Registration requests dropped

Description

Global number of dropped registrations requests due to consecutive registration failure for a given To URI and triggering of registration hijack protection.

Type

Unsigned 32-bit integer

Unit

Drops

Category

Counter

Stat Path

/alg/sip/global/registrations_hijack_drop

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1055[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGRegHijackDropSys

MIB Type

Unsigned32

Signaling errors

Description

Global number of signaling errors.

Type

Unsigned 32-bit integer

Unit

Errors

Category

Counter

Stat Path

/alg/sip/global/signal_error

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1015[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGSignalErrSys

MIB Type

Unsigned32

Successful SIP registrations

Description

Global number of successful SIP registrations.

Type

Unsigned 32-bit integer

Unit

Registrations

Category

Counter

Stat Path

/alg/sip/global/registrations

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.2010.1040[.0]   (STREAM-MIB)

MIB Name

ssmSIPALGRegistrationsSys

MIB Type

Unsigned32

2.3.4.2. Profiles[..]

The row in a table of profile statistics.

Profile row index

Description

SIPALG profile row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGIndex

MIB Type

Integer32

Profile name

Description

SIPALG profile name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGName

MIB Type

DisplayString

Active media sessions

Description

Number of active media sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/sip/profiles/[..n]/active_media_sessions

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGActiveMediaSessions

MIB Type

Unsigned32

Active SIP registrations

Description

Number of active SIP registrations.

Type

Unsigned 32-bit integer

Unit

Registrations

Category

Momentaneous

Stat Path

/alg/sip/profiles/[..n]/active_registrations

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGActiveRegistrations

MIB Type

Unsigned32

Active call sessions

Description

Number of active call sessions, i.e. calls in confirmed state.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/sip/profiles/[..n]/active_call_sessions

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1060[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGActiveCallSessions

MIB Type

Unsigned32

Active SIP sessions

Description

Number of active SIP sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/sip/profiles/[..n]/active_sessions

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGActiveSessions

MIB Type

Unsigned32

Disconnected SIP media sessions due to timeout

Description

Number of disconnected SIP media sessions due to timeout.

Type

Unsigned 32-bit integer

Unit

Timeouts

Category

Counter

Stat Path

/alg/sip/profiles/[..n]/disconnects_media_session_timeout

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGMediaSesDiscTimeout

MIB Type

Unsigned32

Disconnected SIP sessions due to registration time expiry

Description

Number of disconnected SIP sessions due to registration time expiry.

Type

Unsigned 32-bit integer

Unit

Timeouts

Category

Counter

Stat Path

/alg/sip/profiles/[..n]/disconnects_session_reg_timeout

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGSesDiscRegTimeout

MIB Type

Unsigned32

Disconnected SIP sessions due to timeout

Description

Number of disconnected SIP sessions due to timeout.

Type

Unsigned 32-bit integer

Unit

Timeouts

Category

Counter

Stat Path

/alg/sip/profiles/[..n]/disconnects_session_timeout

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGSesDiscTimeout

MIB Type

Unsigned32

Failed SIP registrations

Description

Number of failed SIP registrations.

Type

Unsigned 32-bit integer

Unit

Failures

Category

Counter

Stat Path

/alg/sip/profiles/[..n]/registrations_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1045[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGRegistrationsFail

MIB Type

Unsigned32

Negotiated media sessions

Description

Number of negotiated media sessions.

Type

Unsigned 32-bit integer

Unit

Negotiations

Category

Counter

Stat Path

/alg/sip/profiles/[..n]/media_sessions_negotiated

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGMediaSesNeg

MIB Type

Unsigned32

Registration requests dropped

Description

Number of dropped registrations requests due to consecutive registration failure for a given To URI and triggering of registration hijack protection.

Type

Unsigned 32-bit integer

Unit

Drops

Category

Counter

Stat Path

/alg/sip/profiles/[..n]/registrations_hijack_drop

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1055[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGRegHijackDrop

MIB Type

Unsigned32

Signaling error

Description

Number of signaling errors.

Type

Unsigned 32-bit integer

Unit

Errors

Category

Counter

Stat Path

/alg/sip/profiles/[..n]/signal_error

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGSignalErr

MIB Type

Unsigned32

Successful SIP registrations

Description

Number of successful SIP registrations.

Type

Unsigned 32-bit integer

Unit

Registrations

Category

Counter

Stat Path

/alg/sip/profiles/[..n]/registrations

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2090.3010.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmSIPALGRegistrations

MIB Type

Unsigned32

2.3.5. Syslog

Syslog ALG.

2.3.5.1. Forwarded messages

Description

Total number of Syslog messages forwarded.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/syslog/forwarded_messages

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.1005[.0]   (STREAM-MIB)

MIB Name

ssmSyslogALGFwdClientMessagesSys

MIB Type

Counter64

2.3.5.2. Dropped client messages

Description

Total number of dropped Syslog messages from client, including messages dropped due to being malformed.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/syslog/client_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.1010[.0]   (STREAM-MIB)

MIB Name

ssmSyslogALGDroppedClientMsgsSys

MIB Type

Counter64

2.3.5.3. Dropped reverse messages

Description

Total number of dropped data packets sent in the reverse direction i.e. from the server towards the client.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/syslog/reverse_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.1015[.0]   (STREAM-MIB)

MIB Name

ssmSyslogALGDroppedRevMsgsSys

MIB Type

Counter64

2.3.5.4. Current sessions

Description

Total amount of currently active sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/syslog/sessions_current

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.1020[.0]   (STREAM-MIB)

MIB Name

ssmSyslogALGSessionsCurrentSys

MIB Type

Unsigned32

2.3.5.5. Total sessions

Description

Total amount of sessions processed over time.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/syslog/sessions_total

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.1025[.0]   (STREAM-MIB)

MIB Name

ssmSyslogALGSessionsTotalSys

MIB Type

Counter64

2.3.5.6. Profiles[..]

The row in a table of profile statistics.

Profile row index

Description

SyslogALG profile row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1[.n]   (STREAM-MIB)

MIB Name

ssmSyslogALGIndex

MIB Type

Integer32

Profile name

Description

SyslogALG profile name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.2[.n]   (STREAM-MIB)

MIB Name

ssmSyslogALGProfileName

MIB Type

DisplayString

Forwarded messages

Description

Number of Syslog messages forwarded.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/syslog/profiles/[..n]/forwarded_messages

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmSyslogALGFwdClientMessages

MIB Type

Counter64

Dropped client messages

Description

Number of dropped Syslog messages from client, including messages dropped due to being malformed.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/syslog/profiles/[..n]/client_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmSyslogALGDroppedClientMsgs

MIB Type

Counter64

Dropped reverse messages

Description

Number of dropped data packets sent in the reverse direction i.e. from the server towards the client.

Type

Unsigned 64-bit integer

Unit

Messages

Category

Counter

Stat Path

/alg/syslog/profiles/[..n]/reverse_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmSyslogALGDroppedRevMsgs

MIB Type

Counter64

Current sessions

Description

Currently active sessions.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/alg/syslog/profiles/[..n]/sessions_current

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmSyslogALGSessionsCurrent

MIB Type

Unsigned32

Total sessions

Description

Amount of sessions processed over time.

Type

Unsigned 64-bit integer

Unit

Sessions

Category

Counter

Stat Path

/alg/syslog/profiles/[..n]/sessions_total

MIB OID

1.3.6.1.4.1.5089.3.2.2100.2095.3020.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmSyslogALGSessionsTotal

MIB Type

Counter64

2.4. Application control

Application control statistics.

2.4.1. Analyzed bytes

Description

Analyzed bytes.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/appctrl/analyzed_bytes

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1010[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlAnalyzedBytes

MIB Type

Counter64

2.4.2. Analyzed packets

Description

Analyzed packets.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/appctrl/analyzed_packets

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1015[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlAnalyzedPkts

MIB Type

Counter64

2.4.3. Apps

Description

Number of applications.

Type

Unsigned 32-bit integer

Unit

Applications

Category

Momentaneous

Stat Path

/appctrl/apps

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1020[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlApps

MIB Type

Unsigned32

2.4.4. Active flows

Description

Number of flows being actively analyzed.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/appctrl/flows_active

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1040[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlFlowsActive

MIB Type

Unsigned32

2.4.5. Classified flows

Description

Number of flows in the system that have received their final classification and have been offloaded.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/appctrl/flows_classified

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1045[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlFlowsClassified

MIB Type

Unsigned32

2.4.6. Unclassified flows

Description

Number of inspected flows that are pending classification.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/appctrl/flows_unclassified

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1050[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlFlowsUnclassified

MIB Type

Unsigned32

2.4.7. Reclassifications

Description

Reclassifications.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/appctrl/reclassifications

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1070[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlReclassifications

MIB Type

Counter64

2.4.8. Total bytes

Description

Total bytes.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/appctrl/total_bytes

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1080[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlTotBytes

MIB Type

Counter64

2.4.9. Total packets

Description

Total packets.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/appctrl/total_packets

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1085[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlTotPkts

MIB Type

Counter64

2.4.10. Unclassified bytes

Description

Bytes forwarded while initial classification is pending.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/appctrl/unclassified_bytes

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1090[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlUnclBytes

MIB Type

Counter64

2.4.11. Unclassified packets

Description

Packets forwarded while initial classification is pending.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/appctrl/unclassified_pkts

MIB OID

1.3.6.1.4.1.5089.3.2.2015.1095[.0]   (STREAM-MIB)

MIB Name

ssmAppCtrlUnclPkts

MIB Type

Counter64

2.4.12. Application[..]

Application control statistics entry.

2.4.12.1. Application name

Description

Application name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2015.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmAppCtrlAppName

MIB Type

DisplayString

2.4.12.2. Application row index

Description

Application control row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2015.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmAppCtrlAppIndex

MIB Type

Integer32

2.4.12.3. Classified

Description

Number of times the application has been classified.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/appctrl/application/[..n]/identified

MIB OID

1.3.6.1.4.1.5089.3.2.2015.3010.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmAppCtrlAppIdentified

MIB Type

Counter64

2.4.12.4. Bytes forwarded

Description

Number of bytes forwarded for this application.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/appctrl/application/[..n]/bytes

MIB OID

1.3.6.1.4.1.5089.3.2.2015.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmAppCtrlAppBytes

MIB Type

Counter64

2.4.12.5. Packets forwarded

Description

Number of packets forwarded for this application.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/appctrl/application/[..n]/packets

MIB OID

1.3.6.1.4.1.5089.3.2.2015.3010.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmAppCtrlAppPkts

MIB Type

Counter64

2.5. Authentication

Authentication statistics.

2.5.1. System

System statistics.

2.5.1.1. Active EAP-AKA users

Description

Current number of active EAP-AKA users system wide.

Type

Unsigned 32-bit integer

Unit

Users

Category

Momentaneous

Stat Path

/authentication/system/active_eap_aka_users

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1005[.0]   (STREAM-MIB)

MIB Name

ssmSysActiveEapAkaUsers

MIB Type

Unsigned32

2.5.1.2. Active EAP-MD5 users

Description

Current number of active EAP-MD5 users system wide.

Type

Unsigned 32-bit integer

Unit

Users

Category

Momentaneous

Stat Path

/authentication/system/active_eap_md5_users

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1006[.0]   (STREAM-MIB)

MIB Name

ssmSysActiveEapMd5Users

MIB Type

Unsigned32

2.5.1.3. Active EAP-SIM users

Description

Current number of active EAP-SIM users system wide.

Type

Unsigned 32-bit integer

Unit

Users

Category

Momentaneous

Stat Path

/authentication/system/active_eap_sim_users

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1010[.0]   (STREAM-MIB)

MIB Name

ssmSysActiveEapSimUsers

MIB Type

Unsigned32

2.5.1.4. Active users

Description

Current number of active users system wide.

Type

Unsigned 32-bit integer

Unit

Users

Category

Momentaneous

Stat Path

/authentication/system/active_users

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1015[.0]   (STREAM-MIB)

MIB Name

ssmSysActiveUsers

MIB Type

Unsigned32

2.5.1.5. Brute force attack preventions

Description

Number of brute force attack preventions system wide.

Type

Unsigned 32-bit integer

Unit

Preventions

Category

Counter

Stat Path

/authentication/system/brute_force_attacks

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1050[.0]   (STREAM-MIB)

MIB Name

ssmSysBruteForceAttacks

MIB Type

Counter32

2.5.1.6. Failed authentications

Description

Number of failed authentication attempts system wide.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/system/auths_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmSysAuthsFailed

MIB Type

Counter32

2.5.1.7. User idle timeouts

Description

Number of user that has been logged out due to idle timeout system wide.

Type

Unsigned 32-bit integer

Unit

Users

Category

Counter

Stat Path

/authentication/system/user_idle_timeouts

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1070[.0]   (STREAM-MIB)

MIB Name

ssmSysUserIdleTimeouts

MIB Type

Counter32

2.5.1.8. Rejected authentications

Description

Number of rejected authentication attempts system wide.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/system/auths_rejected

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1025[.0]   (STREAM-MIB)

MIB Name

ssmSysAuthsRejected

MIB Type

Counter32

2.5.1.9. Rejected username

Description

Number of rejected authentication attempts due to username already logged in system wide.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/system/rejected_username

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1055[.0]   (STREAM-MIB)

MIB Name

ssmSysRejectedUsername

MIB Type

Counter32

2.5.1.10. Replaced users

Description

Number of replaced logged in users system wide.

Type

Unsigned 32-bit integer

Unit

Users

Category

Counter

Stat Path

/authentication/system/replaced_users

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1060[.0]   (STREAM-MIB)

MIB Name

ssmSysReplacedUsers

MIB Type

Counter32

2.5.1.11. Session timed out users

Description

Number of users logged out due to session timeout system wide.

Type

Unsigned 32-bit integer

Unit

Users

Category

Counter

Stat Path

/authentication/system/user_session_timeouts

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1075[.0]   (STREAM-MIB)

MIB Name

ssmSysUserSessionTimeouts

MIB Type

Counter32

2.5.1.12. Source timeouts

Description

Number of times an authentication source has failed to respond in time system wide.

Type

Unsigned 32-bit integer

Unit

Timeouts

Category

Counter

Stat Path

/authentication/system/request_timeouts

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1065[.0]   (STREAM-MIB)

MIB Name

ssmSysSourceTimeouts

MIB Type

Counter32

2.5.1.13. Started authentications

Description

Number of started authentications.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/system/auths_started

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1030[.0]   (STREAM-MIB)

MIB Name

ssmSysAuthsStarted

MIB Type

Counter32

2.5.1.14. Successful authentications

Description

Number of successful authentications resulting in a logged in user.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/system/auths_succeeded

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1045[.0]   (STREAM-MIB)

MIB Name

ssmSysAuthsSucceeded

MIB Type

Counter32

2.5.1.15. Successful EAP-AKA authentications

Description

Number of successful EAP-AKA authentications.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/system/auths_eap_aka_succeeded

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1035[.0]   (STREAM-MIB)

MIB Name

ssmSysAuthsEapAkaSucceeded

MIB Type

Counter32

2.5.1.16. Successful EAP-MD5 authentications

Description

Number of successful EAP-AKA authentications system wide.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/system/auths_eap_md5_succeeded

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1036[.0]   (STREAM-MIB)

MIB Name

ssmSysAuthsEapMd5Succeeded

MIB Type

Counter32

2.5.1.17. Successful EAP-SIM authentications

Description

Number of successful EAP-SIM authentications.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/system/auths_eap_sim_succeeded

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2010.1040[.0]   (STREAM-MIB)

MIB Name

ssmSysAuthsEapSimSucceeded

MIB Type

Counter32

2.5.2. RADIUS

RADIUS statistics.

2.5.2.1. Access-Accept packets received

Description

Number of received Radius Access-Accept packets.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/authentication/radius/accept_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2060.1025[.0]   (STREAM-MIB)

MIB Name

ssmRadiusAcceptPktsRecv

MIB Type

Counter32

2.5.2.2. Non responding RADIUS server

Description

Number of times a Radius server has failed to answer to Access Request after all configured resends have been sent.

Type

Unsigned 32-bit integer

Unit

Timeouts

Category

Counter

Stat Path

/authentication/radius/request_timeouts

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2060.1020[.0]   (STREAM-MIB)

MIB Name

ssmRadiusNonRespServer

MIB Type

Counter32

2.5.2.3. Failed incoming RADIUS packets

Description

Number of incoming Radius packets that could not be parsed.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/authentication/radius/pkts_parse_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2060.1015[.0]   (STREAM-MIB)

MIB Name

ssmRadiusPktsParseFail

MIB Type

Counter32

2.5.2.4. Access-Reject packets received

Description

Number of received Radius Access-Reject packets.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/authentication/radius/reject_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2060.1030[.0]   (STREAM-MIB)

MIB Name

ssmRadiusRejectPktsRecv

MIB Type

Counter32

2.5.2.5. Access-Request resends

Description

Number of Access Request packet resends.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/authentication/radius/request_resends

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2060.1035[.0]   (STREAM-MIB)

MIB Name

ssmRadiusReqPktResends

MIB Type

Counter32

2.5.2.6. Access-Request packets sent

Description

Number of sent Radius Access-Request packets.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/authentication/radius/request_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2030.2060.1040[.0]   (STREAM-MIB)

MIB Name

ssmRadiusReqPktsSent

MIB Type

Counter32

2.5.3. Profiles[..]

The row in a table of profile statistics.

2.5.3.1. Profile row index

Description

Authentication profile row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1[.n]   (STREAM-MIB)

MIB Name

ssmProfileIndex

MIB Type

Integer32

2.5.3.2. Profile name

Description

Authentication profile name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.2[.n]   (STREAM-MIB)

MIB Name

ssmProfileName

MIB Type

DisplayString

2.5.3.3. Active EAP-AKA users

Description

Current number of active EAP-AKA users.

Type

Unsigned 32-bit integer

Unit

Users

Category

Momentaneous

Stat Path

/authentication/profiles/[..n]/active_eap_aka_users

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmActiveEapAkaUsers

MIB Type

Unsigned32

2.5.3.4. Active EAP-MD5 users

Description

Current number of active EAP-MD5 users.

Type

Unsigned 32-bit integer

Unit

Users

Category

Momentaneous

Stat Path

/authentication/profiles/[..n]/active_eap_md5_users

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1011[.n]   (STREAM-MIB)

MIB Name

ssmActiveEapMd5Users

MIB Type

Unsigned32

2.5.3.5. Active EAP-SIM users

Description

Current number of active EAP-SIM users.

Type

Unsigned 32-bit integer

Unit

Users

Category

Momentaneous

Stat Path

/authentication/profiles/[..n]/active_eap_sim_users

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmActiveEapSimUsers

MIB Type

Unsigned32

2.5.3.6. Active users

Description

Current number of active users.

Type

Unsigned 32-bit integer

Unit

Users

Category

Momentaneous

Stat Path

/authentication/profiles/[..n]/active_users

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmActiveUsers

MIB Type

Unsigned32

2.5.3.7. Brute force attack preventions

Description

Number of brute force attack preventions.

Type

Unsigned 32-bit integer

Unit

Preventions

Category

Counter

Stat Path

/authentication/profiles/[..n]/brute_force_attacks

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1055[.n]   (STREAM-MIB)

MIB Name

ssmBruteForceAttacks

MIB Type

Counter32

2.5.3.8. Failed authentications

Description

Number of failed authentications.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/profiles/[..n]/auths_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmAuthsFailed

MIB Type

Counter32

2.5.3.9. User idle timeouts

Description

Number users logged out due to idle timeout.

Type

Unsigned 32-bit integer

Unit

Users

Category

Counter

Stat Path

/authentication/profiles/[..n]/user_idle_timeouts

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1070[.n]   (STREAM-MIB)

MIB Name

ssmUserIdleTimeouts

MIB Type

Counter32

2.5.3.10. Rejected authentications

Description

Number of rejected authentications.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/profiles/[..n]/auths_rejected

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmAuthsRejected

MIB Type

Counter32

2.5.3.11. Rejected username

Description

Number of rejected authentication attempts due to username already logged in.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/profiles/[..n]/rejected_username

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1060[.n]   (STREAM-MIB)

MIB Name

ssmRejectedUsername

MIB Type

Counter32

2.5.3.12. Replaced users

Description

Number of replaced logged in users.

Type

Unsigned 32-bit integer

Unit

Users

Category

Counter

Stat Path

/authentication/profiles/[..n]/replaced_users

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1065[.n]   (STREAM-MIB)

MIB Name

ssmReplacedUsers

MIB Type

Counter32

2.5.3.13. User session timeouts

Description

Number of users logged out due to session timeout.

Type

Unsigned 32-bit integer

Unit

Users

Category

Counter

Stat Path

/authentication/profiles/[..n]/user_session_timeouts

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1075[.n]   (STREAM-MIB)

MIB Name

ssmUserSessionTimeouts

MIB Type

Counter32

2.5.3.14. Source timeouts

Description

Number of times an authentication source has failed to respond in time.

Type

Unsigned 32-bit integer

Unit

Timeouts

Category

Counter

Stat Path

/authentication/profiles/[..n]/request_timeouts

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1080[.n]   (STREAM-MIB)

MIB Name

ssmProfileSourceTimeouts

MIB Type

Counter32

2.5.3.15. Started authentications

Description

Number of started authentications.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/profiles/[..n]/auths_started

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmAuthsStarted

MIB Type

Counter32

2.5.3.16. Successful authentications

Description

Number of successful authentications resulting in a logged in user.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/profiles/[..n]/auths_succeeded

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmAuthsSucceeded

MIB Type

Counter32

2.5.3.17. Successful EAP-AKA authentications

Description

Number of successful EAP-AKA authentications.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/profiles/[..n]/auths_eap_aka_succeeded

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmAuthsEapAkaSucceeded

MIB Type

Counter32

2.5.3.18. Successful EAP-MD5 authentications

Description

Number of successful EAP-MD5 authentications.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/profiles/[..n]/auths_eap_md5_succeeded

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1041[.n]   (STREAM-MIB)

MIB Name

ssmAuthsEapMd5Succeeded

MIB Type

Counter32

2.5.3.19. Successful EAP-SIM authentications

Description

Number of successful EAP-SIM authentications.

Type

Unsigned 32-bit integer

Unit

Authentications

Category

Counter

Stat Path

/authentication/profiles/[..n]/auths_eap_sim_succeeded

MIB OID

1.3.6.1.4.1.5089.3.2.2030.3000.1.1045[.n]   (STREAM-MIB)

MIB Name

ssmAuthsEapSimSucceeded

MIB Type

Counter32

2.6. Monitoring

Monitoring statistics.

2.6.1. Sensor monitoring

Sensor monitoring.

2.6.1.1. Sensor monitoring entry[..]

Sensor monitoring entry.

Sensor table index

Description

Sensor table index.

Type

Unsigned 32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1[.n]   (STREAM-MIB)

MIB Name

ssmHWSensorIndex

MIB Type

Integer32

High alarms count

Description

Number of times the sensor was above the high threshold since last hwmon restart.

Type

Unsigned 32-bit integer

Unit

Times

Category

Momentaneous

Stat Path

/monitoring/hwmon/sensor/[..n]/high_alarm_count

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1070[.n]   (STREAM-MIB)

MIB Name

ssmHWSensorHighCount

MIB Type

Unsigned32

Sensor highest value

Description

Sensor highest recorded value.

Type

32-bit integer

Category

Momentaneous

Stat Path

/monitoring/hwmon/sensor/[..n]/highest

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmHWSensorHighest

MIB Type

Integer32

Low alarm count

Description

Number of times the sensor was below the low threshold since last hwmon restart.

Type

Unsigned 32-bit integer

Unit

Times

Category

Momentaneous

Stat Path

/monitoring/hwmon/sensor/[..n]/low_alarm_count

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1080[.n]   (STREAM-MIB)

MIB Name

ssmHWSensorLowCount

MIB Type

Unsigned32

Sensor lowest value

Description

Sensor lowest recorded value.

Type

32-bit integer

Category

Momentaneous

Stat Path

/monitoring/hwmon/sensor/[..n]/lowest

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1060[.n]   (STREAM-MIB)

MIB Name

ssmHWSensorLowest

MIB Type

Integer32

Sensor name

Description

Sensor name.

Type

String

Stat Path

/monitoring/hwmon/sensor/[..n]/name

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.2[.n]   (STREAM-MIB)

MIB Name

ssmHWSensorName

MIB Type

DisplayString

Sensor status

Description

Sensor operational status.

Type

String

Stat Path

/monitoring/hwmon/sensor/[..n]/status

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmHWSensorStatus

MIB Type

DisplayString

Sensor type

Description

Type of sensor.

Type

String

Stat Path

/monitoring/hwmon/sensor/[..n]/type

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmHWSensorType

MIB Type

DisplayString

Sensor unit type

Description

Sensor unit type representation.

Type

String

Stat Path

/monitoring/hwmon/sensor/[..n]/unit

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmHWSensorUnitType

MIB Type

DisplayString

Sensor value

Description

Sensor read value.

Type

32-bit integer

Category

Momentaneous

Stat Path

/monitoring/hwmon/sensor/[..n]/value

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2030.3040.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmHWSensorValue

MIB Type

Integer32

2.6.2. Logs

Log statistics.

2.6.2.1. Logs originated from control plane

Description

Number of log messages originated from control plane.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/from_control_plane

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.1005[.0]   (STREAM-MIB)

MIB Name

ssmLogsFromControlPlane

MIB Type

Counter64

2.6.2.2. Logs originated from data plane

Description

Number of log messages originated from data plane.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/from_data_plane

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.1010[.0]   (STREAM-MIB)

MIB Name

ssmLogsFromDataPlane

MIB Type

Counter64

2.6.2.3. CLI log

CLI log statistics.

Internal communication failures

Description

Number of CLI log messages discarded due to internal communication failure.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/cli_log/ipc_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2010.1005[.0]   (STREAM-MIB)

MIB Name

ssmCLILogIPCFail

MIB Type

Counter64

Memory allocation failures

Description

Number of CLI log messages discarded due to failure to allocate memory.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/cli_log/mem_alloc_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2010.1010[.0]   (STREAM-MIB)

MIB Name

ssmCLILogMemAllocFail

MIB Type

Counter64

Logs throttled

Description

Number of CLI log messages discarded due to exceeding the specified rate limit.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/cli_log/throttled

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2010.1015[.0]   (STREAM-MIB)

MIB Name

ssmCLILogThrottled

MIB Type

Counter64

Logs sent

Description

Number of log messages sent to the CLI.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/cli_log/sent

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmCLILogSent

MIB Type

Counter64

2.6.2.4. Log receivers[..]

Log receiver statistics entry.

Log receiver row index

Description

Log receiver statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.1[.n]   (STREAM-MIB)

MIB Name

ssmLogReceiverIndex

MIB Type

Integer32

Log receiver name

Description

Log receiver name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.2[.n]   (STREAM-MIB)

MIB Name

ssmLogReceiverName

MIB Type

DisplayString

Logs failed

Description

Number of logs discarded due to failures while formatting or sending the log.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/log_receivers/[..n]/logs_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmLogReceiverLogsFailed

MIB Type

Counter64

Logs sent

Description

Number of log messages sent to the receiver.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/log_receivers/[..n]/logs_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmLogReceiverLogsSent

MIB Type

Counter64

Logs throttled

Description

Number of logs discarded due to exceeding the rate limit configured on the receiver.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/log_receivers/[..n]/logs_throttled

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmLogReceiverLogsThrottled

MIB Type

Counter64

Log receiver type

Description

Log receiver type.

Type

String

Stat Path

/monitoring/logs/log_receivers/[..n]/type

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.3050.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmLogReceiverType

MIB Type

DisplayString

2.6.2.5. SNMP trap log

SNMP trap log statistics.

Internal communication failures

Description

Number of snmptrap messages discarded due to internal communication failure.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/snmp_trap_log/ipc_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2015.1005[.0]   (STREAM-MIB)

MIB Name

ssmSnmpTrapLogIPCFail

MIB Type

Counter64

Memory allocation failures

Description

Number of snmptrap messages discarded due to failure to allocate memory.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/snmp_trap_log/mem_alloc_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2015.1010[.0]   (STREAM-MIB)

MIB Name

ssmSnmpTrapLogMemAllocFail

MIB Type

Counter64

Logs throttled

Description

Number of snmptrap messages discarded due to exceeding the specified rate limit.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/snmp_trap_log/throttled

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2015.1015[.0]   (STREAM-MIB)

MIB Name

ssmSnmpTrapLogThrottled

MIB Type

Counter64

Logs sent

Description

Number of snmptrap messages sent to snmptrap receivers.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/snmp_trap_log/sent

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2015.1020[.0]   (STREAM-MIB)

MIB Name

ssmSnmpTrapLogSent

MIB Type

Counter64

2.6.2.6. Syslog

Syslog statistics.

Internal communication failures

Description

Number of syslog messages discarded due to internal communication failure.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/syslog/ipc_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2050.1005[.0]   (STREAM-MIB)

MIB Name

ssmSyslogIPCFail

MIB Type

Counter64

Memory allocation failures

Description

Number of syslog messages discarded due to failure to allocate memory.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/syslog/mem_alloc_fails

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2050.1010[.0]   (STREAM-MIB)

MIB Name

ssmSyslogMemAllocFail

MIB Type

Counter64

Logs throttled

Description

Number of syslog messages discarded due to exceeding the specified rate limit.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/syslog/throttled

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2050.1015[.0]   (STREAM-MIB)

MIB Name

ssmSyslogThrottled

MIB Type

Counter64

Logs sent

Description

Number of log messages sent to syslog receivers.

Type

Unsigned 64-bit integer

Unit

Logs

Category

Counter

Stat Path

/monitoring/logs/syslog/sent

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2040.2050.1020[.0]   (STREAM-MIB)

MIB Name

ssmSyslogSent

MIB Type

Counter64

2.6.3. SNMP

SNMP statistics.

2.6.3.1. Failed requests

Description

Number of received SNMP requests, that we failed to respond to. The reason could be failure to fetch a corresponding statistical value or failure to send a response. Statistics counted by SilentDrops-counter is not included in this count.

Type

Unsigned 32-bit integer

Unit

Requests

Category

Counter

Stat Path

/monitoring/snmp/failed_requests

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1010[.0]   (STREAM-MIB)

MIB Name

ssmSnmpFailedRequests

MIB Type

Counter32

2.6.3.2. ASN parse errors

Description

Number of SNMP requests containing ASN.1/BER errors.

Type

Unsigned 32-bit integer

Unit

Errors

Category

Counter

Stat Path

/monitoring/snmp/asn_parse_error

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.6[.0]   (STREAM-MIB)

MIB Name

ssmSnmpASNParseErrors

MIB Type

Counter32

2.6.3.3. Community invalid

Description

Number of SNMP requests with incorrect community name.

Type

Unsigned 32-bit integer

Unit

Requests

Category

Counter

Stat Path

/monitoring/snmp/bad_community_name

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.4[.0]   (STREAM-MIB)

MIB Name

ssmSnmpBadCommunityName

MIB Type

Counter32

2.6.3.4. Disallowed operation

Description

Number of SNMP requests that represent a disallowed SNMP operation.

Type

Unsigned 32-bit integer

Unit

Requests

Category

Counter

Stat Path

/monitoring/snmp/bad_community_use

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.5[.0]   (STREAM-MIB)

MIB Name

ssmSnmpBadCommunityUse

MIB Type

Counter32

2.6.3.5. Unsupported version

Description

Number of SNMP requests for an unsupported SNMP version.

Type

Unsigned 32-bit integer

Unit

Requests

Category

Counter

Stat Path

/monitoring/snmp/bad_version

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.3[.0]   (STREAM-MIB)

MIB Name

ssmSnmpBadVersion

MIB Type

Counter32

2.6.3.6. Packets received

Description

Number of received SNMP requests.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/pkts_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1[.0]   (STREAM-MIB)

MIB Name

ssmSnmpPktsRecv

MIB Type

Counter32

2.6.3.7. Snmpd restart counter

Description

Number of times SNMP engine has re-initialized itself since snmpEngineID was last configured.

Type

32-bit integer

Unit

Restarts

Category

Momentaneous

Stat Path

/monitoring/snmp/snmpd_restart_counter

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1050[.0]   (STREAM-MIB)

MIB Name

ssmSnmpdEngineBoots

MIB Type

Integer32

2.6.3.8. Packets dropped

Description

Number of PDUs received and silently dropped because an minimal response PDU would exceed the maximum message size.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/silent_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.31[.0]   (STREAM-MIB)

MIB Name

ssmSnmpSilentDrops

MIB Type

Counter32

2.6.3.9. Successful request

Description

Number of received SNMP requests, that were successfully replied to.

Type

Unsigned 32-bit integer

Unit

Requests

Category

Counter

Stat Path

/monitoring/snmp/successful_requests

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1005[.0]   (STREAM-MIB)

MIB Name

ssmSnmpSuccessfulRequests

MIB Type

Counter32

2.6.3.10. Throttled requests

Description

Number of received SNMP requests, that were dropped due to exceeding the configured request limit.

Type

Unsigned 32-bit integer

Unit

Requests

Category

Counter

Stat Path

/monitoring/snmp/throttled_requests

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1015[.0]   (STREAM-MIB)

MIB Name

ssmSnmpThrottledRequests

MIB Type

Counter32

2.6.3.11. Decryption errors

Description

Total number of packets received by the SNMP engine which were dropped because they could not be decrypted.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/decryption_errors

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1045[.0]   (STREAM-MIB)

MIB Name

ssmSnmpDecryptionErrors

MIB Type

Counter32

2nd OID

1.3.6.1.6.3.15.1.1.6[.0]   (SNMPv2, RFC2578)

2nd Name

usmStatsDecryptionErrors

2nd Type

Counter32

2.6.3.12. Not in time windows

Description

Total number of packets received by the SNMP engine which were dropped because they appeared outside of the authoritative SNMP engine's window.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/not_in_time_windows

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1024[.0]   (STREAM-MIB)

MIB Name

ssmSnmpNotInTimeWindows

MIB Type

Counter32

2nd OID

1.3.6.1.6.3.15.1.1.2[.0]   (SNMPv2, RFC2578)

2nd Name

usmStatsNotInTimeWindows

2nd Type

Counter32

2.6.3.13. Unknown engine ids

Description

Total number of packets received by the SNMP engine which were dropped because they referenced an snmpEngineID that was not known to the SNMP engine.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/unknown_engine_ids

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1035[.0]   (STREAM-MIB)

MIB Name

ssmSnmpUnknownEngineIDs

MIB Type

Counter32

2nd OID

1.3.6.1.6.3.15.1.1.4[.0]   (SNMPv2, RFC2578)

2nd Name

usmStatsUnknownEngineIDs

2nd Type

Counter32

2.6.3.14. Unknown user names

Description

Total number of packets received by the SNMP engine which were dropped because they referenced a user that was not known to the SNMP engine.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/unknown_user_names

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1030[.0]   (STREAM-MIB)

MIB Name

ssmSnmpUnknownUserNames

MIB Type

Counter32

2nd OID

1.3.6.1.6.3.15.1.1.3[.0]   (SNMPv2, RFC2578)

2nd Name

usmStatsUnknownUserNames

2nd Type

Counter32

2.6.3.15. Unsupported security levels

Description

Total number of packets received by the SNMP engine which were dropped because they requested a securityLevel that was unknown to the SNMP engine or otherwise unavailable.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/unsupported_sec_levels

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1020[.0]   (STREAM-MIB)

MIB Name

ssmSnmpUnsupportedSecLevels

MIB Type

Counter32

2nd OID

1.3.6.1.6.3.15.1.1.1[.0]   (SNMPv2, RFC2578)

2nd Name

usmStatsUnsupportedSecLevels

2nd Type

Counter32

2.6.3.16. Wrong digests

Description

Total number of packets received by the SNMP engine which were dropped because they didn't contain the expected digest value.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/wrong_digests

MIB OID

1.3.6.1.4.1.5089.3.2.2050.2050.1040[.0]   (STREAM-MIB)

MIB Name

ssmSnmpWrongDigests

MIB Type

Counter32

2nd OID

1.3.6.1.6.3.15.1.1.5[.0]   (SNMPv2, RFC2578)

2nd Name

usmStatsWrongDigests

2nd Type

Counter32

2.7. Routing

Routing statistics.

2.7.1. Dynamic routes added

Description

Number of dynamic route additions in system.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Counter

Stat Path

/routing/dynamic_added

MIB OID

1.3.6.1.4.1.5089.3.2.2060.1005[.0]   (STREAM-MIB)

MIB Name

ssmDynRoutesCreated

MIB Type

Counter32

2.7.2. Dynamic routes

Description

Current number of dynamic routes in system.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Momentaneous

Stat Path

/routing/dynamic

MIB OID

1.3.6.1.4.1.5089.3.2.2060.1010[.0]   (STREAM-MIB)

MIB Name

ssmDynRoutesCurrent

MIB Type

Gauge32

2.7.3. Dynamic routes max

Description

Maximum number of dynamic routes in system.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Max

Stat Path

/routing/dynamic_max

MIB OID

1.3.6.1.4.1.5089.3.2.2060.1015[.0]   (STREAM-MIB)

MIB Name

ssmDynRoutesMax

MIB Type

Unsigned32

2.7.4. Static routes

Description

Current number of static routes in system.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Momentaneous

Stat Path

/routing/static

MIB OID

1.3.6.1.4.1.5089.3.2.2060.1020[.0]   (STREAM-MIB)

MIB Name

ssmStaticRoutes

MIB Type

Gauge32

2.7.5. Route monitoring

Route monitoring statistics.

2.7.5.1. Routes currently disabled

Description

Number of monitored routes currently disabled.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Momentaneous

Stat Path

/routing/monitoring/num_disabled

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2070.1010[.0]   (STREAM-MIB)

MIB Name

ssmRouteMonNumDisabled

MIB Type

Unsigned32

2.7.5.2. Routes with monitoring

Description

Number of routes with monitoring enabled.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Momentaneous

Stat Path

/routing/monitoring/num_monitored

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2070.1000[.0]   (STREAM-MIB)

MIB Name

ssmRouteMonNumMonitored

MIB Type

Unsigned32

2.7.5.3. Routes with monitoring[..]

Route entry.

Route monitor row index

Description

Route monitor instance statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1[.n]   (STREAM-MIB)

MIB Name

ssmRouteMonIndex

MIB Type

Integer32

Route monitor name

Description

Route monitor instance description.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.2[.n]   (STREAM-MIB)

MIB Name

ssmRouteMonName

MIB Type

DisplayString

Route disable counter

Description

Number of times the route have been disabled.

Type

Unsigned 32-bit integer

Unit

Disables

Category

Counter

Stat Path

/routing/monitoring/routes/[..n]/disables

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmRouteMonDisables

MIB Type

Counter32

Route failure reason

Description

Reason for the route being disabled.

Type

String

Stat Path

/routing/monitoring/routes/[..n]/fail_reason

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmRouteMonFailReason

MIB Type

DisplayString

Route interface

Description

Interface of the route.

Type

String

Stat Path

/routing/monitoring/routes/[..n]/interface

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmRouteMonInterface

MIB Type

DisplayString

Route network range

Description

Network range of the route.

Type

String

Stat Path

/routing/monitoring/routes/[..n]/network

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmRouteMonNetwork

MIB Type

DisplayString

Route routing table

Description

Routing table containing the route.

Type

String

Stat Path

/routing/monitoring/routes/[..n]/routingtable

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1000[.n]   (STREAM-MIB)

MIB Name

ssmRouteMonRoutingTable

MIB Type

DisplayString

Route status

Description

Current route status (enabled/disabled).

Type

String

Stat Path

/routing/monitoring/routes/[..n]/status

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2070.3000.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmRouteMonStatus

MIB Type

DisplayString

2.7.6. Routing originator entry[..]

Routing originator entry statistics.

2.7.6.1. Originator index

Description

Originator statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2060.1.1[.n]   (STREAM-MIB)

MIB Name

ssmOriginatorDynRoutesIndex

MIB Type

Integer32

2.7.6.2. Originator name

Description

Name of routing originator.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2060.1.2[.n]   (STREAM-MIB)

MIB Name

ssmOriginatorDynRoutesName

MIB Type

DisplayString

2.7.6.3. Dynamic routes added

Description

Number of dynamic route additions by originator.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Counter

Stat Path

/routing/originator_entry/[..n]/dynamic_created

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2060.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmOriginatorDynRoutesCreated

MIB Type

Counter32

2.7.6.4. Dynamic routes

Description

Current number of dynamic routes by originator.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Momentaneous

Stat Path

/routing/originator_entry/[..n]/dynamic_current

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2060.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmOriginatorDynRoutesCurrent

MIB Type

Gauge32

2.7.6.5. Dynamic routes max

Description

Maximum number of dynamic routes by originator.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Max

Stat Path

/routing/originator_entry/[..n]/dynamic_max

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2060.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmOriginatorDynRoutesMax

MIB Type

Unsigned32

2.7.7. Routing table entry[..]

Routing table entry statistics.

2.7.7.1. Table index

Description

Routing table statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2060.3050.1.1[.n]   (STREAM-MIB)

MIB Name

ssmRoutingTableIndex

MIB Type

Integer32

2.7.7.2. Table name

Description

Name of routing table.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2060.3050.1.2[.n]   (STREAM-MIB)

MIB Name

ssmRoutingTableName

MIB Type

DisplayString

2.7.7.3. Dynamic routes added

Description

Number of dynamic route additions in routing table.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Counter

Stat Path

/routing/table_entry/[..n]/dynamic_created

MIB OID

1.3.6.1.4.1.5089.3.2.2060.3050.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmRoutingTableDynRoutesCreated

MIB Type

Counter32

2.7.7.4. Dynamic routes

Description

Current number of dynamic routes in routing table.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Momentaneous

Stat Path

/routing/table_entry/[..n]/dynroutes

MIB OID

1.3.6.1.4.1.5089.3.2.2060.3050.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmRoutingTableDynRoutesCurrent

MIB Type

Gauge32

2.7.7.5. Dynamic routes max

Description

Maximum number of dynamic routes in routing table.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Max

Stat Path

/routing/table_entry/[..n]/dynamic_max

MIB OID

1.3.6.1.4.1.5089.3.2.2060.3050.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmRoutingTableDynRoutesMax

MIB Type

Unsigned32

2.7.7.6. Static routes

Description

Current number of static routes in routing table.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Momentaneous

Stat Path

/routing/table_entry/[..n]/static

MIB OID

1.3.6.1.4.1.5089.3.2.2060.3050.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmRoutingTableStaticRoutes

MIB Type

Gauge32

2.7.8. BGP

BGP statistics.

2.7.8.1. BGP peer[..]

BGP peer statistics.

Connect retry interval

Description

Time interval for the ConnectRetry timer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/conn_retry_interval

MIB OID

1.3.6.1.2.1.15.3.1.17[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerConnectRetryInterval

MIB Type

Integer32

Fsm established time

Description

Timer indicating how long this peer has been in the Established state or how long since this peer was last in the Established state.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/fsm_est_time

MIB OID

1.3.6.1.2.1.15.3.1.16[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerFsmEstablishedTime

MIB Type

Gauge32

Fsm established transitions

Description

Total number of times the BGP FSM transitioned into the established state.

Type

Unsigned 32-bit integer

Unit

Transitions

Category

Counter

Stat Path

/routing/bgp/peers/[..n]/fsm_est_transitions

MIB OID

1.3.6.1.2.1.15.3.1.15[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerFsmEstablishedTransitions

MIB Type

Counter32

Hold time

Description

Time interval for the Hold Timer established with the peer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/hold_time

MIB OID

1.3.6.1.2.1.15.3.1.18[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerHoldTime

MIB Type

Integer32

Peer identifier

Description

BGP Identifier of this entry's BGP peer.

Type

Byte array

Stat Path

/routing/bgp/peers/[..n]/identifier

MIB OID

1.3.6.1.2.1.15.3.1.1[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerIdentifier

MIB Type

IpAddress

In update elapsed time

Description

Elapsed time since the last BGP UPDATE message was received from the peer.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/in_update_etime

MIB OID

1.3.6.1.2.1.15.3.1.24[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerInUpdateElapsedTime

MIB Type

Gauge32

Inbound update messages

Description

Peer inbound update messages.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/routing/bgp/peers/[..n]/in_updates

MIB OID

1.3.6.1.2.1.15.3.1.10[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerInUpdates

MIB Type

Counter32

Keep alive

Description

Time interval for the KeepAlive timer established with the peer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/keep_alive

MIB OID

1.3.6.1.2.1.15.3.1.19[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerKeepAlive

MIB Type

Integer32

Last error

Description

Last error code seen by this peer on this connection.

Type

String

Stat Path

/routing/bgp/peers/[..n]/last_error

Local address

Description

Local IP address of this entry's BGP connection.

Type

Byte array

Stat Path

/routing/bgp/peers/[..n]/local_address

MIB OID

1.3.6.1.2.1.15.3.1.5[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerLocalAddr

MIB Type

IpAddress

Local port

Description

Local port for the TCP connection between the BGP peers.

Type

32-bit integer

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/local_port

MIB OID

1.3.6.1.2.1.15.3.1.6[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerLocalPort

MIB Type

Integer32

Total messages in

Description

Total number of messages received from the remote peer on this connection.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/routing/bgp/peers/[..n]/total_messages_in

MIB OID

1.3.6.1.2.1.15.3.1.12[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerInTotalMessages

MIB Type

Counter32

Total messages out

Description

Total number of messages transmitted to the remote peer on this connection.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/routing/bgp/peers/[..n]/total_messages_out

MIB OID

1.3.6.1.2.1.15.3.1.13[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerOutTotalMessages

MIB Type

Counter32

Min AS origination interval

Description

Time interval for the MinASOriginationInterval timer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/min_as_org_interval

MIB OID

1.3.6.1.2.1.15.3.1.22[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerMinASOriginationInterval

MIB Type

Integer32

Min route advertisement interval

Description

Time interval for the MinRouteAdvertisementInterval timer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/min_route_adv_interval

MIB OID

1.3.6.1.2.1.15.3.1.23[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerMinRouteAdvertisementInterval

MIB Type

Integer32

Negotiated BGP version

Description

Negotiated version of BGP running between the two peers.

Type

32-bit integer

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/version

MIB OID

1.3.6.1.2.1.15.3.1.4[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerNegotiatedVersion

MIB Type

Integer32

Outbound update messages

Description

Number of BGP UPDATE messages transmitted on this connection.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/routing/bgp/peers/[..n]/out_updates

MIB OID

1.3.6.1.2.1.15.3.1.11[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerOutUpdates

MIB Type

Counter32

Peer state

Description

Peer state.

Type

String

Stat Path

/routing/bgp/peers/[..n]/state

2.7.9. OSPF

OSPF statistics.

2.7.9.1. Packet parameter errors

Description

Number of packets with parameter errors.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/routing/ospf/pkt_errors

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.1005[.0]   (STREAM-MIB)

MIB Name

ssmOspfPktParamErrors

MIB Type

Counter32

2.7.9.2. OSPF process[..]

OSPF process statistics.

OSPF process row index

Description

OSPF process in table index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmOspfProcIndex

MIB Type

Integer32

OSPF process name

Description

OSPF process name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmOspfProcName

MIB Type

DisplayString

Current LSAs

Description

Current number of LSAs that are held by the OSPF process.

Type

Unsigned 32-bit integer

Unit

Advertisements

Category

Momentaneous

Stat Path

/routing/ospf/processes/[..n]/lsa_current

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmOspfCurrentLSA

MIB Type

Gauge32

Current routers

Description

Number of routers that currently are connected to the OSPF process.

Type

Unsigned 32-bit integer

Unit

Routers

Category

Momentaneous

Stat Path

/routing/ospf/processes/[..n]/routers_current

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmOspfCurrentRouters

MIB Type

Gauge32

Current routes

Description

Current number of routes originating from the OSPF process.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Momentaneous

Stat Path

/routing/ospf/processes/[..n]/routes_current

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmOspfCurrentRoutes

MIB Type

Gauge32

Exported routes

Description

Number of routes that have been exported from the OSPF process into the system.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Momentaneous

Stat Path

/routing/ospf/processes/[..n]/routes_exported

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmOspfExportedRoutes

MIB Type

Unsigned32

Failed adjacencies

Description

Number of adjacencies that have failed to form.

Type

Unsigned 32-bit integer

Unit

Adjacencies

Category

Counter

Stat Path

/routing/ospf/processes/[..n]/adjacency_failures

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmOspfFailedAdjacencies

MIB Type

Counter32

LSA errors

Description

Number of LSA that failed the interpretation validation check.

Type

Unsigned 32-bit integer

Unit

Advertisements

Category

Counter

Stat Path

/routing/ospf/processes/[..n]/lsa_errors

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1045[.n]   (STREAM-MIB)

MIB Name

ssmOspfLsaErrors

MIB Type

Counter32

Max LSAs

Description

Maximum number of LSAs that has been held by this OSPF process.

Type

Unsigned 32-bit integer

Unit

Advertisements

Category

Momentaneous

Stat Path

/routing/ospf/processes/[..n]/lsa_max

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmOspfMaxLsa

MIB Type

Unsigned32

Max routers

Description

Maximum number of routers that have been connected to this OSPF process.

Type

Unsigned 32-bit integer

Unit

Routers

Category

Momentaneous

Stat Path

/routing/ospf/processes/[..n]/routers_max

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmOspfMaxRouters

MIB Type

Unsigned32

Max routes

Description

Maximum number of routes that have been originated from the OSPF process.

Type

Unsigned 32-bit integer

Unit

Routes

Category

Momentaneous

Stat Path

/routing/ospf/processes/[..n]/routes_max

MIB OID

1.3.6.1.4.1.5089.3.2.2060.2010.3010.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmOspfMaxRoutes

MIB Type

Unsigned32

2.8. Rules

Rules statistics.

2.8.1. IP rule set[..]

IP RuleSet statistics entry.

2.8.1.1. Index of rule set

Description

Index of IPRuleSet.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2020.1.1[.n]   (STREAM-MIB)

MIB Name

ssmIPRuleSetIndex

MIB Type

Integer32

2.8.1.2. Name of rule set

Description

Name of the IPRuleSet.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2020.1.2[.n]   (STREAM-MIB)

MIB Name

ssmIPRuleSetName

MIB Type

DisplayString

2.8.1.3. IP rule[..]

IP rule statistics entry.

Rule row index

Description

IP rule index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2010.1.1[.n.m]   (STREAM-MIB)

MIB Name

ssmIPRuleIndex

MIB Type

Integer32

Last change

Description

Time (in hundredths of a second, counting since the system was last booted) when the rule was last modified.

Type

Unsigned 32-bit integer

Unit

Centiseconds

Category

Momentaneous

Stat Path

/rules/ip/[..n]/entries/[..n]/last_reset

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2010.1.1040[.n.m]   (STREAM-MIB)

MIB Name

ssmIPRuleLastReset

MIB Type

TimeTicks

Rule matched

Description

Number of times this IP rule matched incoming traffic (flow setup requests).

Type

Unsigned 32-bit integer

Unit

Lookups

Category

Counter

Stat Path

/rules/ip/[..n]/entries/[..n]/matched

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2010.1.1010[.n.m]   (STREAM-MIB)

MIB Name

ssmIPRuleMatched

MIB Type

Counter32

Rule name

Description

Name of the IP rule.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2010.1.2[.n.m]   (STREAM-MIB)

MIB Name

ssmIPRuleName

MIB Type

DisplayString

2.8.1.4. Last change

Description

Time (in hundredths of a second, counting since the system was last booted) when the rule was last modified.

Type

Unsigned 32-bit integer

Unit

Centiseconds

Category

Momentaneous

Stat Path

/rules/ips/[..n]/last_reset

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2050.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleLastReset

MIB Type

TimeTicks

2.8.1.5. Rule matched

Description

Number of times this IPS rule matched incoming traffic (flow setup requests).

Type

Unsigned 32-bit integer

Unit

Lookups

Category

Counter

Stat Path

/rules/ips/[..n]/matched

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2050.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleMatched

MIB Type

Counter32

2.8.1.6. Rule row index

Description

IPS rule index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2050.1.1[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleMatchIndex

MIB Type

Integer32

2.8.1.7. Rule name

Description

Name of the IPS rule.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2050.1.2[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleMatchName

MIB Type

DisplayString

2.8.2. Threshold rule set[..]

Threshold RuleSet statistics entry.

2.8.2.1. Index of rule set

Description

Index of ThresholdRuleSet.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2040.1.1[.n]   (STREAM-MIB)

MIB Name

ssmThresholdRuleSetIndex

MIB Type

Integer32

2.8.2.2. Name of rule set

Description

Name of the ThresholdRuleSet.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2040.1.2[.n]   (STREAM-MIB)

MIB Name

ssmThresholdRuleSetName

MIB Type

DisplayString

2.8.2.3. Threshold rule[..]

Threshold rule statistics entry.

Dropped

Description

Number of times that some action in the given rule has dropped a flow setup attempt.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/rules/threshold/[..n]/entries/[..n]/dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2030.1.1120[.n.m]   (STREAM-MIB)

MIB Name

ssmThresholdRuleTotalDrops

MIB Type

Counter32

Triggered

Description

Number of times that some action in the given rule has triggered.

Type

Unsigned 32-bit integer

Unit

Actions

Category

Counter

Stat Path

/rules/threshold/[..n]/entries/[..n]/triggered

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2030.1.1110[.n.m]   (STREAM-MIB)

MIB Name

ssmThresholdRuleTotalTrigged

MIB Type

Counter32

Rule row index

Description

Threshold rule index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2030.1.1[.n.m]   (STREAM-MIB)

MIB Name

ssmThresholdRuleIndex

MIB Type

Integer32

Last change

Description

Time (in hundredths of a second, counting since the system was last booted) when the rule was last modified.

Type

Unsigned 32-bit integer

Unit

Centiseconds

Category

Momentaneous

Stat Path

/rules/threshold/[..n]/entries/[..n]/last_reset

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2030.1.1040[.n.m]   (STREAM-MIB)

MIB Name

ssmThresholdRuleLastReset

MIB Type

TimeTicks

Rule matched

Description

Number of times this Threshold rule matched incoming traffic (flow setup requests).

Type

Unsigned 32-bit integer

Unit

Lookups

Category

Counter

Stat Path

/rules/threshold/[..n]/entries/[..n]/matched

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2030.1.1010[.n.m]   (STREAM-MIB)

MIB Name

ssmThresholdRuleMatched

MIB Type

Counter32

Rule name

Description

Name of the Threshold rule.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2070.2030.1.2[.n.m]   (STREAM-MIB)

MIB Name

ssmThresholdRuleName

MIB Type

DisplayString

Action[..]

Threshold action statistics entry.

Threshold action index

Description

Index of threshold action whithin threshold rule.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.3010.1.1[.n.m.???]   (STREAM-MIB)

MIB Name

ssmThresholdActionIndex

MIB Type

Integer32

Threshold action name

Description

Name of threshold action whithin threshold rule.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.3010.1.2[.n.m.???]   (STREAM-MIB)

MIB Name

ssmThresholdActionName

MIB Type

DisplayString

Triggered

Description

Number of times that the action has triggered.

Type

Unsigned 32-bit integer

Unit

Actions

Category

Counter

Stat Path

/rules/threshold/[..n]/entries/[..n]/action/[..n]/triggered

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.3010.1.1010[.n.m.???]   (STREAM-MIB)

MIB Name

ssmThresholdActionTrigged

MIB Type

Counter32

Threshold[..]

Threshold definition statistics entry.

Active groups

Description

Number of currently active threshold groups.

Type

Unsigned 32-bit integer

Unit

Groups

Category

Momentaneous

Stat Path

/rules/threshold/[..n]/entries/[..n]/action/[..n]/threshold/[..n]/current_active

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.3020.1.1010[.n.m.???]   (STREAM-MIB)

MIB Name

ssmThresholdLimitGroupsActive

MIB Type

Gauge32

Exceeded groups

Description

Number of times that threshold groups has exceeded the threshold (the number of times that some threshold group has begun to exceed the threshold, invariant of the time they have been above the threshold).

Type

Unsigned 32-bit integer

Unit

Events

Category

Counter

Stat Path

/rules/threshold/[..n]/entries/[..n]/action/[..n]/threshold/[..n]/total_exceeded

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.3020.1.1030[.n.m.???]   (STREAM-MIB)

MIB Name

ssmThresholdLimitGroupsExceeded

MIB Type

Counter32

Threshold limit index

Description

Index of threshold limit whithin threshold action.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.3020.1.1[.n.m.???]   (STREAM-MIB)

MIB Name

ssmThresholdActionLimitIndex

MIB Type

Integer32

Threshold limit name

Description

Name of threshold limit whithin threshold action.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.3020.1.2[.n.m.???]   (STREAM-MIB)

MIB Name

ssmThresholdActionLimitName

MIB Type

DisplayString

Exceeding groups

Description

Number of threshold groups currently exceeding a threshold.

Type

Unsigned 32-bit integer

Unit

Groups

Category

Momentaneous

Stat Path

/rules/threshold/[..n]/entries/[..n]/action/[..n]/threshold/[..n]/current_exceeding

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.3020.1.1020[.n.m.???]   (STREAM-MIB)

MIB Name

ssmThresholdLimitGroupExceeding

MIB Type

Gauge32

2.9. Services

Services statistics.

2.9.1. ARP

ARP statistics.

2.9.1.1. Proxy ARP

Description

Number of ARP requests that have been handled using ProxyARP.

Type

Unsigned 32-bit integer

Unit

Requests

Category

Counter

Stat Path

/services/arp/proxyarp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2.1005[.0]   (STREAM-MIB)

MIB Name

ssmProxiedReplies

MIB Type

Counter32

2.9.2. DHCP client

DHCP Client.

2.9.2.1. Client iface [..]

DHCP Client interface entry.

Interface row index

Description

Interface row index.

Type

Unsigned 32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientIfaceIndex

MIB Type

Integer32

Interface name

Description

DHCP Client interface name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.2[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientIfaceName

MIB Type

DisplayString

Ack messages received

Description

Number of ack messages received.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/services/dhcp_client/iface/[..n]/acks_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1060[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientAcksReceived

MIB Type

Unsigned32

Address age

Description

How long this interface has had this address.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/dhcp_client/iface/[..n]/address_age

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientAddressAge

MIB Type

Unsigned32

Decline messages sent

Description

Number of decline messages sent.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/services/dhcp_client/iface/[..n]/declines_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientDeclinesSent

MIB Type

Unsigned32

Discover messages re-sent

Description

Number of discover messages re-sent.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/services/dhcp_client/iface/[..n]/discoveries_resent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1070[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientDiscoveriesResent

MIB Type

Unsigned32

Discover messages sent

Description

Number of discover messages sent.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/services/dhcp_client/iface/[..n]/discoveries_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientDiscoveriesSent

MIB Type

Unsigned32

Lease is acquired and working

Description

Client has an active lease (0=no lease, 1=valid lease).

Type

Unsigned 32-bit integer

Unit

Bool

Category

Momentaneous

Stat Path

/services/dhcp_client/iface/[..n]/is_working

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientLeaseAquired

MIB Type

Unsigned32

Total lease time

Description

Total lease time from DHCP server.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/dhcp_client/iface/[..n]/lease_time_total

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientLeaseTimeTotal

MIB Type

Unsigned32

Lease time

Description

How long time this lease has been used.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/dhcp_client/iface/[..n]/lease_time_used

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientLeaseTimeUsed

MIB Type

Unsigned32

Lease time to live

Description

Time until lease expires.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/dhcp_client/iface/[..n]/lease_ttl

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientLeaseTTL

MIB Type

Unsigned32

Nack messages received

Description

Number of nack messages received.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/services/dhcp_client/iface/[..n]/nacks_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1065[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientNacksReceived

MIB Type

Unsigned32

Offer messages received

Description

Number of offer messages received.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/services/dhcp_client/iface/[..n]/offers_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1055[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientOffersReceived

MIB Type

Unsigned32

Release messages sent

Description

Number of release messages sent.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/services/dhcp_client/iface/[..n]/releases_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1045[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientReleasesSent

MIB Type

Unsigned32

Request messages re-sent

Description

Number of request messages re-sent.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/services/dhcp_client/iface/[..n]/requests_resent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1075[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientRequestsResent

MIB Type

Unsigned32

Request messages sent

Description

Number of request messages sent.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/services/dhcp_client/iface/[..n]/requests_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientRequestsSent

MIB Type

Unsigned32

DHCP state

Description

Current DHCP state.

Type

String

Stat Path

/services/dhcp_client/iface/[..n]/state

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2010.3001.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmDHCPClientState

MIB Type

DisplayString

2.9.3. DHCP server

DHCP Server.

2.9.3.1. Rejected

Description

DHCPServer Rejected.

Type

Unsigned 32-bit integer

Unit

Requests

Category

Momentaneous

Stat Path

/services/dhcp_server/rejected

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.1005[.0]   (STREAM-MIB)

MIB Name

ssmDHCPServerRejected

MIB Type

Unsigned32

2.9.3.2. Server rule [..]

DHCP Server rule entry.

Rule row index

Description

Rule row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1[.n]   (STREAM-MIB)

MIB Name

ssmDHCPServerRuleIndex

MIB Type

Integer32

Rule name

Description

DHCP Server rule name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.2[.n]   (STREAM-MIB)

MIB Name

ssmDHCPServerRuleName

MIB Type

DisplayString

Rule pool

Description

List of IP addresses within the DHCP pool.

Type

String

Stat Path

/services/dhcp_server/rule/[..n]/pool

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1036[.n]   (STREAM-MIB)

MIB Name

ssmDHCPServerRuleIpPool

MIB Type

DisplayString

Rule active clients

Description

Number of active clients in this rule.

Type

Unsigned 32-bit integer

Unit

Clients

Category

Momentaneous

Stat Path

/services/dhcp_server/rule/[..n]/active_clients

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1001[.n]   (STREAM-MIB)

MIB Name

ssmDHCPServerRuleActiveClients

MIB Type

Unsigned32

Rule active clients percent

Description

Percentage of active clients in this rule.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/services/dhcp_server/rule/[..n]/active_clients_percent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1011[.n]   (STREAM-MIB)

MIB Name

ssmDHCPServerRuleActiveClientsP

MIB Type

Unsigned32

Rule lease time

Description

DHCP server rule lease time.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/dhcp_server/rule/[..n]/lease_time

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1061[.n]   (STREAM-MIB)

MIB Name

ssmDHCPServerRuleLeaseTime

MIB Type

Unsigned32

Rule pool size

Description

DHCPServ Rule Pool Size.

Type

Unsigned 32-bit integer

Unit

Addresses

Category

Momentaneous

Stat Path

/services/dhcp_server/rule/[..n]/pool_size

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1041[.n]   (STREAM-MIB)

MIB Name

ssmDHCPServerRulePoolSize

MIB Type

Unsigned32

Rule rejected

Description

DHCPServ Rule Rejected.

Type

Unsigned 32-bit integer

Unit

Requests

Category

Momentaneous

Stat Path

/services/dhcp_server/rule/[..n]/rejected

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1051[.n]   (STREAM-MIB)

MIB Name

ssmDHCPServerRuleRejected

MIB Type

Unsigned32

Rule usage

Description

DHCP Server rule usage.

Type

Unsigned 32-bit integer

Unit

Hosts

Category

Momentaneous

Stat Path

/services/dhcp_server/rule/[..n]/usage

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1021[.n]   (STREAM-MIB)

MIB Name

ssmDHCPServerRuleUsage

MIB Type

Unsigned32

Rule usage percent

Description

DHCPServ rule usage percent.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/services/dhcp_server/rule/[..n]/usage_percent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2100.3001.1.1031[.n]   (STREAM-MIB)

MIB Name

ssmDHCPServerRuleUsageP

MIB Type

Unsigned32

2.9.4. NAT pool[..]

NATPool statistics.

2.9.4.1. NATPool table entry[..]

NATPool table entry.

Natpool row index

Description

NATPool row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolIndex

MIB Type

Integer32

Natpool name

Description

NATPool name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolName

MIB Type

DisplayString

2.9.4.2. Deterministic block average SCTP flows

Description

Average SCTP flow count per deterministic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/avg_det_flows_sctp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1092[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolAvgFlowsPerDetBlckSCTP

MIB Type

Unsigned32

2.9.4.3. Deterministic block average TCP flows

Description

Average TCP flow count per deterministic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/avg_det_flows_tcp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1090[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolAvgFlowsPerDetBlockTCP

MIB Type

Unsigned32

2.9.4.4. Deterministic block average UDP flows

Description

Average UDP flow count per deterministic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/avg_det_flows_udp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1095[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolAvgFlowsPerDetBlockUDP

MIB Type

Unsigned32

2.9.4.5. Dynamic block average SCTP flows

Description

Average SCTP flow count per dynamic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/avg_dyn_flows_sctp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1102[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolAvgFlowsPerDynBlckSCTP

MIB Type

Unsigned32

2.9.4.6. Dynamic block average TCP flows

Description

Average TCP flow count per dynamic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/avg_dyn_flows_tcp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1100[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolAvgFlowsPerDynBlockTCP

MIB Type

Unsigned32

2.9.4.7. Dynamic block average UDP flows

Description

Average UDP flow count per dynamic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/avg_dyn_flows_udp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1105[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolAvgFlowsPerDynBlockUDP

MIB Type

Unsigned32

2.9.4.8. Times deterministic sctp blocks have been depleted

Description

Number of times deterministic SCTP block have been depleted.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/services/natpool/[..n]/det_block_depleted_counter_sctp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1067[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDetBlockDepletdCtrSCTP

MIB Type

Counter32

2.9.4.9. Times deterministic tcp blocks have been depleted

Description

Number of times deterministic TCP block have been depleted.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/services/natpool/[..n]/det_block_depleted_counter_tcp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1065[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDetBlockDepletedCtrTCP

MIB Type

Counter32

2.9.4.10. Times deterministic udp blocks have been depleted

Description

Number of times deterministic UDP block have been depleted.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/services/natpool/[..n]/det_block_depleted_counter_udp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1070[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDetBlockDepletedCtrUDP

MIB Type

Counter32

2.9.4.11. Deterministic blocks free sctp

Description

Number of SCTP deterministic blocks free.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/det_blocks_free_sctp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1017[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDetBlocksFreeSCTP

MIB Type

Unsigned32

2.9.4.12. Deterministic blocks free tcp

Description

Number of TCP deterministic blocks free.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/det_blocks_free_tcp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDetBlocksFreeTCP

MIB Type

Unsigned32

2.9.4.13. Deterministic blocks free udp

Description

Number of UDP deterministic blocks free.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/det_blocks_free_udp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDetBlocksFreeUDP

MIB Type

Unsigned32

2.9.4.14. Deterministic blocks in use sctp

Description

Number of active SCTP clients in this rule.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/det_blocks_in_use_sctp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1007[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDetBlocksInUseSCTP

MIB Type

Unsigned32

2.9.4.15. Deterministic blocks in use tcp

Description

Number of active TCP clients in this rule.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/det_blocks_in_use_tcp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDetBlocksInUseTCP

MIB Type

Unsigned32

2.9.4.16. Deterministic blocks in use udp

Description

Number of active UDP clients in this rule.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/det_blocks_in_use_udp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDetBlocksInUseUDP

MIB Type

Unsigned32

2.9.4.17. Times dynamic block limit has been hit

Description

Number of times dynamic block limit has been hit.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/services/natpool/[..n]/det_block_alloc_limit_counter

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1085[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDynBlockAllocLimitCtr

MIB Type

Counter32

2.9.4.18. Dynamic blocks free sctp

Description

Number of SCTP dynamic blocks free.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/dyn_blocks_free_sctp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1037[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDynBlocksFreeSCTP

MIB Type

Unsigned32

2.9.4.19. Dynamic blocks free tcp

Description

Number of TCP dynamic blocks free.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/dyn_blocks_free_tcp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDynBlocksFreeTCP

MIB Type

Unsigned32

2.9.4.20. Dynamic blocks free udp

Description

Number of UDP dynamic blocks free.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/dyn_blocks_free_udp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDynBlocksFreeUDP

MIB Type

Unsigned32

2.9.4.21. Dynamic blocks in use sctp

Description

Number of SCTP dynamic blocks in use.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/dyn_blocks_in_use_sctp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1027[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDynBlocksInUseSCTP

MIB Type

Unsigned32

2.9.4.22. Dynamic blocks in use tcp

Description

Number of TCP dynamic blocks in use.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/dyn_blocks_in_use_tcp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDynBlocksInUseTCP

MIB Type

Unsigned32

2.9.4.23. Dynamic blocks in use udp

Description

Number of UDP dynamic blocks in use.

Type

Unsigned 32-bit integer

Unit

Blocks

Category

Momentaneous

Stat Path

/services/natpool/[..n]/dyn_blocks_in_use_udp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolDynBlocksInUseUDP

MIB Type

Unsigned32

2.9.4.24. Deterministic block max SCTP flows

Description

Maximum SCTP flow count registered on a deterministic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/max_det_flows_sctp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1112[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolMaxDetFlowsSCTP

MIB Type

Unsigned32

2.9.4.25. Deterministic block max TCP flows

Description

Maximum TCP flow count registered on a deterministic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/max_det_flows_tcp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1110[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolMaxDetFlowsTCP

MIB Type

Unsigned32

2.9.4.26. Deterministic block max UDP flows

Description

Maximum UDP flow count registered on a deterministic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/max_det_flows_udp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1115[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolMaxDetFlowsUDP

MIB Type

Unsigned32

2.9.4.27. Dynamic block max SCTP flows

Description

Maximum SCTP flow count registered on a dynamic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/max_dyn_flows_sctp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1122[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolMaxDynFlowsSCTP

MIB Type

Unsigned32

2.9.4.28. Dynamic block max TCP flows

Description

Maximum TCP flow count registered on a dynamic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/max_dyn_flows_tcp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1120[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolMaxDynFlowsTCP

MIB Type

Unsigned32

2.9.4.29. Dynamic block max UDP flows

Description

Maximum UDP flow count registered on a dynamic block.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/services/natpool/[..n]/max_dyn_flows_udp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1125[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolMaxDynFlowsUDP

MIB Type

Unsigned32

2.9.4.30. Times port manager has run out of sctp ports

Description

Number of times port manager has run out of SCTP ports.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/services/natpool/[..n]/ports_depleted_counter_sctp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1077[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolPortsDepletedCtrSCTP

MIB Type

Counter32

2.9.4.31. Times port manager has run out of tcp ports

Description

Number of times port manager has run out of TCP ports.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/services/natpool/[..n]/ports_depleted_counter_tcp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1075[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolPortsDepletedCtrTCP

MIB Type

Counter32

2.9.4.32. Times port manager has run out of udp ports

Description

Number of times port manager has run out of UDP ports.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/services/natpool/[..n]/ports_depleted_counter_udp

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1080[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolPortsDepletedCtrUDP

MIB Type

Counter32

2.9.4.33. Active states

Description

Number of active states in a stateful NAT pool.

Type

Unsigned 32-bit integer

Unit

States

Category

Momentaneous

Stat Path

/services/natpool/[..n]/active_states

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1205[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolActiveStates

MIB Type

Unsigned32

2.9.4.34. Active states changed

Description

Number of times an active state (a state with active flows) has been changed to point to a different external IP in a stateful NAT pool.

Type

Unsigned 64-bit integer

Unit

States

Category

Counter

Stat Path

/services/natpool/[..n]/active_states_changed

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1215[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolActiveStatesChanged

MIB Type

Counter64

2.9.4.35. Lingering states changed

Description

Number of times a lingering state (a state currently without any active flows) has been changed to point to a different external IP in a stateful NAT pool.

Type

Unsigned 64-bit integer

Unit

States

Category

Counter

Stat Path

/services/natpool/[..n]/lingering_states_changed

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1220[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolLingerStatesChanged

MIB Type

Counter64

2.9.4.36. Lingering states

Description

Number of lingering states in a stateful NAT pool.

Type

Unsigned 32-bit integer

Unit

States

Category

Momentaneous

Stat Path

/services/natpool/[..n]/lingering_states

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1210[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolLingeringStates

MIB Type

Unsigned32

2.9.4.37. Maximum states allowed

Description

Maximum number of states allowed in a stateful NAT pool.

Type

Unsigned 32-bit integer

Unit

States

Category

Max

Stat Path

/services/natpool/[..n]/max_states_allowed

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1235[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolMaxStatesAllowed

MIB Type

Unsigned32

2.9.4.38. Maximum states used

Description

Maximum number of states used in a stateful NAT pool.

Type

Unsigned 32-bit integer

Unit

States

Category

Max

Stat Path

/services/natpool/[..n]/max_states_used

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1240[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolMaxStatesUsed

MIB Type

Unsigned32

2.9.4.39. Active states replaced

Description

Number of times an active state (a state with active flows) has been replaced to make room for a new state for a different internal IP in a stateful NAT pool.

Type

Unsigned 64-bit integer

Unit

States

Category

Counter

Stat Path

/services/natpool/[..n]/active_states_replaced

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1225[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolActiveStatesReplaced

MIB Type

Counter64

2.9.4.40. Lingering states replaced

Description

Number of times a lingering state (a state currently without any active flows) has been replaced to make room for a new state for a different internal IP in a stateful NAT pool.

Type

Unsigned 64-bit integer

Unit

States

Category

Counter

Stat Path

/services/natpool/[..n]/lingering_states_replaced

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1230[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolLingerStatesReplaced

MIB Type

Counter64

2.9.4.41. States

Description

Number of states in a stateful NAT pool.

Type

Unsigned 32-bit integer

Unit

States

Category

Momentaneous

Stat Path

/services/natpool/[..n]/total_states

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2080.3010.1.1200[.n]   (STREAM-MIB)

MIB Name

ssmNATPoolTotalStates

MIB Type

Unsigned32

2.9.5. NDP

NDP.

2.9.5.1. NDP interface[..]

* Description missing *

Interface row index

Description

Interface row index.

Type

Unsigned 32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1[.n]   (STREAM-MIB)

MIB Name

ssmNDPIfaceIndex

MIB Type

Integer32

Interface name

Description

NDP interface name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.2[.n]   (STREAM-MIB)

MIB Name

ssmNDPIfaceName

MIB Type

DisplayString

Neighbor advertisements received

Description

Number of neighbor advertisements received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/iface/[..n]/neighboradvs_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmNDPIfaceNeighborAdvsRecv

MIB Type

Counter64

Neighbor advertisements sent

Description

Number of neighbor advertisements sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/iface/[..n]/neighboradvs_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmNDPIfaceNeighborAdvsSent

MIB Type

Counter64

Neighbor solicitations received

Description

Number of neighbor solicitations received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/iface/[..n]/neighborsolicitations_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmNDPIfaceNeighborSolicsRecv

MIB Type

Counter64

Neighbor solicitations sent

Description

Number of neighbor solicitations sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/iface/[..n]/neighborsolicitations_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmNDPIfaceNeighborSolicsSent

MIB Type

Counter64

Router advertisements received

Description

Number of router advertisements received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/iface/[..n]/routeradvs_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1025[.n]   (STREAM-MIB)

MIB Name

ssmNDPIfaceRouterAdvsRecv

MIB Type

Counter64

Router advertisements sent

Description

Number of router advertisements sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/iface/[..n]/routeradvs_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1030[.n]   (STREAM-MIB)

MIB Name

ssmNDPIfaceRouterAdvsSent

MIB Type

Counter64

Router solicitations received

Description

Number of router solicitations received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/iface/[..n]/routersolicitations_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1035[.n]   (STREAM-MIB)

MIB Name

ssmNDPIfaceRouterSolicsRecv

MIB Type

Counter64

Router solicitations sent

Description

Number of router solicitations sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/iface/[..n]/routersolicitations_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmNDPIfaceRouterSolicsSent

MIB Type

Counter64

Shortest prefix lifetime

Description

Shortest prefix lifetime received from routers.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/ndp/iface/[..n]/min_prefix_lifetime

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1045[.n]   (STREAM-MIB)

MIB Name

ssmNDPMinPrefixLifetime

MIB Type

Unsigned32

Shortest prefix lifetime remaining

Description

Shortest remaining prefix lifetime received from routers.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/ndp/iface/[..n]/min_prefix_lifetime_remaining

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmNDPMinPrefixLifetimeRemaining

MIB Type

Unsigned32

Prefixes received

Description

Number of prefixes received.

Type

Unsigned 32-bit integer

Unit

Prefixes

Category

Momentaneous

Stat Path

/services/ndp/iface/[..n]/num_prefixes

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1055[.n]   (STREAM-MIB)

MIB Name

ssmNDPNumPrefixes

MIB Type

Unsigned32

On-link prefixes received

Description

Number of on-link prefixes received.

Type

Unsigned 32-bit integer

Unit

Prefixes

Category

Momentaneous

Stat Path

/services/ndp/iface/[..n]/num_prefixes_onlink

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.3001.1.1060[.n]   (STREAM-MIB)

MIB Name

ssmNDPNumPrefixesOnLink

MIB Type

Unsigned32

2.9.5.2. Neighbor

NDP neighbor statistics.

Neighbor advertisements received

Description

Number of neighbor advertisements received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/neighbor/neighboradvs_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.2005.1005[.0]   (STREAM-MIB)

MIB Name

ssmNDPNeighborAdvsRecv

MIB Type

Counter64

Neighbor advertisements sent

Description

Number of neighbor advertisements sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/neighbor/neighboradvs_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.2005.1010[.0]   (STREAM-MIB)

MIB Name

ssmNDPNeighborAdvsSent

MIB Type

Counter64

Neighbor solicitations received

Description

Number of neighbor solicitations received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/neighbor/neighborsolicitations_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.2005.1015[.0]   (STREAM-MIB)

MIB Name

ssmNDPNeighborSolicsRecv

MIB Type

Counter64

Neighbor solicitations sent

Description

Number of neighbor solicitations sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/neighbor/neighborsolicitations_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.2005.1020[.0]   (STREAM-MIB)

MIB Name

ssmNDPNeighborSolicsSent

MIB Type

Counter64

2.9.5.3. Router

NDP router statistics.

Router advertisements received

Description

Number of router advertisements received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/router/routeradvs_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.2010.1005[.0]   (STREAM-MIB)

MIB Name

ssmNDPRouterAdvsRecv

MIB Type

Counter64

Router advertisements sent

Description

Number of router advertisements sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/router/routeradvs_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.2010.1010[.0]   (STREAM-MIB)

MIB Name

ssmNDPRouterAdvsSent

MIB Type

Counter64

Router solicitations received

Description

Number of router solicitations received.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/router/routersolicitations_received

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.2010.1015[.0]   (STREAM-MIB)

MIB Name

ssmNDPRouterSolicsRecv

MIB Type

Counter64

Router solicitations sent

Description

Number of router solicitations sent.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/ndp/router/routersolicitations_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2110.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmNDPRouterSolicsSent

MIB Type

Counter64

2.9.6. Time synchronization

Time syncronization client statistics.

2.9.6.1. Active servers

Description

Current number of active timeservers.

Type

Unsigned 32-bit integer

Unit

Servers

Category

Momentaneous

Stat Path

/services/timesync/activeservers

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1005[.0]   (STREAM-MIB)

MIB Name

ssmNTPActiveServers

MIB Type

Unsigned32

2.9.6.2. Clock synchronizations

Description

Number of times the system clock has been synchronized.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/services/timesync/clocksynced

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1010[.0]   (STREAM-MIB)

MIB Name

ssmNTPClockSynchronizations

MIB Type

Counter32

2.9.6.3. NTP server last error

Description

NTP server last error.

Type

String

Stat Path

/services/timesync/lasterror

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1075[.0]   (STREAM-MIB)

MIB Name

ssmNTPLastError

MIB Type

DisplayString

2.9.6.4. Last synchronization

Description

Seconds since startup when clock synchronization was last done.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/timesync/lastsync

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1015[.0]   (STREAM-MIB)

MIB Name

ssmNTPLastSynchronization

MIB Type

Unsigned32

2.9.6.5. Last synchronization time

Description

Last synchronization time.

Type

String

Stat Path

/services/timesync/lastsynctime

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1065[.0]   (STREAM-MIB)

MIB Name

ssmNTPLasySyncTime

MIB Type

DisplayString

2.9.6.6. Latest timedrift

Description

Size of latest adjusted time drift.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/timesync/latestdrift

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1020[.0]   (STREAM-MIB)

MIB Name

ssmNTPLatestTimeDrift

MIB Type

Unsigned32

2.9.6.7. Maximum timedrift

Description

Maximum time drift that has been adjusted.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/timesync/maxdrift

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1025[.0]   (STREAM-MIB)

MIB Name

ssmNTPMaximumTimeDrift

MIB Type

Unsigned32

2.9.6.8. Next synchronization

Description

Seconds until it is time for next clock synchronization.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/services/timesync/nextsync

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1030[.0]   (STREAM-MIB)

MIB Name

ssmNTPNextSynchronization

MIB Type

Integer32

2.9.6.9. Packets discarded

Description

Number of packets that has been discarded due to too big time drift.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/timesync/pktdiscarded

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1035[.0]   (STREAM-MIB)

MIB Name

ssmNTPResponsesDiscarded

MIB Type

Counter32

2.9.6.10. Packets received

Description

Number of received packets.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/timesync/pktrecv

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1040[.0]   (STREAM-MIB)

MIB Name

ssmNTPResponsesReceived

MIB Type

Counter32

2.9.6.11. Packets sent

Description

Number of sent packets.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/services/timesync/pktsent

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1045[.0]   (STREAM-MIB)

MIB Name

ssmNTPRequestsSent

MIB Type

Counter32

2.9.6.12. NTP server address

Description

NTP server IP address.

Type

String

Stat Path

/services/timesync/serveraddress

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1080[.0]   (STREAM-MIB)

MIB Name

ssmNTPServerAddress

MIB Type

DisplayString

2.9.6.13. Time after last clock adjust

Description

Time after last clock adjust.

Type

String

Stat Path

/services/timesync/timeafter

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1060[.0]   (STREAM-MIB)

MIB Name

ssmNTPTimeAfter

MIB Type

DisplayString

2.9.6.14. Time before last clock adjust

Description

Time just before last clock adjust.

Type

String

Stat Path

/services/timesync/timebefore

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1055[.0]   (STREAM-MIB)

MIB Name

ssmNTPTimeBefore

MIB Type

DisplayString

2.9.6.15. System clock update method

Description

System clock update method.

Type

String

Stat Path

/services/timesync/updatemethod

MIB OID

1.3.6.1.4.1.5089.3.2.2080.2090.1085[.0]   (STREAM-MIB)

MIB Name

ssmNTPUpdateMethod

MIB Type

DisplayString

2.10. Threat prevention

Threat prevention.

2.10.1. IPS

Intrusion prevention system.

2.10.1.1. Double encoding of URL

Description

Total number of times HTTP Normalization has found an URL with double encoding.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/url_double_encoding

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1060[.0]   (STREAM-MIB)

MIB Name

ssmIPSDoubleEncodingURL

MIB Type

Counter64

2.10.1.2. Flows scanned

Description

Total number of flows scanned by the IPS engine.

Type

Unsigned 64-bit integer

Unit

Flows

Category

Counter

Stat Path

/threat_prevention/ips/flows_scanned

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1075[.0]   (STREAM-MIB)

MIB Name

ssmIPSFlowsScanned

MIB Type

Counter64

2.10.1.3. Inspection errors

Description

Total number of inspection errors seen in the inspection engine.

Type

Unsigned 64-bit integer

Unit

Errors

Category

Counter

Stat Path

/threat_prevention/ips/inspection_errors

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1070[.0]   (STREAM-MIB)

MIB Name

ssmIPSInspectionErrors

MIB Type

Counter64

2.10.1.4. Invalid HEX encoding of URL

Description

Total number of times HTTP Normalization has found an URL with invalid HEX encoding.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/url_invalid_hex

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1055[.0]   (STREAM-MIB)

MIB Name

ssmIPSInvalidHEXURL

MIB Type

Counter64

2.10.1.5. Invalid UTF8 URL

Description

Total number of times HTTP Normalization has found an URL with invalid UTF8 format.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/url_invalid_utf8

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1050[.0]   (STREAM-MIB)

MIB Name

ssmIPSInvalidUTF8URL

MIB Type

Counter64

2.10.1.6. Custom signatures

Description

Total number of custom signatures available to the system.

Type

Unsigned 32-bit integer

Unit

Signatures

Category

Momentaneous

Stat Path

/threat_prevention/ips/signatures_custom

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1015[.0]   (STREAM-MIB)

MIB Name

ssmIPSCustomSignatures

MIB Type

Unsigned32

2.10.1.7. Rejected signatures

Description

Total number of signatures rejected by the system due to bad formatting.

Type

Unsigned 32-bit integer

Unit

Signatures

Category

Momentaneous

Stat Path

/threat_prevention/ips/signatures_rejected

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmIPSRejectedSignatures

MIB Type

Unsigned32

2.10.1.8. Vendor signatures

Description

Total number of vendor signatures available to the system.

Type

Unsigned 32-bit integer

Unit

Signatures

Category

Momentaneous

Stat Path

/threat_prevention/ips/signatures_vendor

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1010[.0]   (STREAM-MIB)

MIB Name

ssmIPSVendorSignatures

MIB Type

Unsigned32

2.10.1.9. Scan limit exceeded

Description

Total number of times the scan limit has been exceeded, resulting in terminated IPS scanning for a flow.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/scanlimit_exceeded

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1080[.0]   (STREAM-MIB)

MIB Name

ssmIPSScanLimitExceeded

MIB Type

Counter64

2.10.1.10. Modified date

Description

Modified date of vendor signature database.

Type

String

Stat Path

/threat_prevention/ips/signaturedb_date

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1030[.0]   (STREAM-MIB)

MIB Name

ssmIPSSignatureDBDate

MIB Type

DisplayString

2.10.1.11. Version

Description

Version number of vendor signature database.

Type

String

Stat Path

/threat_prevention/ips/signaturedb_ver

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1025[.0]   (STREAM-MIB)

MIB Name

ssmIPSSignatureDBVersion

MIB Type

DisplayString

2.10.1.12. Threats detected

Description

Total number of times the system has detected a potential threat.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/threats_detected

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1040[.0]   (STREAM-MIB)

MIB Name

ssmIPSThreatsDetected

MIB Type

Counter64

2.10.1.13. Threats protected

Description

Total number of times the system has protected against a potential threat.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/threats_protected

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.1045[.0]   (STREAM-MIB)

MIB Name

ssmIPSThreatsProtected

MIB Type

Counter64

2.10.1.14. Rules[..]

The row in a table of IPS rule statistics.

Rule row index

Description

IPS Rule row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleIndex

MIB Type

Integer32

Rule name

Description

IPS rule name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleName

MIB Type

DisplayString

Signatures actually used by the rule

Description

Number of signatures actually used by the rule, not counting signatures rejected due to port, service etc.

Type

Unsigned 32-bit integer

Unit

Signatures

Category

Momentaneous

Stat Path

/threat_prevention/ips/rules/[..n]/signatures_used

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleSignaturesUsed

MIB Type

Unsigned32

Signatures selected by the rule

Description

Number of signatures selected by the rule.

Type

Unsigned 32-bit integer

Unit

Signatures

Category

Momentaneous

Stat Path

/threat_prevention/ips/rules/[..n]/signatures_selected

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleSignaturesSelected

MIB Type

Unsigned32

Double encoding of URL

Description

Number of times HTTP Normalization has found an URL with double encoding using this rule.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/rules/[..n]/url_double_encoding

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1060[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleDoubleEncodingURL

MIB Type

Counter64

Inspection errors

Description

Number of inspection errors seen in the inspection engine using this rule.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/rules/[..n]/inspection_errors

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1070[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleInspectionErrors

MIB Type

Counter64

Invalid HEX encoding of URL

Description

Number of times HTTP Normalization has found an URL with invalid HEX encoding using this rule.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/rules/[..n]/url_invalid_hex

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1055[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleInvalidHEXURL

MIB Type

Counter64

Invalid UTF8 URL

Description

Number of times HTTP Normalization has found an URL with invalid UTF8 format using this rule.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/rules/[..n]/url_invalid_utf8

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleInvalidUTF8URL

MIB Type

Counter64

Scan limit exceeded

Description

Number of times the scan limit has been exceeded, resulting in terminated IPS scanning for a flow using this rule.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/rules/[..n]/scanlimit_exceeded

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1080[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleScanLimitExceeded

MIB Type

Counter64

Threats detected

Description

Number of times the system has detected a potential threat using this rule.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/rules/[..n]/threats_detected

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1040[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleThreatsDetected

MIB Type

Counter64

Threats protected

Description

Number of times the system has protected against a potential threat using this rule.

Type

Unsigned 64-bit integer

Unit

Hits

Category

Counter

Stat Path

/threat_prevention/ips/rules/[..n]/threats_protected

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2010.3010.1.1045[.n]   (STREAM-MIB)

MIB Name

ssmIPSRuleThreatsProtected

MIB Type

Counter64

2.10.2. SSL inspection

SSL Inspection.

2.10.2.1. Failed interceptions

Description

Total number of failed interceptions.

Type

Unsigned 32-bit integer

Unit

Attempts

Category

Counter

Stat Path

/threat_prevention/sslinspection/failed_interceptions

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2020.1005[.0]   (STREAM-MIB)

MIB Name

ssmSSLInspFailedIntercepts

MIB Type

Counter32

2.10.2.2. Successful interceptions

Description

Total number of successful interceptions.

Type

Unsigned 32-bit integer

Unit

Connections

Category

Counter

Stat Path

/threat_prevention/sslinspection/successful_interceptions

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2020.1010[.0]   (STREAM-MIB)

MIB Name

ssmSSLInspSuccessfulIntercepts

MIB Type

Counter32

2.10.2.3. Profiles[..]

The row in a table of SSL Inspection profile statistics.

Profile name

Description

SSL Inspection profile name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmSSLInspectionProfileName

MIB Type

DisplayString

Profile row index

Description

SSL Inspection profile row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmSSLInspectionProfileIndex

MIB Type

Integer32

Failed client TLS connections

Description

Number of failed client TLS connections for this profile.

Type

Unsigned 32-bit integer

Unit

Attempts

Category

Counter

Stat Path

/threat_prevention/sslinspection/profiles/[..n]/client_failed_tls

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.1005[.n]   (STREAM-MIB)

MIB Name

ssmClientFailedTLS

MIB Type

Counter32

Failed server TLS connections

Description

Number of failed server TLS connections for this profile.

Type

Unsigned 32-bit integer

Unit

Attempts

Category

Counter

Stat Path

/threat_prevention/sslinspection/profiles/[..n]/server_failed_tls

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmServerFailedTLS

MIB Type

Counter32

Successful client TLS connections

Description

Number of successful client TLS connections for this profile.

Type

Unsigned 32-bit integer

Unit

Connections

Category

Counter

Stat Path

/threat_prevention/sslinspection/profiles/[..n]/client_successful_tls

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.1015[.n]   (STREAM-MIB)

MIB Name

ssmClientSuccessfulTLS

MIB Type

Counter32

Successful server TLS connections

Description

Number of successful server TLS connections for this profile.

Type

Unsigned 32-bit integer

Unit

Connections

Category

Counter

Stat Path

/threat_prevention/sslinspection/profiles/[..n]/server_successful_tls

MIB OID

1.3.6.1.4.1.5089.3.2.2085.2020.3010.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmServerSuccessfulTLS

MIB Type

Counter32

2.11. Traffic management

Traffic management statistics.

2.11.1. Blacklist

Global blacklist statistics module.

2.11.1.1. Maximum number of blacklist entries

Description

Maximum number of simultaneous blacklist entries.

Type

Unsigned 32-bit integer

Unit

Items

Category

Momentaneous

Stat Path

/traffic_mgmt/blacklist/max_blacklist_entries

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3040.1011[.0]   (STREAM-MIB)

MIB Name

ssmMaxBlacklistEntries

MIB Type

Unsigned32

2.11.1.2. Active blacklist entries

Description

Currently active blacklist rules.

Type

Unsigned 32-bit integer

Unit

Rules

Category

Momentaneous

Stat Path

/traffic_mgmt/blacklist/blacklist_rules

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3040.1010[.0]   (STREAM-MIB)

MIB Name

ssmBlacklistRules

MIB Type

Unsigned32

2.11.1.3. Packets dropped by blacklist

Description

Packets dropped by blacklist.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/traffic_mgmt/blacklist/blacklist_packets_dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3040.1020[.0]   (STREAM-MIB)

MIB Name

ssmBlacklistPacketsDropped

MIB Type

Unsigned32

2.11.1.4. Whitelisted flows

Description

Flows allowed in the system because of whitelisting even though the source was blacklisted.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Counter

Stat Path

/traffic_mgmt/blacklist/whitelist_flows_allowed

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3040.1030[.0]   (STREAM-MIB)

MIB Name

ssmWhitelistFlowsAllowed

MIB Type

Unsigned32

2.11.1.5. Whitelist entries

Description

Configured whitelist rules.

Type

Unsigned 32-bit integer

Unit

Rules

Category

Momentaneous

Stat Path

/traffic_mgmt/blacklist/whitelist_rules

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3040.1040[.0]   (STREAM-MIB)

MIB Name

ssmWhitelistRules

MIB Type

Unsigned32

2.11.2. Pipe[..]

Pipe object statistics entry.

2.11.2.1. Pipe row index

Description

Pipe object statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmPipeIndex

MIB Type

Integer32

2.11.2.2. Pipe name

Description

Name of the pipe object.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmPipeName

MIB Type

DisplayString

2.11.2.3. Statistics interval

Description

Number of seconds elapsed since the statistics were last reset for this pipe object. Average and total values are valid for this interval.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/interval

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsAvgInterval

MIB Type

Unsigned32

2.11.2.4. Precedence[..]

Pipe object precedence statistics entry.

Pipe precedence row index

Description

Pipe object precedence statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecIndex

MIB Type

Integer32

Pipe precedence name

Description

Name of the pipe object precedence statistic row.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.2[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecName

MIB Type

DisplayString

Average bits per second received

Description

Average number of bits per second with the given precedence, received by the pipe object,.

Type

Unsigned 64-bit integer

Unit

Bits per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/avg_bps_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1610[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecAvgBpsRecv

MIB Type

CounterBasedGauge64

Average bits per second forwarded

Description

Average number of bits per second with the given precedence, forwarded by the pipe object.

Type

Unsigned 64-bit integer

Unit

Bits per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/avg_bps_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1620[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecAvgBpsSent

MIB Type

CounterBasedGauge64

Average packets per second received

Description

Average number of packets per second with the given precedence, received by the pipe object.

Type

Unsigned 64-bit integer

Unit

Packets per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/avg_pps_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1630[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecAvgPpsRecv

MIB Type

CounterBasedGauge64

Average packets per second forwarded

Description

Average number of packets per second with the given precedence, forwarded by the pipe object.

Type

Unsigned 64-bit integer

Unit

Packets per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/avg_pps_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1640[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecAvgPpsSent

MIB Type

CounterBasedGauge64

Bits per second received

Description

Number of bits per second with the given precedence, currently being received by the pipe object.

Type

Unsigned 64-bit integer

Unit

Bits per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/bps_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1410[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecBpsRecv

MIB Type

CounterBasedGauge64

Bits per second forwarded

Description

Number of bits per second with the given precedence, currently being forwarded by the pipe object.

Type

Unsigned 64-bit integer

Unit

Bits per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/bps_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1420[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecBpsSent

MIB Type

CounterBasedGauge64

Accumulated bytes received

Description

Accumulated number of bytes with the given precedence, having been received by the pipe object.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/bytes_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1210[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecByteRecv

MIB Type

Counter64

Accumulated bytes forwarded

Description

Accumulated number of bytes with the given precedence, having been forwarded by the pipe object.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/bytes_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1220[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecByteSent

MIB Type

Counter64

Bits per second precedence group limit

Description

Dynamic limit in bits per second for the given precedence and each active group.

Type

Unsigned 64-bit integer

Unit

Bits per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/dyn_bps_limit

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1810[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecGroupLimitBps

MIB Type

CounterBasedGauge64

Packets per second precedence group limit

Description

Dynamic limit in packets per second for the given precedence and each active group.

Type

Unsigned 64-bit integer

Unit

Packets per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/dyn_pps_limit

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1820[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecGroupLimitPps

MIB Type

CounterBasedGauge64

Accumulated packets received

Description

Accumulated number of packets with the given precedence, having been received by the pipe object.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/pkts_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1230[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecPktsRecv

MIB Type

Counter64

Accumulated packets forwarded

Description

Accumulated number of packets with the given precedence, having been forwarded by the pipe object.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/pkts_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1240[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecPktsSent

MIB Type

Counter64

Packets per second received

Description

Number of packets per second with the given precedence, currently being received by the pipe object.

Type

Unsigned 64-bit integer

Unit

Packets per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/pps_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1430[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecPpsRecv

MIB Type

CounterBasedGauge64

Packets per second forwarded

Description

Number of packets per second with the given precedence, currently being forwarded by the pipe object.

Type

Unsigned 64-bit integer

Unit

Packets per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/prec/[..n]/pps_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3020.1.1440[.n.m]   (STREAM-MIB)

MIB Name

ssmPipePrecPpsSent

MIB Type

CounterBasedGauge64

2.11.2.5. Total

Pipe object total statistics entry.

Active user groups

Description

Number of user groups for which the pipe is actively forwarding traffic.

Type

Unsigned 32-bit integer

Unit

Groups

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/groups_active

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1060[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsGroupsActive

MIB Type

Gauge32

Average bits received per second

Description

Number of bits per second received on average, by the whole pipe object.

Type

Unsigned 64-bit integer

Unit

Bits per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/avg_bps_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1610[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsAvgTotalBpsRecv

MIB Type

CounterBasedGauge64

Average bits forwarded per second

Description

Number of bits per second forwarded on average, by the whole pipe object.

Type

Unsigned 64-bit integer

Unit

Bits per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/avg_bps_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1620[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsAvgTotalBpsSent

MIB Type

CounterBasedGauge64

Average packets received per second

Description

Number of packets per second received on average, by the whole pipe object.

Type

Unsigned 64-bit integer

Unit

Packets per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/avg_pps_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1630[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsAvgTotalPpsRecv

MIB Type

CounterBasedGauge64

Average packets forwarded per second

Description

Number of packets per second forwarded on average, by the whole pipe object.

Type

Unsigned 64-bit integer

Unit

Packets per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/avg_pps_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1640[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsAvgTotalPpsSent

MIB Type

CounterBasedGauge64

Bits per second group limit

Description

Dynamic limit in bits per second for each active group.

Type

Unsigned 64-bit integer

Unit

Bits per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/dyn_bps_limit

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1810[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsGroupLimitBps

MIB Type

CounterBasedGauge64

Packets per second group limit

Description

Dynamic limit in packets per second for each active group.

Type

Unsigned 64-bit integer

Unit

Packets per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/dyn_pps_limit

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1820[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsGroupLimitPps

MIB Type

CounterBasedGauge64

Bits received per second

Description

Total number of bits per second currently being received by the pipe object.

Type

Unsigned 64-bit integer

Unit

Bits per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/bps_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1410[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsTotalBpsRecv

MIB Type

CounterBasedGauge64

Bits forwarded per second

Description

Total number of bits per second currently being forwarded by the pipe object.

Type

Unsigned 64-bit integer

Unit

Bits per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/bps_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1420[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsTotalBpsSent

MIB Type

CounterBasedGauge64

Total bytes received

Description

Total number of bytes having been received by the pipe object.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/traffic_mgmt/pipe/[..n]/total/bytes_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1210[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsTotalByteRecv

MIB Type

Counter64

Total byte forwarded

Description

Total number of bytes having been forwarded by the pipe object.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/traffic_mgmt/pipe/[..n]/total/bytes_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1220[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsTotalByteSent

MIB Type

Counter64

Total user groups

Description

Total number of user groups for which this pipe has state.

Type

Unsigned 32-bit integer

Unit

Groups

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/groups_total

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1050[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsGroupsTotal

MIB Type

Gauge32

Total packets received

Description

Total number of packets having been received by the pipe object.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/traffic_mgmt/pipe/[..n]/total/pkts_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1230[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsTotalPktsRecv

MIB Type

Counter64

Total packets forwarded

Description

Total number of packets having been forwarded by the pipe object.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/traffic_mgmt/pipe/[..n]/total/pkts_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1240[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsTotalPktsSent

MIB Type

Counter64

Packets received per second

Description

Total number of packets per second currently being received by the pipe object.

Type

Unsigned 64-bit integer

Unit

Packets per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/pps_recv

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1430[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsTotalPpsRecv

MIB Type

CounterBasedGauge64

Packets forwarded per second

Description

Total number of packets per second currently being forwarded by the pipe object.

Type

Unsigned 64-bit integer

Unit

Packets per second

Category

Momentaneous

Stat Path

/traffic_mgmt/pipe/[..n]/total/pps_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3010.1.1440[.n]   (STREAM-MIB)

MIB Name

ssmPipeStatsTotalPpsSent

MIB Type

CounterBasedGauge64

2.11.3. Threshold rules

Global threshold statistics module.

2.11.3.1. Action blacklist

Description

Grand historical count of how many times the action 'blacklist' has been executed.

Type

Unsigned 32-bit integer

Unit

Hits

Category

Counter

Stat Path

/traffic_mgmt/threshold/action_blacklist

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.2090[.0]   (STREAM-MIB)

MIB Name

ssmThresholdTotalActionBlacklist

MIB Type

Counter32

2.11.3.2. Action drop

Description

Grand historical count of how many times the action 'drop' has been executed.

Type

Unsigned 32-bit integer

Unit

Hits

Category

Counter

Stat Path

/traffic_mgmt/threshold/action_drop

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.2080[.0]   (STREAM-MIB)

MIB Name

ssmThresholdTotalActionDrop

MIB Type

Counter32

2.11.3.3. Action none

Description

Grand historical count of how many times the action 'none' has been executed.

Type

Unsigned 32-bit integer

Unit

Hits

Category

Counter

Stat Path

/traffic_mgmt/threshold/action_none

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.2010[.0]   (STREAM-MIB)

MIB Name

ssmThresholdTotalActionNone

MIB Type

Counter32

2.11.3.4. Action random drop

Description

Grand historical count of how many times the action 'random drop' has been executed.

Type

Unsigned 32-bit integer

Unit

Hits

Category

Counter

Stat Path

/traffic_mgmt/threshold/action_rnddrop

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.2030[.0]   (STREAM-MIB)

MIB Name

ssmThresholdTotalActionRndDrop

MIB Type

Counter32

2.11.3.5. Action random drop denied

Description

Grand historical count of how many times the action 'random drop' has denied a connection attempt.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/traffic_mgmt/threshold/action_rnddrop_deny

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.2050[.0]   (STREAM-MIB)

MIB Name

ssmThresholdTotalActRndDropDeny

MIB Type

Counter32

2.11.3.6. Action reject

Description

Grand historical count of how many times the action 'reject' has been executed.

Type

Unsigned 32-bit integer

Unit

Hits

Category

Counter

Stat Path

/traffic_mgmt/threshold/action_reject

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.2070[.0]   (STREAM-MIB)

MIB Name

ssmThresholdTotalActionReject

MIB Type

Counter32

2.11.3.7. Action tag

Description

Grand historical count of how many times the action 'tag' has been executed.

Type

Unsigned 32-bit integer

Unit

Hits

Category

Counter

Stat Path

/traffic_mgmt/threshold/action_tag

2.11.3.8. Active groups

Description

Grand total of currently active threshold groups.

Type

Unsigned 32-bit integer

Unit

Groups

Category

Momentaneous

Stat Path

/traffic_mgmt/threshold/active_groups

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.1020[.0]   (STREAM-MIB)

MIB Name

ssmThresholdTotalActiveGroups

MIB Type

Gauge32

2.11.3.9. Count of threshold violations

Description

Grand historical count of how many times any group has violated a threshold.

Type

Unsigned 32-bit integer

Unit

Violations

Category

Counter

Stat Path

/traffic_mgmt/threshold/exceeded_counter

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.1040[.0]   (STREAM-MIB)

MIB Name

ssmThresholdTotalGroupExceeded

MIB Type

Counter32

2.11.3.10. Violating groups

Description

Grand total of threshold groups currently violating a threshold limit.

Type

Unsigned 32-bit integer

Unit

Groups

Category

Momentaneous

Stat Path

/traffic_mgmt/threshold/offending_groups

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.1030[.0]   (STREAM-MIB)

MIB Name

ssmThresholdTotalOffendingGroups

MIB Type

Gauge32

2.11.3.11. Total groups

Description

Grand total of currently maintained threshold groups.

Type

Unsigned 32-bit integer

Unit

Groups

Category

Momentaneous

Stat Path

/traffic_mgmt/threshold/num_groups

MIB OID

1.3.6.1.4.1.5089.3.2.2090.3030.1010[.0]   (STREAM-MIB)

MIB Name

ssmThresholdTotalGroups

MIB Type

Gauge32

2.12. Internal

Internal statistics.

2.12.1. Application control

Internal application control statistics.

2.12.1.1. Analyzed data bytes

Description

Number of bytes fed into the application analyzer engine.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

Stat Path

/internal/appctrl/analyzed_bytes

2.12.1.2. Analyzed data chunks

Description

Number of chunks of data fed into the application analyzer engine.

Type

Unsigned 64-bit integer

Unit

Chunks

Category

Counter

Stat Path

/internal/appctrl/analyzed_chunks

2.12.1.3. Analyze errors

Description

Number of times the application analyzer engine has failed to analyze a data chunk.

Type

Unsigned 64-bit integer

Unit

Errors

Category

Counter

Stat Path

/internal/appctrl/analyze_errors

2.12.2. Data plane watchdog

Data plane watchdog statistics.

2.12.2.1. Health checks

Description

Number of times the data plane watchdog has checked that no threads appear to be blocked.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/dataplane_watchdog/health_checks

2.12.2.2. Max task duration

Description

Maximum duration for a single task for any thread as detected by the data plane watchdog.

Type

Unsigned 32-bit integer

Unit

Milliseconds

Category

Max

Stat Path

/internal/dataplane_watchdog/max_task_duration

2.12.2.3. Threads[..]

Data plane watchdog per thread statistics.

Long tasks

Description

Number of times that the data plane watchdog has detected that the thread has been busy for an unusually long time.

Type

Unsigned 64-bit integer

Unit

Tasks

Category

Counter

Stat Path

/internal/dataplane_watchdog/threads/[..n]/long_tasks

2.12.3. Device I/O[..]

Low level device input/output statistics.

2.12.3.1. Input burst size

Description

Current average input burst size.

Type

Unsigned 32-bit integer

Unit

Millipackets

Category

Momentaneous

Stat Path

/internal/dev_io/[..n]/input_burst_size

2.12.3.2. Input drops

Description

Packets discarded after reading from the device due to system resource exhaustion or system overload.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/dev_io/[..n]/input_drops

2.12.3.3. Packets without RSS hash

Description

Packets received without RSS hash.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/dev_io/[..n]/non_rss

2.12.3.4. Ouput drops

Description

Packets discarded due to failure to send them to the device.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/dev_io/[..n]/output_drops

2.12.3.5. Packets

Description

Number of packets handled by this entity.

Type

Unsigned 64-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/dev_io/[..n]/packets

2.12.3.6. Task runs

Description

Number of times this task has been run.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/dev_io/[..n]/runs

2.12.4. Flow

Flow classification statistics.

2.12.4.1. HA

Flow HA statistics.

Flows pending HA synchronization

Description

Current number of HA synchronizable flows that has not been synchronized.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/internal/flow/ha/not_synced

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2010.1005[.0]   (STREAM-MIB)

MIB Name

ssmHAFlowNotSynced

MIB Type

Unsigned32

Successfully synchronized flows

Description

Current number of HA synchronizable flows that has been successfully synchronized.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/internal/flow/ha/synced

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2010.1015[.0]   (STREAM-MIB)

MIB Name

ssmHAFlowSynced

MIB Type

Unsigned32

Flows that failed HA synchronization

Description

Current number of HA synchronizable flow that failed to be synchronized.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/internal/flow/ha/sync_failed

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2010.1010[.0]   (STREAM-MIB)

MIB Name

ssmHAFlowSyncFailed

MIB Type

Unsigned32

Flows being synchronized

Description

Number of flows currently being synchronized to the peer.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Momentaneous

Stat Path

/internal/flow/ha/syncing

MIB OID

1.3.6.1.4.1.5089.3.2.2005.2040.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmHAFlowSyncing

MIB Type

Unsigned32

2.12.4.2. Setup

Flow setup statistics.

Failed flow setup attempts issued

Description

Flow setup attempts that did not result in a flow being setup (counting 'reject' and 'drop' flows as 'not being setup').

Type

Unsigned 32-bit integer

Unit

Attempts

Category

Counter

Stat Path

/internal/flow/setup/failed

Successful flow setup attempts issued

Description

Flow setup attempts that resulted in a new flow (not counting 'drop' flows).

Type

Unsigned 32-bit integer

Unit

Attempts

Category

Counter

Stat Path

/internal/flow/setup/successful

Superfluous flow setup attempts issued

Description

Flow setup attempts where the flow already had been setup (also counting attempts where the flow needed to be updated).

Type

Unsigned 32-bit integer

Unit

Attempts

Category

Counter

Stat Path

/internal/flow/setup/superfluous

2.12.4.3. Teardown

Flow teardown statistics.

Flowcache overflow

Description

Flows forcibly closed due to space constraints.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Counter

Stat Path

/internal/flow/teardown/overflow

Flow timeouts

Description

Number of flow timeouts.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Counter

Stat Path

/internal/flow/teardown/timeout

Flows closed

Description

Total number of flows closed.

Type

Unsigned 32-bit integer

Unit

Flows

Category

Counter

Stat Path

/internal/flow/teardown/total

2.12.4.4. Updates

Flow update statistics.

Failed flow updates issued

Description

Flow updates that caused the flow to be closed.

Type

Unsigned 32-bit integer

Unit

Updates

Category

Counter

Stat Path

/internal/flow/updates/failed

Flow reopen updates issued

Description

Flow updates that caused the flow to be reopened.

Type

Unsigned 32-bit integer

Unit

Updates

Category

Counter

Stat Path

/internal/flow/updates/reopen

Spurious flow updates issued

Description

Flow updates that made no change to the flow.

Type

Unsigned 32-bit integer

Unit

Updates

Category

Counter

Stat Path

/internal/flow/updates/spurious

Successful flow updates issued

Description

Successful flow updates done.

Type

Unsigned 32-bit integer

Unit

Updates

Category

Counter

Stat Path

/internal/flow/updates/successful

Superfluous flow updates issued

Description

Updates issued for a flow already scheduled for flow update.

Type

Unsigned 32-bit integer

Unit

Updates

Category

Counter

Stat Path

/internal/flow/updates/superfluous

2.12.5. HA

High Availability troubleshooting statistics.

2.12.5.1. HA heart-beat queue delay

Description

Current maximum delay of HA heart-beats in internal queues in milliseconds.

Type

Unsigned 32-bit integer

Unit

Ms

Category

Momentaneous

Stat Path

/internal/ha/ha_hb_delay

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2010.1005[.0]   (STREAM-MIB)

MIB Name

ssmHAIntHBDelay

MIB Type

Unsigned32

2.12.5.2. HA messages to control plane

Description

Number of HA messages sent from data plane to control plane.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/internal/ha/ha_msgs_to_ctrlplane

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2010.1010[.0]   (STREAM-MIB)

MIB Name

ssmHAIntMessagesToCtrlPlane

MIB Type

Unsigned32

2.12.5.3. Dependency

High Availability dependency system statistics.

Resolved after delay

Description

HA objects delayed due to dependencies that later resolved successfully.

Type

Unsigned 32-bit integer

Unit

Objects

Category

Counter

Stat Path

/internal/ha/dep/delayed_resolved

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2010.2010.1010[.0]   (STREAM-MIB)

MIB Name

ssmHAIntDepDelayedResolved

MIB Type

Unsigned32

Directly resolved

Description

HA objects with dependencies that could be resolved directly by querying the cache.

Type

Unsigned 32-bit integer

Unit

Objects

Category

Counter

Stat Path

/internal/ha/dep/direct_resolved

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2010.2010.1005[.0]   (STREAM-MIB)

MIB Name

ssmHAIntDepDirectResolved

MIB Type

Unsigned32

Dropped

Description

Number of HA objects dropped due to resource shortage in the dependency system.

Type

Unsigned 32-bit integer

Unit

Objects

Category

Counter

Stat Path

/internal/ha/dep/dropped

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2010.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmHAIntDepDropped

MIB Type

Unsigned32

Replaced

Description

Number of HA objects replaced while waiting for dependencies to be resolved.

Type

Unsigned 32-bit integer

Unit

Objects

Category

Counter

Stat Path

/internal/ha/dep/replaced

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2010.2010.1025[.0]   (STREAM-MIB)

MIB Name

ssmHAIntDepReplaced

MIB Type

Unsigned32

Timeout

Description

HA objects that timed out while waiting for dependencies to be resolved.

Type

Unsigned 32-bit integer

Unit

Objects

Category

Counter

Stat Path

/internal/ha/dep/timeout

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2010.2010.1015[.0]   (STREAM-MIB)

MIB Name

ssmHAIntDepTimeout

MIB Type

Unsigned32

2.12.6. IPC

Internal communication statistics.

2.12.6.1. Control plane channel congestion drops

Description

Number of packets that has been dropped instead of forwarded to control plane due to congestion in the generic control plane channel.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/ipc/ctrlplane_channel_congestion_drops

2.12.6.2. Control plane congestion drops

Description

Number of packets that has been dropped instead of forwarded to control plane due to congestion on a specific socket.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/ipc/ctrlplane_congestion_drops

2.12.6.3. Control plane connections

Description

Number of connections from control plane processes to the data plane.

Type

Unsigned 32-bit integer

Unit

Connections

Category

Momentaneous

Stat Path

/internal/ipc/ctrlplane_conns

2.12.6.4. Control plane rate limit drops

Description

Number of packets that has been dropped instead of forwarded to control plane to avoid overloading the control plane with more packets than it can handle.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/ipc/ctrlplane_ratelim_drops

2.12.6.5. HA packets received

Description

Total number of HA packets received by slow-path.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/ipc/hactrl_in

2.12.6.6. CTRL packets received by slow-path

Description

Number of CTRL packets received by slow-path from user-space (config changes, dynamic rules, CLI commands and more).

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/ipc/spctrl_in

2.12.6.7. CTRL handler ticks

Description

Ticks consumed by CTRL packets (config changes, dynamic rules, CLI commands and more).

Type

Unsigned 32-bit integer

Unit

Ticks

Category

Counter

Stat Path

/internal/ipc/spctrl_ticks

2.12.6.8. Slow-path HA inactive drops

Description

Number of packets dropped in slow-path due to the device being HA inactive.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/ipc/sp_ha_inactive_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2010.1015[.0]   (STREAM-MIB)

MIB Name

ssmHAIntSPInactiveDrops

MIB Type

Counter32

2.12.6.9. Slow-path HA inactive early drops

Description

Number of packets dropped in slow-path, by the early filter, due to the device being HA inactive.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/ipc/sp_ha_inactive_early_drops

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2010.1020[.0]   (STREAM-MIB)

MIB Name

ssmHAIntSPInactiveEarlyDrops

MIB Type

Counter32

2.12.6.10. Log drops

Description

Logs dropped in slow path due to rate limiting.

Type

Unsigned 32-bit integer

Unit

Logs

Category

Counter

Stat Path

/internal/ipc/sp_log_drops

2.12.6.11. Slow-path queue overflow

Description

Number of packets lost due to a full queue to slow-path.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/ipc/spqueue_overflow

2.12.6.12. SP update ticks

Description

Ticks consumed by flow setup/update operation.

Type

Unsigned 32-bit integer

Unit

Ticks

Category

Counter

Stat Path

/internal/ipc/spupd_ticks

2.12.6.13. RCU period

Description

Current RCU period, will increase by one every time that the internal state of data plane is changed.

Type

Unsigned 32-bit integer

Category

Counter

Stat Path

/internal/ipc/rcu_period

2.12.6.14. RCU ticks

Description

Ticks consumed by RCU events.

Type

Unsigned 32-bit integer

Unit

Ticks

Category

Counter

Stat Path

/internal/ipc/rcu_ticks

2.12.6.15. Slow path events

Description

Number of slow path events served, typically timer shots.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/ipc/sp_events

2.12.6.16. Ticks consumed by slow path events

Description

Number of ticks (internal time unit) consumed by slow path events.

Type

Unsigned 32-bit integer

Unit

Ticks

Category

Counter

Stat Path

/internal/ipc/sp_event_ticks

2.12.6.17. Control plane fragmentations

Troubleshooting statistics for fragmentation from control plane to data plane.

Frag reassembly timeout

Description

Total number of packet reassemblies on packet channel between control plane and data plane that has failed due to timeout.

Type

Unsigned 64-bit integer

Unit

Reassemblies

Category

Counter

Stat Path

/internal/ipc/ctrlplane_frag/frags_reass_timeout

Frags received

Description

Total number of packet fragments received on packet channel between control plane and data plane.

Type

Unsigned 64-bit integer

Unit

Fragments

Category

Counter

Stat Path

/internal/ipc/ctrlplane_frag/frags_recv

Frags received ok

Description

Total number of packet fragments received OK on packet channel between control plane and data plane.

Type

Unsigned 64-bit integer

Unit

Fragments

Category

Counter

Stat Path

/internal/ipc/ctrlplane_frag/frags_recv_ok

Frag reassembly fails

Description

Total number of failed packet reassemblies on packet channel between control plane and data plane.

Type

Unsigned 64-bit integer

Unit

Reassemblies

Category

Counter

Stat Path

/internal/ipc/ctrlplane_frag/frags_reass_fail

Frag reassembly ok

Description

Total number of packets reassembled OK on packet channel between control plane and data plane.

Type

Unsigned 64-bit integer

Unit

Reassemblies

Category

Counter

Stat Path

/internal/ipc/ctrlplane_frag/frags_reass_ok

Frag fails

Description

Number of fragmented packets on packet channel between control plane and data plane that has been discarded due to an error when rebuilding the original message.

Type

Unsigned 32-bit integer

Unit

Failures

Category

Counter

Stat Path

/internal/ipc/ctrlplane_frag/frag_rebuild_fail

Frag out-of-buf fails

Description

Number of fragmented packets on packet channel between control plane and data plane that has been discarded due to lack of buffers when rebuilding the original message.

Type

Unsigned 32-bit integer

Unit

Failures

Category

Counter

Stat Path

/internal/ipc/ctrlplane_frag/frag_rebuild_fail_no_buf

2.12.7. Caching memory allocator

Caching memory allocator.

2.12.7.1. Allocations

Description

Cachable objects allocated for the back-end memory manager.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/memcache/allocs

2.12.7.2. Cached allocations

Description

Allocations fulfilled by the cache.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/memcache/cached_allocs

2.12.7.3. Cached frees

Description

Objects cached when freed.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/memcache/cached_frees

2.12.7.4. Frees

Description

Cachable objects freed to the back-end memory manager.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/memcache/frees

2.12.7.5. Oversized allocations

Description

Large allocations just passed through to the back-end memory manager.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/memcache/oversized_allocs

2.12.7.6. Reallocs

Description

Number of realloc calls to the memory cache that internally resulted in the allocation of a new object.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/memcache/realloc

2.12.8. Packet account[..]

An entry in the packet account statistics table.

2.12.8.1. Packet account entry index

Description

Packet account entry index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2040.3010.1.1[.n]   (STREAM-MIB)

MIB Name

ssmPktAccIndex

MIB Type

Integer32

2.12.8.2. Packet account name

Description

Packet account name.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2040.3010.1.2[.n]   (STREAM-MIB)

MIB Name

ssmPktAccName

MIB Type

DisplayString

2.12.8.3. Packet account usage

Description

Packet account usage.

Type

Unsigned 32-bit integer

Unit

%

Category

Momentaneous

Stat Path

/internal/packet_account/[..n]/usage

MIB OID

1.3.6.1.4.1.5089.3.2.2040.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmPktAccUsage

MIB Type

Integer32

2.12.9. Scheduling

Internal job scheduling statistics.

2.12.9.1. Per proiority[..]

Job scheduling statistics grouped per priority.

Maximum length of the slow path event spillover queue

Description

Maximum length of the per core the slow path event spillover queue for this priority.

Type

Unsigned 32-bit integer

Unit

Events

Category

Max

Stat Path

/internal/sched/per_prio/[..n]/sp_event_max_spill_q_len

Slow path event spillover

Description

Number of slow path events handled via a slower mechanism to provide reliability when the ordinary scheduling queue is full.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/sched/per_prio/[..n]/sp_event_spillover

Length of the slow path event spillover queue

Description

Current length of the longest per core slow path event spillover queue for this priority.

Type

Unsigned 32-bit integer

Unit

Events

Category

Momentaneous

Stat Path

/internal/sched/per_prio/[..n]/sp_event_spill_q_len

Sum of the current lengths of the per core slow path event spillover queue

Description

Sum of the current lengths of all per core slow path event spillover queues for this priority.

Type

Unsigned 32-bit integer

Unit

Events

Category

Momentaneous

Stat Path

/internal/sched/per_prio/[..n]/sp_event_spill_q_len_tot

Slow path events

Description

Number of slow path events served, typically timer shots, grouped per priority.

Type

Unsigned 32-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/sched/per_prio/[..n]/sp_events

2.12.10. Session counters[..]

Session counter table.

2.12.10.1. Session counter name

Description

Session counter name.

Type

String

Stat Path

/internal/session_counters/[..n]/name

MIB OID

1.3.6.1.4.1.5089.3.2.2040.3050.1.2[.n]   (STREAM-MIB)

MIB Name

ssmSessionCounterName

MIB Type

DisplayString

2.12.10.2. Sessions

Description

Current number of sessions.

Type

32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/internal/session_counters/[..n]/sessions

MIB OID

1.3.6.1.4.1.5089.3.2.2040.3050.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmSessionCounterValue

MIB Type

Integer32

2.12.11. Statsproxy

Subsystem statistics.

2.12.11.1. Sessions

Description

Number of agentX sessions established.

Type

Unsigned 32-bit integer

Unit

Sessions

Category

Momentaneous

Stat Path

/internal/statsproxy/sessions

2.12.12. Tag timer

Data plane tag timer statistics.

2.12.12.1. Current

Description

Current number of tag timers.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Momentaneous

Stat Path

/internal/tag_timer/cur

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.1010[.0]   (STREAM-MIB)

MIB Name

ssmTagTimerCur

MIB Type

Unsigned32

2.12.12.2. Highest current number of timers per tag

Description

Highest current number of timers per tag.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Momentaneous

Stat Path

/internal/tag_timer/cur_max_[..n]

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.3020.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmTagTimerCurMax

MIB Type

Unsigned32

2.12.12.3. Mean of current

Description

Mean of the current number of timers per tag.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Momentaneous

Stat Path

/internal/tag_timer/cur_mean

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.1020[.0]   (STREAM-MIB)

MIB Name

ssmTagTimerCurMean

MIB Type

Unsigned32

2.12.12.4. Median of current

Description

Median of the current number of timers per tag.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Momentaneous

Stat Path

/internal/tag_timer/cur_median

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.1030[.0]   (STREAM-MIB)

MIB Name

ssmTagTimerCurMedian

MIB Type

Unsigned32

2.12.12.5. Lowest current number of timers per tag

Description

Lowest current number of timers per tag.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Momentaneous

Stat Path

/internal/tag_timer/cur_min_[..n]

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.3010.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmTagTimerCurMin

MIB Type

Unsigned32

2.12.12.6. Tags

Description

Number of tags that support tag timers.

Type

Unsigned 32-bit integer

Unit

Tags

Category

Counter

Stat Path

/internal/tag_timer/tags

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.1110[.0]   (STREAM-MIB)

MIB Name

ssmTagTimerNumTags

MIB Type

Counter32

2.12.12.7. System timers expired

Description

Number of system timers that has expired.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Counter

Stat Path

/internal/tag_timer/sys_timers_expired

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.1180[.0]   (STREAM-MIB)

MIB Name

ssmTagTimerSysTimersExired

MIB Type

Counter32

2.12.12.8. Tag timers expired

Description

Number of tag timers that has expired.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Counter

Stat Path

/internal/tag_timer/tag_timers_expired

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.1190[.0]   (STREAM-MIB)

MIB Name

ssmTagTimerTagTimersExired

MIB Type

Counter32

2.12.12.9. Total number of timers

Description

Total number of tag timers.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Counter

Stat Path

/internal/tag_timer/tot

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.1210[.0]   (STREAM-MIB)

MIB Name

ssmTagTimerTot

MIB Type

Counter32

2.12.12.10. Highest total number of timers per tag

Description

Highest total number of timers per tag.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Momentaneous

Stat Path

/internal/tag_timer/tot_max_[..n]

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.3040.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmTagTimerTotMax

MIB Type

Unsigned32

2.12.12.11. Mean of total

Description

Mean of the total number of timers per tag.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Momentaneous

Stat Path

/internal/tag_timer/tot_mean

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.1220[.0]   (STREAM-MIB)

MIB Name

ssmTagTimerTotMean

MIB Type

Unsigned32

2.12.12.12. Median of total

Description

Median of the total number of timers per tag.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Momentaneous

Stat Path

/internal/tag_timer/tot_median

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.1230[.0]   (STREAM-MIB)

MIB Name

ssmTagTimerTotMedian

MIB Type

Unsigned32

2.12.12.13. Lowest total number of timers per tag

Description

Lowest total number of timers per tag.

Type

Unsigned 32-bit integer

Unit

Timers

Category

Momentaneous

Stat Path

/internal/tag_timer/tot_min_[..n]

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2200.3030.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmTagTimerTotMin

MIB Type

Unsigned32

2.12.13. TCP

TCP statistics.

2.12.13.1. Duplicate acks sent

Description

Duplicate TCP acks sent out in response to out of order segments received.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/internal/tcp/dup_acks_sent

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2220.1020[.0]   (STREAM-MIB)

MIB Name

ssmTCPDupAcksSent

MIB Type

Counter32

2.12.13.2. Receive window memory allocation

Description

New receive window memory allocation attempt.

Type

Unsigned 32-bit integer

Unit

Attempts

Category

Counter

Stat Path

/internal/tcp/rcv_mem_alloc

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2220.1025[.0]   (STREAM-MIB)

MIB Name

ssmTCPRcvMemAlloc

MIB Type

Counter32

2.12.13.3. Receive window memory free

Description

Receive window memory free.

Type

Unsigned 32-bit integer

Unit

Attempts

Category

Counter

Stat Path

/internal/tcp/rcv_mem_free

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2220.1030[.0]   (STREAM-MIB)

MIB Name

ssmTCPRcvMemFree

MIB Type

Counter32

2.12.14. Tick

System tick statistics.

2.12.14.1. Update

System tick update statistics.

Max

Description

Max system tick update.

Type

32-bit integer

Unit

Ticks

Category

Max

Stat Path

/internal/tick/update/max

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2230.2100.1050[.0]   (STREAM-MIB)

MIB Name

ssmIntTickUpdateMax

MIB Type

Integer32

Interval[..]

System tick update interval entry.

Index

Description

System tick update interval row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2230.2100.3030.1.1[.n]   (STREAM-MIB)

MIB Name

ssmIntTickUpdateIvalIndex

MIB Type

Integer32

Limit

Description

System tick update interval limit.

Type

String

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2230.2100.3030.1.2[.n]   (STREAM-MIB)

MIB Name

ssmIntTickUpdateIvalLimit

MIB Type

DisplayString

Hits

Description

Updates falling into this system tick update interval.

Type

Unsigned 64-bit integer

Unit

Times

Category

Counter

Stat Path

/internal/tick/update/ival/[..n]/hits

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2230.2100.3030.1.1010[.n]   (STREAM-MIB)

MIB Name

ssmIntTickUpdateIvalHits

MIB Type

Counter64

Last used

Description

Timestamp when an update last fell into this system tick update interval.

Type

String

Stat Path

/internal/tick/update/ival/[..n]/last_used

MIB OID

1.3.6.1.4.1.5089.3.2.2040.2230.2100.3030.1.1020[.n]   (STREAM-MIB)

MIB Name

ssmIntTickUpdateIvalLastUsed

MIB Type

DisplayString

Chapter 3: Supported Standard MIBs

Standard statistical values supported by cOS Stream with one subsection per standard MIB which is at least partially supported. Each subsection lists the statistical values from the MIB supported by cOS Stream.

[Note] Sort Order
All statistics are sorted by their relative location path.

3.1. MIB-II Statistics (RFC1213)

RFC1213 statistics.

3.1.1. System

System statistics.

3.1.1.1. System description

Description

Description of the security gateway's hardware type.

Type

String

MIB OID

1.3.6.1.2.1.1.1[.0]   (MIB-II, RFC1213)

MIB Name

sysDescr

MIB Type

DisplayString

3.1.1.2. Object ID

Description

Identification of the network management subsystem contained in the security gateway.

Type

String

Category

Momentaneous

MIB OID

1.3.6.1.2.1.1.2[.0]   (MIB-II, RFC1213)

MIB Name

sysObjectID

MIB Type

ObjectIdentifier

3.1.1.3. Uptime

Description

Time (in hundredths of a second) since the system was last booted.

Type

Unsigned 32-bit integer

Unit

Centiseconds

Category

Momentaneous

Stat Path

/system/uptime

MIB OID

1.3.6.1.2.1.1.3[.0]   (MIB-II, RFC1213)

MIB Name

sysUpTime

MIB Type

TimeTicks

3.1.1.4. System contact

Description

Identity and contact information of a person responsible for this managed node.

Type

String

MIB OID

1.3.6.1.2.1.1.4[.0]   (MIB-II, RFC1213)

MIB Name

SysContact

MIB Type

DisplayString

2nd OID

1.3.6.1.4.1.5089.3.2.2005.1005[.0]   (STREAM-MIB)

2nd Name

ssmSysContact

2nd Type

DisplayString

3.1.1.5. System name

Description

A name assigned to this node by the administrator.

Type

String

MIB OID

1.3.6.1.2.1.1.5[.0]   (MIB-II, RFC1213)

MIB Name

SysName

MIB Type

DisplayString

2nd OID

1.3.6.1.4.1.5089.3.2.2005.1010[.0]   (STREAM-MIB)

2nd Name

ssmSysName

2nd Type

DisplayString

3.1.1.6. System location

Description

Physical location of this node.

Type

String

MIB OID

1.3.6.1.2.1.1.6[.0]   (MIB-II, RFC1213)

MIB Name

SysLocation

MIB Type

DisplayString

2nd OID

1.3.6.1.4.1.5089.3.2.2005.1015[.0]   (STREAM-MIB)

2nd Name

ssmSysLocation

2nd Type

DisplayString

3.1.1.7. System services

Description

A encoded value which indicates the set of services that the system primarily offers.

Type

Unsigned 32-bit integer

Unit

Bitmaps

Category

Momentaneous

MIB OID

1.3.6.1.2.1.1.7[.0]   (MIB-II, RFC1213)

MIB Name

sysServices

MIB Type

Integer32

3.1.2. Interfaces

MIB2 interface statistics folder.

3.1.2.1. Interfaces

Description

Number of interfaces.

Type

Unsigned 32-bit integer

Unit

Interfaces

Category

Momentaneous

MIB OID

1.3.6.1.2.1.2.1[.0]   (MIB-II, RFC1213)

MIB Name

ifNumber

MIB Type

Unsigned32

3.1.2.2. IfTable

MIB2 interface statistics table.

IfEntry[..]

MIB2 interface statistics entry.

Interface row index

Description

Interface statistics row index.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.2.1.2.2.1.1[.n]   (MIB-II, RFC1213)

MIB Name

ifIndex

MIB Type

Integer32

Interface name

Description

Interface name.

Type

String

MIB OID

1.3.6.1.2.1.2.2.1.2[.n]   (MIB-II, RFC1213)

MIB Name

ifDescr

MIB Type

DisplayString

Interface link speed

Description

Interface link speed.

Type

Unsigned 32-bit integer

Unit

Bits per second

Category

Momentaneous

MIB OID

1.3.6.1.2.1.2.2.1.5[.n]   (MIB-II, RFC1213)

MIB Name

ifSpeed

MIB Type

Unsigned32

Physical address

Description

Physical address (MAC) of Ethernet interface.

Type

Byte array

MIB OID

1.3.6.1.2.1.2.2.1.6[.n]   (MIB-II, RFC1213)

MIB Name

ifPhysAddress

MIB Type

PhysAddress

Octets received

Description

Total number of octets received on the interface, including framing characters.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

MIB OID

1.3.6.1.2.1.2.2.1.10[.n]   (MIB-II, RFC1213)

MIB Name

ifInOctets

MIB Type

Counter64

Octets transmitted

Description

Total number of octets transmitted out of the interface, including framing characters.

Type

Unsigned 64-bit integer

Unit

Bytes

Category

Counter

MIB OID

1.3.6.1.2.1.2.2.1.16[.n]   (MIB-II, RFC1213)

MIB Name

ifOutOctets

MIB Type

Counter64

3.1.3. SNMPRoot

MIB module for SNMP entities.

3.1.3.1. Enable authen traps

Description

Indicates whether the SNMP entity is permitted to generate authenticationFailure traps. (1=enabled, 2=disabled).

Type

32-bit integer

Unit

Bool

Category

Momentaneous

MIB OID

1.3.6.1.2.1.11.30[.0]   (MIB-II, RFC1213)

MIB Name

snmpEnableAuthenTraps

MIB Type

Integer32

3.1.4. BGPV4-MIB (RFC4273)

MIB2 BGPV4-MIB (RFC4273) statistics.

3.1.4.1. Supported protocol versions

Description

Vector of supported BGP protocol version numbers.

Type

Byte array

MIB OID

1.3.6.1.2.1.15.1[.0]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpVersion

MIB Type

OCTET STRING

3.1.4.2. Local AS

Description

BGP local autonomous system number.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.2.1.15.2[.0]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpLocalAs

MIB Type

Integer32

3.1.4.3. Peer table

MIB2 BGPV4-MIB interface peer table.

Peer entry[..]

MIB2 BGPv4-MIB interface peer entry.

Peer identifier

Description

BGP Identifier of this entry's BGP peer.

Type

Byte array

Stat Path

/routing/bgp/peers/[..n]/identifier

MIB OID

1.3.6.1.2.1.15.3.1.1[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerIdentifier

MIB Type

IpAddress

Peer state

Description

Peer state. Defined values idle(1), connect(2), active(3), opensent(4), openconfirm(5), established(6).

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.2.1.15.3.1.2[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerState

MIB Type

INTEGER

Peer admin status

Description

BGP peer connection state. Defined values stop(1), start(2).

Type

32-bit integer

MIB OID

1.3.6.1.2.1.15.3.1.3[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerAdminStatus

MIB Type

INTEGER

Negotiated BGP version

Description

Negotiated version of BGP running between the two peers.

Type

32-bit integer

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/version

MIB OID

1.3.6.1.2.1.15.3.1.4[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerNegotiatedVersion

MIB Type

Integer32

Local address

Description

Local IP address of this entry's BGP connection.

Type

Byte array

Stat Path

/routing/bgp/peers/[..n]/local_address

MIB OID

1.3.6.1.2.1.15.3.1.5[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerLocalAddr

MIB Type

IpAddress

Local port

Description

Local port for the TCP connection between the BGP peers.

Type

32-bit integer

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/local_port

MIB OID

1.3.6.1.2.1.15.3.1.6[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerLocalPort

MIB Type

Integer32

Remote address

Description

Remote IP address of this entry's BGP peer.

Type

Byte array

MIB OID

1.3.6.1.2.1.15.3.1.7[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerRemoteAddr

MIB Type

IpAddress

Remote port

Description

Remote port for the TCP connection between the BGP peers.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.2.1.15.3.1.8[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerRemotePort

MIB Type

Integer32

Remote AS

Description

BGP peer remote autonomous system number.

Type

32-bit integer

Category

Momentaneous

MIB OID

1.3.6.1.2.1.15.3.1.9[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerRemoteAs

MIB Type

Integer32

Inbound update messages

Description

Peer inbound update messages.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/routing/bgp/peers/[..n]/in_updates

MIB OID

1.3.6.1.2.1.15.3.1.10[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerInUpdates

MIB Type

Counter32

Outbound update messages

Description

Number of BGP UPDATE messages transmitted on this connection.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/routing/bgp/peers/[..n]/out_updates

MIB OID

1.3.6.1.2.1.15.3.1.11[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerOutUpdates

MIB Type

Counter32

Total messages in

Description

Total number of messages received from the remote peer on this connection.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/routing/bgp/peers/[..n]/total_messages_in

MIB OID

1.3.6.1.2.1.15.3.1.12[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerInTotalMessages

MIB Type

Counter32

Total messages out

Description

Total number of messages transmitted to the remote peer on this connection.

Type

Unsigned 32-bit integer

Unit

Messages

Category

Counter

Stat Path

/routing/bgp/peers/[..n]/total_messages_out

MIB OID

1.3.6.1.2.1.15.3.1.13[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerOutTotalMessages

MIB Type

Counter32

Last error

Description

Last error code seen by this peer on this connection.

Type

Byte array

MIB OID

1.3.6.1.2.1.15.3.1.14[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerLastError

MIB Type

OCTET STRING

Fsm established transitions

Description

Total number of times the BGP FSM transitioned into the established state.

Type

Unsigned 32-bit integer

Unit

Transitions

Category

Counter

Stat Path

/routing/bgp/peers/[..n]/fsm_est_transitions

MIB OID

1.3.6.1.2.1.15.3.1.15[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerFsmEstablishedTransitions

MIB Type

Counter32

Fsm established time

Description

Timer indicating how long this peer has been in the Established state or how long since this peer was last in the Established state.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/fsm_est_time

MIB OID

1.3.6.1.2.1.15.3.1.16[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerFsmEstablishedTime

MIB Type

Gauge32

Connect retry interval

Description

Time interval for the ConnectRetry timer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/conn_retry_interval

MIB OID

1.3.6.1.2.1.15.3.1.17[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerConnectRetryInterval

MIB Type

Integer32

Hold time

Description

Time interval for the Hold Timer established with the peer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/hold_time

MIB OID

1.3.6.1.2.1.15.3.1.18[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerHoldTime

MIB Type

Integer32

Keep alive

Description

Time interval for the KeepAlive timer established with the peer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/keep_alive

MIB OID

1.3.6.1.2.1.15.3.1.19[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerKeepAlive

MIB Type

Integer32

Hold time configured

Description

Time interval for the Hold Time configured for this BGP speaker with this peer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

MIB OID

1.3.6.1.2.1.15.3.1.20[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerHoldTimeConfigured

MIB Type

Integer32

Keep alive configured

Description

Time interval for the KeepAlive timer configured for this BGP speaker with this peer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

MIB OID

1.3.6.1.2.1.15.3.1.21[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerKeepAliveConfigured

MIB Type

Integer32

Min AS origination interval

Description

Time interval for the MinASOriginationInterval timer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/min_as_org_interval

MIB OID

1.3.6.1.2.1.15.3.1.22[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerMinASOriginationInterval

MIB Type

Integer32

Min route advertisement interval

Description

Time interval for the MinRouteAdvertisementInterval timer.

Type

32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/min_route_adv_interval

MIB OID

1.3.6.1.2.1.15.3.1.23[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerMinRouteAdvertisementInterval

MIB Type

Integer32

In update elapsed time

Description

Elapsed time since the last BGP UPDATE message was received from the peer.

Type

Unsigned 32-bit integer

Unit

Seconds

Category

Momentaneous

Stat Path

/routing/bgp/peers/[..n]/in_update_etime

MIB OID

1.3.6.1.2.1.15.3.1.24[.n]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpPeerInUpdateElapsedTime

MIB Type

Gauge32

3.1.4.4. BGP identifier

Description

BGP Identifier of local system.

Type

Byte array

MIB OID

1.3.6.1.2.1.15.4[.0]   (MIB-II / BGPV4-MIB, RFC4273)

MIB Name

bgpIdentifier

MIB Type

IpAddress

3.1.5. IfMIB (RFC2863)

MIB2 IF-MIB interface (RFC2863) statistics.

3.1.5.1. IfMIBObjects

MIB2 IF-MIB interface objects.

IfXTable

MIB2 IF-MIB interface table.

IfXEntry[..]

MIB2 IF-MIB interface entry.

Interface name

Description

Interface name.

Type

String

MIB OID

1.3.6.1.2.1.31.1.1.1.1[.n]   (MIB-II / IF-MIB, RFC2863)

MIB Name

ifName

MIB Type

DisplayString

Interface link speed

Description

Interface link speed.

Type

Unsigned 32-bit integer

Unit

Mbits per second

Category

Momentaneous

MIB OID

1.3.6.1.2.1.31.1.1.1.15[.n]   (MIB-II / IF-MIB, RFC2863)

MIB Name

ifSpeed

MIB Type

Gauge32

3.1.6. EntityStateMIB (RFC4268)

MIB2 ENTITY-STATE-MIB (RFC4268) statistics.

3.1.6.1. EntityStateObjects

MIB2 ENTITY-STATE-MIB state objects folder.

EntStateTable

MIB2 ENTITY-STATE-MIB table.

EntStateEntry[..]

MIB2 ENTITY-STATE-MIB entry.

Entity state admin

Description

Administrative state. Scope of value is unknown, locked, unlocked, shutting down.

Type

32-bit integer

MIB OID

1.3.6.1.2.1.131.1.1.1.2[.n]   (MIB-II / ENTITY-STATE-MIB, RFC4268)

MIB Name

entStateAdmin

MIB Type

Integer32

Entity state operational state

Description

Operational state. Scope of value is Disabled, Enabled.

Type

32-bit integer

MIB OID

1.3.6.1.2.1.131.1.1.1.3[.n]   (MIB-II / ENTITY-STATE-MIB, RFC4268)

MIB Name

entStateOper

MIB Type

Integer32

3.2. SNMPv2 Statistics (RFC2578)

SNMPv2 - RFC2578 statistics.

3.2.1. SNMP Modules

SNMPv2 Modules statistics folder.

3.2.1.1. SNMP USM MIB

SNMPv2 USM MIB statistics folder.

USM MIB Ojects

SNMPv2 USM MIB objects.

USM Statistics

SNMPv2 USM statistics.

Unsupported security levels

Description

Total number of packets received by the SNMP engine which were dropped because they requested a securityLevel that was unknown to the SNMP engine or otherwise unavailable.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/unsupported_sec_levels

MIB OID

1.3.6.1.6.3.15.1.1.1[.0]   (SNMPv2, RFC2578)

MIB Name

usmStatsUnsupportedSecLevels

MIB Type

Counter32

2nd OID

1.3.6.1.4.1.5089.3.2.2050.2050.1020[.0]   (STREAM-MIB)

2nd Name

ssmSnmpUnsupportedSecLevels

2nd Type

Counter32

Not in time windows

Description

Total number of packets received by the SNMP engine which were dropped because they appeared outside of the authoritative SNMP engine's window.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/not_in_time_windows

MIB OID

1.3.6.1.6.3.15.1.1.2[.0]   (SNMPv2, RFC2578)

MIB Name

usmStatsNotInTimeWindows

MIB Type

Counter32

2nd OID

1.3.6.1.4.1.5089.3.2.2050.2050.1024[.0]   (STREAM-MIB)

2nd Name

ssmSnmpNotInTimeWindows

2nd Type

Counter32

Unknown user names

Description

Total number of packets received by the SNMP engine which were dropped because they referenced a user that was not known to the SNMP engine.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/unknown_user_names

MIB OID

1.3.6.1.6.3.15.1.1.3[.0]   (SNMPv2, RFC2578)

MIB Name

usmStatsUnknownUserNames

MIB Type

Counter32

2nd OID

1.3.6.1.4.1.5089.3.2.2050.2050.1030[.0]   (STREAM-MIB)

2nd Name

ssmSnmpUnknownUserNames

2nd Type

Counter32

Unknown engine ids

Description

Total number of packets received by the SNMP engine which were dropped because they referenced an snmpEngineID that was not known to the SNMP engine.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/unknown_engine_ids

MIB OID

1.3.6.1.6.3.15.1.1.4[.0]   (SNMPv2, RFC2578)

MIB Name

usmStatsUnknownEngineIDs

MIB Type

Counter32

2nd OID

1.3.6.1.4.1.5089.3.2.2050.2050.1035[.0]   (STREAM-MIB)

2nd Name

ssmSnmpUnknownEngineIDs

2nd Type

Counter32

Wrong digests

Description

Total number of packets received by the SNMP engine which were dropped because they didn't contain the expected digest value.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/wrong_digests

MIB OID

1.3.6.1.6.3.15.1.1.5[.0]   (SNMPv2, RFC2578)

MIB Name

usmStatsWrongDigests

MIB Type

Counter32

2nd OID

1.3.6.1.4.1.5089.3.2.2050.2050.1040[.0]   (STREAM-MIB)

2nd Name

ssmSnmpWrongDigests

2nd Type

Counter32

Decryption errors

Description

Total number of packets received by the SNMP engine which were dropped because they could not be decrypted.

Type

Unsigned 32-bit integer

Unit

Packets

Category

Counter

Stat Path

/monitoring/snmp/decryption_errors

MIB OID

1.3.6.1.6.3.15.1.1.6[.0]   (SNMPv2, RFC2578)

MIB Name

usmStatsDecryptionErrors

MIB Type

Counter32

2nd OID

1.3.6.1.4.1.5089.3.2.2050.2050.1045[.0]   (STREAM-MIB)

2nd Name

ssmSnmpDecryptionErrors

2nd Type

Counter32