CISCO-CVP-MIB Table View

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

Tables
7
Rows
7
Columns
120
.1.3.6.1.4.1.9.9.590.1.5.1 · 1 row entry · 6 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk ccvpServiceTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CVP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CVP-MIB::ccvpServiceTable'
The service table is a list of Customer Voice Portal (CVP)
functional services.  A CVP solution includes a collection
of interconnected functional services, each of which perform
a specific, necessary function of the CVP application.  This
table enumerates and lists all CVP functional services
installed and configured on this server.  A single server is
permitted to have multiple functional services of a different
type, but also multiple services of the same type (although
far less likely).
          
The service table is indexed by a unique numeric identifier
for each functional service.  This service index is
arbitrarily assigned by the SNMP agent.  These same index
values are used in the individual service information tables,
thus, the individual service information tables have a sparse
dependency relationship with this table.
          
The SNMP agent constructs the service table at startup based
upon static data saved in a properties file.  Since services
can only be configured while the CVP application is stopped,
service table entries cannot be added to or deleted from the
table at run time.  Object values can and will be modified by
the agent but not the management station.  All objects in
this table are read-only to the management station.
ccvpServiceEntry row .1.3.6.1.4.1.9.9.590.1.5.1.1
Each service entry represents a Customer Voice Portal
functional service installed and configured on this server.
This table lists these functional services and provides
a map to the service information table entry via …
Column Syntax OID
The service index is a value that uniquely identifies an
entry in the service table. This value is arbitrarily
assigned by the SNMP agent.
CcvpIndex
Type Constraints:
range: 1..4294967295
.1.3.6.1.4.1.9.9.590.1.5.1.1.1
The service type object identifies the type of Customer
Voice Portal application functional service.
CcvpServiceType
Type Values:
1sip
2h323
3ivr
4icm
5reporting
6vxml
.1.3.6.1.4.1.9.9.590.1.5.1.1.2
The service name object is a user-intuitive textual name for
the Customer Voice Portal application service.
SNMP-FRAMEWORK-MIBSnmpAdminString
Type Constraints:
range: 0..255
.1.3.6.1.4.1.9.9.590.1.5.1.1.3
The service status object is the last known status of the
Customer Voice Portal application service.
CcvpServiceStatus
Type Values:
0disabled
1starting
2inService
3inServiceWarning
4inServiceCritical
5partialService
6stopping
7stopped
8unknown
.1.3.6.1.4.1.9.9.590.1.5.1.1.4
The service interval last update object holds the date and
time of the last refresh of interval and aggregate
statistic object values for this CVP service. Interval
and
aggregate statistics are reported at a regular in…
SNMPv2-TCDateAndTime
Type Constraints:
range: 8
range: 11
Description:
A date-time specification.

field octets contents range
----- ------ -------- -----
1 1-2 year* 0..65536
2 3 month …
.1.3.6.1.4.1.9.9.590.1.5.1.1.5
The interval period object defines the number of minutes
of accumulated values for the 'interval' and 'aggregate'
statistic objects in this instrumentation group. Once
this period elapses, each CVP service reports the …
SNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.5.1.1.6

ccvpSipTable

table
.1.3.6.1.4.1.9.9.590.1.6.1 · 1 row entry · 25 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk ccvpSipTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CVP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CVP-MIB::ccvpSipTable'
The SIP service table lists each Customer Voice Portal SIP
service configured on this server.  The CVP SIP service is a
software module which always resides in the CVP Call Server.
          
The CVP SIP service is a SIP Back-to-Back User Agent (B2BUA).
On the front end, it supports two SIP call legs, one incoming
and one outgoing.  This service does not terminate RTP flows;
it only deals with SIP messages.  On the back end, the SIP
service implements the (GED-125) Service Control Interface
(SCI) to the Cisco Intelligent Contact Management (ICM)
application for call control functions only (no VRU scripts).
          
The purpose of a B2BUA is to act as an active intermediary
for a call, communicating with both the source and the
destination legs of the call, and providing 3rd party call
control capabilities on behalf of a routing engine (such as
the ICM contact router).  Because it must track the call
throughout its life, it becomes a key source of call-level
reporting data and a natural place for moderating call
switching resources.
          
Generally speaking, a SIP B2BUA is two User Agents (UAs).
The device receives incoming calls in one UA and immediately
creates an outgoing call via its other UA.  Thereafter, all
SIP messages from either one are forwarded to the other.
What makes it useful is the fact that it puts ICM in between
the two legs.  On incoming calls, it asks the ICM where the
outgoing call should be addressed.  Once the call has been
delivered, ICM has the opportunity to end the outgoing leg
and reconnect it to a subsequent destination.  In practice,
there will typically be a delivery to the subsequent agents
(call center agents - a human resources tasked with answering
inbound calls and providing specific services) or back to
the VRU leg.
          
