tpSnmpRmonStatsCtrlRowStatus
TPLINK-SNMPRMON-MIB ·
.1.3.6.1.4.1.11863.6.32.1.2.1.1.1.4
Object
The status column has four defined values:
- 'valid(1)', which indicates that the conceptual row is
available for using by the managed device;
- 'createRequest(2)', which is supplied by a management
station wishing to create a new instance of a
conceptual row and to have its status automatically set
to valid(1), making it available for using by the managed
device;
- 'underCreation(3)', which indicates that the conceptual
row is existing in the managed device but not working.
- 'invalid(4)', which is supplied by a management station
wishing to delete all of the instances associated with
an existing conceptual row.
Context
- MIB
- TPLINK-SNMPRMON-MIB
- OID
.1.3.6.1.4.1.11863.6.32.1.2.1.1.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tpSnmpRmonStatsCtrlEntry
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 'TPLINK-SNMPRMON-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-SNMPRMON-MIB::tpSnmpRmonStatsCtrlRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-SNMPRMON-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-SNMPRMON-MIB::tpSnmpRmonStatsCtrlRowStatus.<tpSnmpRmonStatsCtrlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-SNMPRMON-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-SNMPRMON-MIB::tpSnmpRmonStatsCtrlRowStatus'
Syntax
- Source
- EntryStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | valid |
2 | createRequest |
3 | underCreation |
4 | invalid |