mgcAssociationStateControl
CISCO-WAN-MG-MIB ·
.1.3.6.1.4.1.351.150.10.1.2.1.1.5
Object
column deprecated
r/w
Enumeration
Used to control the association state, as represented by
mgcAssociationState. The possible value for a set operation
on this object are:
'mgcUnassociate': Transition from any state to
'mgcUnassociated'. If registered, MG
will initiate deregistration.
'mgcAssociate' : Transition to 'mgcAssociated'. If
applicable, MG will register with MGC.
If MGCP is the coordination protocol,
MG will send RSIP.
If MG cannot establish communication,
it will subsequently transition into
'mgcAssociatedCommLoss' for the
'mgcAssociationState' object.
If MG is already associated with MGC, no
transition will take place and
mgcAssociationState shall not change.
'mgcClear' : No action will be taken. This means that the
Media Gateway will not initiate any
association/unassociation.
This object is being moved to the mgcRedundancyGrpParamTable.
This object is deprecated because the association state
control is defined per MGC redundancy group, rather
than per MGC.
Context
- MIB
- CISCO-WAN-MG-MIB
- OID
.1.3.6.1.4.1.351.150.10.1.2.1.1.5- 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::mgcAssociationStateControl'
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::mgcAssociationStateControl.<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::mgcAssociationStateControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | mgcUnassociate |
2 | mgcAssociate |
3 | mgcClear |