To confirm the IP address and netmask have been correctly configured on the network interfaces
which command should you use?
A.
ipdilm show-if
B.
ipadm show-nic
C.
ipadm show-addr
D.
ipadm show-ifconfig
E.
ipadm show-addripadm show-mask
Explanation:
Show address information, either for the given addrobj or all the address objects
configured on the specified interface, including the address objects that are only in the persistent
configuration.
State can be: disabled, down, duplicate, inaccessible, ok, tentative
Example:
# ipadm show-addr
ADDROBJ TYPE STATE ADDR
lo0/v4 static ok 127.0.0.1/8
lo0/v6 static ok ::1/128
B
Whoops! Previous answer was a typo. Correct answer is C, ipadm show-addr to show configured IP address and netmask assigned to network interface/s.
C