ctDs0ifOperStatus
CT-DS0ent-MIB ·
.1.3.6.1.4.1.52.4497.20.2.1.8
Object
column mandatory
Enumeration
The current operational state of the interface. The testing(3) state indicates that no operational packets can be passed. If ctDs0ifAdminStatus is down(2) then ctDs0ifOperStatus should be down(2). If ctDs0ifAdminStatus is changed to up(1) then ctDs0ifOperStatus should change to up(1) if the interface is ready to transmit and receive network traffic; it should change to dormant(5) if the interface is waiting for external actions (such as a serial line waiting for an incomming connection); it should remain in the down(2) state if and only if there is a fault that prevents if from going to the up(1) state.
Context
- MIB
- CT-DS0ent-MIB
- OID
.1.3.6.1.4.1.52.4497.20.2.1.8- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ctDs0ifEntry
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 'CT-DS0ent-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-DS0ent-MIB::ctDs0ifOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CT-DS0ent-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-DS0ent-MIB::ctDs0ifOperStatus.<ctDs0ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CT-DS0ent-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CT-DS0ent-MIB::ctDs0ifOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | testing |
4 | unknown |
5 | dormant |