adGenDhcpClientStatusState
ADTRAN-GEN-DHCP-CLIENT-MIB ·
.1.3.6.1.4.1.664.5.80.1.1.1.1.1.1
Object
column AdGenDhcpClientState
Operational state DHCP Client state machine. This state machine is responsible for initiating messages from the DHCP Client and reception of messages from one or more DHCP servers
Context
- MIB
- ADTRAN-GEN-DHCP-CLIENT-MIB
- OID
.1.3.6.1.4.1.664.5.80.1.1.1.1.1.1- Type
- column
- Access
- readonly
- Status
- current
- Parent
- adGenDhcpClientStatusEntry
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 'ADTRAN-GEN-DHCP-CLIENT-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GEN-DHCP-CLIENT-MIB::adGenDhcpClientStatusState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ADTRAN-GEN-DHCP-CLIENT-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ADTRAN-GEN-DHCP-CLIENT-MIB::adGenDhcpClientStatusState.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ADTRAN-GEN-DHCP-CLIENT-MIB' -M '/opt/observium/mibs/adtran:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ADTRAN-GEN-DHCP-CLIENT-MIB::adGenDhcpClientStatusState'
Syntax
- Source
- AdGenDhcpClientState
- Base type
Enumeration
Values & Constraints
Type Values
1 | init |
2 | selecting |
3 | requesting |
4 | bound |
5 | renewing |
6 | rebinding |