You need to create a virtual network with two zones, on…

You need to create a virtual network with two zones, one with a web server and the other with an application
server that the web server calls. You decide to create a virtual switch and virtual network interface cards
(VNICs) for the zones.
Select the command that will create the virtual switch.

You need to create a virtual network with two zones, one with a web server and the other with an application
server that the web server calls. You decide to create a virtual switch and virtual network interface cards
(VNICs) for the zones.
Select the command that will create the virtual switch.

A.
dladm create-etherswitch stub0

B.
dladm create-vnic –l net1 vnic1

C.
dladm create-stub –l vnic0 stub0

D.
dladm create-vnic –l stub0 vnic1

E.
dladm create-etherstub vswitchweb1

Explanation:
Create the etherstub.
global# dladm create-etherstub etherstub
Create a VNIC over the etherstub.
global# dladm create-vnic -l etherstub vnic
Note: Etherstubs / Virtual Switches
The Etherstub is craeated as a dummy device to connect the various virtual NICs. User can imagine etherstub
as a Virtual Switch to help visualize the virtual network as a replacement for a physical network where each
physical switch is replaced by a virtual switch.



Leave a Reply 0

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