The SIP service table has a sparse dependent relationship
with the (generic) ccvpService table.  The service index acts
as the primary index, relating the entry to the corresponding
entry in the ccvpService table.
          
The SNMP agent constructs this table at startup.  Since
services can only be added or deleted when the CVP
application is stopped, service information entries cannot be
added to or deleted from the table either by the agent or the
management station while the application is running.  The
agent will update service information table objects as their
values change when the application is running.  All objects
in this table are read-only to the management station.
ccvpSipEntry row .1.3.6.1.4.1.9.9.590.1.6.1.1
Each entry represents a Customer Voice Portal (CVP) SIP
service configured on the server. The SIP service acts as an
active intermediary for a call, communicating with both the
source and destination legs of the call, …
Column Syntax OID
The real-time active calls object is a real-time snapshot
metric indicating a count of active calls being handled by
the CVP SIP service. It will not include H323 calls.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.1
The real-time total call legs object is a real-time snapshot
metric indicating a count of the number of SIP call legs
being handled by the SIP service. A call leg is also known
as a SIP dialog. The object value includ…
call legsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.2
The interval new calls object is a metric indicating the
number of SIP INVITE messages received by CVP since system
start time. The object value also includes failed calls as
well as calls rejected due to the SIP servi…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.3
The interval connects received object is a metric indicating
the number of CONNECT messages received by the SIP service in
order to perform a Customer Voice Portal transfer, since
system start. The object value also in…
connectsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.4
The interval average latency first object is a metric
indicating the average period of time elapsed between the
arrival of a CONNECT message from ICM and when the call is
actually answered, on the first transfer request…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.5
The interval average latency second object is a metric
indicating the average period of time between the arrival of
a CONNECT message from ICM and when the call is actually
answered, on the second and subsequent transfe…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.6
The interval failed transfers pre-dialog object is a metric
indicating the total number of failed transfers on the first
Customer Voice Portal transfer since system start. A SIP
dialog is established after the first CV…
transfersSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.7
The interval failed transfers post-dialog object is a metric
indicating the total number of failed transfers on second
and subsequent Customer Voice Portal transfers since system
start. After a SIP dialog is establishe…
transfersSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.8
The aggregate new calls object is a metric indicating the
number of SIP INVITE messages received by the Customer Voice
Portal application since service start. The object value
includes failed calls as well as calls rej…
callsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.1.1.9
The aggregate connects received object is a metric
indicating the number of SIP CONNECT messages received by the
SIP service in order to perform a Customer Voice Portal
transfer, since service start. This object value …
connectsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.1.1.10
The aggregate average latency first (transfer) object is a
metric indicating the average period of time elapsed between
receipt of the CONNECT message from the ICM and the moment
when the call is actually answered, on t…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.11
The aggregate average latency second (transfer) object is a
metric indicating the average period of time elapsed between
receipt of the CONNECT message from the ICM and the moment
when the call is actually answered, on …
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.12
The aggregate failed transfers pre-dialog object is a count
of failed transfers on the first Customer Voice Portal
transfer since service start. A SIP dialog is established
after the first CVP transfer is completed. T…
transfersSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.1.1.13
The aggregate failed transfers post-dialog object is a count
of failed transfers on second and subsequent Customer Voice
Portal transfers since service start. After SIP dialog is
established, CVP performs SIP transfers…
transfersSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.1.1.14
The real-time basic video calls object is a real-time snapshot
metric indicating a count of active calls being handled by
the CVP SIP service that have had video capability offered
by the caller. Video capabilites ar…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.15
The real-time basic video calls object is a real-time snapshot
metric indicating a count of active calls being handled by
the CVP SIP service that was answered by an IVR or Agent
capable of handling video services.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.16
The interval basic video calls object is an interval
metric indicating a count of active calls being handled by
the CVP SIP service that have had video capability offered
by the caller. Video capabilites are negotiate…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.17
The interval basic video calls object is an interval
metric indicating a count of active calls being handled by
the CVP SIP service that was handled by an IVR or Agent capable
of handling video services. The interval a…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.18
The aggregate basic video calls object is a metric indicating
a count of active calls being handled by the CVP SIP service
that have had video capability offered by the callers since
the start of the system. Video cap…
callsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.1.1.19
The interval basic video calls object is a metric indicating a
count of calls that have been handled by the CVP SIP service
that have been handled by an IVR or Agent capable of handling
video services since the start …
callsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.1.1.20
The interval post call answered object is a metric indicating
Number of Post Call Survey calls which were answered since the
start of the system.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.21
The interval whisper answered object is a metric indicating
Number of calls to the whisper service which were answered since
the start of the system.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.22
The interval whisper failed object is a metric indicating
Number of
calls to the whisper service which failed since the start of the
system.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.23
The interval greeting answered object is a metric indicating
Number of agent greeting playback calls which were answered
since the start of the system.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.24
The interval greeting failed object is a metric indicating
Number of agent greeting playback calls which failed since the
start of the system.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.1.1.25
.1.3.6.1.4.1.9.9.590.1.6.2 · 1 row entry · 19 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk ccvpH323Table
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CVP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CVP-MIB::ccvpH323Table'
The H.323 Service table lists each Customer Voice Portal
(CVP) H.323 service configured on this server.  This service
is a software component which always resides on the CVP Call
Server.  The CVP H.323 service interacts with the CVP IVR
service to relay call arrival, departure and transfer
instructions between it and other H.323 devices.
          
