Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi. I am trying to connect to my Cisco ASA 5516 using Anyconnect, but I'm getting errors. I've tried this on Ubuntu 19 and Ubuntu 18.On my MacOS, it works! Using the same credentials and the same router. Linux client version: 4.7.00136 Does anybody ...
Setting up redundancy with 2x Cisco CSR 1000V in AWS is easy, but what if I have two or more route-tables, cidr and network interfaces (eni)? For example:"ios-config-39=\"redundancy\"\n","ios-config-40=\"cloud provider aws 1\"\n","ios-config-41=\"bfd...
I have on-prem Cisco ASA and in AWS 2x Cisco VSRs. I'm trying to set up a VPN tunnel between those devices. Some requirements:IP addresses between tunnels must be via DHCP (i.e. I don't want to specify the IP addresses... it should pick up automatica...
Hi. I'm trying to deploy a High Availability CSR setup in AWS. The goal is to deploy 2x CSRs in different AZs, then attach Public and Private subnets to that CSR. Each subnet must be created in a different AZ for HA purposes. Also, that is a requirem...
I've created 2x Cisco CSR 1000V in AWS, and have launched an instance in the private subnet (behind the CSR).Now, I want that instance to have internet access. I can ping/ssh the instance from the CSR, but I cannot connect to the instance via SSH usi...
We've found the issue with Anyconnect on Linux. It's the subnet mask for VPN user which was misconfigured. After I corrected the mask the Anyconnect VPN works.
I managed to get this working with the following: ap-southeast-2 private network: 10.1.2.0ap-northeast-1 private network: 10.5.2.0 # AWS Sydney (ap-southeast-2):
crypto ikev2 profile default
match identity remote fqdn domain cisco.com
identity local ...
Hope this helps. Let me know if you need anything else. It is worth reminding that the Linux VM is connected to a Private Subnet, which points to the GigabitEthernet2 as its default gw.I can reach the VM from the CSR, but I cannot connect to the VM u...