exam questions

Exam 70-410 All Questions

View all questions & answers for the 70-410 exam

Exam 70-410 topic 1 question 2 discussion

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

Your network contains an Active Directory domain named adatum.com. The domain contains a member server named Host1. Host1 runs Windows Server 2012
R2 and has the Hyper-V server role installed.
Host1 hosts two virtual machines named VM5 and VM6. Both virtual machines connect to a virtual switch named Virtual1.
On VM5, you install a network monitoring application named Monitor1.
You need to capture all of the inbound and outbound traffic to VM6 by using Monitor1.
Which two commands should you run from Windows PowerShell? (Each correct answer presents part of the solution. Choose two.)

  • A. Get-VM "VM6″ | Set-VMNetworkAdapter-IovWeight 1
  • B. Get-VM "VM5″ I Set-VMNetworkAdapter -IovWeight 0
  • C. Get-VM "VM5″ | Set-VMNetworkAdapter -PortMirroring Source
  • D. Get-VM "VM6″ | Set-VMNetworkAdapter -AllowTeaming On
  • E. Get-VM "VM6″ | Set-VMNetworkAdapter -PortMirroring Destination
  • F. Get-VM "VM5″ | Set-VMNetworkAdapter -AllowTeaming On
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️
- PortMirroring specifies the port mirroring mode for the network adapter. This can be set to None, Source, and Destination.
✑ If set to Source, a copy of every network packet it sends or receives is forwarded to a virtual network adapter configured to receive the packets.
✑ If set to Destination, it receives copied packets from the source virtual network adapter.
In this scenario, VM5 is the destination which must receive a copy of the network packets from VM6, which s the source.
Reference: http://technet.microsoft.com/en-us/library/hh848457.aspx

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
shamikie
4 years, 10 months ago
The inbound and outbound traffic is from VM6 so it makes it a source and the VM5 a destination.
upvoted 1 times
...
pedrosudrajat
5 years ago
C. Get-VM "VM5″ | Set-VMNetworkAdapter -PortMirroring Source E. Get-VM "VM6″ | Set-VMNetworkAdapter -PortMirroring Destination
upvoted 1 times
...
RachBou
5 years ago
Why vm5 is source and vm6 destination and not vm5 destination and vm6 source ?
upvoted 2 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 ...