The CVP H.323 service is a legacy service used only in H.323-
based deployments.  Although this service started as a true,
albeit incomplete, voice browser, its strength was its
ability to effect complicated H.323 call control activities
with the Gateway and the Cisco Call Manager.  Over time, the
VXML Gateway's IOS voice browser supplanted it as a voice
interaction device and call control became its main focus.
          
SIP is still a young protocol compared to H.323 and there are
still certain capabilities which either the gateway, the Call
Manager or the protocol itself does not yet support.  Users
who require these capabilities, as well as those who wish to
upgrade without switching from H.323 to SIP will therefore
continue to use the CVP H.323 service in place of the CVP SIP
service.
          
This table has a sparse dependent relationship with the
Service table.  The service index acts as the primary
index, relating the entry to the corresponding entry in the
Service table.
          
The SNMP agent constructs this table at startup.  Since
services can only be added or deleted when the CVP
application is stopped, service information table entries
cannot be added to or deleted from the table either by the
agent or the management station while the application is
running.  The agent will update service information table
objects as their values change when the application is
running.  All objects in this table are read-only to the
management station.
ccvpH323Entry row .1.3.6.1.4.1.9.9.590.1.6.2.1
Each entry represents a Customer Voice Portal (CVP) H.323
service configured on the server. The H.323 service
interacts with the CVP IVR service to relay call arrival,
departure and transfer instructions between it and…
Column Syntax OID
The real-time calls in progress object represents the total
number of internal call objects known to the Customer Voice
Portal H.323 service. This object value should never exceed
the value of the ShowMaxTotalCalls com…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.1
The real-time memory in use object represents the current
virtual memory in use on the server, expressed as a
percentage of total virtual memory. A steadily increasing
value over time could indicate a memory leak in th…
percentUnsigned32
Constraints:
range: 0-100
.1.3.6.1.4.1.9.9.590.1.6.2.1.2
The interval arrival rate object indicates the maximum
number of inbound calls arriving per minute to the Customer
Voice Portal H.323 service during this interval period. This
value represents the peak value over the i…
calls per minuteSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.3
The interval transfer rate object indicates the maximum
number of calls transferred per minute by the Customer Voice
Portal H.323 service during this interval period. This value
represents the peak value over the inter…
calls per minuteSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.4
The interval maximum new call latency object represents the
maximum elapsed time in milliseconds from when the Customer
Voice Portal H.323 service sends a 'New Call' request to the
ICM until the time when the H.323 serv…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.5
The interval average new call latency object represents the
average elapsed time in milliseconds from when the Customer
Voice Portal H.323 service sends a 'New Call' request to the
ICM until the time when the H.323 serv…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.6
The interval maximum transfer to alerting object holds the
maximum amount of time elapsed for a transferred call to
enter the 'alerting' state once transferred. This value is
expressed in milliseconds and indicates the…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.7
The interval average transfer to alerting object holds the
average amount of time elapsed for a transferred call to
enter the 'alerting' state once transferred. This value is
expressed in milliseconds and is averaged o…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.8
The interval maximum transfer to answer object holds the
maximum amount of time elapsed for a transferred call to be
answered at the destination once transferred. This value is
expressed in milliseconds and indicates t…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.9
The interval average transfer to answer object holds the
average amount of time elapsed for a transferred call to be
answered at the destination once transferred. This value is
expressed in milliseconds and indicates t…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.10
The interval new calls object holds a count of new inbound
calls handled by the Customer Voice Portal H.323 service
during the interval period.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.11
The interval transferred object holds a count of calls that
have been transferred by the Customer Voice Portal H.323
service during the interval period. The CVP H.323 service
may do multiple transfers for a single call…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.12
The interval redirected object holds a count of calls that
have been redirected by the Customer Voice Portal H.323
service. The H.323 service will only redirect calls when it
is in an 'out of service' state. A redirec…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.13
The interval not transferred object holds a count of calls
that could not be transferred by the Customer Voice Portal
H.323 service during this interval. The CVP H.323 service
was unable to transfer the call to a parti…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.14
The interval prompts not found object holds a count of calls
to which prompts could not be played during this interval
period. This is indicative of a failure within the solution
for each of these calls. It could be c…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.15
The interval critical media object holds a count of calls to
which critical media needed to be played during the interval
period. This usually, but not always, indicates an abnormal
termination of the caller. In some …
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.16
The interval calls finished object holds a count of calls to
which the Customer Voice Portal H.323 service has completed
servicing during the interval period. These calls have ended
and are no longer being handled by t…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.2.1.17
The interval maximum CPU usage object holds the maximum
server central processing unit (CPU) usage for the Customer
Voice Portal H.323 service during this particular interval
period. The CPU usage value is expressed as…
percentUnsigned32
Constraints:
range: 0-100
.1.3.6.1.4.1.9.9.590.1.6.2.1.18
The interval average CPU usage object holds the average
server central processing unit (CPU) usage for the Customer
Voice Portal H.323 service computed during this particular
interval period. The CPU usage value is exp…
percentUnsigned32
Constraints:
range: 0-100
.1.3.6.1.4.1.9.9.590.1.6.2.1.19

