tpSnmpNotificationHostRowStatus
TPLINK-SNMPNOTIFICATIONHOST-MIB ·
.1.3.6.1.4.1.11863.6.32.1.1.1.1.11
Object
The status column has three defined values:
- `active(1)', which indicates that the conceptual row is
available for using by the managed device;
- `createAndGo(4)', 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 active, making it available for using by the managed
device;
- `destroy(6)', which is supplied by a management station
wishing to delete all of the instances associated with
an existing conceptual row.
Context
- MIB
- TPLINK-SNMPNOTIFICATIONHOST-MIB
- OID
.1.3.6.1.4.1.11863.6.32.1.1.1.1.11- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tpSnmpNotificationHostEntry
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-SNMPNOTIFICATIONHOST-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-SNMPNOTIFICATIONHOST-MIB::tpSnmpNotificationHostRowStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-SNMPNOTIFICATIONHOST-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-SNMPNOTIFICATIONHOST-MIB::tpSnmpNotificationHostRowStatus.<tpSnmpNotificationHostIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-SNMPNOTIFICATIONHOST-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-SNMPNOTIFICATIONHOST-MIB::tpSnmpNotificationHostRowStatus'
Syntax
- Source
- TPLINK-TC-MIBTPRowStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | active |
4 | createAndGo |
6 | destroy |