Skip to content

Commit 167a314

Browse files
authored
Update configure-mirror-hyper-v.md
Changes advised by @limwainstein
1 parent ce544ed commit 167a314

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Where:
4444
|**vSwitch_Span** |Newly added SPAN virtual switch name |
4545
|**Ethernet** |Physical adapter name |
4646

47-
Reference: [Create and configure a virtual switch with Hyper-V](https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines?tabs=powershell#create-a-virtual-switch)
47+
Learn how to [Create and configure a virtual switch with Hyper-V](https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines?tabs=powershell#create-a-virtual-switch)
4848

4949
### Create a new virtual switch with Hyper-V Manager
5050

@@ -64,7 +64,7 @@ Reference: [Create and configure a virtual switch with Hyper-V](https://learn.mi
6464

6565
## Attach a SPAN Virtual Interface to the virtual switch
6666

67-
Use Windows PowerShell or Hyper-V Manager to attach a SPAN virtual interface to the virtual switch you'd [created earlier](#configure-a-traffic-mirroring-port-with-hyper-v).
67+
Use Windows PowerShell or Hyper-V Manager to attach a SPAN virtual interface to the virtual switch you created when you [configured the traffic mirroring port](#configure-a-traffic-mirroring-port-with-hyper-v).
6868

6969
If you use PowerShell, define the name of the newly added adapter hardware as `Monitor`. If you use Hyper-V Manager, the name of the newly added adapter hardware is set to `Network Adapter`.
7070

@@ -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-
In case the HYper-V server would sit in a diffeernt VLAN than the VLAN from which the mirrored traffic comes, the Monitor adapter must be set to accpet traffic from the mirrored VLANs
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.
169169

170-
Use below PowerShell command to enable the Monitor adapter to accept traffic from the monitored traffic from different VLANs:
170+
Use this PowerShell command to enable the Monitor adapter 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
```
@@ -179,7 +179,7 @@ Where:
179179
|**1010-1020** |VLAN range from which IoT traffic is mirrored |
180180
|**10** |tive VLAN ID of the environment |
181181

182-
Reference: [Set-VMNetworkAdapterVlan](https://learn.microsoft.com/en-us/powershell/module/hyper-v/set-vmnetworkadaptervlan?view=windowsserver2022-ps)
182+
Learn more about the [Set-VMNetworkAdapterVlan](https://learn.microsoft.com/en-us/powershell/module/hyper-v/set-vmnetworkadaptervlan?view=windowsserver2022-ps) PowerShell cmdlet.
183183

184184
[!INCLUDE [validate-traffic-mirroring](../includes/validate-traffic-mirroring.md)]
185185

0 commit comments

Comments
 (0)