ccvpIvrTable

table
.1.3.6.1.4.1.9.9.590.1.6.3 · 1 row entry · 24 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk ccvpIvrTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CVP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CVP-MIB::ccvpIvrTable'
The IVR Service table lists each Customer Voice Portal
Interactive Voice Response service configured on this server.
Each entry in the table defines a separate IVR service; a
single server is permitted to have multiple IVR services.
The CVP IVR service is a software module which always resides
int he CVP Call Server.
          
The CVP IVR service is responsible for creating the VXML
pages which implement the CVP Microapps based on 'Run Script'
instructions received from the ICM. (The 'Run Script'
instruction is part of the Service Control Interface offered
with the GED-125 messaging protocol.)
          
The service function as the VRU leg in ICM parlance and calls
must be transferred to it from the SIP service in order to
execute microapps.  The VXML pages created by this module are
sent to the VXML Gateway to be executed.
          
In legacy deployments only -- those which use H.323 instead
of SIP -- the CVP IVR service can act as the switch leg as
well.  The deployment includes a CVP H.3232 service which
interacts with the CVP IVR service for call control
activities.  Calls still need to be transferred to a VRU leg
before microapps can be executed, however, in legacy
deployments, that transferred leg may end up using the same
CVP IVR service as the switch leg.
          
The CVP IVR service plays a significant role in implementing
CVP's native failover mechanism -- those capabilities which
can be achieved without a Content Services Switch -- for
Media Servers, ASR/TTS Servers and CVP VoiceXML Servers.  Up
to two of each such server are supported and the CVP IVR
service orchestrates retries and failover between them.
          
This table has a sparse dependent relationship with the
Service table.  The service index acts as the primary
index, relating the entry to the corresponding entry in the
Service table.
          
