All MIBs › CISCO-WAN-MG-MIB › maxConcurrentMgcs
maxConcurrentMgcs
Module: CISCO-WAN-MG-MIB
OID (symbolic): CISCO-WAN-MG-MIB::maxConcurrentMgcs
OID (numeric): 1.3.6.1.4.1.351.150.10.1.2.3
Node type: OBJECT-TYPE
Type: Unsigned32
Access: read-only
Description: This object identifies the maximum number of MGCs the MG can have.
What is maxConcurrentMgcs?
This read-only Unsigned32, in units of controllers and ranging 0 to 65535, identifies the maximum number of Media Gateway Controllers the MG can have associated with it at once. An admin uses this as a hard capacity limit when planning MGC redundancy groups, since it caps how many controllers can be configured to manage the gateway concurrently. If an admin tries to add another MGC beyond this limit, they'd need to first understand this ceiling rather than assume unlimited controller scaling.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.351.150.10.1.2.3 snmpwalk -v2c -c public <target> CISCO-WAN-MG-MIB::maxConcurrentMgcs
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.351.150.10.1.2.3.1 snmpget -v2c -c public <target> CISCO-WAN-MG-MIB::maxConcurrentMgcs.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> maxConcurrentMgcs.1
Start monitoring Cisco WAN Media Gateway (VoIP-to-PSTN, legacy) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the CISCO-WAN-MG-MIB::maxConcurrentMgcs OID value, configure state conditions and alerts, and monitor any Cisco WAN Media Gateway (VoIP-to-PSTN, legacy) from a single console.
OID Breakdown
Upper-level ancestors (8 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.150 | ciscoWan | CISCOWAN-SMI |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.351.150.10 | ciscoWanMgMIB | CISCO-WAN-MG-MIB |
| 1.3.6.1.4.1.351.150.10.1 | ciscoWanMgMIBObjects | CISCO-WAN-MG-MIB |
| 1.3.6.1.4.1.351.150.10.1.2 | mediaGatewayController | CISCO-WAN-MG-MIB |
| 1.3.6.1.4.1.351.150.10.1.2.3 | maxConcurrentMgcs | CISCO-WAN-MG-MIB |