mwrAtpcRunningStatus
MWR-ETHERNET-MIB ·
.1.3.6.1.4.1.7262.4.5.11.2.1.1.2
Object
column Enumeration
Indicates the actual condition of ATPC: - disabled: Configuration is set to off. - disabledAuto: Feature was automatically disabled and is transmitting at coordinated power. - running: Feature is running normally. - runningToggling: Feature is toggling between maximum and minimum power to recover from a loss of mod sync. - suspended: Feature was suspended. - suspendedLostComm: Feature is suspended because communication is lost with peer ATPC. - suspendedRadioDown: Feature is suspended because the radio is down. - suspendedRadioMuted: Feature is suspended because the radio is muted. - suspendedRadioLoopback: Feature is suspended because the radio is in loopback mode.
Context
- MIB
- MWR-ETHERNET-MIB
- OID
.1.3.6.1.4.1.7262.4.5.11.2.1.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mwrAtpcStatusEntry
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 'MWR-ETHERNET-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWR-ETHERNET-MIB::mwrAtpcRunningStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'MWR-ETHERNET-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MWR-ETHERNET-MIB::mwrAtpcRunningStatus.<mwrAtpcStatusIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MWR-ETHERNET-MIB' -M '/opt/observium/mibs/dragonwave:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MWR-ETHERNET-MIB::mwrAtpcRunningStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | disabledAuto |
3 | running |
4 | runningToggling |
5 | suspended |
6 | suspendedLostComm |
7 | suspendedRadioDown |
8 | suspendedRadioMuted |
9 | suspendedRadioLoopback |