The SNMP agent constructs this table at startup.  Since
services can only be added or deleted when the CVP
application is stopped, service information table entries
cannot be added to or deleted from the table either by the
agent or the management station while the application is
running.  The agent will update service information table
objects as their values change when the application is
running.  All objects in this table are read-only to the
management station.
ccvpIvrEntry row .1.3.6.1.4.1.9.9.590.1.6.3.1
Each entry represents a Customer Voice Portal (CVP)
Interactive Voice Response (IVR) service configured on the
server. The IVR service is responsible for creating the VXML
pages which implement the CVP microapps based …
Column Syntax OID
The real-time active calls object is a metric that indicates
the current number of simultaneous calls being processed by
the IVR service. This object value represents the real-time
number of simultaneous calls being se…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.1
The real-time active HTTP requests object is a metric that
indicates the current number of simultaneous HTTP requests
being processed by the IVR Service. This object value
represents the real-time number of simultaneou…
requestsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.2
The interval new calls object is a metric that counts the
number of New Call requests received from the IOS Gateway or
the CVP H323 service. A New Call includes the switch leg of
the call and the IVR leg of the call. …
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.3
The interval maximum active calls object is a metric that
indicates the maximum number of simulteneous calls being
processed by the IVR service during this interval.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.4
A call is a metric that represents the switch leg of the CVP
call and the IVR leg of the CVP call. When both legs of the
call are finished, this object value will be incremented by
one. The interval calls finished obj…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.5
The interval average call latency object is a metric that
represents the average amount of time, in milliseconds, that
elapsed for the IVR service to complete the processing of a
New Call or Call Result request during t…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.6
The interval maximum call latency object is a metric that
represents the maximum amount of time, in milliseconds, that
elapsed for the IVR service to complete the processing of a
New Call Request or a Call Result. Maxi…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.7
The interval minimum call latency object is a metric that
represents the least amount of time, in milliseconds, that
elapsed for the IVR service to complete the processing of a
New Call Request or a Call Result. Minimu…
millisecondsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.8
The interval HTTP requests object is a metric that
represents the total number of HTTP Requests received by the
IVR service during this interval.
requestsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.9
The interval maximum active HTTP requests object is a metric
that represents the maximum simultaneous HTTP requests being
processed by the IVR service during this interval.
requestsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.10
The interval maximum HTTP request Rate is a metric that
represents the maximum number of HTTP requests the IVR
service received, per second, from a client. This object
value is a high water mark.
requests per secondSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.11
The interval average HTTP request rate object is the average
number of HTTP requests the IVR service received per second
during this interval.
requests per secondSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.12
The aggregate new calls object is a metric that indicates
the accumulated count of New Call requests received from the
IOS Gateway or the CVP H323 service since system startup. A
New Call includes the switch leg of the…
callsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.3.1.13
The aggregate maximum active calls object is the maximum
number of simultaneous calls processed by the IVR service
at any given time since system startup. This object value
represents a high water mark.
callsSNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.14
The aggregate HTTP requests object is a metric that
represents the total number of HTTP requests received from a
client. This object value is the accumulated count of HTTP
requests received by the IVR service since sys…
requestsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.3.1.15
The aggregate maximum HTTP requests object represents the
maximum number of active HTTP requests received since system
startup. This object value is a high water.
requestsSNMPv2-SMICounter32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.16
The real-time active full video calls object is a metric that
indicates the current number of simultaneous full video
calls being processed by the IVR service.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.17
The interval new full video calls object is a metric that
counts the number of New Full Video Call requests received. The
interval at which this object is updated is defined by
ccvpServiceIntPeriod.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.18
The aggregate maximum active full video calls object is a
metric that indicates the maximum number of simultaneous full
video calls being processed by the IVR service during this
interval.
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.19
The interval new full video calls object is a metric
that indicates the accumulated count of New Full Video
Call requests received since system startup. The interval at
which this object is updated is defined by
ccvpS…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.3.1.20
The aggregate maximum active full video calls object is the
maximum number of simultaneous full video calls processed by
the IVR service at any given time since system startup.
This object value represents a high wat…
callsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.3.1.21
The aggregate agent initiated video pushed object is a
metric that indicates the accumulated count of video
push requests received since system startup from Call
Center agents.
requestsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.3.1.22
The aggregate agent initiated video recording object is a
metric that indicates the accumulated count of start
video recording requests received since system startup from
Call Center agents.
requestsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.3.1.23
The aggregate agent initiated video VCR control object is a
metric that indicates the accumulated count of video VCR
control requests received since system startup from Call
Center agents.
requestsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.3.1.24

ccvpIcmTable

table
.1.3.6.1.4.1.9.9.590.1.6.4 · 1 row entry · 24 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk ccvpIcmTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CVP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CVP-MIB::ccvpIcmTable'
The ICM Service table lists each Customer Voice Portal
ICM service configured on this server.  Each entry in the
table defines a separate ICM service.  The CVP ICM service is
responsible for all communication between CVP components and
the Intelligent Contact Management (ICM) application.
          
The CVP ICM service implements the GED-125 Service Control
Interface (SCI) protocol, and sends and receives messages on
behalf of the CVP SIP service, the CVP IVR service, and the
CVP VoiceXML service.  Users do not explicitly install the
CVP ICM Subsystem; it is installed and activated
automatically in the CVP Call Server and the CVP VoiceXML
Server.  This service is visible at the CVP Operations
Server, however, since it does require a small amount of
configuration.
          
