Skip to content

Commit 4a2c83a

Browse files
committed
Commit
1 parent b5baa8f commit 4a2c83a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,24 @@ Network TAP allows Operators to define destinations and encapsulation mechanism
448448
| destination/type| type of destination.IsolationDomain or NNI | ||
449449
| destination/IsolationDomainProperties| Details of Isolation domain. Encapsulation, Neighbor group IDs | Azure Resource Manager (ARM) ID of internal network or NNI |False|
450450
| destinationTapRuleId| ARMID of the Tap rule, which needs to be applied | |True |
451+
452+
> [!NOTE]
453+
> Network Tap rules and Neighbor Groups must be created prior to refrencing them in Network Tap
454+
455+
### NetworkTAP device programming naming conventions/ best practices:
456+
457+
It is essential to ensure that the configurations and values within these fieldset names (vlanGroupNames, ipGroupNames, PortGroupNames) are correctly defined and do not conflict with each other.
458+
459+
- **Recommendations:**
460+
461+
- **Unique Field-Set Names:** The field-set names across NetworkTAPRules must be unique if the field-set contents are distinct.
462+
463+
- **Unique Resource Names:** The NetworkTAP and NetworkTAPRule resource names must be unique across resource groups within the Fabric.
464+
465+
- **Regional Resource Creation:** The NetworkTAP and NetworkTAPRule resources must be created within the Region and associated with the respective Fabric within the Region.
466+
467+
- **Destination Name Modification:** The destination name is unique for a defined network tap rule destination configuration. Destination name cannot be modified once the network tap configuration is pushed to the device.
468+
451469
### Create Network TAP
452470
This command creates network Tap resource:
453471
```azurecli

0 commit comments

Comments
 (0)