exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 1 question 92 discussion

Actual exam question from Microsoft's 70-741
Question #: 92
Topic #: 1
[All 70-741 Questions]

HOTSPOT -
You have a Hyper-V host named Server1 that runs Windows Server 2016. Server1 has a virtual switch named Switch1.
Server1 hosts the virtual machines configured as shown in the following table.

Windows Firewall on VM1 and VM2 is configured to allow ICMP traffic. VM1 and VM2 connect to Switch1.
You fail to ping VM1 from VM2.
You need to view the VirtualSubnetId to which VM1 connects.
Which cmdlet should you run on Server1? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
KimmoK
Highly Voted 5 years, 6 months ago
If you list the properties of a VM NetworkAdapter you will see the VirtualSubnetId. https://itproctology.wordpress.com/2012/07/18/server-2012-windows-network-virtualization-part-3-the-virtual-subnet-id/
upvoted 11 times
...
eegza
Highly Voted 5 years, 4 months ago
if you use get-vmnetworkadapter you'll get short list with ip address, switch name, mac etc but when you pass it to "format-list", you'll get hell of a lot more info about it, including VirtualSubnetId.
upvoted 8 times
...
lofzee
Most Recent 3 years, 11 months ago
answer is 100% correct. Get-VMNetworkAdapter -Vmname VM1 | fl the above lists the subnetID - but you have to include the '| fl', other it won't
upvoted 1 times
...
panda
3 years, 11 months ago
I think the given answer is correct, Get-VMNetworkAdpter -VMName VM1, since virtual subnet id is associated to virtual network adapter. Because virtual machine is associated to virtual switch, Get-VM -SwitchName Switch1 can be excluded.
upvoted 1 times
...
ykarma
4 years ago
I believe i got this one on my exam too, not sure. Exam date November 27th 2020
upvoted 3 times
...
Ario
4 years, 9 months ago
Get-VMNetworkAdapter -VMname VM1
upvoted 3 times
...
Justin0020
4 years, 10 months ago
Get-VMNetworkAdapter -VMname VM1 is correct
upvoted 3 times
...
Nhan
4 years, 10 months ago
also, here is the link that confirm the commandlet get-vmnetworkadapter is correct https://www.serverwatch.com/server-tutorials/hyper-v-network-virtualization-overview-and-qa.html
upvoted 2 times
...
Nhan
4 years, 10 months ago
VSID, or Virtual Subnet ID, is assigned to virtual machines participating in the Hyper-V Network virtualization. The VSID range starts from 4096 and goes up to 16,777,214. A virtual machine must be assigned with a VSID in order to participate in HNV. RDID, or Routing Domain ID, is created for isolating customer virtual machines.
upvoted 2 times
...
Nhan
4 years, 10 months ago
get-vmnetworkadapter is correct because this is hyper-V virtual adapter
upvoted 2 times
...
MsT
5 years, 2 months ago
Agree:https://blogs.technet.microsoft.com/keithmayer/2012/10/08/step-by-step-hyper-v-network-virtualization-31-days-of-favorite-features-in-winserv-2012-part-8-of-31/
upvoted 2 times
...
RickSk
5 years, 5 months ago
KimmoK is right. Get-VMNetworkAdapter is the correct commandlet. Be careful not to confuse VLAN with virtual subnet (or virtual network).
upvoted 4 times
...
TMW
5 years, 6 months ago
I believe this one is incorrect. I just ran the commands in my home lab. the get-vmnetworkadapter cmdlet returned the ipaddress, not the VirtualSubnetId. When I ran the get-vmnetworkadaptervlan cmdlet, it lists the vlan. I think the vlan is the same as a VirtualSubnetId. I suggest the correct answer is get-vmnetworkadaptervlan -vmname VM1
upvoted 2 times
Sten111
4 years, 1 month ago
You need to pipe the command to fl which will give you the virtual subnet id like they are doing here.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago