cLMobilityExtAnchorStatus
CISCO-LWAPP-MOBILITY-EXT-MIB ·
.1.3.6.1.4.1.9.9.846.1.2.4.1.3
Object
column Enumeration
This object indicates the operational and connectivity
status of the Mobility Anchor(MA).
notconfigured(0) - This means anchor is not configured
for ICMP or EoIP pings.
datapathdown(1) - This means anchor is not responding
to EoIP pings.
controlpathdown(2) - This means successive ICMP pings
to the anchor have failed.
bothdown(3) - This means anchor is not responding
to ICMP or EOIP pings.
up(4) - This means anchor is responding to
both EOIP and ICMP pings.
Context
- MIB
- CISCO-LWAPP-MOBILITY-EXT-MIB
- OID
.1.3.6.1.4.1.9.9.846.1.2.4.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cLMobilityExtAnchorEntry
- Groups
- 3
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-LWAPP-MOBILITY-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-MOBILITY-EXT-MIB::cLMobilityExtAnchorStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-LWAPP-MOBILITY-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-LWAPP-MOBILITY-EXT-MIB::cLMobilityExtAnchorStatus.<cLWlanIndex>.<cLMobilityExtAnchorAssociatedMCAddressType>.<cLMobilityExtAnchorAssociatedMCAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-LWAPP-MOBILITY-EXT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-LWAPP-MOBILITY-EXT-MIB::cLMobilityExtAnchorStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | notconfigured |
1 | datapathdown |
2 | controlpathdown |
3 | bothdown |
4 | up |