The interface net3 should be operating, but is not.
Command:
ipadm show-addr | grep net3
Response:
net3/v4 static down 192.168.0.200/24
Which command should you enter next?
A.
ipadm create-ip
B.
ipadm enable-if
C.
ipadm show-if
D.
ipadm up-addr
Explanation:
enable-if -t interface
Enables the given interface by reading the configuration from the persistent store. All the
persistent interface properties, if any, are applied and all the persistent addresses, if any, on the
given interface will be enabled.
-t, –temporary
Specifies that the enable is temporary and changes apply only to the active configuration.
D
D.
D
-D-
up-addr [-t] addrobj
The address identified by addrobj is marked up, so that
it can be used as a source/destination of
outbound/inbound packets. This subcommand has no effect
if the address object has been marked down by the system
because it is a duplicate address, or if the address was
marked up prior to the up-addr invocation. If the
address object is of type addrconf, the command returns
an error.