This table has a sparse dependent relationship with the
Service table.  The service index acts as the primary
index, relating the entry to the corresponding entry in the
Service table.
          
The SNMP agent constructs this table at startup.  Since
services can only be added or deleted when the CVP
application is stopped, service information table entries
cannot be added to or deleted from the table either by the
agent or the management station while the application is
running.  The agent will update service information table
objects as their values change when the application is
running.  All objects in this table are read-only to the
management station.
ccvpIcmEntry row .1.3.6.1.4.1.9.9.590.1.6.4.1
Each entry represents a Customer Voice Portal (CVP) ICM
service configured on the server. The ICM service is
responsible for all communication between CVP components
and ICM.
Column Syntax OID
The real-time active calls object is a real-time snapshot
metric indicating the current number of calls being processed
by the Intelligent Contact Management (ICM) application.
This object value represents a count of ca…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.1
The Intelligent Contact Management (ICM) application has the
ability to accept Voice over IP (VoIP) calls that originate
via the Session Initiation Protocol (SIP) or H.323 protocol.
The real-time active SIP call legs ob…
call legsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.2
The Intelligent Contact Management (ICM) application has the
ability to accept Voice over IP (VoIP)Calls that originate
via the Session Initiation Protocol (SIP) or H.323 protocol.
The real-time active H323 call legs ob…
call legsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.3
The real-time active VRU call legs object is a real-time
snapshot metric indicating the current number of calls
receiving Voice Response Unit (VRU) treatment from the
Intelligent Contact Management (ICM) application. T…
call legsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.4
Calls orginating in an external VXML (Voice XML) server need
call routing instructions from the Intelligent Contact
Management (ICM) application. The real-time active ICM
lookup requests object is a specific snapshot m…
requestsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.5
The interval new calls object is an interval specific
snapshot metric indicating the number of new calls received
by the Intelligent Contact Management (ICM) application for
follow-on Voice Response Unit (VRU) treatment…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.6
The Intelligent Contact Management (ICM) application has the
ability to accept Voice over IP (VoIP) calls that originate
via the Session Initiation Protocol (SIP) or H.323 protocol.
The interval SIP call legs object is …
call legsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.7
The Intelligent Contact Management (ICM) application has the
ability to accept Voice over IP (VoIP) calls that originate
via the Session Initiation Protocol (SIP) or H.323 protocol.
The interval H323 call legs object is…
call legsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.8
The interval VRU call legs object is an interval specific
snapshot metric indicating the number of calls receiving
Voice Response Unit (VRU) treatment from the Intelligent
Contact Management (ICM) application during thi…
call legsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.9
Calls orginating in an external VXML (Voice XML) Server
need call routing instructions from the Intelligent
Contact Management (ICM) application. The interval ICM
lookup requests object is an interval specific metric
i…
requestsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.10
The aggregate calls object is a metric indicating the total
number of new calls received by the Intelligent Contact
Management (ICM) application for follow-on Voice Response
Unit (VRU) treatment and routing to a contact…
callsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.4.1.11
The Intelligent Contact Management (ICM) application has the
ability to accept Voice over IP (VoIP) calls that originate
via the Session Initiation Protocol (SIP) or H.323 protocol.
The aggregate SIP call legs object is…
call legsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.4.1.12
The Intelligent Contact Management (ICM) application has the
ability to accept Voice over IP (VoIP) calls that originate
via the Session Initiation Protocol (SIP) or H.323 protocol.
The aggregate H323 call legs object i…
call legsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.4.1.13
The aggregate VRU call legs object is a metric indicating
the total number of calls that have received Voice Response
Unit (VRU) treatment from the Intelligent Contact Management
(ICM) application since system start tim…
call legsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.4.1.14
Calls orginating in an external VXML (Voice XML) Server need
call routing instructions from the Intelligent Contact
Management (ICM) application. The aggregate ICM lookup
requests object is a metric indicating the tota…
requestsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.4.1.15
The real-time full video calls object is a real-time snapshot
metric indicating the current number of calls being processed by
the Intelligent Contact Management (ICM) application that offer
full video capabilities. Fu…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.16
The real-time offered basic video calls object is a real-time
snapshot metric indicating the current number of calls being
processed by the Intelligent Contact Management (ICM)
application that offer basic video capabil…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.17
The real-time accepted basic video calls object is a real-time
snapshot metric indicating the current number of calls being
processed by the Intelligent Contact Management (ICM)
application that have been accepted for…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.18
The interval full video calls object is an interval snapshot
metric indicating the number of calls being processed
by the Intelligent Contact Management (ICM) application that
offer full video capabilities. Full video…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.19
The interval offered basic video calls object is an interval
snapshot metric indicating the number of calls being processed
by the Intelligent Contact Management (ICM) application that
offer basic video capabilities. …
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.20
The interval accepted basic video calls object is an interval
snapshot metric indicating the number of calls being processed
by the Intelligent Contact Management (ICM) application that
have been accepted for using bas…
callsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.4.1.21
The aggregate full video calls object is a metric indicating
the number of calls being processed by the Intelligent
Contact Management (ICM) application that offer full video
capabilities since the start of the system.…
callsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.4.1.22
The aggregate offered basic video calls object is a metric
indicating the number of calls being processed by the
Intelligent Contact Management (ICM) application that
offer basic video capabilities since the start of t…
callsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.4.1.23
The interval accepted basic video calls object is a metric
indicating the number of calls being processed by the
Intelligent Contact Management (ICM) application that have
been accepted for using basic video capabilit…
callsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.4.1.24
.1.3.6.1.4.1.9.9.590.1.6.5 · 1 row entry · 8 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk ccvpReptTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CVP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CVP-MIB::ccvpReptTable'
The Reporting service table lists each Customer Voice Portal
reporting service configured on this server.  The CVP
Reporting Server houses the CVP Reporting service as well as
a database management system to persist data.
          
