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 all, I want to update my 5506-x ASA to tlsv1.2 dtlsv1.2 like this: ssl server-version tlsv1.2 dtlsv1.2ssl cipher default custom "ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES256-GCM-SHA384"ssl cipher dtlsv1 custom "AES256-SHA"ssl cipher tlsv1.2 custom "...
Hi, I plan to migrate from mac/cisco client (ikev1 vpn dial-in ASA5506-X) onto Cisco Anyconnect client ikev2 vpn dial-in. In the past I did all configuration on CLI. I did some reading and I think some things are quite different using AnyConnect and ...
Hi all, I want to change my asa vpn dial-in to anyconnect ikev2. Because I cannot useASDM, I configured all manually. All seems to works fine up to this step: 08.11.202018:39:09 Contacting 172.16.10.1.18:40:32 User credentials entered.18:40:32 Establ...
Hi, after migration to an SVI design, the 'old' vlan 1 interfaces are not reachable. The old design was as follows: Internet - ASA ------- 2960-X-SW 1 ------Trunk to ------- 2960-X-SW 2 only vlan 1 one subnet. After introducing the vlan design vlan...
Hi all, I did a REST API call and I get a response like this: result = b [{"id":"865776","name":"Cisco","url":"https://abc.com}]"] I learned, that this is binary object (bold b), but I couldn't find anything to convert.My question is:How could I conv...