After long period of time. I get new informations:
During next days I gonna write some new posts:
First will be about MPLS and VRF and MPBGP.
For your information I'm available at Linkedin. Here it is:
LINKEDIN - PAWEL ZAREBA
See you later...



How to check VPN tunnel/tunnels status:
sh crypto isakmp sa
Show IP NAT translations include IP
sh ip nat translations | inc x.x.x.x
How to verify QoS policy:
sh policy-map interface type x/x
Show me neighbor devices (CDP must be enable):
sh cdp neighbors
asa1(config)# sh crypto ca trustpoints
Next we are using export to pem file (must write name of trustpoint):
asa1(config)# crypto ca export TRUST_NAME identity-certificate
you will see:
-----BEGIN CERTIFICATE-----
MIIB+zCCAWSgAwIBAgIEJqphUTANBgkqhkiG9w0BAQUFADBCMRMwEQYDVQQDEwpD
TkJFSUZXRDAxMSswKQYJKoZIhvcNAQkCFhxDTkJFSUZXRDAxLmRwY2xlYW50ZWNo
LmxvY2FsMB4XDTEzMTEwNjE1MzQwOFoXDTIzMTEwNDE1MzQwOFowQjETMBEGA1UE
..
-----END CERTIFICATE-----
Next you must copy this all text from console and paste in text file (notepad) and save as *.CSR
Next open Java Control Panel, go to Security tab and run Manage Certificates button. You shoud see Certificates window. Select Certificate Type like "secure site" and import your file. Now you can open your ASDM via web browser using Java.