mgcAssociationState
CISCO-WAN-MG-MIB ·
.1.3.6.1.4.1.351.150.10.1.2.1.1.4
Object
column deprecated
Enumeration
Represents the state of the association between the MG
and the MGC. The possible values are:
'mgcUnassociated' : MG and MGC are not associated.
For example, in the case where MGCP
is the coordination protocol, it means
no subscription to autonomous messages
such as RSIP but control requests would
be answered.
'mgcAssociated' : MG and MGC are associated. E.g. in the
case where MGC is the coordination
protocol, it means MGC is subscribed
to autonomous messages such as RSIP.
'mgcAssociatedCommLoss' : Associated but MGC unreachable.
This object is being moved to the
mgcRedundancyGrpParamTable. This object is deprecated
because the association state 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.4- Type
- column
- Access
- readonly
- 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::mgcAssociationState'
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::mgcAssociationState.<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::mgcAssociationState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | mgcUnassociated |
2 | mgcAssociated |
3 | mgcAssociatedCommLoss |