You want to display the IP address assignments of the network interfaces. Which command should you use?
To confirm the IP address and netmask have been correctly configured on the network interfaces which command should you use?
On which is the open boot prom available?
You created an IP address for interface not.3 with the following command, which executed successfully:
ipadm create-addr –T static –a 192.168.0.100/24 net3/v4
You then ran:
ipadm show–if
The result indicated that the interface was down.
You then ran:
ipadm delete-addr net3/v4
ipadm create-addr –T static –a 192.168.0.101/24 net3/v4
ipadm show-if
The last command indicated that the interface was up.
Why did it work with the second address specified, but not the first?