You are troubleshooting interface net3 and you enter the following sequence of commands: Your next command should be:

You are troubleshooting interface net3 and you enter the following sequence of commands:
Your next command should be:

You are troubleshooting interface net3 and you enter the following sequence of commands:
Your next command should be:

A.
ipadm up-addr net3/v4

B.
ipadm create-addr -T static -a 192.168.1.25/24 net3

C.
ipadm create-ip -T static -a 192.168.1.25/24 -n net3

D.
ipadm enable-if -T net3

E.
<ipadm create-vnic -a 192.168.1.25/24 net3/v4



Leave a Reply 2

Your email address will not be published. Required fields are marked *

17 + 18 =


mahoni

mahoni

Answer: B
Explanation:
If you are assigning a static IP address, use the following syntax:
# ipadm create-addr -T static -a address addrobj
where addrobj uses the naming format interface/user-defined-string, such as e1000g0/v4globalz.
Note:
create-addr [-t] -T static [-d] -a {local | remote}=addr[/prefixlen], … addrobj Creates a static IPv4 or
IPv6 address on the interface specified in addrobj. If the interface on which the address is created
is not plumbed, this subcommand will implicitly plumb the interface. The created static address will
be identified by addrobj. By default, a configured address will be marked up, so that it can be used
as a source or destination of or for outbound and inbound packets.
Reference: man ipadmn