You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/defender-for-iot/organizations/traffic-mirroring/configure-mirror-hyper-v.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Where:
44
44
|**vSwitch_Span**|Newly added SPAN virtual switch name |
45
45
|**Ethernet**|Physical adapter name |
46
46
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)
48
48
49
49
### Create a new virtual switch with Hyper-V Manager
50
50
@@ -64,7 +64,7 @@ Reference: [Create and configure a virtual switch with Hyper-V](https://learn.mi
64
64
65
65
## Attach a SPAN Virtual Interface to the virtual switch
66
66
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 youcreated when you [configured the traffic mirroring port](#configure-a-traffic-mirroring-port-with-hyper-v).
68
68
69
69
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`.
70
70
@@ -165,9 +165,9 @@ Get-VMSwitchExtensionPortFeature -FeatureName "Ethernet Switch Port Security Set
165
165
166
166
## Configure VLAN settings for the Monitor adapter (if needed)
167
167
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.
169
169
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:
Learn more about the [Set-VMNetworkAdapterVlan](https://learn.microsoft.com/en-us/powershell/module/hyper-v/set-vmnetworkadaptervlan?view=windowsserver2022-ps) PowerShell cmdlet.
0 commit comments