Skip to content

Commit fd594ba

Browse files
authored
Update configure-mirror-hyper-v.md
Link and consistency corrections
1 parent 4228d01 commit fd594ba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 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-
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)
47+
Learn how to [Create and configure a virtual switch with Hyper-V](https://learn.microsoft.com/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,13 +64,13 @@ Learn how to [Create and configure a virtual switch with Hyper-V](https://learn.
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 created when you [configured the traffic mirroring port](#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 earlier](#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

7171
### Attach a SPAN virtual interface to the virtual switch with PowerShell
7272

73-
1. Select the newly added SPAN virtual switch you created when you [configured the traffic mirroring port](#configure-a-traffic-mirroring-port-with-hyper-v), and run the following command to add a new network adapter:
73+
1. Select the newly added SPAN virtual switch you [created earlier](#configure-a-traffic-mirroring-port-with-hyper-v), and run the following command to add a new network adapter:
7474

7575
```powershell
7676
ADD-VMNetworkAdapter -VMName VK-C1000V-LongRunning-650 -Name Monitor -SwitchName vSwitch_Span
@@ -108,7 +108,7 @@ If you use PowerShell, define the name of the newly added adapter hardware as `M
108108
109109
## Turn on Microsoft NDIS capture extensions with PowerShell
110110
111-
Turn on support for [Microsoft NDIS Capture Extensions](/windows-hardware/drivers/network/capturing-extensions) for the virtual switch you created when you [configured the traffic mirroring port](#configure-a-traffic-mirroring-port-with-hyper-v).
111+
Turn on support for [Microsoft NDIS Capture Extensions](/windows-hardware/drivers/network/capturing-extensions) for the virtual switch you [created earlier](#configure-a-traffic-mirroring-port-with-hyper-v).
112112
113113
**To enable Microsoft NDIS capture extensions for your new virtual switch**:
114114
@@ -118,7 +118,7 @@ Enable-VMSwitchExtension -VMSwitchName vSwitch_Span -Name "Microsoft NDIS Captur
118118

119119
## Turn on Microsoft NDIS capture extensions with Hyper-V Manager
120120

121-
Turn on support for [Microsoft NDIS Capture Extensions](/windows-hardware/drivers/network/capturing-extensions) for the virtual switch you created when you [configured the traffic mirroring port](#configure-a-traffic-mirroring-port-with-hyper-v).
121+
Turn on support for [Microsoft NDIS Capture Extensions](/windows-hardware/drivers/network/capturing-extensions) for the virtual switch you [created earlier](#configure-a-traffic-mirroring-port-with-hyper-v).
122122

123123
**To enable Microsoft NDIS capture extensions for your new virtual switch**:
124124

@@ -134,7 +134,7 @@ Turn on support for [Microsoft NDIS Capture Extensions](/windows-hardware/driver
134134

135135
## Configure the switch's mirroring mode
136136

137-
Configure the mirroring mode on the virtual switch you'd [created earlier](#configure-a-traffic-mirroring-port-with-hyper-v) so that the external port is defined as the mirroring source. This includes configuring the Hyper-V virtual switch (vSwitch_Span) to forward any traffic that comes to the external source port to a virtual network adapter configured as the destination.
137+
Configure the mirroring mode on the virtual switch you [created earlier](#create-a-new-virtual-switch-with-powershell) so that the external port is defined as the mirroring source. This includes configuring the Hyper-V virtual switch (vSwitch_Span) to forward any traffic that comes to the external source port to a virtual network adapter configured as the destination.
138138

139139
To set the virtual switch's external port as the source mirror mode, run:
140140

@@ -148,7 +148,7 @@ Where:
148148

149149
| Parameter | Description |
150150
|--|--|
151-
|**vSwitch_Span** | Name of the virtual switch you'd [created earlier](#configure-a-traffic-mirroring-port-with-hyper-v) |
151+
|**vSwitch_Span** | Name of the virtual switch you [created earlier](#configure-a-traffic-mirroring-port-with-hyper-v) |
152152
|**MonitorMode=2** | Source |
153153
|**MonitorMode=1** | Destination |
154154
|**MonitorMode=0** | None |
@@ -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-
Learn more about the [Set-VMNetworkAdapterVlan](https://learn.microsoft.com/en-us/powershell/module/hyper-v/set-vmnetworkadaptervlan?view=windowsserver2022-ps) PowerShell cmdlet.
182+
Learn more about the [Set-VMNetworkAdapterVlan](https://learn.microsoft.com/powershell/module/hyper-v/set-vmnetworkadaptervlan) PowerShell cmdlet.
183183

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

0 commit comments

Comments
 (0)