dhcpSrvBindState
SUPERMICRO-DHCP-SERVER-MIB ·
.1.3.6.1.4.1.10876.101.1.84.2.1.1.6
Object
column Enumeration
State of the binding. In offered state offer has been sent, but no req has been received from the client.In assigned state the address is assigned to the client. In probing state the address is currently being probed by the dhcp server.
Context
- MIB
- SUPERMICRO-DHCP-SERVER-MIB
- OID
.1.3.6.1.4.1.10876.101.1.84.2.1.1.6- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dhcpSrvBindingEntry
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 'SUPERMICRO-DHCP-SERVER-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-DHCP-SERVER-MIB::dhcpSrvBindState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-DHCP-SERVER-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-DHCP-SERVER-MIB::dhcpSrvBindState.<dhcpSrvBindIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-DHCP-SERVER-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-DHCP-SERVER-MIB::dhcpSrvBindState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | offered |
2 | assigned |
5 | probing |