The CVP reporting service receives reporting events from the
CVP IVR service, the CVP SIP service, and the CVP VoiceXML
service.  The service is deployed together with a database
management system and it transforms and writes this reporting
data into that database.  The database schema is prescribed
by the CVP product, but it is an open schema in that
customers may develop custom reports based on it.
          
There can only be one CVP Reporting Server in a deployment.
This does not represent a single point of failure however,
because data safety and security are provided by the database
management system, and temporary outages are tolerated due to
persistent buffering of information on the source components.
          
This table has a sparse dependent relationship with the
Service table.  The service index acts as the primary index,
relating the entry to the corresponding entry in the Service
table.
          
The SNMP agent constructs this table at startup.  Since
services can only be added or deleted when the CVP
application is stopped, service information table entries
cannot be added to or deleted from the table either by the
agent or the management station while the application is
running.  The agent will update service information table
objects as their values change when the application is
running.  All objects in this table are read-only to the
management station.
ccvpReptEntry row .1.3.6.1.4.1.9.9.590.1.6.5.1
Each entry represents a Customer Voice Portal Reporting
service configured on the server. The Reporting service
receives reporting events from the CVP IVR service, the CVP
SIP service, and the CVP VoiceXML service.
Column Syntax OID
The interval VXML events object is an interval metric
indicating the total number of reporting events received from
the VXML service during the interval. For each reporting
event received from the VXML service, this ob…
eventsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.5.1.1
The interval SIP events object is an interval metric
indicating the total number of reporting events received from
the SIP service during the interval. For each reporting
event received from the SIP service, this metri…
eventsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.5.1.2
The interval IVR events object is an interval metric
indicating the total number of reporting events received from
the IVR service during the interval. For each reporting
event received from the IVR service, this objec…
eventsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.5.1.3
The interval database writes object is an interval metric
indicating the total number of writes to the database made by
the reporting service during the interval. For each write to
the database by the reporting service…
writesSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.5.1.4
The aggregate VXML events object is a metric indicating the
total number of reporting events received from the VXML
service since startup. For each reporting event received
from the VXML service, this object value will…
eventsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.5.1.5
The aggregate SIP events object is a metric indicating the
total number of reporting events received from the SIP
service since startup. For each reporting event received
from the SIP service, this object value will be…
eventsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.5.1.6
The aggregate IVR events object is a metric indicating the
total number of reporting events received from the IVR
service since startup. For each reporting event received
from the IVR service, this object value will be…
eventsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.5.1.7
The aggregate database writes object is a metric indicating
the total number of writes to the database made by the
reporting service since startup. For each write to the
database by the reporting service, this object v…
writesSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.5.1.8
.1.3.6.1.4.1.9.9.590.1.6.6 · 1 row entry · 14 columns
Uses the cisco variant from /opt/observium/mibs/cisco.
Command help
Walk ccvpVxmlTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CVP-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CVP-MIB::ccvpVxmlTable'
The Voice XML Service table lists each Customer Voice Portal
Voice XML service installed and configured on this server.
          
