To confirm the IP addresses and netmasks have been correctly configured on the network
interfaces, which command(s) should you use?
A.
ipadm show-if
B.
ipadm show-nic
C.
ipadm show-addr
D.
ipadm show-addripadm show-mask
E.
ipadm show-ipipadm show-mask
F.
ipadm show-config
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.Example:
# ipadm show-addr
ADDROBJ TYPE STATE ADDR
lo0/v4 static ok 127.0.0.1/8
lo0/v6 static ok ::1/128
Reference: man ipadm
C
C