An administrator is virtualizing a physical application server and adding it to an existing multi-tiered vApp. The application license is currently tied to the physical
NIC’s MAC address, so the administrator needs to ensure the license will function properly in the virtual machine.
Which two actions can the administrator take to satisfy this task? (Choose two.)

A.
Set the MAC address for the vNIC in the guest operating system.
B.
Install the physical server’s NIC into the ESXi host.
C.
Configure the MAC address for the vNIC using the vSphere Web Client.
D.
Assign the physical server NIC’s MAC address in the vSphere Distributed Switch.
Explanation:
First set the MAC address for the vNIC in the guest operating system and install the physical server’s NIC into the ESXi host.
http://rickardandersson.com/manual-mac-address-for-a-vmware-guest
B and C surely ?
0
0
Agree with Derek, tested it my test environment and you can set a custom mac adres to a virtual network adapter.
0
0
Then should be A and C.
Installing the physical server’s NIC into the ESXi host will only change uplink link’s MAC. Isn’t it?
2
0
A,C
0
0
A, C
https://pubs.vmware.com/workstation-9/index.jsp?topic=%2Fcom.vmware.ws.using.doc%2FGUID-5C55C285-79B0-404F-95A5-87F64C41E3DC.html
0
0
Besides, some new 85Q VMware 2V0-602 dumps are available here:
https://drive.google.com/open?id=0B-ob6L_QjGLpZGoxeGwzYVZGZmM
Best Regards!
0
0
I had to think about this one, also questioned the answers given
If the server was a phsycial it has a vendor assigned mac address. Vmware operates inside a specific mac address range being The MAC address range is 00:50:56:00:00:00-00:50:56:3F:FF:FF.
To apply a non vmware MAC address you need to edit the VMs .vmx
https://kb.vmware.com/s/article/507
3.Add a new static MAC address line to the configuration file with help of the following entries:
ethernetN.address = “00:50:56:XX:YY:ZZ”
ethernetN.addressType = “static”
To change the MAC address to a non-vmware address (in the case of a P2V where software on the PC is licensed against the original MAC address) add these lines to the .vmx:
ethernetN.addressType = “static”
ethernetN.address = “
”
Therfore the only answers that marry up are A and B
1
2