The CVP VXML server includes both the CVP VXML service and
the VXML server software that executes complex IVR
applications by exchanging VoiceXML pages with the VXML
Gateway?s built-in voice browser.  Like almost all other CVP
product components, it runs within a J2EE application server
environment such as Tomcat, and many customers add their own
custom-built or off-the-shelf J2EE components to interact
with back-end hosts and services.  CVP VoiceXML Server
applications are written using the CVP VoiceXML Studio, and
deployed to the Server for execution.  They are invoked on an
as-needed basis by a special microapp which must be executed
from within the ICM routing script.
          
The VXML Server may also be deployed in a standalone
configuration ?- one which includes no ICM components.  In
this model, applications are invoked as a direct result of
calls arriving in the VXML Gateway, and a single
post-application transfer is allowed.  Users may add the CVP
VXML service software.  This affords standalone applications
the additional ability to forward reporting events to a CVP
Reporting Server, and to make ancillary routing requests and
exchange call context information with an ICM if one is
present.  However, the integration with ICM is nominal.
          
This table has a sparse dependent relationship with the
Service table.  The service index acts as the primary
index, relating the entry to the corresponding entry in the
Service table.
          
The SNMP agent constructs this table at startup.  Since
services can only be added or deleted when the CVP
application is stopped, service information table entries
cannot be added to or deleted from the table either by the
agent or the management station while the application is
running.  The agent will update service information table
objects as their values change when the application is
running.  All objects in this table are read-only to the
management station.
ccvpVxmlEntry row .1.3.6.1.4.1.9.9.590.1.6.6.1
Each entry represents a Customer Voice Portal (CVP) Voice
XML service configured on the server. The Voice XML service
affords standalone applications the additional ability to
forward reporting events to a CVP reportin…
Column Syntax OID
The real-time active sessions object is a real time snapshot
metric indicating a count of the number of current sessions
being handled by the CVP VXML service.
sessionsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.6.1.1
The real-time active ICM lookups object is a real time
snapshot metric indicating the number of current ICM lookup
requests being handled by the CVP VXML service.
requestsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.6.1.2
The interval sessions object is an interval metric
indicating the total number of sessions being handled by the
CVP VXML service during this interval. For each session
handled by the VXML service, this object value wil…
sessionsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.6.1.3
The interval reporting events object is an interval metric
indicating the number of events sent to the CVP reporting
service from the VXML service during this interval. For each
reporting event sent to the reporting se…
eventsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.6.1.4
The interval ICM lookup requests object is an interval
metric indicating the number of requests sent from the VXML
service to the ICM during this interval. For each ICM lookup
request, whether the request succeeded or …
requestsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.6.1.5
The interval ICM lookup responses object is an interval
metric indicating the number of responses the ICM service
has sent to the VXML service during this interval. For
each ICM lookup response, whether the response is…
responsesSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.6.1.6
The interval ICM lookup success object is an interval metric
indicating the number of requests from the VXML service to
the ICM during this interval that were successful. For each
ICM lookup request that succeeded, thi…
requestsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.6.1.7
The interval ICM lookup fails object is an interval metric
indicating the number of requests from the VXML service to
the ICM that failed during this interval. For each ICM
lookup request that failed, this object value…
requestsSNMPv2-SMIGauge32
Type Constraints:
range: 0..4294967295
.1.3.6.1.4.1.9.9.590.1.6.6.1.8
The aggregate sessions object is a metric indicating the
total number of sessions handled by the CVP VXML service
since startup. For each session handled by the VXML service,
this object value will be increased by one.
sessionsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.6.1.9
The aggregate reporting events object is a metric indicating
the total reporting events sent from the VXML service since
startup. For each reporting event sent to the reporting
service, this object value will be increa…
eventsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.6.1.10
The aggregate ICM lookup requests object is a metric
indicating the total number of requests from the VXML
service to the ICM since startup. For each ICM lookup
request, whether the request succeeded or failed, this
ob…
requestsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.6.1.11
The aggregate ICM lookup responses object is a metric
indicating the total number of responses the ICM service
has sent to the VXML service since startup. For each ICM
lookup response, whether the response is to a succ…
responsesSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.6.1.12
The aggregate ICM lookup success object is a metric
indicating the total number of requests from the VXML service
to the ICM since startup. For each ICM lookup request that
succeeded, this object value will be increase…
requestsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.6.1.13
The aggregate ICM lookup failures object is a metric
indicating the total number of failed requests from the VXML
service to the ICM since startup. For each ICM lookup
request that failed, this object value will be inc…
requestsSNMPv2-SMICounter64
Type Constraints:
range: 0..18446744073709551615
.1.3.6.1.4.1.9.9.590.1.6.6.1.14