Cisco Cloud Services Router 1000v - Existing VirtualNetwork (4 subnets)
This deployment creates a CSR with 4 NICs, placed in an existing virtualNetwork. The virutal network must have at least 4 subnets. User defined routes are created on the subnets to ensure the CSR is used as the default gateway for virtual machines in the private subnet. Finally, the IP Forwarding flag is set on Azure to allow the CSR to properly pass traffic. To deploy this template to Azure Government, go to the Quickstart repository via the Browse on GitHub button.
Este modelo do ARM (Azure Resource Manager) foi criado por um membro da comunidade, e não pela Microsoft. Cada modelo do ARM é licenciado para você de acordo com o contrato de licença de seu proprietário, e não da Microsoft. A Microsoft não é responsável por modelos do ARM fornecidos e licenciado por membros da comunidade e não avalia sua segurança, compatibilidade ou desempenho. Modelos do ARM da comunidade não têm suporte de nenhum programa ou serviço de suporte da Microsoft e são disponibilizados DA FORMA COMO ESTÃO, sem nenhum tipo de garantia.
Parâmetros
Nome do parâmetro | Descrição |
---|---|
adminUsername | Username for the Virtual Machine. |
adminPassword | Password for the Virtual Machine. |
virtualNetworkResourceGroupName | Name of the resource group that contains the existing virtual network. |
virtualNetworkName | Name of the existing virtual network the router will be deployed to. |
subnet1Name | Name of the first subnet. |
subnet2Name | Name of the second subnet. |
subnet3Name | Name of the third subnet. |
subnet4Name | Name of the fourth subnet. |
location | Location for all resources. |
Usar o modelo
PowerShell
New-AzureRmResourceGroupDeployment -Name <deployment-name> -ResourceGroupName <resource-group-name> -TemplateUri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/cisco-csr-1000v-existing-vnet-4-nic/azuredeploy.jsonInstale e configure o PowerShell do Azure
Linha de comando
azure config mode armInstalar e configurar a Interface de Linha de Comando de Plataforma Cruzada do Azure
azure group deployment create <my-resource-group> <my-deployment-name> --template-uri https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/cisco-csr-1000v-existing-vnet-4-nic/azuredeploy.json