cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1680
Views
5
Helpful
2
Replies

client configuration address initiate command

Sergey Tregubov
Level 1
Level 1

Hello,

Could anyone help, please

I have a config of ezvpn server


username vpn password vpn

aaa new-model

aaa authentication login remote_users local

aaa authorization network remote_gws local

ip local pool remvpnpool 10.2.1.1 10.2.1.10

crypto isakmp policy 10

hash sha

authentication pre-share

group 2

encryption aes 256

ip access-list extended remvpnacl
 permit ip 10.32.0.0 0.0.0.255 any

crypto isakmp client configuration group remvpn

key *****

pool remvpnpool

acl remvpnacl

crypto ipsec transform-set remvpntrans esp-aes esp-sha-hmac

crypto dynamic-map remvpndyn 10

set transform-set remvpntrans

crypto map remvpnmap client authentication list remote_users

crypto map remvpnmap isakmp authorization list remote_gws

crypto map remvpnmap client configuration address initiate

crypto map remvpnmap 10 ipsec-isakmp dynamic remvpndyn

crypto isakmp xauth timeout 30

interface fa0/0

crypto map remvpnmap

So as i understood with crypto map remvpnmap client configuration address initiate command IKE communication initiates a server, but when i am trying to ping remote client SA is not established.

What should i do to initiate IKE communication from the server?

Client is Win7 with Cisco VPN Client.

Thanks in advance!

1 Accepted Solution

Accepted Solutions