cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
346
Views
0
Helpful
1
Replies

Dynamic map and VTI on 1841

k.protopapas
Level 1
Level 1

I am trying to setup a 1841 router to accept VPN from remote PC.I want to use a dynamic map,as i dont know the IP addresses that will be used.But, i cannot associate the dynamic map with a VTI.Is that possible?

1 Reply 1

Marwan ALshawi
VIP Alumni
VIP Alumni

u need to have conif gsimiler to :

crypto isakmp client configuration group easyvpn-group

key

dns

wins

domain cisco.com

pool easyvpn-pool

acl ezvpn_split_tunnel

crypto isakmp profile easyvpn-group

description PSK group

match identity group easyvpn-group

client authentication list easyVPN

isakmp authorization list easyVPN

client configuration address respond

virtual-template 1

crypto ipsec transform-set t1 esp-3des esp-sha-hmac

crypto ipsec profile prof

set transform-set t1

interface Virtual-Template1 type tunnel

description EasyVPN for PSK users

ip unnumbered GigabitEthernet0/0

ip pim sparse-mode

tunnel mode ipsec ipv4

tunnel protection ipsec profile prof

where the "GigabitEthernet0/0" should be ur outisde interface

and the above aonly example just have a look at the commands ...

good luck

if helpful Rate