Cisco NGFWv scalable design (aka - Azure LB sandwich model)

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ธ.ค. 2024

ความคิดเห็น • 37

  • @markrawson1435
    @markrawson1435 2 ปีที่แล้ว +1

    You did such a great job on this video, thanks for your support

  • @marteenhd
    @marteenhd 4 ปีที่แล้ว +1

    great video! Awesome work sharing this. Thanks!

  • @babajidetokosi6560
    @babajidetokosi6560 7 หลายเดือนก่อน

    If you have a route based Site to Site VPN to On-Premise from the FTDs, How do one handle routing to ensure the FTD that pass the traffic to on-premise is the one that will receive it back from on-premise

  • @102RoadRunner
    @102RoadRunner 2 ปีที่แล้ว +1

    Anubhav, amazing tutorial. How can I modify the ARM template to use 7.2 so I can manage via FMC CDO, I'm new at implement workloads in Azure but your current template worked perfectly, just 6.4. Also I noticed that you didn't apply NSG's to a resource, did I miss anything.

    • @AnubhavSwami
      @AnubhavSwami  2 ปีที่แล้ว

      Hi Steve, please check this link: github.com/CiscoDevNet/secure-firewall/tree/main/FTD/Azure
      we have updated ARM and Terraform templates!

    • @102RoadRunner
      @102RoadRunner 2 ปีที่แล้ว +1

      @@AnubhavSwami I was able to attached vFMC to management subnet and upgrade device to 7.2, I will use the new ARM templates next time. For someone who hasn't done this before you made it sooooooo easy.

  • @arpitjain7170
    @arpitjain7170 6 ปีที่แล้ว +1

    Hey nice explanation Anubhav !

  • @asimkhan3345
    @asimkhan3345 5 ปีที่แล้ว +1

    Great video! How would you configure multiple services with different public ip's behind the FTD firewalls? More public ip addresses on the elb? And different Nat rules?

    • @AnubhavSwami
      @AnubhavSwami  5 ปีที่แล้ว +1

      You can add multiple IPs on external interface and create 1 to 1 mapping on the firewall.

    • @yasirilyas1954
      @yasirilyas1954 5 ปีที่แล้ว

      @@AnubhavSwami sorry i am not clear on this. taking your example you showed, where exactly the PIPS will be configured on ELB? and then how to do nat where? please elaborate Thanks

  • @markrawson1435
    @markrawson1435 2 ปีที่แล้ว

    With the new cisco firewall azure marketplace deployment, you get to choose bring your own license, does your template install that choice?
    It should be noted that as of June 30, 2022, both the us commercial and us gov azure dashboards will not let you install cisco firewall if your subnet has IP6.

    • @AnubhavSwami
      @AnubhavSwami  2 ปีที่แล้ว +1

      Pleae check this link: github.com/CiscoDevNet/secure-firewall/tree/main/ASA/Azure/ARM%20Template/Deployment

    • @markrawson1435
      @markrawson1435 ปีที่แล้ว

      thank you
      @@AnubhavSwami

    • @AnubhavSwami
      @AnubhavSwami  ปีที่แล้ว

      @@markrawson1435 You are welcome!

  • @jeffbiggs6967
    @jeffbiggs6967 2 ปีที่แล้ว

    I am confused about the External FW side to External LB. you set the GW to .82.2.1 on the FW's so are you using a UDR ? Wouldn't you point the external GW of the FW's to the Private IP on the External LB ?

    • @AnubhavSwami
      @AnubhavSwami  2 ปีที่แล้ว +1

      In the use-case outbound traffic is routed via Azure native fabric --> Internet. This traffic is not routed to Public Cloud Balancer because ELB/PLB can only handle outbound traffic for traffic for which there is a load balancing rule. Any port not defined in the PLB/ELB traffic will be dropped directly.

    • @jeffbiggs6967
      @jeffbiggs6967 2 ปีที่แล้ว

      @@AnubhavSwami ….thank you for the explanation….

  • @teddasher8539
    @teddasher8539 4 ปีที่แล้ว +2

    It looks like you have made some major changes to the template since producing the video. I'm running into issues with the fact that the current version is using blob storage for the osdisk which doesn't work with an availability set configured to be aligned/use managed disks which is what you showed in the demo. I'm pretty sure I could get things to work with blob storage but it largely defeats the purpose of building the availability set as the storage becomes a single point of failure. I've tried modifying the template but no luck so far.

    • @markrawson1435
      @markrawson1435 2 ปีที่แล้ว

      You just need to create the available set as not managed disk.

  • @vabrol2006
    @vabrol2006 3 ปีที่แล้ว

    Great video! Is it possible to configure site-to-site IPsec tunnel between Azure FTDv and on-prem instead of using Azure virtual gateway?

    • @AnubhavSwami
      @AnubhavSwami  3 ปีที่แล้ว

      Yes, you can configure it

    • @vabrol2006
      @vabrol2006 3 ปีที่แล้ว

      @@AnubhavSwami Thanks Anubhav

    • @vabrol2006
      @vabrol2006 3 ปีที่แล้ว

      @@AnubhavSwami Is there any how to configure Azure FTD to On-prem FTD IPsec video?

  • @suganthik3202
    @suganthik3202 4 ปีที่แล้ว +1

    Hi Anubhav, i also need the ARM template for FW deployment, can you please share it

    • @AnubhavSwami
      @AnubhavSwami  4 ปีที่แล้ว

      Template is available here
      github.com/cisco-security/public-cloud/tree/master/ngfwv-in-azure

  • @mpanarin63
    @mpanarin63 4 ปีที่แล้ว

    Can this configuration be replicated for ASAvs? I am having issues cofiguring NAT from management to outside and inside with static routes on ASAv to make Azure ELB/ILB health probes work

    • @AnubhavSwami
      @AnubhavSwami  4 ปีที่แล้ว

      Unfortunately configuration cannot be replicated, you need apply similar configuration on the ASAs separately. You can also use traffic port as your probe port that will avoid adding additional nat configuration.

  • @gurupa686
    @gurupa686 4 ปีที่แล้ว

    For the inbound from on-prem to cloud, do we need to setup udr at gateway subnet? I have similar setup, it's not working.

    • @AnubhavSwami
      @AnubhavSwami  4 ปีที่แล้ว

      Could you please tell me what is not working? it should work.

  • @richardparker3061
    @richardparker3061 6 ปีที่แล้ว

    I did not see it but did you share the ARM templates somewhere? Thank you, Rick

    • @AnubhavSwami
      @AnubhavSwami  6 ปีที่แล้ว

      Hello Richard, I am in the process of uploading the same on Github, if you leave your email address here. I will send it to you.

    • @AnubhavSwami
      @AnubhavSwami  6 ปีที่แล้ว +1

      Please find template here: github.com/cisco-security/public-cloud/tree/master/ngfwv-in-azure

  • @asimkhan3345
    @asimkhan3345 5 ปีที่แล้ว

    Do you need a UDR for your public subnet (gi2) for traffic coming from inside to Internet?

    • @asimkhan3345
      @asimkhan3345 5 ปีที่แล้ว

      or should we have another public IP address assigned to interface in Azure?