ipDhcpPoolAliveCheck
BINTEC-DYNIP-MIB ·
.0.52.3.1.9
Object
column r/w
Enumeration
Enables or disables the alive checking for the associated pool. The alive check allows the system to purge dynamic entries whose lease is still valid but the client no longer exists. - disabled : disables alive check for pool users - enabled : enables alive check for pool users
Context
- MIB
- BINTEC-DYNIP-MIB
- OID
.0.52.3.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ipDhcpPoolEntry
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 'BINTEC-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-DYNIP-MIB::ipDhcpPoolAliveCheck'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BINTEC-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BINTEC-DYNIP-MIB::ipDhcpPoolAliveCheck.<ipDhcpPoolIfIndex>.<ipDhcpPoolDynAddrPoolId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BINTEC-DYNIP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BINTEC-DYNIP-MIB::ipDhcpPoolAliveCheck'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | disabled |
2 | enabled |