Skip to content

frost52/terraform_az_cisco_ftdv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There is a Terraform template for deploying several FTD appliances with High Availability

Approach details here

FTD appliance needs additional configuration

  • set outside DNAT
  • set default route to outside interface
  • set route for user subnets to inside interface
  • set route for azure-lb-utility-ip (168.63.129.16) to inside interface ( for iLB probe check )
  • accept ssh connection from azure-lb-utility-ip (168.63.129.16) on inside interface ( for iLB probe check )

To accept Cisco FTDv legal terms use following Azure CLI commands

set a subscription ID if your accout has several subscriptions

  • az account set --subscription <subscription_id>

and accept the license agreement

  • az vm image terms accept --urn <publisher>:<offer>:<sku>:<version>

Example:

  • az account set --subscription 11223344-5566-7788-99aa-bbccddeeff00
  • az vm image terms accept --urn cisco:cisco-ftdv:ftdv-azure-byol:66191.0.0

About

Terraform template for Azure - Cisco FTDv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages