cpmDS0OperStatus

CISCO-POP-MGMT-MIB · .1.3.6.1.4.1.9.10.19.1.5.2.1.1

Object

column Enumeration
The operational state of the DSO.
This object provides more detailed information than
the IF-MIB ifOperStatus.
   unknown   - The DSO is in an unknown state
   down      - The DS0 is out of service
   idle      - This DS0 is currently idle
   setup     - A new connection is in the process
               of being established
   connected - A active connection exists
   test      - The DSO is undergoing internal testing

Context

MIB
CISCO-POP-MGMT-MIB
OID
.1.3.6.1.4.1.9.10.19.1.5.2.1.1
Type
column
Access
readonly
Status
current
Parent
cpmDS0StatusEntry
Groups
1

Walk 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-POP-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-POP-MGMT-MIB::cpmDS0OperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-POP-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-POP-MGMT-MIB::cpmDS0OperStatus.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-POP-MGMT-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-POP-MGMT-MIB::cpmDS0OperStatus'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1unknown
2down
3idle
4setup
5connected
6test

Conformance