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, 27 February 2016

Packet capture on IOS XE


(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5845227107240424", enable_page_level_ads: true }); Specify the interface where you would like to take capture:monitor capture mycap interface <interface_name> bothWhat are the interested IPs: monitor capture mycap match ipv4 host <IP> host <IP> or you can apply captures for...

Wednesday, 10 February 2016

Tuesday, 9 February 2016

How to check on which port ASA is listening at?


(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5845227107240424", enable_page_level_ads: true }); "show asp table sockets" will show you all the ports that an ASA is listening at.  TEST-ASA5505(config-webvpn)#  sh asp table soProtocol  Socket    Local Address              ...

How many address pools can be configured in a tunnel group or group policy?


(adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-5845227107240424", enable_page_level_ads: true }); A maximum of 6 address pools can be configured under a tunnel group or group policy. This is what happens when you try to call 7th address pool. Test-ASA(config-tunnel-general)# address-pool 7ERROR: list full: only 6 address pools can be specifiedFor...