dhcpPoolInetPoolType
ECS3610-MIB ·
.1.3.6.1.4.1.259.10.1.6.1.10.11.3.9.1.2
Object
column r/w
Enumeration
Pool type: notSpecify(1), netWork(2), host(3).
Context
- MIB
- ECS3610-MIB
- OID
.1.3.6.1.4.1.259.10.1.6.1.10.11.3.9.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- dhcpPoolInetEntry
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 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS3610-MIB::dhcpPoolInetPoolType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS3610-MIB::dhcpPoolInetPoolType.<dhcpPoolInetPoolName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS3610-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS3610-MIB::dhcpPoolInetPoolType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSpecify |
2 | netWork |
3 | host |