adGenCSMMonitorSessionEntry
ADTRAN-GENCSM2-MIB ·
.1.3.6.1.4.1.664.5.36.7.2.1
Object
row
An entry in the adGenCSMMonitorSessionTable. An entry
in this table is used to model a data collection interval
that has specific levels of scope. Depending upon the
capabilities of the particular CSM, only a limited
number of Monitoring Sessions (table rows) may be active
at any given time. Typically there can be many more
rows defined in the table if they are not active. This
will allow the administrator to store sessions when they
are not needed but may be needed in the future.
Step-wise Procedures to set up a Monitoring Session
(1) The manager obtains a unique adGenCSMMonitorSessionId
by reading the adGenCSMMonitorSessionIndexNext object.
(2) Next, the manager creates a row in the Monitor Session
Table. Each row is indexed by the
adGenCSMMonigorSessionId obtained in step 1 of this
procedure. The row can be created in this type by
setting the adGenCSMMonitorSessionRowStatus to
createAndWait(5). Row creation fails if:
- A row already exists with the specified index.
- Insufficient memory resources exist within the CSM.
(3) The manager sets any column values, besides the rowStatus
to specify the scope and duration of the monitor session.
The adGenCSMMonitorSessionRowStatus can be monitored to
determine if the row has valid parameters. When the
rowStatus is notReady(3), one or more parameters are
invalid for the scope level specified. When the rowStatus
is notInService(2), all columns are valid and the row is
ready to be made active(1).
(4) The manager sets the adGenCSMMonitorSessionRowStatus
object to active(1). This will initiate the monitoring
session and it will continue until the maximum number of
intervals, specified by adGenCSMMonitorSessionMaxIntervals,
is reached. If adGenCSMMonitorSessionMaxIntervals is
zero, the monitor session will continue to run until the
manager sets the adGenCSMMonitorSessionRowStatus object
to notInService(2) or destroy(6). If a power cycle/reset
occurs, the monitoring session will begin again at the
first interval upon restart of the CSM. If the maximum
number of active monitoring sessions has already been
reached, the setting of the adGenCSMMonitorSessionRowStatus
object to active(1) will fail.
*** It should be noted that data collected during a
monitoring session is not preserved across protection
switches at this time.
Context
- MIB
- ADTRAN-GENCSM2-MIB
- OID
.1.3.6.1.4.1.664.5.36.7.2.1- Type
- row
- Status
- current
- Parent
- adGenCSMMonitorSessionTable
- Table
- adGenCSMMonitorSessionTable
- Children
- 14
Syntax
No syntax metadata recorded.
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Child Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| adGenCSMMonitorSessionId Session index that uniquely identifies a monitoring session.
Typically a session index is obtained by reading the
adGenCSMMonitorSessionIndexNext object. | column | Unsigned32 | .1.3.6.1.4.1.664.5.36.7.2.1.1 |
| adGenCSMMonitorSessionElapsedIntervals This object records the number of intervals that have
elapsed for an active(1) monitor session. This object can
be monitored by a manager to determine if new data is
available in… | column | SNMPv2-SMICounter32 | .1.3.6.1.4.1.664.5.36.7.2.1.10 |
| adGenCSMMonitorSessionClasses This object specifies the ATM traffic classes of interest
for a monitor session. If a particular bit is set, then
counter data for the indicated traffic class will be included
in… | column | Integer32 | .1.3.6.1.4.1.664.5.36.7.2.1.11 |
| adGenCSMMonitorSessionParam1 This object specifies the ifIndex parameter if the session
scope adGenCSMMonitorSessionScope is set to port(2), vp(3),
or vc(4). | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.664.5.36.7.2.1.12 |
| adGenCSMMonitorSessionParam2 This object specifies the VPI parameter if the session
scope adGenCSMMonitorSessionScope is set to vp(3) or vc(4). | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.664.5.36.7.2.1.13 |
| adGenCSMMonitorSessionParam3 This object specifies the VCI parameter if the session
scope adGenCSMMonitorSessionScope is set to vc(4). | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.664.5.36.7.2.1.14 |
| adGenCSMMonitorSessionName A short name for the monitor session. | column | OctetString | .1.3.6.1.4.1.664.5.36.7.2.1.2 |
| adGenCSMMonitorSessionDescription A description for the monitor session. This field can be
used by the manager to store additional information of
importance to a particular monitor session. | column | OctetString | .1.3.6.1.4.1.664.5.36.7.2.1.3 |
| adGenCSMMonitorSessionRowStatus Used to start/stop/destroy the session. Please refer to
the procedures listed in the adGenCSMMonitorSessionEntry
object for the proper use of object. | column | SNMPv2-TCRowStatus | .1.3.6.1.4.1.664.5.36.7.2.1.4 |
| adGenCSMMonitorSessionStartTimeStamp Provides the system time with which the monitoring session
was made active. A manager can monitor this object for
change in an active session to identify if a CSM restart
has occ… | column | SNMPv2-TCTimeStamp | .1.3.6.1.4.1.664.5.36.7.2.1.5 |
| adGenCSMMonitorSessionScope This object provides the level of scope of the monitoring
session. Depending upon the scope, different minimum and
maximum values for the adGenCSMMonitorSessionIntervalDuration
m… | column | AdGenCSMMonitorScope | .1.3.6.1.4.1.664.5.36.7.2.1.6 |
| adGenCSMMonitorSessionMaxIntervals This object defines the maximum number of samples intervals
that are to be collected. When the maximum value is reached,
an active(1) monitor session will automatically halt and
… | column | SNMPv2-SMIUnsigned32 | .1.3.6.1.4.1.664.5.36.7.2.1.7 |
| adGenCSMMonitorSessionIntervalDuration This object specifies the duration, in seconds, of each
sample interval. The minimum value of 10 seconds applies
for the port(2), vp(3), and vc(4) levels of scope. The
shelf(1) … | column | Integer32 | .1.3.6.1.4.1.664.5.36.7.2.1.8 |
| adGenCSMMonitorSessionCacheInterval This object specifies the number of samples to maintain
in a local cache for later retrieval by a manager. Each
monitor session displays accumulated, average, maximum,
minimum, a… | column | Integer32 | .1.3.6.1.4.1.664.5.36.7.2.1.9 |
Indexes
| Object | Type | Syntax | OID |
|---|---|---|---|
| adGenCSMMonitorSessionId Session index that uniquely identifies a monitoring session.
Typically a session index is obtained by reading the
adGenCSMMonitorSessionIndexNext object. | column | Unsigned32 | .1.3.6.1.4.1.664.5.36.7.2.1.1 |