All MIBs › CISCO-WAN-MG-MIB › mgShutdownGraceTime
mgShutdownGraceTime
Module: CISCO-WAN-MG-MIB
OID (symbolic): CISCO-WAN-MG-MIB::mgShutdownGraceTime
OID (numeric): 1.3.6.1.4.1.351.150.10.1.1.4
Node type: OBJECT-TYPE
Type: Integer32
Access: read-write
Description: This object indicates the time in seconds after which an MG will transition from 'gracefulOutOfService' to 'forcefulOutOfService'. A value of -1 indicates that the MG allows for draining, i.e. will automatically transition after the last resource in use has been released. Otherwise, it essentially indicates the amount of time an MGC has to perform any cleanup, e.g. deletion of connections etc.
What is mgShutdownGraceTime?
This read-write Integer32, in seconds and ranging -1 to 65535, sets how long the MG waits before transitioning from gracefulOutOfService to forcefulOutOfService, with -1 meaning the MG drains automatically once the last resource is released. An admin tunes this to give the MGC enough time to clean up connections during a planned shutdown, balancing graceful service drainage against how long a maintenance window can be held open. Setting this to -1 would suit a gateway an admin wants to let finish all active calls naturally rather than force a hard cutover after a fixed timer.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.351.150.10.1.1.4 snmpwalk -v2c -c public <target> CISCO-WAN-MG-MIB::mgShutdownGraceTime
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.351.150.10.1.1.4.1 snmpget -v2c -c public <target> CISCO-WAN-MG-MIB::mgShutdownGraceTime.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.351.150.10.1.1.4.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> mgShutdownGraceTime.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::mgShutdownGraceTime 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.1 | mediaGateway | CISCO-WAN-MG-MIB |
| 1.3.6.1.4.1.351.150.10.1.1.4 | mgShutdownGraceTime | CISCO-WAN-MG-MIB |