Skip to content

Commit 8d81e6c

Browse files
authored
Update configure-mirror-hyper-v.md
Bookmark link test
1 parent 5c1d2ab commit 8d81e6c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Before you start:
3030

3131
- Ensure that the data port SPAN configuration isn't configured with an IP address.
3232

33-
## Create new Hyper-V virtual switch to rely the mirrored traffic into the VM
33+
## Create new Hyper-V virtual switch to relay the mirrored traffic into the VM
3434

3535
### Create a new virtual switch with PowerShell
3636

@@ -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 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 earlier](#create-new-hyper-v-virtual-switch-to-relay-the-mirrored-traffic-into-the-vm).
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 earlier](#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](#create-new-hyper-v-virtual-switch-to-relay-the-mirrored-traffic-into-the-vm), 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 earlier](#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](#create-new-hyper-v-virtual-switch-to-relay-the-mirrored-traffic-into-the-vm).
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 earlier](#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](#create-new-hyper-v-virtual-switch-to-relay-the-mirrored-traffic-into-the-vm).
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 [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.
137+
Configure the mirroring mode on the virtual switch you [created earlier](#create-new-hyper-v-virtual-switch-to-relay-the-mirrored-traffic-into-the-vm) 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 [created earlier](#configure-a-traffic-mirroring-port-with-hyper-v) |
151+
|**vSwitch_Span** | Name of the virtual switch you [created earlier](#create-new-hyper-v-virtual-switch-to-relay-the-mirrored-traffic-into-the-vm) |
152152
|**MonitorMode=2** | Source |
153153
|**MonitorMode=1** | Destination |
154154
|**MonitorMode=0** | None |

0 commit comments

Comments
 (0)