Working With DHCP in Oracle® Solaris 11.2

Exit Print View

Updated: July 2014
 
 

ipadm Command Options Used With the DHCP Client

This section summarizes the command options, which are documented in the ipadm(1M) man page.

The ipadm command enables you to do the following:

  • Create the IP interface – The command ipadm create-ip creates the IP interface which you then configure with IP addresses. The addresses can either be static or dynamic. Creating the IP interface is a prerequisite command before you can assign the addresses.

  • Start the DHCP client – The command ipadm create-addr -T dhcp dhcp-addrobj initiates the interaction between dhcpagent and the DHCP server to obtain an IP address and a new set of configuration options. This command is useful when you change information that you want a client to use immediately, such as when you add IP addresses or change the subnet mask.

  • Request network configuration information only – The command ipadm refresh-addr -i dhcp-addrobj causes dhcpagent to issue a request for network configuration parameters, with the exception of the IP address. This command is useful when the network interface has a static IP address, but the client system needs updated network options. For example, this command is useful if you do not use DHCP to manage IP addresses, but you do use it to configure hosts on the network.

  • Request a lease extension – The command ipadm refresh-addr dhcp-addrobj causes dhcpagent to issue a request to renew the lease. The client does automatically request to renew leases. However, you might want to use this command if you change the lease time and want clients to use the new lease time immediately, rather than waiting for the next attempt at lease renewal.

  • Release the IP address – The command ipadm delete-addr -r dhcp-addrobj causes dhcpagent to relinquish the IP address used by the network interface. Release of the IP address happens automatically when the lease expires. You might want to issue this command with a laptop, for example, when leaving a network and planning to start the system on a new network. See also the /etc/default/dhcpagent configuration file RELEASE_ON_SIGTERM property.

  • Drop the IP address – The command ipadm delete-addr dhcp-addrobj causes dhcpagent to take down the network interface without informing the DHCP server and cache the lease in the file system. This command enables the client to use the same IP address when it reboots.


Note - Currently, the ipadm command has no equivalent functionality for the ifconfig [inet6] interface status command.