dhcpinfo command
Use this command to view the DHCP server-assigned IP configuration for eth0.
Use the dhcpinfo command to view the DHCP server-assigned IP configuration for eth0, if the interface is configured automatically by a DHCP server. You can use the ifconfig command to enable or disable DHCP.
Syntax:
dhcpinfo eth0

The following table describes the output from the example.
| Option | Description |
|---|---|
| -server | DHCP server that assigned the configuration |
| -n | Assigned host name |
| -i | Assigned IPv4 address |
| -g | Assigned gateway address |
| -s | Assigned subnet mask |
| -d | Assigned domain name |
| -dns1 | Primary IPv4 DNS server IP address |
| -dns2 | Secondary IPv4 DNS IP address |
| -dns3 | Tertiary IPv4 DNS server IP address |
| -i6 | IPv6 address |
| -d6 | IPv6 domain name |
| -dns61 | Primary IPv6 DNS server IP address |
| -dns62 | Secondary IPv6 DNS IP address |
| -dns63 | Tertiary IPv6 DNS server IP address |
Give documentation feedback