tpDhcpServerAddrPoolStatus
TPLINK-DHCPSERVER-MIB ·
.1.3.6.1.4.1.11863.6.38.1.5.1.33
Object
The following values are states: these values may be used as follow: active(1),if the entry is being used. createAndGo(4),not being used. destroy(6),destory the entry.
Context
- MIB
- TPLINK-DHCPSERVER-MIB
- OID
.1.3.6.1.4.1.11863.6.38.1.5.1.33- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tpDhcpServerAddrPoolEntry
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-DHCPSERVER-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-DHCPSERVER-MIB::tpDhcpServerAddrPoolStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TPLINK-DHCPSERVER-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TPLINK-DHCPSERVER-MIB::tpDhcpServerAddrPoolStatus.<tpDhcpServerAddrPoolNetwork>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TPLINK-DHCPSERVER-MIB' -M '/opt/observium/mibs/tplink:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TPLINK-DHCPSERVER-MIB::tpDhcpServerAddrPoolStatus'
Syntax
- Source
- TPLINK-TC-MIBTPRowStatus
- Base type
Enumeration
Values & Constraints
Type Values
1 | active |
4 | createAndGo |
6 | destroy |