ipConfigurationDHCPStatus
Jetnet4508fV2 ·
.1.3.6.1.4.1.24062.2.2.18.2.3.1.1.2
Object
column mandatory
r/w
Enumeration
Parameter configuring DHCP client functionality of the
device. When enabled, device will be a DHCP client and
request for the IP configuration from DHCP server.
The Dynamic Host Configuration Protocol (DHCP) automates
the assignment of IP addresses, subnet masks, default
routers, and other IP parameters. The assignment usually
occurs when the DHCP-configured machine boots up or regains
connectivity to the network. The DHCP client sends out a
query requesting a response from a DHCP server on the
locally attached network. The query is typically initiated
immediately after booting up and before the client initiates
any IP based communication with other hosts. The DHCP server
then replies to the client with its assigned IP address,
subnet mask, DNS server and default gateway information.
Note: Other items in this table will not be modified, when
ipConfigurationDHCPStatus is enabled.
Context
- MIB
- Jetnet4508fV2
- OID
.1.3.6.1.4.1.24062.2.2.18.2.3.1.1.2- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- ipConfigurationEntry
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 'Jetnet4508fV2' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Jetnet4508fV2::ipConfigurationDHCPStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'Jetnet4508fV2' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Jetnet4508fV2::ipConfigurationDHCPStatus.<ipConfigurationIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Jetnet4508fV2' -M '/opt/observium/mibs/korenix:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Jetnet4508fV2::ipConfigurationDHCPStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |