All MIBs › CASCADE-MIB › cktSvcAalType
cktSvcAalType
Module: CASCADE-MIB
OID (symbolic): CASCADE-MIB::cktSvcAalType
OID (numeric): 1.3.6.1.4.1.277.1.6.1.1.132
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: The AAL type for this SVC.
What is cktSvcAalType?
This reports which ATM Adaptation Layer this switched virtual circuit is using to map higher-layer data onto ATM cells -- AAL1 for constant-bit-rate/circuit-emulation traffic, AAL5 for the more common data or LAN-interconnection traffic -- negotiated during SVC call setup rather than statically configured like on a PVC. An admin seeing an SVC unexpectedly using aal1(1) when they expected data traffic would investigate what application actually placed that call, since AAL1 signals circuit-emulation-style usage rather than typical bursty data. For example, an SVC supporting an on-demand voice trunk would show cktSvcAalType as aal1(1), while an SVC used for LAN interconnection would typically show aal5(5).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.277.1.6.1.1.132 snmpwalk -v2c -c public <target> CASCADE-MIB::cktSvcAalType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.277.1.6.1.1.132.1 snmpget -v2c -c public <target> CASCADE-MIB::cktSvcAalType.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> cktSvcAalType.1
Start monitoring Cascade Communications ATM/Frame Relay switches (legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CASCADE-MIB::cktSvcAalType OID value, configure state conditions and alerts, and monitor any Cascade Communications ATM/Frame Relay switches (legacy) from a single console.
OID Breakdown
Upper-level ancestors (6 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.277 | cascade | CASCADE-MIB |
| 1.3.6.1.4.1.277.1 | cascfr | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6 | ckt | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6.1 | cktTable | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6.1.1 | cktEntry | CASCADE-MIB |
| 1.3.6.1.4.1.277.1.6.1.1.132 | cktSvcAalType | CASCADE-MIB |