cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
892
Views
15
Helpful
10
Replies

how to use the ASA interface to be included into S2S VPN ?

Qays
Level 1
Level 1

Hi,

I have two sites that connected using the site to site VPN, in site number one I have ISE 

I need the ASA in site number two to connect with ISE in site number one

 

is there any way to make the ASA WAN interface to be included in the tunnel to connect to the ISE?

ISE.PNG

1 Accepted Solution

Accepted Solutions

@Qays 

You need to include the WAN IP address of Site2 in the crypto ACL on both ends. Try this example configuration below, where WAN IP address = 1.1.1.1 and 192.168.10.10 is ISE IP address:

 

SITE2

access-list VPN_TO_SITE1 permit ip host 1.1.1.1 host 192.168.10.10

 

SITE1

access-list VPN_TO_SITE2 permit ip host 192.168.10.10 host 1.1.1.1

 

This will establish a tunnel between those host IP addresses only, if you want the Site 2 ASA to access the rest of the network replace host with a subnet.

View solution in original post

10 Replies 10

@Qays 

You need to include the WAN IP address of Site2 in the crypto ACL on both ends. Try this example configuration below, where WAN IP address = 1.1.1.1 and 192.168.10.10 is ISE IP address:

 

SITE2

access-list VPN_TO_SITE1 permit ip host 1.1.1.1 host 192.168.10.10

 

SITE1

access-list VPN_TO_SITE2 permit ip host 192.168.10.10 host 1.1.1.1

 

This will establish a tunnel between those host IP addresses only, if you want the Site 2 ASA to access the rest of the network replace host with a subnet.

Hi 

I tried it, it didn't work 

The IP address use as NAS in ISE must be allow by ACL of S2S, so what is the IP address you enter in ISE for Other ASA?

I used the other ASA WAN interface 


 

so As understand you use one ISP interface for RA VPN and other ISP interface for S2S to go to ISE?

Yes as you said the ASA has outside interface connected to the Internet for RA VPN and WAN interface connected to MPLS for S2S VPN

Friend I think you need VTI instead of IPSec S2S, 
where IPSec S2S is not useful here since the Packet Source is same IPSec IP address and hence the Policy VPN can not use. 
Where we can use VTI and change from Policy VPN to Route VPN and all traffic in Route VPN is encrypt by IPSec and protect. 

first, thank you for your support.

it does not work for me because  I used the wrong interface for no NAT configuration, but it worked for me when I used the correct one.

 by inattention, I was using the management interface for NAT and I thought I use the WAN interface 

the correct command 

nat (WAN, WAN) source static ISE ISE destination static ASA ASA

what I used 

nat (MNG, WAN) source static ISE ISE destination static ASA ASA

 

Thanks,

You are so so welcome,

so by change the IP source toward ISE from ISP to Management interface and allow management IP address in S2S ACL then everything is OK.

 

 

In the first I used the management interface it does not work for me 

But when I used the WAN interface (lSP) it worked 

Thanks 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: