@@ -58,18 +58,18 @@ The **Enable-NetAdapterEncapsulatedPacketTaskoffload** and **Disable-NetAdapterE
58
58
59
59
### Example 1: Enable encapsulated packet task offload on the specified network adapter
60
60
```
61
- PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -EncapsulatedPacketTaskOffloadEnabled $True
61
+ PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -VxlanEncapsulatedPacketTaskOffloadEnabled $True
62
62
```
63
63
64
- This command enables encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
64
+ This command enables VXLAN encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
65
65
The ** Enable-NetAdapterEncapsulatedPacketTaskOffload** cmdlet is the preferred cmdlet to perform this operation.
66
66
67
67
### Example 2: Disable encapsulated packet task offload on the specified network adapter
68
68
```
69
- PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -EncapsulatedPacketTaskOffloadEnabled $False
69
+ PS C:\> Set-NetAdapterEncapsulatedPacketTaskOffload -Name "MyAdapter" -VxlanEncapsulatedPacketTaskOffloadEnabled $False
70
70
```
71
71
72
- This command disables encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
72
+ This command disables VXLAN encapsulated packet task offload on the network adapter named MyAdapter and restarts the network adapter.
73
73
The ** Disable-NetAdapterEncapsulatedPacketTaskOffload** cmdlet is the preferred cmdlet to perform this operation.
74
74
75
75
## PARAMETERS
@@ -208,7 +208,7 @@ Accept wildcard characters: False
208
208
` ` `
209
209
210
210
# ## -NvgreEncapsulatedPacketTaskOffloadEnabled
211
- {{Fill NvgreEncapsulatedPacketTaskOffloadEnabled Description}}
211
+ Specifies the enabled state of the Network Virtualization Generic Routing Encapsulation (NVGRE) encapsulated packet task offload in the network adapter. The acceptable values for this parameter are : $true or $false.
212
212
213
213
` ` ` yaml
214
214
Type: Boolean
@@ -256,7 +256,7 @@ Accept wildcard characters: False
256
256
` ` `
257
257
258
258
# ## -VxlanEncapsulatedPacketTaskOffloadEnabled
259
- {{Fill VxlanEncapsulatedPacketTaskOffloadEnabled Description}}
259
+ Specifies the enabled state of the Virtual eXtensible Local Area Network (VXLAN) encapsulated packet task offload in the network adapter. The acceptable values for this parameter are : $true or $false.
260
260
261
261
` ` ` yaml
262
262
Type: Boolean
@@ -271,7 +271,7 @@ Accept wildcard characters: False
271
271
` ` `
272
272
273
273
# ## -VxlanUDPPortNumber
274
- {{Fill VxlanUDPPortNumber Description}}
274
+ Specifies the port number to use for the VXLAN UDP destination port.
275
275
276
276
` ` ` yaml
277
277
Type: UInt16
0 commit comments