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

Tuesday, 27 February 2018

How to configure IP SLA monitoring on Cisco ASA?


IP SLA MONITORING on Cisco ASA: I have 2 ISPs connected on "outside" and "outside2". I want to have ISP connected on outside interface as my primary and if something goes wrong with this ISP then I would like to change my default route towards ISP on outside2. In this case I will be tracking some IP that guarantees me the availability for ISP1. And then I will apply this track on my "Main" route....

How to configure failover on Cisco ASA?


 Cisco ASA failover prerequisites: 1. Both ASAs must be same hardware model. 2. Both ASAs must have same interfaces and modules (can be verified using "sh inventory" command) 3. Both ASAs must have same licenses. 4. Both must have failover license enabled. 5. It is recommended to have same software version for better stability. 6. They can have different amount of flash. 7. Flash content is...

Monday, 26 February 2018

How to allocate interfaces in multiple contexts?


When we have switched to multiple context, ASA created a system space and admin context by default. Admin context can be used as a normal user context, but is not recommended. System context is used to manage the entire system space, such as creating contexts, allocating resources, allocating interfaces, etc. Lets say I have created a context with name ASA1 and I would like to allocate Eth0/0 and...