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

Site to Site VPN HELP

Nathan Hardman
Level 1
Level 1

Hi All,

Could somebody tell me if this would work please

crypto isakmp policy 1

authentication pre-share

group 2

crypto isakmp key ABC123 address X.X.X.X 255.255.255.224

!

!

crypto ipsec transform-set TIER-3-SET esp-aes 256 esp-sha-hmac

!

crypto map TIER-3-MAP 10 ipsec-isakmp

set peer X.X.X.X

set transform-set TIER-3-SET

match address 101

interface FastEthernet0

description *** LINK TO INTERNET ***

switchport access vlan 10

no ip address

interface Vlan10

ip address Y.Y.Y.Y 255.255.255.224 - This is an external address

crypto map TIER-3-MAP

Thanks

Nathan

1 Accepted Solution

Accepted Solutions

Marcin Latosiewicz
Cisco Employee
Cisco Employee

Nathan,

Configwise it looks fine, we're missing the ACL, but I guess that part is taken care of ;-)

What's not working? ;-)

M.

View solution in original post

2 Replies 2

Marcin Latosiewicz
Cisco Employee
Cisco Employee

Nathan,

Configwise it looks fine, we're missing the ACL, but I guess that part is taken care of ;-)

What's not working? ;-)

M.

Hi Marcin,

Thanks for the reply, sorry yes i do have the ACl i just forgot to paste that in.

I havent actually applied teh config yet, i just wanted to make sure that it would work with the crypto map on the vlan 10.

Thanks

Nathan