MIBs Depot

CISCO-VOICE-AALX-PROFILE-MIB

Registered at
1.3.6.1.4.1.9.9.323
Last updated
2005-04-21 00:00
Organization
Cisco Systems, Inc.
Revisions
2005-04-21 00:00, 2004-10-15 00:00, 2003-07-18 00:00
Namespace
cisco
Source file
CISCO-VOICE-AALX-PROFILE-MIB
Digest
sha256:7e25d4e0ba1bb3814f0dc6219a3c4b92dd0b3b549c9fb60cfc290a2f5c2bbe54

Description

This MIB defines the objects specific to voice over ATM or voice over IP. Those objects are related to the following areas: 1. CODEC Negotiation (AAL1/AAL5) 2. AAL2 Profile 3. SVC connection.

Contact

Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-voice-gateway@cisco.com

Imports

FromSymbols
CISCO-MEDIA-GATEWAY-MIBCCallControlJitterDelayMode, cmgwIndex
CISCO-SMIciscoMgmt
CISCO-VOICE-COMMON-DIAL-CONTROL-MIBCvcSpeechCoderRate
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TruthValue

Imported by

2 module(s) in this corpus import this one.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCO-DIAL-CONTROL-MIB
CISCO-MEDIA-GATEWAY-MIB
CISCO-SMI
CISCO-TC
CISCO-VOICE-AALX-PROFILE-MIB
CISCO-VOICE-COMMON-DIAL-CONTROL-MIB
DIAL-CONTROL-MIB
IANAifType-MIB
IF-MIB
INET-ADDRESS-MIB
SNMP-FRAMEWORK-MIB
SNMPv2-CONF
SNMPv2-MIB
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
CiscoAal2ProfileNumber
TEXTUAL-CONVENTION
This textual convention defines the profile number. A profile contains a set of entries, each entry specifies an encoding format with an UUI (User-to-User Indicator) range and length. The profile set defines a mapping that the receiver of an AAL2 type 1 packet uses to interpret the the packet contents. (AAL2 has 3 different packet types : type 1: carry voice, type 2: not used, type 3: event, alarm.) In other words, the profile set defines which encoding format from the profile is being used. The following are the legitimate combinations of CiscoAal2ProfileType and CiscoAal2ProfileNumber: ITU: 1, 2, 3, 7, 8, 12 Custom: 100, 101, 110, 200, 210
current
CiscoAal2ProfileType
TEXTUAL-CONVENTION
In VoATM, an AAL2 profile is used for the parameters of bearer traffic during the call setup between the call agent and the media gateway. In AAL2 profile negotiation, some call agents provide the profile, some do not. If the AAL2 profile in the call setup is not provided by the call agent, the gateway can select its own configured AAL2 profiles. Those AAL2 profiles can be ITU standard AAL2 profiles or customized AAL2 profiles. This textual convention defines the profile type which is either standard profile from ITU or customized profile. There are two groups of profile types: itu - ITU standard profiles custom - Customized profiles.
current
CiscoCodecPacketPeriod
TEXTUAL-CONVENTION
This type defines the packetization period for a particular CODEC in microseconds. The packetization period represents the time for the gateway to collect the data from TDM side before it sends out the packet.
current

Objects

