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

Saturday, 30 April 2016

How to enable a aaa-server on ASA if it has failed?


How to verify the status of a aaa-server configure on ASA? sh aaa-server ============================ Server Group:    TestServer Protocol: radiusServer Address:  10.60.2.6Server port:     1645(authentication), 1646(accounting)Server status:   FAILED, Server disabled  ============================== Failed servers only reactivate after all...

Thursday, 14 April 2016

User authentication fails with ldap, how debugs will look like?


This is how the debugs for ldap user authentication will look like: ASA(host)# test aaa autho TEST host 192.168.1.4 Username: awesome\test INFO: Attempting Authorization test to IP address <192.168.1.4> (timeout: 12 seconds) [-2147483639] Session Start [-2147483639] New request Session, context 0x00002aaad5771be0, reqType = Other [-2147483639] Fiber started [-2147483639] Creating LDAP context...

LDAP Admin bind failed debugs


This is how the debugs will look like if LDAP admin bind fails: ASA(host)# test aaa autho TEST host 192.168.1.4 Username: raj INFO: Attempting Authorization test to IP address <192.168.1.4> (timeout: 12 seconds) [-2147483640] Session Start [-2147483640] New request Session, context 0x00002aaad5771be0, reqType = Other [-2147483640] Fiber started [-2147483640] Creating LDAP context with uri=ldap://192.168.1.4:389 [-2147483640]...