cie1000DhcpServerStatusBindingState
CIE1000-DHCP-SERVER-MIB ·
.1.3.6.1.4.1.9.9.832.1.109.1.3.3.1.2
Object
State of binding. none(0) means the binding is not in use. allocated(1) means the binding is allocated to the new DHCP client who send DHCPDISCOVER. committed(2) means the binding is committed as the DHCP process is completed successfully. expired(3) means the lease of the binding expired.
Context
- MIB
- CIE1000-DHCP-SERVER-MIB
- OID
.1.3.6.1.4.1.9.9.832.1.109.1.3.3.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cie1000DhcpServerStatusBindingEntry
- Groups
- 1
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 'CIE1000-DHCP-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-DHCP-SERVER-MIB::cie1000DhcpServerStatusBindingState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CIE1000-DHCP-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CIE1000-DHCP-SERVER-MIB::cie1000DhcpServerStatusBindingState.<cie1000DhcpServerStatusBindingIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CIE1000-DHCP-SERVER-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CIE1000-DHCP-SERVER-MIB::cie1000DhcpServerStatusBindingState'
Syntax
- Source
- CIE1000DhcpServerBindingStateEnum
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | allocated |
2 | committed |
3 | expired |