NameOIDSyntaxAccessStatus
ciscoVoiceAalxProfileMIBNotifs
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.323.0
ciscoVoiceAalxProfileMIBObjects
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.323.1
cvapCodecConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.323.1.1
cvapCodecTable
OBJECT-TYPE
This table defines attributes of CODEC negotiation. These attributes are used for CODEC negotiation of a call when a call setup request is made by call agent to the media gateway. One entry for AAL1 and one entry for AAL5 are created when a new media gateway is detected by media gateway application. All entries are deleted when the media gateway is removed from the system.
1.3.6.1.4.1.9.9.323.1.1.1not-accessiblecurrent
cvapCodecEntry
OBJECT-TYPE
An entry containing management information for CODEC negotiation of the adaptation type for a call in the media gateway.
1.3.6.1.4.1.9.9.323.1.1.1.1not-accessiblecurrent
cvapCodecNegotiationAdaptType
OBJECT-TYPE
This object specifies the adaptation layer which supports CODEC negotiation of calls and the order of CODECs used in negotiation can be configured as the value of cvapCodecNegotiationOption. The adaptation types include: aal5 :VoIP with AAL5 as adaptation layer. aal1 :VoATM with AAL1 as adaptation layer.
1.3.6.1.4.1.9.9.323.1.1.1.1.1INTEGER {aal5(1), aal1(2)}not-accessiblecurrent
cvapCodecNegotiationOption
OBJECT-TYPE
This object defines the CODEC negotiation option which determines the order of CODECs used by a call during CODEC negotiation. The possible CODEC negotiation options are as follows: Lco - local connection options (from local call agent) Rcd - remote connection description (from remote gateway) Lcl - local CODEC list which is defined in the table, cvapCodecNegotiationTable. If the value of this object is lcoRcdLcl(1), then effectively the preferences are: 1. the first priority is to the local connection options sent by the local call agent 2. the second priority is to the remote connection description sent by the remote gateway (or related call agent) 3. the last priority is to the local CODEC list stored in local gateway If the value of this object is lcoLclRcd(2), then effectively the preferences are: 1. the first priority is to the local connection options sent by the local call agent 2. the second priority is to the local CODEC list stored in local gateway. 3. the last priority is to the remote connection description sent by the remote gateway (or related call agent) If the value of this object is rcdLcoLcl(3), then effectively the preferences are: 1. the first priority is to the remote connection description sent by the remote gateway (or related call agent) 2. the second priority is to the local connection options sent by the local call agent 3. the last priority is to the local CODEC list stored in local gateway If the value of this object is rcdLclLco(4), then effectively the preferences are: 1. the first priority is to the remote connection description sent by the remote gateway (or related call agent) 2. the second priority is to the local CODEC list stored in local gateway 3. the last priority is to the local connection options sent by the local call agent If the value of this object is lclLcoRcd(5), then effectively the preferences are: 1. the first priority is to the local CODEC list stored in local gateway 2. the second priority is to the local connection options sent by the local call agent 3. the last priority is to the remote connection description sent by the remote gateway (or related call agent) If the value of this object is lclRcdLco(6), then effectively the preferences are: 1. the first priority is to the local CODEC list stored in local gateway 2. the second priority is to the remote connection description sent by the remote gateway (or related call agent) 3. the last priority is to the local connection options sent by the local call agent.
1.3.6.1.4.1.9.9.323.1.1.1.1.2INTEGER {lcoRcdLcl(1), lcoLclRcd(2), rcdLcoLcl(3), rcdLclLco(4), lclLcoRcd(5), lclRcdLco(6)}read-writecurrent
cvapCodecConfigTable
OBJECT-TYPE
This table contains the attributes whose configuration depends on CODEC types and adaptation types. For each adaptation layer, one entry for each CODEC rate supported by the media gateway is created by the system at power-up.
1.3.6.1.4.1.9.9.323.1.1.2not-accessiblecurrent
cvapCodecConfigEntry
OBJECT-TYPE
An entry represents a CODEC rate supported for VoIP or VoATM with different adaptation layers in the media gateway.
1.3.6.1.4.1.9.9.323.1.1.2.1not-accessiblecurrent
cvapCodecConfigAdaptType
OBJECT-TYPE
An unique index identifying the adaptation layer supported by voice applications in the media gateway. The adaptation types include: other :Voice over other media. aal5 :VoIP with AAL5 as adaptation layer. aal1 :VoATM with AAL1 as adaptation layer. aal2 :VoATM with AAL2 as adaptation layer.
1.3.6.1.4.1.9.9.323.1.1.2.1.1INTEGER {other(1), aal5(2), aal1(3), aal2(4)}not-accessiblecurrent
cvapCodecConfigType
OBJECT-TYPE
This object specifies the CODEC rate defined in CvcSpeechCoderRate.
1.3.6.1.4.1.9.9.323.1.1.2.1.2CvcSpeechCoderRatenot-accessiblecurrent
cvapCodecConfigPreference
OBJECT-TYPE
This object specified the preference configured by the user for each CODEC. Lower the number, higher the preference of the CODEC. If this object is set to 0, the corresponding CODEC will not be used in CODEC negotiation or in CODEC choose command. For CODECs having the same preference, the entry with the lower value of cvapCodecConfigType has higher precedence.
1.3.6.1.4.1.9.9.323.1.1.2.1.3Unsigned32 (0..255)read-writecurrent
cvapCodecConfigVoicePacketPeriod
OBJECT-TYPE
This object specifies the packetization period for a particular CODEC in voice application. The packetization period represents the time for the media gateway to collect the data from TDM side before it sends out the packet. This object is not applicable if cvapCodecConfigAdaptType is set to 'aal2(4)' since the packetization period for a CODEC in VoATM with AAL2 depends on the associated profile.
1.3.6.1.4.1.9.9.323.1.1.2.1.4CiscoCodecPacketPeriodread-writecurrent
cvapCodecConfigVbdPacketPeriod
OBJECT-TYPE
This object specifies the packetization period for a particular CODEC in VBD (Voice Band Data) upspeed. The packetization period represents the time for the media gateway to collect the data from TDM side before it sends out the packet. This object is not applicable if cvapCodecConfigAdaptType is set to 'aal2(4)' since the packetization period for a CODEC in VoATM with AAL2 depends on the associated profile.
1.3.6.1.4.1.9.9.323.1.1.2.1.5CiscoCodecPacketPeriodread-writedeprecated
cvapCodecConfigJitterDelayMode
OBJECT-TYPE
The object specifies the jitter buffer mode applied to a call connection. adaptive - means to use cvapCodecConfigNewJtrNomDelay as the initial jitter buffers size and let the DSP pick the optimal value of the jitter buffer size between the range of cvapCodecConfigJitterMaxDelay and cvapCodecConfigJitterMinDelay. fixed - means to use a constant jitter buffer size which is specified by cvapCodecConfigNewJtrNomDelay.
1.3.6.1.4.1.9.9.323.1.1.2.1.6CCallControlJitterDelayModeread-writecurrent
cvapCodecConfigJitterMaxDelay
OBJECT-TYPE
This object specifies the maximum jitter buffer size. If cvapCodecConfigJitterDelayMode is set to adaptive(1), the DSP will dynamically pick an optimal value of the jitter buffer size between the range of cvapCodecConfigJitterMaxDelay and cvapCodecConfigJitterMinDelay. If cvapCodecConfigJitterDelayMode is set to fixed(2), this object is ignored. The value of cvapCodecConfigJitterMaxDelay needs to be greater than or equal to the value of cvapCodecConfigNewJtrNomDelay.
1.3.6.1.4.1.9.9.323.1.1.2.1.7Unsigned32 (20..500)read-writecurrent
cvapCodecConfigJitterNomDelay
OBJECT-TYPE
This object specifies the nominal jitter buffer size. If cvapCodecConfigJitterDelayMode is set to fixed(2), the jitter buffer is fixed at this value for the duration of the call. if cvapCodecConfigJitterDelayMode is set to adaptive(1), the jitter buffer is initially set to this value. The value of cvapCodecConfigJitterNomDelay needs to be greater than or equal to the value of cvapCodecConfigJitterMinDelay and be smaller than or equal to the value of cvapCodecConfigJitterMaxDelay.
1.3.6.1.4.1.9.9.323.1.1.2.1.8Unsigned32 (5..500)read-writedeprecated
cvapCodecConfigJitterMinDelay
OBJECT-TYPE
This object specifies the minimum jitter buffer size. If cvapCodecConfigJitterDelayMode is set to adaptive(1), the DSP will dynamically pick an optimal value of the jitter buffer size between the range of cvapCodecConfigJitterMaxDelay and cvapCodecConfigJitterMinDelay. If cvapCodecConfigJitterDelayMode is set to fixed(2), this object is ignored. The value of cvapCodecConfigJitterMinDelay needs to be smaller than or equal to the value of cvapCodecConfigNewJtrNomDelay.
1.3.6.1.4.1.9.9.323.1.1.2.1.9Unsigned32 (0..500)read-writecurrent
cvapCodecConfigDtmfRelay
OBJECT-TYPE
When this object is set to 'true', the digits will be sent as peer-to-peer packet in the bearer. When this object is set to 'false', the digits will be sent as regular voice packets in the bearer. For low complexity CODECS (such as G.711), the preferred value for this object could be 'false'. For high complexity CODECS (such as G.729A), the preferred value for this object should be 'true', otherwise the digits may not get recognized properly at the remote end.
1.3.6.1.4.1.9.9.323.1.1.2.1.10TruthValueread-writecurrent
cvapCodecConfigPayloadType
OBJECT-TYPE
This object specifies the payload type of the CODEC in voice application as specified in RFC1890. The values (0..95) are static payload type. The values (96..127) are dynamic payload type and it is specified dynamically through the control protocol during call setup. If more than one CODEC have the same payload type, the CODEC with the highest preference (the lowest value of cvapCodecConfigPreference) will be selected.
1.3.6.1.4.1.9.9.323.1.1.2.1.11Unsigned32 (0..127)read-writecurrent
cvapCodecConfigNewJtrNomDelay
OBJECT-TYPE
This object specifies the nominal jitter buffer size. If cvapCodecConfigJitterDelayMode is set to fixed(2), the jitter buffer is fixed at this value for the duration of the call. if cvapCodecConfigJitterDelayMode is set to adaptive(1), the jitter buffer is initially set to this value. The value of cvapCodecConfigNewJtrNomDelay needs to be greater than or equal to the value of cvapCodecConfigJitterMinDelay and be smaller than or equal to the value of cvapCodecConfigJitterMaxDelay.
1.3.6.1.4.1.9.9.323.1.1.2.1.12Unsigned32 (2..500)read-writecurrent
cvapAal2Config
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.323.1.2
cvapSvcConfig
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.323.1.3
cvapSvcConfigTable
OBJECT-TYPE
This table contains the SVC (both in AAL1 and AAL2) configuration which is used for call connection establishment between the PNNI controller and the media gateway.
1.3.6.1.4.1.9.9.323.1.3.1not-accessiblecurrent
cvapSvcConfigEntry
OBJECT-TYPE
An entry containing management information for SVC connection in the media gateway. An entry of this table is created when a new media gateway is detected by media gateway application. The entry is deleted when the media gateway is removed from the system.
1.3.6.1.4.1.9.9.323.1.3.1.1not-accessiblecurrent
cvapSvcAtmQosCellDelay
OBJECT-TYPE
This object identifies end-to-end cell delay in voice SVC establishment. It is used to guarantee the quality of the route selected for a voice SVC. It is applicable to both AAL1 and AAL2 SVC connection establishment. This object is part of the extended quality of services information element which is sent out during SVC setup.
1.3.6.1.4.1.9.9.323.1.3.1.1.1Integer32 (500..20000)read-writecurrent
cvapSvcAtmQosCtd
OBJECT-TYPE
This object identifies end-to-end maximum cell transfer in voice SVC establishment. It is used to guarantee the quality of the route selected for a voice SVC. It is applicable to both AAL1 and AAL2 SVC connection establishment. This value is sent in voice SVC setup messages in end-to-end transit delay information element as the object value.
1.3.6.1.4.1.9.9.323.1.3.1.1.2Integer32 (20000..150000)read-writecurrent
cvapSvcAtmQosClr
OBJECT-TYPE
This object identifies maximum Cell Loss Ratio (CLR) in voice SVC establishment. It is used to guarantee the quality of the route selected for a voice SVC. It is applicable to both AAL1 and AAL2 SVC connection establishment. This value is sent in voice SVC setup messages in extended quality of services information element as maximum cell loss ratio value.
1.3.6.1.4.1.9.9.323.1.3.1.1.3Integer32 (4..8)read-writecurrent
cvapSvcTrfScalingFactor
OBJECT-TYPE
This object specifies Traffic Scaling Factor in computing factored bandwidth which is used in ATM signaling in voice SVC establishment. When this value is less than 100 it can be referred as a `discount factor' and when more than 100 referred as an `excess factor. This object is applicable only to VBR SVC connection establishment. The traffic scaling is not applicable to AAL2 SVC calls that require G.711 and clear channel CODECs.
1.3.6.1.4.1.9.9.323.1.3.1.1.4Integer32 (50..200)read-writecurrent
cvapSvcAal2CidNumber
OBJECT-TYPE
This object specifies the default AAL2 CID (Channel Identification) number used for AAL2 SVC connections. 0-7 is reserved.
1.3.6.1.4.1.9.9.323.1.3.1.1.5Integer32 (8..255)read-writecurrent
cvapSvcAggTrafficClipping
OBJECT-TYPE
This object defines the aggregate traffic clipping policy. This object specifies if the aggregate traffic clipping policy is applicable to all bearer traffic generated in the media gateway. The applicable options are: 'true' - aggregate traffic clipping is enabled, local gateway traffic management performs aggregate traffic clipping. 'false' - aggregate traffic clipping is disabled, local gateway traffic management does not perform aggregate traffic clipping. This is applicable to only AAL2 SVC voice bearer traffic. When aggregate traffic clipping is enabled, local gateway can discard cells which are exceeding local gateway aggregate SVC bandwidth.
1.3.6.1.4.1.9.9.323.1.3.1.1.6TruthValueread-writecurrent
cvapSvcAggLinkState
OBJECT-TYPE
This object provides the state of the SVC link between PNNI controller and the media gateway. When the SVC software module fails to register NSAP address with the PNNI controller via SAPI (Service Access Point Interface), this object will be set to 'down', when it is successful, this object will be set to 'up'. if down SVC calls cannot be made on gateway if up SVC calls can be made on gateway
1.3.6.1.4.1.9.9.323.1.3.1.1.7INTEGER {up(1), down(2)}read-onlycurrent
cvapSvcPartialFillSupported
OBJECT-TYPE
This object indicates the fill level of cells in case of AAL1 adaptation . The value of this object will be used if the call agent does not specify partial fill in the MGCP commands (i.e if L(local connection option):pf( partial fill) is absent). ATM cell size is 53 bytes, 5 bytes for header, 48 bytes for data. If the data are not enough to fill 48 bytes of one ATM cell, the system can fill in the value of this object to the padding bytes.
1.3.6.1.4.1.9.9.323.1.3.1.1.8Integer32 (1..48)read-writecurrent
cvapSvcMgcpSelectorByteValue
OBJECT-TYPE
This object specifies the selector byte value of the NSAP address for MGCP protocol. When a SVC call setup indication from the network is received, it will look at this object to determine the owner application for this setup. The value of this object can not be modified when ATM SVC calls are up. The value of this objects can not equal to the value of 'cvapSvcH248SelectorByteValue'.
1.3.6.1.4.1.9.9.323.1.3.1.1.9Integer32 (1..255)read-writecurrent
cvapSvcH248SelectorByteValue
OBJECT-TYPE
This object specifies the selector byte value of the NSAP address for H.248 protocol. When a SVC call setup indication from the network is received, it will look at this object to determine the owner application for this setup. The value of this object can not be modified when ATM SVC calls are up. The value of this objects can not equal to the value of 'cvapSvcMgcpSelectorByteValue'.
1.3.6.1.4.1.9.9.323.1.3.1.1.10Integer32 (1..255)read-writecurrent
cvapSvcDelNotifGuardTimer
OBJECT-TYPE
A timer, for a duration as specified by this object, will be started when the SVC call is released from the network side. Upon expiration of this timer, the call agent is notified about this through ServiceChange message(for H.248 protocol) or through gateway initiated delete message(for MGCP protocol). This object is not applicable for Multi-CID SVC(if MIB object 'cvapSvcMultiCIDPerSvc' is set to 'true').
1.3.6.1.4.1.9.9.323.1.3.1.1.11Integer32 (1..120)read-writecurrent
cvapSvcMultiCIDPerSvc
OBJECT-TYPE
This object enables the user to disable or enable the Multi-CID SVC feature on the gateway. When this object is set to 'true', multiple CIDs can be established on a single SVC. When this object is set to 'false', only one CID per SVC can be established. This object cannot be modified when active SVC calls exist on the gateway.
1.3.6.1.4.1.9.9.323.1.3.1.1.12TruthValueread-writecurrent
cvapSvcMultiCIDFillTimer
OBJECT-TYPE
This object defines the time (millisecs) to wait for filling up the cell when the next packet is not ready. After waiting for the time configured in this object, the cell will be sent out. This object is applicable only for aal2 adaptations. Any new programmed value will not affect SVCs already in progress.
1.3.6.1.4.1.9.9.323.1.3.1.1.13Unsigned32 (0..255)read-writecurrent
cvapSvcMultiCIDCACSCR
OBJECT-TYPE
This object specifies the SCR (Sustained Cell Rate) per Multi-CID SVC. The value of this object will be used for CAC (Call Admission Control) processing, and will determine if a new Multi-Cid SVC needs to be created for a new incoming CID, or whether there is room to add the new CID on the Multi-CID SVC.
1.3.6.1.4.1.9.9.323.1.3.1.1.14Unsigned32 (20..60000)read-writecurrent
cvapSvcMultiCIDCACPCR
OBJECT-TYPE
This object specifies the PCR (Peak Cell Rate) per Multi-CID SVC. The value of this object will be used for CAC (Call Admission Control) processing, and will determine whether an upspeed request can be accepted or not on the Multi-CID SVC. The 'cvapSvcMultiCIDCACPCR' must be greater than or equal to 'cvapSvcMultiCIDCACSCR'.
1.3.6.1.4.1.9.9.323.1.3.1.1.15Unsigned32 (20..60000)read-writecurrent
cvapSvcMultiCIDOriginatDelTimer
OBJECT-TYPE
This object specifies the time to wait to delete an Originated -SVC in the case where a CID delete just occurred and the SVC has no more CIDs after the deletion. The interval of this object should be 5. The 'cvapSvcMultiCIDOriginatDelTimer' must be greater than or equal to 'cvapSvcMultiCIDTerminatDelTimer+5', except for the case that 'cvapSvcMultiCIDOriginatDelTimer' is 0 and 'cvapSvcMultiCIDTerminatDelTimer' is 0 (which means that the Delete Timer feature is disabled).
1.3.6.1.4.1.9.9.323.1.3.1.1.16Unsigned32 (0..1200)read-writecurrent
cvapSvcMultiCIDTerminatDelTimer
OBJECT-TYPE
This object specifies the time that the Terminating end can attempt to add a new CID into the Terminated-SVC after the last CID in a slave-end SVC is deleted. The interval of this object should be 5. The 'cvapSvcMultiCIDOriginatDelTimer' must be greater than or equal to 'cvapSvcMultiCIDTerminatDelTimer+5', except for the case that 'cvapSvcMultiCIDOriginatDelTimer' is 0 and 'cvapSvcMultiCIDTerminatDelTimer' is 0 (which means that the Delete Timer feature is disabled).
1.3.6.1.4.1.9.9.323.1.3.1.1.17Unsigned32 (0..1195)read-writecurrent
cvapSvcMultiCIDGlareThreshold
OBJECT-TYPE
This object specifies the threshold at when reached on the SVC-Terminating end, that no more CID's can be added to that Terminated-SVC from the Termination end. The Originating end will be able to use the remaining CID's in the SVC.
1.3.6.1.4.1.9.9.323.1.3.1.1.18Unsigned32 (0..248)read-writecurrent
cvapSvcStats
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.323.1.4
cvapSvcStatsTable
OBJECT-TYPE
This table contains SVC statistics associated with the communication between the media gateway and the PNNI controller.
1.3.6.1.4.1.9.9.323.1.4.1not-accessiblecurrent
cvapSvcStatsEntry
OBJECT-TYPE
An entry containing statistics information for a SVC that is associated with the communication between the media gateway and the PNNI controller.
1.3.6.1.4.1.9.9.323.1.4.1.1not-accessiblecurrent
cvapSvcTxSetups
OBJECT-TYPE
This object indicates the number of 'SETUP' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.1Counter32read-onlycurrent
cvapSvcRxSetups
OBJECT-TYPE
This object indicates the number of 'SETUP' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.2Counter32read-onlycurrent
cvapSvcTxCallProcs
OBJECT-TYPE
This object indicates the number of call 'PROCEED' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.3Counter32read-onlycurrent
cvapSvcRxCallProcs
OBJECT-TYPE
This object indicates the number of call 'PROCEED' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.4Counter32read-onlycurrent
cvapSvcTxConns
OBJECT-TYPE
This object indicates the number of 'CONNECT' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.5Counter32read-onlycurrent
cvapSvcTxConnAcks
OBJECT-TYPE
This object indicates the number of 'CONNECT ACK' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.6Counter32read-onlycurrent
cvapSvcRxConns
OBJECT-TYPE
This object indicates the number of 'CONNECT' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.7Counter32read-onlycurrent
cvapSvcRxConnAcks
OBJECT-TYPE
This object indicates the number of 'CONNECT ACK' messages received by the gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.8Counter32read-onlycurrent
cvapSvcTxReleases
OBJECT-TYPE
This object indicates the number of 'RELEASE' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.9Counter32read-onlycurrent
cvapSvcTxReleaseCompls
OBJECT-TYPE
This object indicates the number of 'RELEASE COMPLETE' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.10Counter32read-onlycurrent
cvapSvcRxReleases
OBJECT-TYPE
This object indicates the number of RELEASE' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.11Counter32read-onlycurrent
cvapSvcRxReleaseCompls
OBJECT-TYPE
This object indicates the number of 'RELEASE COMPLETE' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.12Counter32read-onlycurrent
cvapSvcTxRestarts
OBJECT-TYPE
This object indicates the number of 'RESTART' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.13Counter32read-onlycurrent
cvapSvcTxRestartAcks
OBJECT-TYPE
This object indicates the number of 'RESTART ACK' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.14Counter32read-onlycurrent
cvapSvcRxRestarts
OBJECT-TYPE
This object indicates the number of 'RESTART' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.15Counter32read-onlycurrent
cvapSvcRxRestartAcks
OBJECT-TYPE
This object indicates the number of 'RESTART ACK' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.16Counter32read-onlycurrent
cvapSvcTxResyncStrts
OBJECT-TYPE
This object indicates the number of 'RESYNC START' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.17Counter32read-onlycurrent
cvapSvcTxResyncStrtAcks
OBJECT-TYPE
This object indicates the number of 'RESYNC START ACK' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.18Counter32read-onlycurrent
cvapSvcRxResyncStrts
OBJECT-TYPE
This object indicates the number of 'RESYNC START' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.19Counter32read-onlycurrent
cvapSvcRxResyncStrtAcks
OBJECT-TYPE
This object indicates the number of 'RESYNC START ACK' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.20Counter32read-onlycurrent
cvapSvcTxResyncEnds
OBJECT-TYPE
This object indicates the number of 'RESYNC END' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.21Counter32read-onlycurrent
cvapSvcTxResyncEndAcks
OBJECT-TYPE
This object indicates the number of 'RESYNC END ACK' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.22Counter32read-onlycurrent
cvapSvcRxResyncEnds
OBJECT-TYPE
This object indicates the number of 'RESYNC END ACK' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.23Counter32read-onlycurrent
cvapSvcRxResyncEndAcks
OBJECT-TYPE
This object indicates the number of 'RESYNC END ACK' messages received by the media gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.24Counter32read-onlycurrent
cvapSvcTxBulkResyncs
OBJECT-TYPE
This object indicates the number of 'BULK RESYNC' messages sent to the PNNI controller from the media gateway since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.25Counter32read-onlycurrent
cvapSvcRxBulkResyncs
OBJECT-TYPE
This object indicates the number of 'BULK RESYNC' messages received by the gateway from the PNNI controller since last gateway reset.
1.3.6.1.4.1.9.9.323.1.4.1.1.26Counter32read-onlycurrent
cvapSvcCallProcExpiries
OBJECT-TYPE
This object indicates the number of call 'PROCEED' messages have been sent from the media gateway and have never received any response from the PNNI controller.
1.3.6.1.4.1.9.9.323.1.4.1.1.27Counter32read-onlycurrent
cvapSvcReleasExpiries
OBJECT-TYPE
This object indicates the number of call 'RELEASE' messages have been sent from the media gateway and have never received any response from the PNNI controller.
1.3.6.1.4.1.9.9.323.1.4.1.1.28Counter32read-onlycurrent
cvapSvcConnExpiries
OBJECT-TYPE
This object indicates the number of call 'CONNECT' messages have been sent from the media gateway and have never received any response from the PNNI controller.
1.3.6.1.4.1.9.9.323.1.4.1.1.29Counter32read-onlycurrent
cvapSvcConnAckExpiries
OBJECT-TYPE
This object indicates the number of call 'CONNECT ACK' messages have been sent from the media gateway and have never received any response from the PNNI controller.
1.3.6.1.4.1.9.9.323.1.4.1.1.30Counter32read-onlycurrent
cvapSvcRestartExpiries
OBJECT-TYPE
This object indicates the number of call 'RESTART' messages have been sent from the media gateway and have never received any response from the PNNI controller.
1.3.6.1.4.1.9.9.323.1.4.1.1.31Counter32read-onlycurrent
cvapSvcResyncExpiries
OBJECT-TYPE
This object indicates the number of call 'RESYNC START' messages have been sent from the media gateway and have never received any response from the PNNI controller.
1.3.6.1.4.1.9.9.323.1.4.1.1.32Counter32read-onlycurrent
cvaProfileMIBConformance
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.323.2
cvaProfileMIBCompliances
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.323.2.1
cvaProfileMIBGroups
OBJECT-IDENTITY
1.3.6.1.4.1.9.9.323.2.2

Conformance

NameOIDStatus
cvaProfileMIBCompliance
MODULE-COMPLIANCE
The Conformance groups.
1.3.6.1.4.1.9.9.323.2.1.1deprecated
cvaProfileMIBComplianceRev1
MODULE-COMPLIANCE
The Conformance groups.
1.3.6.1.4.1.9.9.323.2.1.2current
cvapCodecConfigGroup
OBJECT-GROUP
This group contains objects related to CODEC configuration information.
1.3.6.1.4.1.9.9.323.2.2.1deprecated
cvapSvcConfigGroup
OBJECT-GROUP
This group contains objects related to SVC configuration information.
1.3.6.1.4.1.9.9.323.2.2.2current
cvapSvcStatsGroup
OBJECT-GROUP
This group contains objects related to SVC statistics.
1.3.6.1.4.1.9.9.323.2.2.3current
cvapCodecConfigGroupRev1
OBJECT-GROUP
This group contains objects related to CODEC configuration information.
1.3.6.1.4.1.9.9.323.2.2.4current