ctDARegistryAdminStatus
CT-DAREGISTRY-MIB ·
.1.3.6.1.4.1.52.4497.1.1.3
Object
column mandatory
r/w
Enumeration
The desired state of the subsystem. The testing(3) state indicates that no operational functions can be passed. When a managed system initializes, all subsystems start with ctDARegistryAdminStatus in the up(1) state. As a result of either explicit management action or per configuration information retained by the managed system, ctDARegistryAdminStatus is then changed to either the dowm(2) or testing(3) states (or remains in the up(1) state).
Context
- MIB
- CT-DAREGISTRY-MIB
- OID
.1.3.6.1.4.1.52.4497.1.1.3- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ctDARegistryEntry
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-DAREGISTRY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-DAREGISTRY-MIB::ctDARegistryAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CT-DAREGISTRY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-DAREGISTRY-MIB::ctDARegistryAdminStatus.<ctDARegistryIndex>.<ctDARegistryInstance>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CT-DAREGISTRY-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CT-DAREGISTRY-MIB::ctDARegistryAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | up |
2 | down |
3 | testing |