All MIBs › CISCO-WAN-AXIPOP-MIB › bbChanNumNextAvailable
bbChanNumNextAvailable
Module: CISCO-WAN-AXIPOP-MIB
OID (symbolic): CISCO-WAN-AXIPOP-MIB::bbChanNumNextAvailable
OID (numeric): 1.3.6.1.4.1.351.110.5.2.7.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description: This variable contains the next unused channel number of the possible 4096 . This number can be used in channel config table. ChanNumNextAvailable gets updated whenever this number is used to create a new logical channel. Value 0 for this variable indicates that no more channels are available.
What is bbChanNumNextAvailable?
This read-only value reports the next unused channel number available for provisioning a new channel, drawn from the possible pool of roughly 4096 channel numbers, with a returned value of 0 meaning the pool is exhausted. It's a provisioning helper an admin or management application reads before creating a new channel entry, similar in purpose to nextBbIfNumAvailable but for channels rather than logical interfaces. If bbChanNumNextAvailable returns 0 on a heavily provisioned card, no new PVCs can be added until an existing channel number is freed.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.351.110.5.2.7.1.2 snmpwalk -v2c -c public <target> CISCO-WAN-AXIPOP-MIB::bbChanNumNextAvailable
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.351.110.5.2.7.1.2.1 snmpget -v2c -c public <target> CISCO-WAN-AXIPOP-MIB::bbChanNumNextAvailable.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> bbChanNumNextAvailable.1
Start monitoring Cisco MGX 8000-series ATM WAN switches (AXIPOP processor, legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-WAN-AXIPOP-MIB::bbChanNumNextAvailable OID value, configure state conditions and alerts, and monitor any Cisco MGX 8000-series ATM WAN switches (AXIPOP processor, legacy) from a single console.
OID Breakdown
Upper-level ancestors (12 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 |
| 1.3.6.1.4.1.351 | stratacom | CISCOWAN-SMI |
| 1.3.6.1.4.1.351.110 | basis | BASIS-MIB |
| 1.3.6.1.4.1.351.110.5 | basisServices | BASIS-MIB |
| 1.3.6.1.4.1.351.110.5.2 | atm | BASIS-MIB |
| 1.3.6.1.4.1.351.110.5.2.7 | bbChan | BASIS-MIB |
| 1.3.6.1.4.1.351.110.5.2.7.1 | bbChanCnfGrp | BASIS-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.351.110.5.2.7.1.2 | bbChanNumNextAvailable | CISCO-WAN-AXIPOP-MIB |