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

ASA-to-Router VPN, Private to Public

pstebner10
Level 1
Level 1

I have a setup where a customer will be sending calls from a UCM, sourced from a private address, through a VPN tunnel terminating at a 2811. The call needs to hit an SBC that is publicly addressed and sits right behind the router on FE0/1. (See attached picture)

The traffic going through the ASA is being exempted from NAT.

Since this is all public on my end and my default route points to my ISP's router, I would assume that I do not need anything other than a default route. (i'm not running any routing protocols - just a static route outbound)

The tunnel does not come up. In fact, I never see any traffic hit my side at all. Does anyone have any experience doing a private-to-public VPN, or know of a config example anywhere?

Here's my end of the config:

crypto isakmp policy 4

encr 3des

hash md5

authentication pre-share

group 2

lifetime 28800

crypto isakmp key XXXXXXXXXX address (public address #1) no-xauth

crypto ipsec transform-set XXXSET esp-3des esp-md5-hmac

crypto map XXXMAP 4 ipsec-isakmp

set peer (public address #1)

set security-association idle-time 3600

set transform-set XXXSET

set pfs group2

match address 170

access-list 170 permit ip host (public address #3) host 10.0.0.5

interface FastEthernet0/0

ip address (public address #2) 255.255.255.252

load-interval 30

speed 100

full-duplex

no cdp enable

crypto map XXXMAP

service-policy output AutoQoS-Policy-UnTrust

Thank you,

paul

1 Accepted Solution

Accepted Solutions

auraza
Cisco Employee
Cisco Employee

Your configuration looks fine.

Does Phase 1 come up when you try to pass traffic through? "show cry isa sa"

If P1 comes up, does P2 come up? "show crypto ipsec sa | i ident|spi|encr|decr"

If neither is coming up, run a debug:

debug cry isa

debug cry ips

See if the tunnel is being initiated when traffic is sent. As long as you have a default route pointing outbound, and have no other routes, you should be fine. Looks like everything else will be a connected network.

View solution in original post

4 Replies 4

auraza
Cisco Employee
Cisco Employee

Your configuration looks fine.

Does Phase 1 come up when you try to pass traffic through? "show cry isa sa"

If P1 comes up, does P2 come up? "show crypto ipsec sa | i ident|spi|encr|decr"

If neither is coming up, run a debug:

debug cry isa

debug cry ips

See if the tunnel is being initiated when traffic is sent. As long as you have a default route pointing outbound, and have no other routes, you should be fine. Looks like everything else will be a connected network.

Auraza-

Thank you for the reply. Phase I never completes, so I am checking with the guys on the other end as to what the discrepencies between our configs may be. I'll post back when I have more info.

Paul

Problem solved. It was a Phase I issue on the ASA side.

Thanks again,

Paul

Great! Glad to know its working!

Thanks for the rating!

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: