Skip to content

Commit bc45061

Browse files
authored
Update configure-mirror-hyper-v.md
Previous wording was vague and incorrect, corrected it.
1 parent 3e8ada8 commit bc45061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/defender-for-iot/organizations/traffic-mirroring/configure-mirror-hyper-v.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,9 @@ Get-VMSwitchExtensionPortFeature -FeatureName "Ethernet Switch Port Security Set
165165

166166
## Configure VLAN settings for the Monitor adapter (if needed)
167167

168-
If the Hyper-V server is located in a different VLAN than the VLAN from which the mirrored traffic originates, set the Monitor adapter to accept traffic from the mirrored VLANs.
168+
If the mirrored traffic is VLAN tagged, configure the Monitor adapter of the VM to accept traffic from the mirrored VLAN(s).
169169

170-
Use this PowerShell command to enable the Monitor adapter to accept the monitored traffic from different VLANs:
170+
Use this PowerShell command to enable the Monitor adapter of the VM to accept the monitored traffic from different VLANs:
171171
```PowerShell
172172
Set-VMNetworkAdapterVlan -VMName VK-C1000V-LongRunning-650 -VMNetworkAdapterName Monitor -Trunk -AllowedVlanIdList 1010-1020 -NativeVlanId 10
173173
```

0 commit comments

Comments
 (0)