| vmName |
cisco-fmcv |
Name the Firewall Management Center Virtual VM in Azure. |
| vmImageId |
/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}/providers/ Microsoft.Compute/images/{image-name |
The ID of the image used for deployment. Internally, Azure associates every resource with a Resource ID. |
| adminUsername |
hjohn |
The username to log into Firewall Management Center Virtual. You cannot use the reserved name ‘admin’, which is assigned to administrator. |
| adminPassword |
E28@4OiUrhx! |
The admin password. Password combination must be an alphanumeric characters with 12 to 72 characters long. The password combination must comprise of lowercase and uppercase letters, numbers and special characters. |
| vmStorageAccount |
hjohnvmsa |
Your Azure storage account. You can use an existing storage account or create a new one. The storage account characters must be between three and 24 characters long. The password combination must contain only lowercase letters and numbers. |
| availabilityZone |
0 |
Specify the availability zone for deployment, public IP and the virtual machine will be created in the specified availability zone. Set it to '0' if you do not need availability zone configuration. Ensure that selected region supports availability zones and value provided is correct. (This must be an integer between 0-3). |
| customData |
{\"AdminPassword\": \"E28@4OiUrhx\",\"Hostname\": \"cisco-mcv\", \"IPv6Mode\": \"DHCP\"} |
The field to provide in the Day 0 configuration to the Firewall Management Center Virtual. By default it has the following three key-value pairs to configure:
'ManageLocally : yes' - This configures the CSF-DM to be used as Firewall Threat Defense Virtual manager. You can configure the CSF-MCv as Firewall Threat Defense Virtual manager and also give the inputs for fields required to configure the same on CSF-MCv. |
| virtualNetworkResourceGroup |
cisco-fmcv |
Name of the resource group containing the virtual network. In case virtualNetworkNewOr Existing is new, this value should be same as resource group selected for template deployment. |
| virtualNetworkName |
cisco-mcv-vnet |
The name of the virtual network. |
| ipAllocationMethod |
Dynamic |
IP allocation from Azure. Static : Manual, Dynamic : DHCP |
| mgmtSubnetName |
mgmt |
Management center IP on the mgmt interface (example: 192.168.0.10) |
| mgmtSubnetIP |
10.4.1.15 |
FMC IP on the mgmt interface (example: 192.168.0.10) |
| mgmtSubnetIPv6 |
ace:cab:deca:dddd::c3 |
FMC IPv6 on the mgmt interface (example: ace:cab:deca:dddd::6) |
| virtualNetworkNewOrExisting |
new |
This parameter determines whether a new virtual network should be created or an existing virtual network is to be used. |
| virtualNetworkAddressPrefixes |
10.151.0.0/16 |
IPv4 address prefix for the virtual network, this is required only if 'virtualNetworkNewOr Existing' is set to 'new'. |
| virtualNetworkv6AddressPrefixes |
ace:cab:deca::/48 |
IPv6 address prefix for the virtual network, this is required only if 'virtualNetworkNewOr Existing' is set to 'new'. |
| Subnet1Name |
mgmt-ipv6 |
Management subnet name. |
| Subnet1Prefix |
10.151.1.0/24 |
Management subnet IPv4 Prefix, this is required only if 'virtualNetworkNewOr Existing' is set to 'new'. |
| Subnet1IPv6Prefix |
ace:cab:deca:1111::/64 |
Management subnet IPv6 Prefix, this is required only if 'virtualNetworkNewOr Existing' is set to 'new'. |
| subnet1StartAddress |
10.151.1.4 |
Management interface IPv4 address. |
| subnet1v6StartAddress |
ace:cab:deca:1111::6 |
Management interface IPv6 address. |
| Subnet2Name |
diag |
Data interface 1 subnet name. |
| Subnet2Prefix |
10.151.2.0/24 |
Data interface 1 Subnet IPv4 prefix, this is required only if 'virtualNetworkNewOr Existing' is set to 'new'. |
| Subnet2IPv6Prefix |
ace:cab:deca:2222::/64 |
Data interface 1 Subnet IPv6 Prefix, this is required only if 'virtualNetworkNewOr Existing' is set to 'new'. |
| subnet2StartAddress |
10.151.2.4 |
Data interface 1 IPv4 address. |
| subnet2v6StartAddress |
ace:cab:deca:2222::6 |
Data interface 1 IPv6 address. |
| Subnet3Name |
inside |
Data interface 2 subnet name. |
| Subnet3Prefix |
10.151.3.0/24 |
Data interface 2 Subnet IPv4 Prefix, this is required only if 'virtualNetworkNewOr Existing' is set to 'new'. |
| Subnet3IPv6Prefix |
ace:cab:deca:3333::/64 |
Data interface 2 Subnet IPv6 Prefix, this is required only if 'virtualNetworkNewOr Existing' is set to 'new'. |
| subnet3StartAddress |
10.151.3.4 |
Data interface 2 IPv4 address. |
| subnet3v6StartAddress |
ace:cab:deca:3333::6 |
Data interface 2 IPv6 address. |
| Subnet4Name |
outside |
Data interface 3 subnet name. |
| Subnet4Prefix |
10.151.4.0/24 |
Data interface 3 subnet IPv4 Prefix, this is required only if 'virtualNetworkNewOr Existing' is set to 'new' |
| Subnet4IPv6Prefix |
ace:cab:deca:4444::/64 |
Data interface 3 Subnet IPv6 Prefix, this is required only if 'virtualNetworkNewOr Existing' is set to 'new'. |
| subnet4StartAddress |
10.151.4.4 |
Data interface 3 IPv4 Address. |
| subnet4v6StartAddress |
ace:cab:deca:4444::6 |
Data interface 3 IPv6 Address. |
| vmSize |
Standard_D4_v2 |
Size of the Firewall Management Center Virtual VM. Standard_D4_v2 is the default. |