CISCO-VOICE-AALX-PROFILE-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-VOICE-AALX-PROFILE-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 ciscoVoiceAalxProfileMIB 1.3.6.1.4.1.9.9.323
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.
         ciscoVoiceAalxProfileMIBNotifs 1.3.6.1.4.1.9.9.323.0
         ciscoVoiceAalxProfileMIBObjects 1.3.6.1.4.1.9.9.323.1
             cvapCodecConfig 1.3.6.1.4.1.9.9.323.1.1
                 cvapCodecTable 1.3.6.1.4.1.9.9.323.1.1.1 no-access
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.
                     cvapCodecEntry 1.3.6.1.4.1.9.9.323.1.1.1.1 no-access
An entry containing management information for CODEC negotiation of the adaptation type for a call in the media gateway.
                         cvapCodecNegotiationAdaptType 1.3.6.1.4.1.9.9.323.1.1.1.1.1 integer no-access
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. Enumeration: 'aal1': 2, 'aal5': 1.
                         cvapCodecNegotiationOption 1.3.6.1.4.1.9.9.323.1.1.1.1.2 integer read-write
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. Enumeration: 'rcdLclLco': 4, 'lclRcdLco': 6, 'lcoRcdLcl': 1, 'rcdLcoLcl': 3, 'lclLcoRcd': 5, 'lcoLclRcd': 2.
                 cvapCodecConfigTable 1.3.6.1.4.1.9.9.323.1.1.2 no-access
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.
                     cvapCodecConfigEntry 1.3.6.1.4.1.9.9.323.1.1.2.1 no-access
An entry represents a CODEC rate supported for VoIP or VoATM with different adaptation layers in the media gateway.
                         cvapCodecConfigAdaptType 1.3.6.1.4.1.9.9.323.1.1.2.1.1 integer no-access
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. Enumeration: 'aal2': 4, 'other': 1, 'aal1': 3, 'aal5': 2.
                         cvapCodecConfigType 1.3.6.1.4.1.9.9.323.1.1.2.1.2 cvcspeechcoderrate no-access
This object specifies the CODEC rate defined in CvcSpeechCoderRate.
                         cvapCodecConfigPreference 1.3.6.1.4.1.9.9.323.1.1.2.1.3 unsigned32 read-write
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.
                         cvapCodecConfigVoicePacketPeriod 1.3.6.1.4.1.9.9.323.1.1.2.1.4 ciscocodecpacketperiod read-write
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.
                         cvapCodecConfigVbdPacketPeriod 1.3.6.1.4.1.9.9.323.1.1.2.1.5 ciscocodecpacketperiod read-write
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.
                         cvapCodecConfigJitterDelayMode 1.3.6.1.4.1.9.9.323.1.1.2.1.6 ccallcontroljitterdelaymode read-write
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.
                         cvapCodecConfigJitterMaxDelay 1.3.6.1.4.1.9.9.323.1.1.2.1.7 unsigned32 read-write
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.
                         cvapCodecConfigJitterNomDelay 1.3.6.1.4.1.9.9.323.1.1.2.1.8 unsigned32 read-write
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.
                         cvapCodecConfigJitterMinDelay 1.3.6.1.4.1.9.9.323.1.1.2.1.9 unsigned32 read-write
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.
                         cvapCodecConfigDtmfRelay 1.3.6.1.4.1.9.9.323.1.1.2.1.10 truthvalue read-write
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.
                         cvapCodecConfigPayloadType 1.3.6.1.4.1.9.9.323.1.1.2.1.11 unsigned32 read-write
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.
                         cvapCodecConfigNewJtrNomDelay 1.3.6.1.4.1.9.9.323.1.1.2.1.12 unsigned32 read-write
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.
             cvapAal2Config 1.3.6.1.4.1.9.9.323.1.2
             cvapSvcConfig 1.3.6.1.4.1.9.9.323.1.3
                 cvapSvcConfigTable 1.3.6.1.4.1.9.9.323.1.3.1 no-access
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.
                     cvapSvcConfigEntry 1.3.6.1.4.1.9.9.323.1.3.1.1 no-access
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.
                         cvapSvcAtmQosCellDelay 1.3.6.1.4.1.9.9.323.1.3.1.1.1 integer32 read-write
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.
                         cvapSvcAtmQosCtd 1.3.6.1.4.1.9.9.323.1.3.1.1.2 integer32 read-write
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.
                         cvapSvcAtmQosClr 1.3.6.1.4.1.9.9.323.1.3.1.1.3 integer32 read-write
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.
                         cvapSvcTrfScalingFactor 1.3.6.1.4.1.9.9.323.1.3.1.1.4 integer32 read-write
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.
                         cvapSvcAal2CidNumber 1.3.6.1.4.1.9.9.323.1.3.1.1.5 integer32 read-write
