Skip to content

Commit 07f3ef3

Browse files
committed
Update howto-configure-network-packet-broker.md
1 parent ce91bba commit 07f3ef3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/operator-nexus/howto-configure-network-packet-broker.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Azure Operator Nexus's Network Packet Broker is a specialized offering from Micr
1414

1515
The Network Packet Broker (NPB) is designed and modeled as a separate top-level Azure Resource Manager (ARM) resource under Microsoft.managednetworkfabric. Operators can Create, Read, Update and Delete Network TAP, Network TAP rule and Neighbor Group functions. Each network packet broker has multiple resources such as Network TAP, Neighbor Group, & Network TAP Rules to manage, filter and forward designated traffic.
1616

17+
> [!Note]
18+
> Update operations are not currently supported for Neighbor Groups. Changes made via CLI or API will not reflect on the network device.
19+
1720
## Steps to Enable Network Packet Broker
1821

1922
**Prerequisites**
@@ -356,6 +359,10 @@ Neighbor Group resource has the ability to group destinations for forwarding the
356359
| resource-name | Resource Names of the NeighborGroup | example-Neighbor |True |
357360
| location | AzON Azure Region used during NFC Creation | eastus |True |
358361
| destination |List of Ipv4 or Ipv6 destinations to forward traffic | 10.10.10.10|True |
362+
363+
> [!Note]
364+
> If you need to modify a Neighbor Group, you must delete and recreate it. Update operations are not supported and will not apply changes to the network device.
365+
359366
### Create Neighbor group
360367
This command creates a Neighbor Group resource:
361368
```azurecli

0 commit comments

Comments
 (0)