cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
712
Views
0
Helpful
4
Replies

IPSec tunnel Cisco ASA itself

Roger Base
Level 1
Level 1

hi, I want to get TACACS traffic which is coming from ASA1 itself going through the IPSEC tunnel to the ISE. But how do I put the traffic coming from ASA1 itself to the IPSEC tunnel?

4 Replies 4

Rahul Govindan
VIP Alumni
VIP Alumni

Tacacs traffic is going to be initiated from the outside interface of the ASA1. This is because the ISE server is relatively located on the outside with regards to the ASA1. You would have to add the ASA1's outside ip address to the crypto ACL on both sides.

So on ASA1

access-list <existing-crypto-acl> permit ip host <ASA1 outside ip address> host <ise ip address>

on ASA2

access-list <existing-crypto-acl> permit ip host <ise ip address> host <ASA1 outside ip address>

Yes i see that. But what if I only wants tacacs traffic through the ipsec and not all traffic coming from asa1 outside interface ?

Thx 

In that case, change your crypto ACL to have only the TACAC's port.  As long as the ACL's are mirrored on both sides, this should work.

Alternatively you can leave the crypto ACL as above and use a VPN filter in the ASA group-policy to restrict what traffic you need to go over. An example below:

http://www.cisco.com/c/en/us/support/docs/security/pix-500-series-security-appliances/99103-pix-asa-vpn-filter.html#anc7

Thanks for quick reply. ASA1 Outside interface is external IP address. Will it be possible to NAT to RFC1918 address and put that into the tunnel?

Lets says. If ASA1 wants to communicate with ISE. It should source from: 100.100.100.100 and not from its own Outside interface IP address. 

Will this be possible?

nat (outside,outside) source static ASA_OUTSIDE NAT_ADDRESS destination static ISE ISE no-proxy-arp

ASA_OUTSIDE = ASA Outside IP address

NAT_ADDRESS = 100.100.100.100

ISE = ISE IP

(100.100.100.100 is just random IP address)

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: