1Z0-822 · Question #87
Which sequence of commands will create a virtual network interface?
The correct answer is A. Option A. 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…
Question
Which sequence of commands will create a virtual network interface?
Exhibit
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(22 responses)- A91% (20)
- B5% (1)
- C5% (1)
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.
Topics
Community Discussion
No community discussion yet for this question.
