Let's troubleshoot... We also do trainings .. Checkout our training page https://asame2.blogspot.com/p/we-also-deliver-trainings.html

Featured Post

How to generate a CSR on Cisco ASA using CLI? CSR- (Certificate signing request)

First thing we need is an RSA key pair:   crypto key generate rsa label SSL-Key modulus 1024 noconfirm Create a trust-point crypto ca...

Recent Comments

Recent Post

Let's troubleshoot... We also do trainings .. Checkout our training page https://asame2.blogspot.com/p/we-also-deliver-trainings.html

Wednesday, 23 December 2015

%CRYPTO-5-IKMP_AG_MODE_DISABLED: Unable to initiate or respond to Aggressive Mode while disabled


I don't understand why it has to be me every time to run into wired issues like this: I have a router and I disabled AM mode using command : crypto isakmp aggressive-mode disable Well, then I see these logging messages and they don't stop: "%CRYPTO-5-IKMP_AG_MODE_DISABLED: Unable to initiate or respond to  Aggressive Mode while disabled" I was just looking if there is a way I can disable...

Tuesday, 22 December 2015

Save password for Ipsec client on machine


How to save password on client machine for IPsec users? I ran through an issue where I needed to save user password on client machine for IPsec user. I tried using ASDM and once I apply the setting and come back and check I find its disabled. So for some reason ASDM wasn't...

Wednesday, 9 December 2015

How to disable IKE Aggressive Mode?


ASA is vulnerable because AM (aggressive) mode was enabled.   How to disable it?   First check if your ASA has any current tunnel using AM mode, if not then you can go ahead and disable it. crypto isakmp am-disabl...

Friday, 20 November 2015

Any-Connect not connecting with some of the tunnel groups, while working fine with others


I ran into an issue with my Any-Connect I had some couple of tunnel groups and I upgraded my ASA from 8.6 to 9.2 , after upgrade Any-Connect stopped connecting with few of the tunnel groups. Debugs were saying : Not calling vpn_remove_uauth: not IPv4!webvpn_svc_np_tear_down: no IPv6 ACL Any-Connect was giving this error: Failed to get configuration from secure gateway. Contact your system administrator. Here...

Ipsec over GRE : Tunnel protocol is down : Tunnel with Vlan interface


I have an IPSec over GRE tunnel between two routers (ofcourse :) ) I had some physical interface limitation so I could not assign an IP address to it. It is a L2 interface. So I have created a vlan and assigned an Ip address to vlan and then called the vlan under interface. Here is my configuration : After I have configured this I see tunnel protocol status is DOWN crypto map mymap local-address...

Thursday, 19 November 2015

Packet capture on router


1.Define a 'capture buffer' with the specified name monitor capture buffer mycap size 2048 max-size 4000 circular 2. Specify access-list ip access-list ex mycap permit ip host permit ip host monitor capture buffer mycap filter access-list mycap 3. Defines a capture point monitor capture point ip cef cap fastEthernet 1/0 both 4. Attach capture point with the capture buffer specified. monitor...

Tuesday, 17 November 2015

How to disable sysloggging on ASA?


I have an ASA and all the debugs are going to syslog. I need to quickly run debug icmp trace and check the results. How can I disable syslog temporarly? no logging debug-trace How to enable it back? logging debug-trace...

Saturday, 7 November 2015

Anyconnect 4.0 License Scheme


Failover: If you are using failover firewalls you can (but don't have to) use a shared license' model, this lets you purchase a bundle of Premium licenses. and share them across multiple pieces of hardware, This requires an ASA to be setup as the license' server'....