Which sequence of commands will create a virtual network interface?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
Explanation:
How to Create a Virtual Network Interface
This procedure shows how to create a virtual network interface card (VNIC).
1. Create a VNIC over a datalink.
# dladm create-vnic -l link vnic
link is the name of the datalink over which the VNIC is configured.
vnic is the VNIC which you can label with a customized name as well.
2. Create a VNIC IP interface over the link.
# ipadm create-ip vnic
3. Configure the VNIC with a valid IP address.
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.