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 [ethernet_number]
Example:
dhcpinfo eth1
The following table describes the output from the example.
Field | Description |
---|---|
-server | DHCP server that assigned the configuration |
-n | Assigned host name |
-i | Assigned IPv4 address |
-i6 | Assigned IPv6 address |
-g | Assigned gateway address |
-s | Assigned subnet mask |
-d | Assigned IPv4 domain name |
-d6 | Assigned IPv6 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