mgcUnassociationPolicy
CISCO-WAN-MG-MIB ·
.1.3.6.1.4.1.351.150.10.1.2.1.1.6
Object
column deprecated
r/w
Enumeration
Indicates what MG will do when mgcAssociationState transitions
to unassociated.
'mgcNoAction' : indicates that MG will take no further
action. In particular, no resources will
be released nor connections be flushed.
'mgcRelease' : indicates that upon unassociation, the
MG will release all resources and flush
all connections.
This object may not always be configurable, i.e. be read
only in some agent implementations. In these cases,
mgcNoAction shall be supported as the default value.
Context
- MIB
- CISCO-WAN-MG-MIB
- OID
.1.3.6.1.4.1.351.150.10.1.2.1.1.6- Type
- column
- Access
- readwrite
- Status
- deprecated
- Parent
- mgcEntry
- Groups
- 2
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-WAN-MG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-MG-MIB::mgcUnassociationPolicy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-WAN-MG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-WAN-MG-MIB::mgcUnassociationPolicy.<mgcNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-WAN-MG-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-WAN-MG-MIB::mgcUnassociationPolicy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | mgcNoAction |
2 | mgcRelease |