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
| From | Symbols |
|---|---|
| CISCO-MEDIA-GATEWAY-MIB | CCallControlJitterDelayMode, cmgwIndex |
| CISCO-SMI | ciscoMgmt |
| CISCO-VOICE-COMMON-DIAL-CONTROL-MIB | CvcSpeechCoderRate |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | INTEGER {aal5(1), aal1(2)} | not-accessible | current |
| 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.2 | INTEGER {lcoRcdLcl(1), lcoLclRcd(2), rcdLcoLcl(3), rcdLclLco(4), lclLcoRcd(5), lclRcdLco(6)} | read-write | current |
| 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.2 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | INTEGER {other(1), aal5(2), aal1(3), aal2(4)} | not-accessible | current |
| 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.2 | CvcSpeechCoderRate | not-accessible | current |
| 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.3 | Unsigned32 (0..255) | read-write | current |
| 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.4 | CiscoCodecPacketPeriod | read-write | current |
| 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.5 | CiscoCodecPacketPeriod | read-write | deprecated |
| 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.6 | CCallControlJitterDelayMode | read-write | current |
| 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.7 | Unsigned32 (20..500) | read-write | current |
| 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.8 | Unsigned32 (5..500) | read-write | deprecated |
| 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.9 | Unsigned32 (0..500) | read-write | current |
| 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.10 | TruthValue | read-write | current |
| 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.11 | Unsigned32 (0..127) | read-write | current |
| 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.12 | Unsigned32 (2..500) | read-write | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Integer32 (500..20000) | read-write | current |
| 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.2 | Integer32 (20000..150000) | read-write | current |
| 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.3 | Integer32 (4..8) | read-write | current |
| 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.4 | Integer32 (50..200) | read-write | current |
| 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.5 | Integer32 (8..255) | read-write | current |
| 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.6 | TruthValue | read-write | current |
| 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.7 | INTEGER {up(1), down(2)} | read-only | current |
| 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.8 | Integer32 (1..48) | read-write | current |
| 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.9 | Integer32 (1..255) | read-write | current |
| 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.10 | Integer32 (1..255) | read-write | current |
| 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.11 | Integer32 (1..120) | read-write | current |
| 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.12 | TruthValue | read-write | current |
| 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.13 | Unsigned32 (0..255) | read-write | current |
| 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.14 | Unsigned32 (20..60000) | read-write | current |
| 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.15 | Unsigned32 (20..60000) | read-write | current |
| 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.16 | Unsigned32 (0..1200) | read-write | current |
| 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.17 | Unsigned32 (0..1195) | read-write | current |
| 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.18 | Unsigned32 (0..248) | read-write | current |
| 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.1 | not-accessible | current | |
| 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.1 | not-accessible | current | |
| 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.1 | Counter32 | read-only | current |
| 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.2 | Counter32 | read-only | current |
| 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.3 | Counter32 | read-only | current |
| 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.4 | Counter32 | read-only | current |
| 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.5 | Counter32 | read-only | current |
| 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.6 | Counter32 | read-only | current |
| 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.7 | Counter32 | read-only | current |
| 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.8 | Counter32 | read-only | current |
| 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.9 | Counter32 | read-only | current |
| 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.10 | Counter32 | read-only | current |
| 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.11 | Counter32 | read-only | current |
| 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.12 | Counter32 | read-only | current |
| 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.13 | Counter32 | read-only | current |
| 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.14 | Counter32 | read-only | current |
| 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.15 | Counter32 | read-only | current |
| 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.16 | Counter32 | read-only | current |
| 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.17 | Counter32 | read-only | current |
| 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.18 | Counter32 | read-only | current |
| 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.19 | Counter32 | read-only | current |
| 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.20 | Counter32 | read-only | current |
| 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.21 | Counter32 | read-only | current |
| 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.22 | Counter32 | read-only | current |
| 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.23 | Counter32 | read-only | current |
| 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.24 | Counter32 | read-only | current |
| 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.25 | Counter32 | read-only | current |
| 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.26 | Counter32 | read-only | current |
| 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.27 | Counter32 | read-only | current |
| 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.28 | Counter32 | read-only | current |
| 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.29 | Counter32 | read-only | current |
| 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.30 | Counter32 | read-only | current |
| 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.31 | Counter32 | read-only | current |
| 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.32 | Counter32 | read-only | current |
| 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
| Name | OID | Status |
|---|---|---|
| cvaProfileMIBCompliance MODULE-COMPLIANCE The Conformance groups. | 1.3.6.1.4.1.9.9.323.2.1.1 | deprecated |
| cvaProfileMIBComplianceRev1 MODULE-COMPLIANCE The Conformance groups. | 1.3.6.1.4.1.9.9.323.2.1.2 | current |
| cvapCodecConfigGroup OBJECT-GROUP This group contains objects related to CODEC configuration information. | 1.3.6.1.4.1.9.9.323.2.2.1 | deprecated |
| cvapSvcConfigGroup OBJECT-GROUP This group contains objects related to SVC configuration information. | 1.3.6.1.4.1.9.9.323.2.2.2 | current |
| cvapSvcStatsGroup OBJECT-GROUP This group contains objects related to SVC statistics. | 1.3.6.1.4.1.9.9.323.2.2.3 | current |
| cvapCodecConfigGroupRev1 OBJECT-GROUP This group contains objects related to CODEC configuration information. | 1.3.6.1.4.1.9.9.323.2.2.4 | current |