This object specifies the default AAL2 CID (Channel Identification) number used for AAL2 SVC connections. 0-7 is reserved.
                         cvapSvcAggTrafficClipping 1.3.6.1.4.1.9.9.323.1.3.1.1.6 truthvalue read-write
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.
                         cvapSvcAggLinkState 1.3.6.1.4.1.9.9.323.1.3.1.1.7 integer read-only
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 Enumeration: 'down': 2, 'up': 1.
                         cvapSvcPartialFillSupported 1.3.6.1.4.1.9.9.323.1.3.1.1.8 integer32 read-write
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.
                         cvapSvcMgcpSelectorByteValue 1.3.6.1.4.1.9.9.323.1.3.1.1.9 integer32 read-write
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'.
                         cvapSvcH248SelectorByteValue 1.3.6.1.4.1.9.9.323.1.3.1.1.10 integer32 read-write
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'.
                         cvapSvcDelNotifGuardTimer 1.3.6.1.4.1.9.9.323.1.3.1.1.11 integer32 read-write
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').
                         cvapSvcMultiCIDPerSvc 1.3.6.1.4.1.9.9.323.1.3.1.1.12 truthvalue read-write
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.
                         cvapSvcMultiCIDFillTimer 1.3.6.1.4.1.9.9.323.1.3.1.1.13 unsigned32 read-write
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.
                         cvapSvcMultiCIDCACSCR 1.3.6.1.4.1.9.9.323.1.3.1.1.14 unsigned32 read-write
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.
                         cvapSvcMultiCIDCACPCR 1.3.6.1.4.1.9.9.323.1.3.1.1.15 unsigned32 read-write
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'.
                         cvapSvcMultiCIDOriginatDelTimer 1.3.6.1.4.1.9.9.323.1.3.1.1.16 unsigned32 read-write
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).
                         cvapSvcMultiCIDTerminatDelTimer 1.3.6.1.4.1.9.9.323.1.3.1.1.17 unsigned32 read-write
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).
                         cvapSvcMultiCIDGlareThreshold 1.3.6.1.4.1.9.9.323.1.3.1.1.18 unsigned32 read-write
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.
             cvapSvcStats 1.3.6.1.4.1.9.9.323.1.4
                 cvapSvcStatsTable 1.3.6.1.4.1.9.9.323.1.4.1 no-access
This table contains SVC statistics associated with the communication between the media gateway and the PNNI controller.
                     cvapSvcStatsEntry 1.3.6.1.4.1.9.9.323.1.4.1.1 no-access
An entry containing statistics information for a SVC that is associated with the communication between the media gateway and the PNNI controller.
                         cvapSvcTxSetups 1.3.6.1.4.1.9.9.323.1.4.1.1.1 counter32 read-only
This object indicates the number of 'SETUP' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcRxSetups 1.3.6.1.4.1.9.9.323.1.4.1.1.2 counter32 read-only
This object indicates the number of 'SETUP' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcTxCallProcs 1.3.6.1.4.1.9.9.323.1.4.1.1.3 counter32 read-only
This object indicates the number of call 'PROCEED' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcRxCallProcs 1.3.6.1.4.1.9.9.323.1.4.1.1.4 counter32 read-only
This object indicates the number of call 'PROCEED' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcTxConns 1.3.6.1.4.1.9.9.323.1.4.1.1.5 counter32 read-only
This object indicates the number of 'CONNECT' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcTxConnAcks 1.3.6.1.4.1.9.9.323.1.4.1.1.6 counter32 read-only
This object indicates the number of 'CONNECT ACK' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcRxConns 1.3.6.1.4.1.9.9.323.1.4.1.1.7 counter32 read-only
This object indicates the number of 'CONNECT' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcRxConnAcks 1.3.6.1.4.1.9.9.323.1.4.1.1.8 counter32 read-only
This object indicates the number of 'CONNECT ACK' messages received by the gateway from the PNNI controller since last gateway reset.
                         cvapSvcTxReleases 1.3.6.1.4.1.9.9.323.1.4.1.1.9 counter32 read-only
