Skip to content

Commit c1b125a

Browse files
authored
QActive voice changes
1 parent b513eff commit c1b125a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/operator-nexus/howto-configure-network-fabric.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ This article describes how to create a Network fabric by using the Azure Command
1515

1616
## Prerequisites
1717

18-
* A Network fabric Controller has been created--add link in your Azure account.
19-
* A Network fabric Controller instance in Azure can be used for multiple Network-fabrics.
18+
* A Network fabric Controller exists -- add link in your Azure account.
19+
* A Network fabric Controller instance in Azure manages multiple Network-fabrics.
2020
* You can reuse a pre-existing Network fabric Controller.
2121
* Install the latest version of the [CLI commands](#install-cli-extensions)
22-
* Physical infrastructure has been installed and cabled as per BoM.
23-
* ExpressRoute connectivity has been established between the Azure region and your WAN (your networking).
24-
* The needed VLANs, Route-Targets and IP addresses have been configured in your network.
25-
* Terminal server has been [installed and configured](./quickstarts-platform-prerequisites.md#set-up-terminal-server)
22+
* Physical infrastructure installed and cabled as per BoM.
23+
* ExpressRoute connectivity established between the Azure region and your WAN (your networking).
24+
* The needed VLANs, Route-Targets and IP addresses configured in your network.
25+
* Terminal server [installed and configured](./quickstarts-platform-prerequisites.md#set-up-terminal-server)
2626

2727
### Install CLI extensions
2828

@@ -35,19 +35,19 @@ Install latest version of the [necessary CLI extensions](./howto-install-cli-ext
3535
| resource-group | Name of the resource group | "NFResourceGroup" |True | String |
3636
| location | Location of Azure region | "eastus" |True | String |
3737
| resource-name | Name of the FabricResource | Austin-Fabric |True | String |
38-
| nf-sku |Fabric SKU ID, should be based on the SKU of the BoM that was ordered. Contact AFO team for specific SKU value for the BoM | att |True | String|
38+
| nf-sku |Fabric SKU ID, based on the ordered SKU of the BoM. Contact AFO team for specific SKU value for the BoM | att |True | String|
3939
| nfc-id |Network fabric Controller ARM resource ID| |True | String |
4040
||
4141
|**managed-network-config**| Details of management network ||True ||
42-
|ipv4Prefix|IPv4 Prefix of the management network. This Prefix should be unique across all Network-fabrics in a Network fabric Controller. Prefix length should be at least 19 (/20 isn't allowed, /18 and lower are allowed) | 10.246.0.0/19|True | String |
42+
|ipv4Prefix|IPv4 Prefix of the management network. This Prefix should be unique across all Network-fabrics in a Network fabric Controller. Prefix length should be at least 19 (/20 not allowed, /18 and lower allowed) | 10.246.0.0/19|True | String |
4343
||
4444
|**managementVpnConfiguration**| Details of management VPN connection between Network fabric and infrastructure services in Network fabric Controller||True ||
45-
|*optionBProperties*| Details of MPLS option 10B that is used for connectivity between Network fabric and Network fabric Controller||True ||
45+
|*optionBProperties*| Details of MPLS option 10B used for connectivity between Network fabric and Network fabric Controller||True ||
4646
|importRouteTargets|Values of import route targets to be configured on CEs for exchanging routes between CE & PE via MPLS option 10B| 65048:10039|True(If OptionB enabled)|Integer |
4747
|exportRouteTargets|Values of export route targets to be configured on CEs for exchanging routes between CE & PE via MPLS option 10B| 65048:10039|True(If OptionB enabled)|Integer |
4848
||
4949
|**workloadVpnConfiguration**| Details of workload VPN connection between Network fabric and workload services in Network fabric Controller||||
50-
|*optionBProperties*| Details of MPLS option 10B that is used for connectivity between Network fabric and Network fabric Controller||||
50+
|*optionBProperties*| Details of MPLS option 10B used for connectivity between Network fabric and Network fabric Controller||||
5151
|importRouteTargets|Values of import route targets to be configured on CEs for exchanging routes between CE & PE via MPLS option 10B|for example, 65048:10050|True(If OptionB enabled)|Integer |
5252
|exportRouteTargets|Values of export route targets to be configured on CEs for exchanging routes between CE & PE via MPLS option 10B|for example, 65048:10050|True(If OptionB enabled)|Integer |
5353
||

0 commit comments

Comments
 (0)