CISCO-VOICE-DIAL-CONTROL-MIB
AI MIB Summary
The CISCO-VOICE-DIAL-CONTROL-MIB monitors and configures voice dial peers on Cisco gateways to manage call routing between circuit-switched and IP networks, tracking metrics such as active call capacity, protocol states (SIP, H.323, MGCP, SCCP), and codec parameters (AMR-NB, iLBC, iSAC) for both inbound and outbound traffic.
This MIB module enhances the IETF Dial Control MIB (RFC2128) by providing management of voice telephony peers on both a circuit-switched telephony network, and an IP data network.
*** ABBREVIATIONS, ACRONYMS AND SYMBOLS ***
GSM - Global System for Mobile Communication
AMR-NB - Adaptive Multi Rate - Narrow Band
iLBC - internet Low Bitrate Codec
KPML - Key Press Markup Language
MGCP - Media Gateway Control Protocol.
SIP - Session Initiation Protocol.
H323 - One of the voip signalling protocol.
SCCP - Skinny Client Control Protocol.
dialpeer - This represents a configured interface that carries the dial map. A dialpeer maps the called and calling numbers with the port or IP interface to be used.
License call capacity - This represents the licensed maximum call capacity of the gateway.
iSAC - Internet Speech Audio Codec
RPH - Resource Priority Header
DSCP - Diffserv Code Points
143
Objects
Active
Status
10
Dependencies
Imported Objects
Objects
143 total| Object Name |
|---|
ciscoVoiceDialControlMIB OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63 |
SNMPv2-SMI-v1 Unknown .1.3.6.1.4.1.9.9.63 |
cvdcMIBObjects OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.1 |
cvGeneralConfiguration OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.1.1 |
cvGeneralPoorQoVNotificationEnableThis object indicates whether cvdcPoorQoVNotification traps
should be generated for a poor quality of voice calls. If
the value of this object is 'true',
cvdcPoorQoVNotification traps will be generated for all
voice over IP peers when a poor quality of voice call
condition is detected after the voice gateway call
disconnection. If the value of this object is 'false',
cvdcPoorQoVNotification traps will be generated only for
the cvVoIPPeerCfgPoorQoVNotificationEnable object of voice
over IP peers having set to 'true'.
The default value of this object is 'false'.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.63.1.1.1 |
cvPeer OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.1.2 |
cvPeerCfgTableThe table contains the Voice Generic Peer information that
is used to create an ifIndexed row with an appropriate
ifType that is associated with the cvPeerCfgType object. SEQUENCE OF CvPeerCfgEntry .1.3.6.1.4.1.9.9.63.1.2.1 |
cvPeerCfgEntryA single voice generic Peer. The creation of this
entry will create an associated ifEntry with an ifType
that is associated with cvPeerCfgType, i.e., for
'voiceEncap' encapsulation, an ifEntry will contain an
ifType voiceEncap(103); for 'voiceOverIp' encapsulation,
an ifEntry will contain an ifType voiceOverIp(104). The
ifAdminStatus of the newly created ifEntry is set to 'up'
and ifOperStatus is set to 'down'. In addition, an
associated voiceEncap/voiceOverIp Peer configuration
entry is created after the successful ifEntry creation.
Then ifIndex of the newly created ifEntry must be used by
the network manager to create a peer configuration entry
of IETF Dial Control MIB (Refer to RFC 2128 section
2.2.3.1 and the description of dialCtlPeerCfgEntry for the
detailed information).
In summary, the voice dial peer creation steps are as
follows:
[1] create this entry (voice generic peer entry).
[2] read the cvPeerCfgIfIndex of this entry for the
ifIndex of newly created voice generic peer.
[3] create the dialCtlPeerCfgEntry of RFC 2128 with the
indices of dialCtlPeerCfgId and the ifIndex of newly
created voice generic peer.
For each VoIP peer, it uses IP address and UDP port with
RTP protocol to transfer voice packet. Therefore, it does
not have its lower layer interface. The
dialCtlPeerCfgIfType object of IETF Dial Control MIB must
set to 'other' and the dialCtlPeerCfgLowerIf must set to
'0'.
After the successful creation of peer configuration entry
of IETF Dial Control MIB, the dial plan software in
managed device will set the ifOperStatus of the newly
created voiceEncap/voiceOverIp ifEntry to 'up' for
enabling the peer function if the peer configuration is
completed.
When this entry is deleted, its associated ifEntry,
voiceEncap/voiceOverIp specific peer entry and the peer
entry of IETF Dial Control MIB are deleted. CvPeerCfgEntry .1.3.6.1.4.1.9.9.63.1.2.1.1 |
cvPeerCfgIndexAn arbitrary index that uniquely identifies a generic
voice peer. Integer32 .1.3.6.1.4.1.9.9.63.1.2.1.1.1 |
cvPeerCfgIfIndexThe ifIndex of the peer associated ifEntry. The ifIndex is
appeared after the associated ifEntry is created
successfully.
This ifIndex will be used to access the objects in the
Voice over Telephony or Voice over IP peer specific table.
In addition, the ifIndex is also used to access the
associated peer configuration entry of the IETF Dial
Control MIB. If the peer associated ifEntry had not been
created, then this object has a value of zero.ro InterfaceIndexOrZero -- Rsyntax Integer32 .1.3.6.1.4.1.9.9.63.1.2.1.1.2 |
cvPeerCfgTypeSpecify the type of voice related encapsulation.
voice - voice encapsulation (voiceEncap ifType) on the
telephony network.
voip - VoIP encapsulation (voiceOverIp ifType) on the IP
network.
mmail - Media Mail over IP encapsulation (mediaMailOverIp
ifType) on the IP network.
voatm - VoATM encapsulation (voiceOverATM ifType) on the
ATM network.
vofr - VoFR encapsulation (voiceOverFR ifType) on the
Frame Relay network.rw Enumeration .1.3.6.1.4.1.9.9.63.1.2.1.1.3 |
cvPeerCfgRowStatusThis object is used to create a new row or modify or
delete an existing row in this table. The cvPeerCfgType
object should not be modified once the new row has been
created.rw RowStatus -- Rsyntax INTEGER { -- active(1), -- notInService(2), -- notReady(3), -- createAndGo(4), -- createAndWait(5), -- destroy(6) -- } .1.3.6.1.4.1.9.9.63.1.2.1.1.4 |
cvVoicePeerCfgTableThe table contains the Voice over Telephony peer specific
information that is required to accept voice calls or to
which it will place them or perform various loopback tests
via interface. SEQUENCE OF CvVoicePeerCfgEntry .1.3.6.1.4.1.9.9.63.1.2.2 |
cvVoicePeerCfgEntryA single Voice specific Peer. One entry per voice
encapsulation.
The entry is created when its associated 'voiceEncap(103)'
encapsulation ifEntry is created.
This entry is deleted when its associated ifEntry is
deleted. CvVoicePeerCfgEntry .1.3.6.1.4.1.9.9.63.1.2.2.1 |
cvVoicePeerCfgSessionTargetThe object specifies the session target of the peer.
Session Targets definitions:
The session target has the syntax used by the IETF service
location protocol. The syntax is as follows:
mapping-type:type-specific-syntax
the mapping-type specifies a scheme for mapping the
matching dial string to a session target.
The valid Mapping type definitions for the peer are as
follows:
loopback - Syntax: loopback:where
'where' string is defined as follows:
compressed - loopback is performed on compressed voice
as close to the CODEC which processes the
data as possible.
uncompressed - loopback is performed on the PCM or
analog voice as close to the telephony
endpoint as possible.
Local loopback case:
uncompressed - the PCM voice coming into the DSP is simply
turned around and sent back out, allowing testing of
the transmit
endpoint.
compressed - the compressed voice coming out of the CODEC is
turned around on the DSP module and fed back into the
decompressor through the jitter buffer. In addition to
the telephony endpoint, this tests both the encode and
decode paths without involving data paths or packet
handling on the host router.
Remote loopback case:
compressed - RTP packets received from the network are
decapsulated and passed to the DSP board. Instead of
feeding these into the CODEC for decompression, they
are immediately sent back to the session application
as if they had originated locally and been compressed.
uncompressed - In addition to the above, the voice samples
are sent all the way through the CODEC and then turned
around instead of being sent to the telephony
endpointrw DisplayString .1.3.6.1.4.1.9.9.63.1.2.2.1.1 |
cvVoicePeerCfgDialDigitsPrefixThe object specifies the prefix of the dial digits for the
peer. The dial digits prefix is sent to telephony
interface before the real phone number when the system
places the outgoing call to the voice encapsulation peer
over telephony interface.rw DisplayString .1.3.6.1.4.1.9.9.63.1.2.2.1.2 |
cvVoicePeerCfgDIDCallEnableThe object enables/disables the DID call treatment for
incoming DNIS digits.
true - treat the incoming DNIS digits as if the digits
are received from DID trunk.
false - Disable DID call treatment for incoming DNIS
digits.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.63.1.2.2.1.3 |
cvVoicePeerCfgCasGroupThe object specifies the CAS group number of a CAS
capable T1/E1 that is in the dialCtlPeerCfgLowerIf object
of RFC2128.
This object can be set to a valid CAS group number only if
the dialCtlPeerCfgLowerIf contains a valid ifIndex for a
CAS capable T1/E1. The object must set to -1 before the
value of the dialCtlPeerCfgLowerIf object of RFC2128 can
be changed.rw CvCasGroup -- Rsyntax Integer32(-1..30) .1.3.6.1.4.1.9.9.63.1.2.2.1.4 |
cvVoicePeerCfgRegisterE164This object specifies that the E.164 number specified in
the dialCtlPeerCfgOriginateAddress field of the associated
dialCtlPeerCfgTable entry be registered with this routers
gatekeeper.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.63.1.2.2.1.5 |
cvVoicePeerCfgForwardDigitsThis object specifies the number of dialed digits to
forward to the remote destination in the setup message.
The object can take the value:
0-32 number of right justified digits to forward
-1 default
-2 forward extra digits i.e those over and above
those needed to match to the destination pattern
-3 forward all digitsrw Integer32(-3..32) .1.3.6.1.4.1.9.9.63.1.2.2.1.6 |
cvVoIPPeerCfgTableThe table contains the Voice over IP (VoIP) peer specific
information that is required to accept voice calls or to
which it will place them via IP backbone with the
specified session protocol in cvVoIPPeerCfgSessionProtocol. SEQUENCE OF CvVoIPPeerCfgEntry .1.3.6.1.4.1.9.9.63.1.2.3 |
cvVoIPPeerCfgEntryA single VoIP specific Peer. One entry per VoIP
encapsulation.
The entry is created when its associated 'voiceOverIp(104)'
encapsulation ifEntry is created.
This entry is deleted when its associated ifEntry is
deleted. CvVoIPPeerCfgEntry .1.3.6.1.4.1.9.9.63.1.2.3.1 |
cvVoIPPeerCfgSessionProtocolThe object specifies the session protocol to be used
for Internet call between local and remote router via
IP backbone.rw CvSessionProtocol -- Rsyntax INTEGER { -- other(1), -- cisco(2), -- sdp(3), -- sip(4), -- multicast(5) -- } .1.3.6.1.4.1.9.9.63.1.2.3.1.1 |
cvVoIPPeerCfgDesiredQoSThe object specifies the user requested Quality of Service
for the call.rw QosService -- Rsyntax INTEGER { -- bestEffort(1), -- guaranteedDelay(2), -- controlledLoad(5) -- } .1.3.6.1.4.1.9.9.63.1.2.3.1.2 |
cvVoIPPeerCfgMinAcceptableQoSThe object specifies the minimally acceptable Quality of
Service for the call.rw QosService -- Rsyntax INTEGER { -- bestEffort(1), -- guaranteedDelay(2), -- controlledLoad(5) -- } .1.3.6.1.4.1.9.9.63.1.2.3.1.3 |
cvVoIPPeerCfgSessionTargetThe object specifies the session target of the peer.
Session Targets definitions:
The session target has the syntax used by the IETF service
location protocol. The syntax is as follows:
mapping-type:type-specific-syntax
the mapping-type specifies a scheme for mapping the
matching dial string to a session target. The
type-specific-syntax is exactly that, something that the
particular mapping scheme can understand.
For example,
Session target Meaning
ipv4:171.68.13.55:1006 The session target is the IP
version 4 address of 171.68.13.55
and port 1006.
dns:pots.cisco.com:1661 The session target is the IP host
with dns name pots.cisco.com, and
port 1661.
ras The session target is the
gatekeeper with RAS (Registration
, Admission, Status protocol).
settlement The session target is the
settlement server.
The valid Mapping type definitions for the peer are as
follows:
ipv4 - Syntax: ipv4:w.x.y.z:port or ipv4:w.x.y.z
dns - Syntax: dns:host.domain:port or
dns:host.domain
ras - Syntax: ras
settlement - Syntax: settlement
loopback - Syntax: loopback:where
'where' string is defined as follows:
rtp - loopback is performed at the transport protocol
level.
Local loopback case:
rtp - the session application sets up an RTP stream to
itself (i.e. actually allocates a port pair and opens
the appropriate UDP sockets). It then does the full
RTP encapsulation, sends the packets to the loopback
IP address, receives the RTP packets, and hands the
compressed voice back to the CODEC. This tests the
entire local processing path, both transmit and
receive, in the router, as well as all of the above
paths.
Remote loopback case:
rtp: RTP packets received from the network are decapsulated and
immediately re-encapsulated in the outbound RTP
stream, using the same media clock (i.e. timestamp)
as the received packet. They are then sent back to
the remote source router as if the voice had
originated on a telephony port on the local router.rw DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.63.1.2.3.1.4 |
cvVoIPPeerCfgCoderRateThis object specifies the most desirable codec of speech
for the VoIP peer.rw CvcSpeechCoderRate -- Rsyntax INTEGER { -- g729r8000(1), -- g729Ar8000(2), -- g726r16000(3), -- g726r24000(4), -- g726r32000(5), -- g711ulawr64000(6), -- g711Alawr64000(7), -- g728r16000(8), -- g723r6300(9), -- g723r5300(10), -- gsmr13200(11), -- g729Br8000(12), -- g729ABr8000(13), -- g723Ar6300(14), -- g723Ar5300(15), -- g729IETFr8000(16) -- } .1.3.6.1.4.1.9.9.63.1.2.3.1.5 |
cvVoIPPeerCfgFaxRateThis object specifies the default transmit rate of FAX
the VoIP peer. If the value of this object is 'none',
then the Fax relay feature is disabled; otherwise the Fax
relay feature is enabled.rw CvcFaxTransmitRate -- Rsyntax INTEGER { -- none(1), -- voiceRate(2), -- fax2400(3), -- fax4800(4), -- fax7200(5), -- fax9600(6), -- fax14400(7), -- fax12000(8) -- } .1.3.6.1.4.1.9.9.63.1.2.3.1.6 |
cvVoIPPeerCfgVADEnableThis object specifies whether or not the VAD (Voice
Activity Dete the voice data is continuously transmitted
to IP backbone.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.63.1.2.3.1.7 |
cvVoIPPeerCfgExpectFactorThis object specifies the user requested Expectation
Factor of voice quality for the call via this peer.rw Integer32 .1.3.6.1.4.1.9.9.63.1.2.3.1.8 |
cvVoIPPeerCfgIcpifThis object specifies the user requested Calculated
Planning Impairment Factor (Icpif) for the call via this
peer.rw Integer32 .1.3.6.1.4.1.9.9.63.1.2.3.1.9 |
cvVoIPPeerCfgPoorQoVNotificationEnableThis object specifies whether cvdcPoorQoVNotification
traps should be generated for the call that is associated
with this peer.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.63.1.2.3.1.10 |
cvVoIPPeerCfgUDPChecksumEnableThis object specifies whether the outgoing voice related
UDP packet includes the checksum information.
true - enable the checksum of outgoing voice UDP packets
false - disable the checksum of outgoing voice UDP packetsrw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.63.1.2.3.1.11 |
cvVoIPPeerCfgIPPrecedenceThis object specifies datagram precedence of voice packet,
with values ranging from 0 (normal precedence) through 7
(network control), allowing the managed system to set the
importance of each voice packet for delivering them to the
destination peer via an IP network which does not support
Resource Reservation Protocol (RSVP).rw Integer32 .1.3.6.1.4.1.9.9.63.1.2.3.1.12 |
cvVoIPPeerCfgTechPrefixThis object specifies the technology prefix of the peer,
The technology prefix and the called party address
are passed in Admission Request (ARQ) to gatekeeper
for the called party address resolution during call setup.rw DisplayString .1.3.6.1.4.1.9.9.63.1.2.3.1.13 |
cvVoIPPeerCfgDigitRelayThis object specifies the methods to transmit dial digits
(DTMF or MF digits) via IP network.
rtpCisco - Enable capability to transmit dial digits
with Cisco proprietary RTP payload type.
h245Signal - Enable capability to transmit dtmf digits
across the H.245 channel, via the signal
field of the UserInputIndication message
h245Alphanumeric - Enable capability to transmit dtmf
digit across the H.245 channel, via the
string or alphanumeric fields of the
UserInputIndication message
Modifying the value of cvVoIPPeerCfgSessionProtocol
can reset the digit-relay method associated bits value in
this object if the modified session protocol does not
support these digit-relay methods.rw OCTET STRING .1.3.6.1.4.1.9.9.63.1.2.3.1.14 |
cvVoIPPeerCfgCoderBytesThis object specifies the size of the voice payload sample
to be produced by the coder specified in
cvVoIPPeerCfgCoderRate.
Each coder sample produces 10 bytes of voice payload. The
specified value will be rounded down to the nearest valid
size.
A value of 0, specifies that the coder defined by
cvVoIPPeerCfgCoderRate should produce its default payload
size.rw Integer32(0 | 10..240) -- Units -- bytes .1.3.6.1.4.1.9.9.63.1.2.3.1.15 |
cvVoIPPeerCfgFaxBytesThis object specifies the payload size to be produced by
the coder when it is generating fax data. The valid range
is 10-255. A value of 0, specifies that the coder
specified in cvVoIPCfgPeerCoderRate should produce its
default fax payload size.rw Integer32(0 | 10..255) -- Units -- bytes .1.3.6.1.4.1.9.9.63.1.2.3.1.16 |
cvVoIPPeerCfgInBandSignalingThis object specifies the type of in-band signaling that
will be used between the end points of the call. It is
used by the router to detemine how to interpret ABCD
signaling bits sent as part of voice payload data.rw CvcInBandSignaling -- Rsyntax INTEGER { -- cas(1), -- none(2), -- cept(3), -- transparent(4) -- } .1.3.6.1.4.1.9.9.63.1.2.3.1.17 |
cvPeerCommonCfgTableThe table contains the Voice specific peer common
configuration information that is required to accept voice
calls or to which it will place them or process the
incoming calls. SEQUENCE OF CvPeerCommonCfgEntry .1.3.6.1.4.1.9.9.63.1.2.4 |
cvPeerCommonCfgEntryA single Voice specific Peer. One entry per voice related
encapsulation.
The entry is created when a voice related encapsulation
ifEntry is created.
This entry is deleted when its associated ifEntry is
deleted. CvPeerCommonCfgEntry .1.3.6.1.4.1.9.9.63.1.2.4.1 |
cvPeerCommonCfgIncomingDnisDigitsThe object specifies the prefix of the incoming Dialed
Number Identification Service (DNIS) digits for the peer.
The DNIS digits prefix is used to match with the incoming
DNIS number for incoming call discrimination. If the
digits in this object are matched with incoming DNIS
number, the associated dialCtlPeerCfgInfoType in RFC 2128
will be used as a call discriminator for differentiating
speech, data, fax, video or modem calls.rw DisplayString .1.3.6.1.4.1.9.9.63.1.2.4.1.1 |
cvPeerCommonCfgMaxConnectionsThe object specifies the maximum allowed connection
to/from the peer. A value of -1 disables the limit of
maximum connections.rw Integer32(-1 | 1..2147483647) -- Units -- connections .1.3.6.1.4.1.9.9.63.1.2.4.1.2 |
cvPeerCommonCfgApplicationNameThe object specifies the application to handle the incoming
call after the the peer is selected.
If no application name is specified, then the default
session application will take care of the incoming call.rw DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.63.1.2.4.1.3 |
cvPeerCommonCfgPreferenceThis object specifies the selection preference of a peer
when multiple peers are matched to the selection criteria.
The value of 0 has the lowest preference for peer
selection.rw Integer32 .1.3.6.1.4.1.9.9.63.1.2.4.1.4 |
cvPeerCommonCfgHuntStopThis object specifies whether dialpeer hunting should stop
when this peer is reached.rw TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.63.1.2.4.1.5 |
cvGatewayCallActive OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.1.3 |
cvCallActiveTableThis table is the voice extension to the call active table
of IETF Dial Control MIB. It contains voice encapsulation
call leg information that is derived from the statistics
of lower layer telephony interface. SEQUENCE OF CvCallActiveEntry .1.3.6.1.4.1.9.9.63.1.3.1 |
cvCallActiveEntryThe information regarding a single voice encapsulation
call leg.
The call leg entry is identified by using the same index
objects that are used by Call Active table of IETF Dial
Control MIB to identify the call.
An entry of this table is created when its associated call
active entry in the IETF Dial Control MIB is created and
call active entry contains the call establishment to a
voice over telephony network peer.
The entry is deleted when its associated call active entry
in the IETF Dial Control MIB is deleted. CvCallActiveEntry .1.3.6.1.4.1.9.9.63.1.3.1.1 |
cvCallActiveConnectionIdThe global call identifier for the gateway call.ro CvcGUid -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.63.1.3.1.1.1 |
cvCallActiveTxDurationDuration of Transmit path open from this peer to the
voice gateway for the call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.1.1.2 |
cvCallActiveVoiceTxDurationDuration of voice transmitted from this peer to voice
gateway for this call. The Voice Utilization Rate can be
obtained by dividing this by cvCallActiveTXDuration object.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.1.1.3 |
cvCallActiveFaxTxDurationDuration of fax transmitted from this peer to voice gateway
for this call. The FAX Utilization Rate can be obtained by
dividing this by cvCallActiveTXDuration object.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.1.1.4 |
cvCallActiveCoderTypeRateThe negotiated coder rate. It specifies the transmit rate of
voice/fax compression to its associated call leg for the
call.ro CvcCoderTypeRate -- Rsyntax INTEGER { -- other(1), -- fax2400(2), -- fax4800(3), -- fax7200(4), -- fax9600(5), -- fax14400(6), -- fax12000(7), -- g729r8000(10), -- g729Ar8000(11), -- g726r16000(12), -- g726r24000(13), -- g726r32000(14), -- g711ulawr64000(15), -- g711Alawr64000(16), -- g728r16000(17), -- g723r6300(18), -- g723r5300(19), -- gsmr13200(20), -- g729Br8000(21), -- g729ABr8000(22), -- g723Ar6300(23), -- g723Ar5300(24), -- ietfg729r8000(25) -- } .1.3.6.1.4.1.9.9.63.1.3.1.1.5 |
cvCallActiveNoiseLevelThe object contains the active noise level for the call.ro Integer32(-100..8) -- Units -- dBm .1.3.6.1.4.1.9.9.63.1.3.1.1.6 |
cvCallActiveACOMLevelThe object contains the sum of Echo Return Loss (ERL),
cancellation loss (Echo Return Loss Enhancement) and
nonlinear processing loss for the call.
The value -1 indicates the level can not be determined or
level detection is disabled.ro Integer32(-1..45) -- Units -- dB .1.3.6.1.4.1.9.9.63.1.3.1.1.7 |
cvCallActiveOutSignalLevelThe object contains the active output signal level to
telephony interface that is used by the call.ro Integer32(-100..8) -- Units -- dBm .1.3.6.1.4.1.9.9.63.1.3.1.1.8 |
cvCallActiveInSignalLevelThe object contains the active input signal level from
telephony interface that is used by the call.ro Integer32(-100..8) -- Units -- dBm .1.3.6.1.4.1.9.9.63.1.3.1.1.9 |
cvCallActiveERLLevelThe object contains the current Echo Return Loss (ERL)
level for the call.
The value -1 indicates the level can not be determined or
level detection is disabled.ro Integer32(-1..45) -- Units -- dB .1.3.6.1.4.1.9.9.63.1.3.1.1.10 |
cvCallActiveSessionTargetThe object specifies the session target of the peer that
is used for the call. This object is set with the
information in the call associated
cvVoicePeerCfgSessionTarget object when the call is
connected.ro DisplayString .1.3.6.1.4.1.9.9.63.1.3.1.1.11 |
cvCallActiveImgPageCountThe number of FAX related image pages are received or
transmitted via the peer for the call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- pages .1.3.6.1.4.1.9.9.63.1.3.1.1.12 |
cvVoIPCallActiveTableThis table is the VoIP extension to the call active table of
IETF Dial Control MIB. It contains VoIP call leg
information about specific VoIP call destination and the
selected QoS for the call leg. SEQUENCE OF CvVoIPCallActiveEntry .1.3.6.1.4.1.9.9.63.1.3.2 |
cvVoIPCallActiveEntryThe information regarding a single VoIP call leg.
The call leg entry is identified by using the same index
objects that are used by Call Active table of IETF Dial
Control MIB to identify the call.
An entry of this table is created when its associated call
active entry in the IETF Dial Control MIB is created and
the call active entry contains information for the call
establishment to the peer on the IP backbone via a voice
over IP peer.
The entry is deleted when its associated call active entry
in the IETF Dial Control MIB is deleted. CvVoIPCallActiveEntry .1.3.6.1.4.1.9.9.63.1.3.2.1 |
cvVoIPCallActiveConnectionIdThe global call identifier for the gateway call.ro CvcGUid -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.63.1.3.2.1.1 |
cvVoIPCallActiveRemoteIPAddressRemote system IP address for the VoIP call.ro IpAddress .1.3.6.1.4.1.9.9.63.1.3.2.1.2 |
cvVoIPCallActiveRemoteUDPPortRemote system UDP listener port to which to transmit voice
packets.ro INTEGER .1.3.6.1.4.1.9.9.63.1.3.2.1.3 |
cvVoIPCallActiveRoundTripDelayThe voice packet round trip delay between local and
the remote system on the IP backbone during the call.ro Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.2.1.4 |
cvVoIPCallActiveSelectedQoSThe selected RSVP QoS for the voice call.ro QosService -- Rsyntax INTEGER { -- bestEffort(1), -- guaranteedDelay(2), -- controlledLoad(5) -- } .1.3.6.1.4.1.9.9.63.1.3.2.1.5 |
cvVoIPCallActiveSessionProtocolThe object specifies the session protocol to be used
for Internet call between local and remote router via
IP backbone.ro CvSessionProtocol -- Rsyntax INTEGER { -- other(1), -- cisco(2), -- sdp(3), -- sip(4), -- multicast(5) -- } .1.3.6.1.4.1.9.9.63.1.3.2.1.6 |
cvVoIPCallActiveSessionTargetThe object specifies the session target of the peer that
is used for the call. This object is set with the
information in the call associated
cvVoIPPeerCfgSessionTarget object when the voice over IP
call is connected.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.63.1.3.2.1.7 |
cvVoIPCallActiveOnTimeRvPlayoutDuration of voice playout from data received on time for
this call. This plus the durations for the GapFills in the
following entries gives the Total Voice Playout Duration
for Active Voice.
This does not include duration for which no data was sent by the
Transmit end as voice signal, e.g., silence suppression
and fax signal. The On Time Playout Rate can be computed
by dividing this entry by the Total Voice Playout Duration.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.2.1.8 |
cvVoIPCallActiveGapFillWithSilenceDuration of voice signal replaced with signal played out
during silence due to voice data not received on time
(or lost) from voice gateway this call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.2.1.9 |
cvVoIPCallActiveGapFillWithPredictionDuration of voice signal played out with signal synthesized
from parameters or samples of data preceding in time due
to voice data not received on time (or lost) from voice
gateway for this call. An example of such playout is
frame-erasure or frame-concealment strategies in G.729 and
G.723.1 compression algorithms.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.2.1.10 |
cvVoIPCallActiveGapFillWithInterpolationDuration of voice signal played out with signal synthesized
from parameters or samples of data preceding and following
in time due to voice data not received on time (or lost)
from voice gateway for this call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.2.1.11 |
cvVoIPCallActiveGapFillWithRedundancyDuration of voice signal played out with signal synthesized
from redundancy parameters available due to voice data not
received on time (or lost) from voice gateway for this call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.2.1.12 |
cvVoIPCallActiveHiWaterPlayoutDelayThe high water mark Voice Playout FIFO Delay during
the voice call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.2.1.13 |
cvVoIPCallActiveLoWaterPlayoutDelayThe low water mark Voice Playout FIFO Delay during
the voice call.ro Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.3.2.1.14 |
cvVoIPCallActiveReceiveDelayThe average Playout FIFO Delay plus the decoder delay
during the voice call.ro Gauge32 .1.3.6.1.4.1.9.9.63.1.3.2.1.15 |
cvVoIPCallActiveVADEnableThe object indicates whether or not the VAD (Voice Activity
Detection) was enabled for the voice call.rodeprecated TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.63.1.3.2.1.16 |
cvVoIPCallActiveCoderTypeRateThe negotiated coder rate. It specifies the transmit rate of
voice/fax compression to its associated call leg for the
call. This rate is different from the configuration rate
because of rate negotiation during the call.rodeprecated CvcCoderTypeRate -- Rsyntax INTEGER { -- other(1), -- fax2400(2), -- fax4800(3), -- fax7200(4), -- fax9600(5), -- fax14400(6), -- fax12000(7), -- g729r8000(10), -- g729Ar8000(11), -- g726r16000(12), -- g726r24000(13), -- g726r32000(14), -- g711ulawr64000(15), -- g711Alawr64000(16), -- g728r16000(17), -- g723r6300(18), -- g723r5300(19), -- gsmr13200(20), -- g729Br8000(21), -- g729ABr8000(22), -- g723Ar6300(23), -- g723Ar5300(24), -- ietfg729r8000(25) -- } .1.3.6.1.4.1.9.9.63.1.3.2.1.17 |
cvVoIPCallActiveLostPacketsThe number of lost voice packets during the call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- packets .1.3.6.1.4.1.9.9.63.1.3.2.1.18 |
cvVoIPCallActiveEarlyPacketsThe number of received voice packets that are
arrived too early to store in jitter buffer
during the call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- packets .1.3.6.1.4.1.9.9.63.1.3.2.1.19 |
cvVoIPCallActiveLatePacketsThe number of received voice packets that are
arrived too late to playout with CODEC (Coder/Decoder)
during the call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- packets .1.3.6.1.4.1.9.9.63.1.3.2.1.20 |
cvGatewayCallHistory OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.1.4 |
cvCallHistoryTableThis table is the voice extension to the call history table
of IETF Dial Control MIB. It contains voice encapsulation
call leg information such as voice packet statistics,
coder usage and end to end bandwidth of the call leg. SEQUENCE OF CvCallHistoryEntry .1.3.6.1.4.1.9.9.63.1.4.1 |
cvCallHistoryEntryThe information regarding a single voice encapsulation
call leg.
The call leg entry is identified by using the same index
objects that are used by Call Active table of IETF Dial
Control MIB to identify the call.
An entry of this table is created when its associated call
history entry in the IETF Dial Control MIB is created and
the call history entry contains the call establishment to
a voice encapsulation peer.
The entry is deleted when its associated call active entry
in the IETF Dial Control MIB is deleted. CvCallHistoryEntry .1.3.6.1.4.1.9.9.63.1.4.1.1 |
cvCallHistoryConnectionIdThe global call identifier for the gateway call.ro CvcGUid -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.63.1.4.1.1.1 |
cvCallHistoryTxDurationDuration of Transmit path open from this peer to the
voice gateway for the call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.1.1.2 |
cvCallHistoryVoiceTxDurationDuratio for this call. The Voice Utilization Rate can be
obtained by dividing this by cvCallHistoryTXDuration
object.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.1.1.3 |
cvCallHistoryFaxTxDurationDuration of fax transmitted from this peer to voice
gateway for this call. The FAX Utilization Rate can be
obtained by dividing this by cvCallHistoryTXDuration
object.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.1.1.4 |
cvCallHistoryCoderTypeRateThe negotiated coder rate. It specifies the transmit rate
of voice/fax compression to its associated call leg for
the call.ro CvcCoderTypeRate -- Rsyntax INTEGER { -- other(1), -- fax2400(2), -- fax4800(3), -- fax7200(4), -- fax9600(5), -- fax14400(6), -- fax12000(7), -- g729r8000(10), -- g729Ar8000(11), -- g726r16000(12), -- g726r24000(13), -- g726r32000(14), -- g711ulawr64000(15), -- g711Alawr64000(16), -- g728r16000(17), -- g723r6300(18), -- g723r5300(19), -- gsmr13200(20), -- g729Br8000(21), -- g729ABr8000(22), -- g723Ar6300(23), -- g723Ar5300(24), -- ietfg729r8000(25) -- } .1.3.6.1.4.1.9.9.63.1.4.1.1.5 |
cvCallHistoryNoiseLevelThe object contains the average noise level for the call.ro Integer32(-100..8) -- Units -- dBm .1.3.6.1.4.1.9.9.63.1.4.1.1.6 |
cvCallHistoryACOMLevelThe object contains the average ACOM level for the call.
The value -1 indicates the level can not be determined or
level detection is disabled.ro Integer32(-1..45) -- Units -- dB .1.3.6.1.4.1.9.9.63.1.4.1.1.7 |
cvCallHistorySessionTargetThe object specifies the session target of the peer that
is used for the call via telephony interface.ro DisplayString .1.3.6.1.4.1.9.9.63.1.4.1.1.8 |
cvCallHistoryImgPageCountThe number of FAX related image pages are received or
transmitted via the peer for the call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- pages .1.3.6.1.4.1.9.9.63.1.4.1.1.9 |
cvVoIPCallHistoryTableThis table is the VoIP extension to the call history table
of IETF Dial Control MIB. It contains VoIP call leg
information about specific VoIP call destination and the
selected QoS for the call leg. SEQUENCE OF CvVoIPCallHistoryEntry .1.3.6.1.4.1.9.9.63.1.4.2 |
cvVoIPCallHistoryEntryThe information regarding a single VoIP call leg.
The call leg entry is identified by using the same index
objects that are used by Call Active table of IETF Dial
Control MIB to identify the call.
An entry of this table is created when its associated call
history entry in the IETF Dial Control MIB is created and
the call history entry contains information for the call
establishment to the peer on the IP backbone via a voice
over IP peer.
The entry is deleted when its associated call history
entry in the IETF Dial Control MIB is deleted. CvVoIPCallHistoryEntry .1.3.6.1.4.1.9.9.63.1.4.2.1 |
cvVoIPCallHistoryConnectionIdThe global call identifier for the gateway call.ro CvcGUid -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.63.1.4.2.1.1 |
cvVoIPCallHistoryRemoteIPAddressRemote system IP address for the call.ro IpAddress .1.3.6.1.4.1.9.9.63.1.4.2.1.2 |
cvVoIPCallHistoryRemoteUDPPortRemote system UDP listener port to which to transmit voice
packets for the call.ro INTEGER .1.3.6.1.4.1.9.9.63.1.4.2.1.3 |
cvVoIPCallHistoryRoundTripDelayThe voice packet round trip delay between local and
the remote system on the IP backbone during the call.ro Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.2.1.4 |
cvVoIPCallHistorySelectedQoSThe selected RSVP QoS for the call.ro QosService -- Rsyntax INTEGER { -- bestEffort(1), -- guaranteedDelay(2), -- controlledLoad(5) -- } .1.3.6.1.4.1.9.9.63.1.4.2.1.5 |
cvVoIPCallHistorySessionProtocolThe object specifies the session protocol to be used
for Internet call between local and remote router via
IP backbone.ro CvSessionProtocol -- Rsyntax INTEGER { -- other(1), -- cisco(2), -- sdp(3), -- sip(4), -- multicast(5) -- } .1.3.6.1.4.1.9.9.63.1.4.2.1.6 |
cvVoIPCallHistorySessionTargetThe object specifies the session target of the peer that
is used for the Voice over IP call.ro DisplayString -- Rsyntax OCTET STRING .1.3.6.1.4.1.9.9.63.1.4.2.1.7 |
cvVoIPCallHistoryOnTimeRvPlayoutDuration of voice playout from data received on time for
this call. This plus the durations for the GapFills in the
following entries gives the Total Voice Playout Duration
for Active Voice.
This does not include duration for which no data was sent by the
Transmit end as voice signal, e.g., silence suppression
and fax signal. The On Time Playout Rate can be computed
by dividing this entry by the Total Voice Playout Duration.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.2.1.8 |
cvVoIPCallHistoryGapFillWithSilenceDuration of voice signal replaced with signal played out
during silence due to voice data not received on time
(or lost) from voice gateway this call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.2.1.9 |
cvVoIPCallHistoryGapFillWithPredictionDuration of voice signal played out with signal synthesized
from parameters or samples of data preceding in time due to
voice data not received on time (or lost) from voice gateway
for this call. An example of such playout is frame-erasure
or frame-concealment strategies in G.729 and G.723.1
compression algorithms.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.2.1.10 |
cvVoIPCallHistoryGapFillWithInterpolationDuration of voice signal played out with signal synthesized
from parameters or samples of data preceding and following
in time due to voice data not received on time (or lost)
from voice gateway for this call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.2.1.11 |
cvVoIPCallHistoryGapFillWithRedundancyDuration of voice signal played out with signal synthesized
from redundancy parameters available due to voice data not
received on time (or lost) from voice gateway for this call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.2.1.12 |
cvVoIPCallHistoryHiWaterPlayoutDelayThe high water mark Voice Playout FIFO Delay during
the voice call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.2.1.13 |
cvVoIPCallHistoryLoWaterPlayoutDelayThe low water mark Voice Playout FIFO Delay during
the voice call.ro Gauge32 -- Units -- milliseconds .1.3.6.1.4.1.9.9.63.1.4.2.1.14 |
cvVoIPCallHistoryReceiveDelayThe average Playout FIFO Delay plus the decoder delay
during the voice call.ro Gauge32 .1.3.6.1.4.1.9.9.63.1.4.2.1.15 |
cvVoIPCallHistoryVADEnableThe object indicates whether or not the VAD (Voice Activity
Detection) was enabled for the voice call.rodeprecated TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- } .1.3.6.1.4.1.9.9.63.1.4.2.1.16 |
cvVoIPCallHistoryCoderTypeRateThe negotiated coder rate. It specifies the transmit rate of
voice/fax compression to its associated call leg for the
call. This rate is different from the configuration rate
because of rate negotiation during the call.rodeprecated CvcCoderTypeRate -- Rsyntax INTEGER { -- other(1), -- fax2400(2), -- fax4800(3), -- fax7200(4), -- fax9600(5), -- fax14400(6), -- fax12000(7), -- g729r8000(10), -- g729Ar8000(11), -- g726r16000(12), -- g726r24000(13), -- g726r32000(14), -- g711ulawr64000(15), -- g711Alawr64000(16), -- g728r16000(17), -- g723r6300(18), -- g723r5300(19), -- gsmr13200(20), -- g729Br8000(21), -- g729ABr8000(22), -- g723Ar6300(23), -- g723Ar5300(24), -- ietfg729r8000(25) -- } .1.3.6.1.4.1.9.9.63.1.4.2.1.17 |
cvVoIPCallHistoryIcpifThe Calculated Planning Impairment Factor (Icpif) of the
call that is associated to this call leg.
The value in this object is computed by the following
equation.
Icpif of the call =
Itotal (total impairment value) of the call - A
(Expectation Factor) in the cvVoIPPeerCfgExpectFactor of
the call leg associated peer.ro Integer32 .1.3.6.1.4.1.9.9.63.1.4.2.1.18 |
cvVoIPCallHistoryLostPacketsThe number of lost voice packets during the call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- packets .1.3.6.1.4.1.9.9.63.1.4.2.1.19 |
cvVoIPCallHistoryEarlyPacketsThe number of received voice packets that are
arrived too early to store in jitter buffer
during the call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- packets .1.3.6.1.4.1.9.9.63.1.4.2.1.20 |
cvVoIPCallHistoryLatePacketsThe number of received voice packets that are
arrived too late to playout with CODEC (Coder/Decoder)
during the call.ro AbsoluteCounter32 -- Rsyntax Gauge32 -- Units -- packets .1.3.6.1.4.1.9.9.63.1.4.2.1.21 |
cvdcMIBNotificationPrefix OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.2 |
cvdcMIBNotifications OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.2.0 |
cvdcPoorQoVNotificationPoor quality of voice notification. A
cvdcPoorQoVNotification is sent at the call disconnection
time if the value of cvVoIPCallHistoryIcpif exceeds the
value of cvVoIPPeerCfgIcpif in the call associated peer. TRAP-TYPE .1.3.6.1.4.1.9.9.63.2.0.1 |
cvdcMIBConformance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3 |
cvdcMIBCompliances OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.1 |
cvdcMIBCompliance OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.1.1 |
cvdcMIBComplianceRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.1.2 |
cvdcMIBComplianceRev2 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.1.3 |
cvdcMIBComplianceRev3 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.1.4 |
cvdcMIBGroups OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2 |
cvdcGeneralCfgGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.1 |
cvdcVoiceCfgGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.2 |
cvdcVoIPCfgGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.3 |
cvCallGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.4 |
cvVoIPCallGroup OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.5 |
cvdcGeneralCfgGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.6 |
cvdcVoiceCfgGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.7 |
cvVoIPCallGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.8 |
cvCallGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.9 |
cvdcGeneralCfgGroupRev2 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.10 |
cvdcVoIPCfgGroupRev1 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.11 |
cvdcGeneralCfgGroupRev3 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.12 |
cvdcVoiceCfgGroupRev2 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.13 |
cvdcVoIPCfgGroupRev2 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.14 |
cvVoIPCallGroupRev3 OBJECT IDENTIFIER .1.3.6.1.4.1.9.9.63.3.2.15 |