This object indicates the number of 'RELEASE' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcTxReleaseCompls 1.3.6.1.4.1.9.9.323.1.4.1.1.10 counter32 read-only
This object indicates the number of 'RELEASE COMPLETE' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcRxReleases 1.3.6.1.4.1.9.9.323.1.4.1.1.11 counter32 read-only
This object indicates the number of RELEASE' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcRxReleaseCompls 1.3.6.1.4.1.9.9.323.1.4.1.1.12 counter32 read-only
This object indicates the number of 'RELEASE COMPLETE' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcTxRestarts 1.3.6.1.4.1.9.9.323.1.4.1.1.13 counter32 read-only
This object indicates the number of 'RESTART' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcTxRestartAcks 1.3.6.1.4.1.9.9.323.1.4.1.1.14 counter32 read-only
This object indicates the number of 'RESTART ACK' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcRxRestarts 1.3.6.1.4.1.9.9.323.1.4.1.1.15 counter32 read-only
This object indicates the number of 'RESTART' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcRxRestartAcks 1.3.6.1.4.1.9.9.323.1.4.1.1.16 counter32 read-only
This object indicates the number of 'RESTART ACK' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcTxResyncStrts 1.3.6.1.4.1.9.9.323.1.4.1.1.17 counter32 read-only
This object indicates the number of 'RESYNC START' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcTxResyncStrtAcks 1.3.6.1.4.1.9.9.323.1.4.1.1.18 counter32 read-only
This object indicates the number of 'RESYNC START ACK' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcRxResyncStrts 1.3.6.1.4.1.9.9.323.1.4.1.1.19 counter32 read-only
This object indicates the number of 'RESYNC START' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcRxResyncStrtAcks 1.3.6.1.4.1.9.9.323.1.4.1.1.20 counter32 read-only
This object indicates the number of 'RESYNC START ACK' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcTxResyncEnds 1.3.6.1.4.1.9.9.323.1.4.1.1.21 counter32 read-only
This object indicates the number of 'RESYNC END' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcTxResyncEndAcks 1.3.6.1.4.1.9.9.323.1.4.1.1.22 counter32 read-only
This object indicates the number of 'RESYNC END ACK' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcRxResyncEnds 1.3.6.1.4.1.9.9.323.1.4.1.1.23 counter32 read-only
This object indicates the number of 'RESYNC END ACK' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcRxResyncEndAcks 1.3.6.1.4.1.9.9.323.1.4.1.1.24 counter32 read-only
This object indicates the number of 'RESYNC END ACK' messages received by the media gateway from the PNNI controller since last gateway reset.
                         cvapSvcTxBulkResyncs 1.3.6.1.4.1.9.9.323.1.4.1.1.25 counter32 read-only
This object indicates the number of 'BULK RESYNC' messages sent to the PNNI controller from the media gateway since last gateway reset.
                         cvapSvcRxBulkResyncs 1.3.6.1.4.1.9.9.323.1.4.1.1.26 counter32 read-only
This object indicates the number of 'BULK RESYNC' messages received by the gateway from the PNNI controller since last gateway reset.
                         cvapSvcCallProcExpiries 1.3.6.1.4.1.9.9.323.1.4.1.1.27 counter32 read-only
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.
                         cvapSvcReleasExpiries 1.3.6.1.4.1.9.9.323.1.4.1.1.28 counter32 read-only
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.
                         cvapSvcConnExpiries 1.3.6.1.4.1.9.9.323.1.4.1.1.29 counter32 read-only
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.
                         cvapSvcConnAckExpiries 1.3.6.1.4.1.9.9.323.1.4.1.1.30 counter32 read-only
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.
                         cvapSvcRestartExpiries 1.3.6.1.4.1.9.9.323.1.4.1.1.31 counter32 read-only
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.
                         cvapSvcResyncExpiries 1.3.6.1.4.1.9.9.323.1.4.1.1.32 counter32 read-only
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.
         cvaProfileMIBConformance 1.3.6.1.4.1.9.9.323.2
             cvaProfileMIBCompliances 1.3.6.1.4.1.9.9.323.2.1
                 cvaProfileMIBCompliance 1.3.6.1.4.1.9.9.323.2.1.1
The Conformance groups.
                 cvaProfileMIBComplianceRev1 1.3.6.1.4.1.9.9.323.2.1.2
The Conformance groups.
             cvaProfileMIBGroups 1.3.6.1.4.1.9.9.323.2.2
                 cvapCodecConfigGroup 1.3.6.1.4.1.9.9.323.2.2.1
This group contains objects related to CODEC configuration information.
                 cvapSvcConfigGroup 1.3.6.1.4.1.9.9.323.2.2.2
This group contains objects related to SVC configuration information.
                 cvapSvcStatsGroup 1.3.6.1.4.1.9.9.323.2.2.3
This group contains objects related to SVC statistics.
                 cvapCodecConfigGroupRev1 1.3.6.1.4.1.9.9.323.2.2.4
This group contains objects related to CODEC configuration information.