@@ -303,17 +303,17 @@ Expected Output
303
303
## Create an untrusted L3 isolation domain
304
304
305
305
``` azurecli
306
- az nf l3domain create --resource-group "ResourceGroupName" --resource-name "l3untrust" --location "eastus" --nf-id "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/NFResourceGroupName/providers/Microsoft.ManagedNetworkFabric/networkFabrics/NFName"
306
+ az networkfabric l3domain create --resource-group "ResourceGroupName" --resource-name "l3untrust" --location "eastus" --nf-id "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/NFResourceGroupName/providers/Microsoft.ManagedNetworkFabric/networkFabrics/NFName"
307
307
```
308
308
## Create a trusted L3 isolation domain
309
309
310
310
``` azurecli
311
- az nf l3domain create --resource-group "ResourceGroupName" --resource-name "l3trust" --location "eastus" --nf-id "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/NFResourceGroupName/providers/Microsoft.ManagedNetworkFabric/networkFabrics/NFName"
311
+ az networkfabric l3domain create --resource-group "ResourceGroupName" --resource-name "l3trust" --location "eastus" --nf-id "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/NFResourceGroupName/providers/Microsoft.ManagedNetworkFabric/networkFabrics/NFName"
312
312
```
313
313
## Create a management L3 isolation domain
314
314
315
315
``` azurecli
316
- az nf l3domain create --resource-group "ResourceGroupName" --resource-name "l3mgmt" --location "eastus" --nf-id "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/NFResourceGroupName/providers/Microsoft.ManagedNetworkFabric/networkFabrics/NFName"
316
+ az networkfabric l3domain create --resource-group "ResourceGroupName" --resource-name "l3mgmt" --location "eastus" --nf-id "/subscriptions/xxxxxx-xxxxxx-xxxx-xxxx-xxxxxx/resourceGroups/NFResourceGroupName/providers/Microsoft.ManagedNetworkFabric/networkFabrics/NFName"
317
317
```
318
318
319
319
### Show L3 isolation-domains
@@ -390,7 +390,7 @@ Use the following command to change the administrative state of an L3 isolation
390
390
##Note: At least one internal network should be available to change the adminstrative state of an L3 Isolation Domain.
391
391
392
392
``` azurecli
393
- az nf l3domain update-admin-state --resource-group "ResourceGroupName" --resource-name "example-l3domain" --state Enable/Disable
393
+ az networkfabric l3domain update-admin-state --resource-group "ResourceGroupName" --resource-name "example-l3domain" --state Enable/Disable
394
394
```
395
395
396
396
Expected Output
@@ -426,7 +426,7 @@ Use the `az show` command to verify whether the administrative state has changed
426
426
Use this command to delete an L3 isolation domain:
427
427
428
428
``` azurecli
429
- az nf l3domain delete --resource-group "ResourceGroupName" --resource-name "example-l3domain"
429
+ az networkfabric l3domain delete --resource-group "ResourceGroupName" --resource-name "example-l3domain"
430
430
```
431
431
432
432
Use the ` show ` or ` list ` commands to validate that the isolation-domain has been deleted.
@@ -537,17 +537,17 @@ Expected Output
537
537
## Create an untrusted internal network for an L3 isolation domain
538
538
539
539
``` azurecli
540
- az nf internalnetwork create --resource-group "ResourceGroupName" --l3-isolation-domain-name l3untrust --resource-name untrustnetwork --location "eastus" --vlan-id 502 --fabric-asn 65048 --peer-asn 65047--connected-i-pv4-subnets prefix="10.151.3.11/24" --mtu 1500
540
+ az networkfabric internalnetwork create --resource-group "ResourceGroupName" --l3-isolation-domain-name l3untrust --resource-name untrustnetwork --location "eastus" --vlan-id 502 --fabric-asn 65048 --peer-asn 65047--connected-i-pv4-subnets prefix="10.151.3.11/24" --mtu 1500
541
541
```
542
542
## Create a trusted internal network for an L3 isolation domain
543
543
544
544
``` azurecli
545
- az nf internalnetwork create --resource-group "ResourceGroupName" --l3-isolation-domain-name l3trust --resource-name trustnetwork --location "eastus" --vlan-id 503 --fabric-asn 65048 --peer-asn 65047--connected-i-pv4-subnets prefix="10.151.1.11/24" --mtu 1500
545
+ az networkfabric internalnetwork create --resource-group "ResourceGroupName" --l3-isolation-domain-name l3trust --resource-name trustnetwork --location "eastus" --vlan-id 503 --fabric-asn 65048 --peer-asn 65047--connected-i-pv4-subnets prefix="10.151.1.11/24" --mtu 1500
546
546
```
547
547
## Create an internal management network for an L3 isolation domain
548
548
549
549
``` azurecli
550
- az nf internalnetwork create --resource-group "ResourceGroupName" --l3-isolation-domain-name l3mgmt --resource-name mgmtnetwork --location "eastus" --vlan-id 504 --fabric-asn 65048 --peer-asn 65047--connected-i-pv4-subnets prefix="10.151.2.11/24" --mtu 1500
550
+ az networkfabric internalnetwork create --resource-group "ResourceGroupName" --l3-isolation-domain-name l3mgmt --resource-name mgmtnetwork --location "eastus" --vlan-id 504 --fabric-asn 65048 --peer-asn 65047--connected-i-pv4-subnets prefix="10.151.2.11/24" --mtu 1500
551
551
```
552
552
553
553
@@ -786,27 +786,27 @@ Expected Output
786
786
## Enable an L2 Isolation Domain
787
787
788
788
``` azurecli
789
- az nf l2domain update-administrative-state --resource-group "ResourceGroupName" --resource-name "l2HAnetwork" --state Enable
789
+ az networkfabric l2domain update-administrative-state --resource-group "ResourceGroupName" --resource-name "l2HAnetwork" --state Enable
790
790
```
791
791
792
792
## Enable an L3 isolation domain
793
793
794
794
Use this command to enable an untrusted L3 isolation domain:
795
795
796
796
``` azurecli
797
- az nf l3domain update-admin-state --resource-group "ResourceGroupName" --resource-name "l3untrust" --state Enable
797
+ az networkfabric l3domain update-admin-state --resource-group "ResourceGroupName" --resource-name "l3untrust" --state Enable
798
798
```
799
799
800
800
801
801
Use this command to enable a trusted L3 isolation domain:
802
802
803
803
``` azurecli
804
- az nf l3domain update-admin-state --resource-group "ResourceGroupName" --resource-name "l3trust" --state Enable
804
+ az networkfabric l3domain update-admin-state --resource-group "ResourceGroupName" --resource-name "l3trust" --state Enable
805
805
```
806
806
807
807
808
808
Use this command to enable a management L3 isolation domain:
809
809
810
810
``` azurecli
811
- az nf l3domain update-admin-state --resource-group "ResourceGroupName" --resource-name "l3mgmt" --state Enable
811
+ az networkfabric l3domain update-admin-state --resource-group "ResourceGroupName" --resource-name "l3mgmt" --state Enable
812
812
```
0 commit comments