cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1405
Views
0
Helpful
2
Replies

Encryption domain

TroyBolton
Level 1
Level 1

Hello,

 

What command would I run on an ASA to show the encryption domain(s)?

 

Regards

 

Troy

2 Replies 2

Hi,
The ASA uses access-lists to define the interesting traffic to be encrypted and transmitted over a VPN tunnel. Find the crypto map entry, then note the ACL being used to "match address", this references the ACL, E.g.

 

crypto map MAP 10 match address SITE1_VPN

access-list SITE1_VPN extended permit ip 10.20.0.0 255.255.252.0 10.10.0.0 255.255.252.0

 

HTH

 

Several commands you can use, but the best one in my opinion is (where xxx.xxx.xxx.xxx is the public IP of the site to site peer):

show crypto ipsec sa peer xxx.xxx.xxx.xxx

--
Please remember to select a correct answer and rate helpful posts
Review Cisco Networking for a $25 gift card