
62
www.cooperbussmann.com/wirelessresources
Cooper Bussmann 615M-1 Cellular Data Modem and IP Router Series Manual
Rev Version 1.0
Cisco Router–VPN Server Configuration
!
crypto isakmp policy 2
encr 3des
authentication pre-share
group 2
crypto isakmp key D3m0$K3y!2H3rk address W.X.Y.Z
!
crypto ipsec transform-set esp3dessha1 esp-3des esp-sha-hmac
crypto ipsec df-bit clear
!
crypto map ETH0 10010 ipsec-isakmp
description ELPRO
set peer W.X.Y.Z
set transform-set esp3dessha1
match address V1-ELPRO
qos pre-classify
!
interface FastEthernet4
ip address A.B.C.D 255.255.255.248
ip access-group INET-ACL in
load-interval 30
duplex auto
speed auto
no cdp enable
crypto map ETH0
!
!
ip access-list extended INET-ACL
remark z--------------------------------
permit esp any any
permit udp any any eq isakmp
permit icmp any any echo
permit icmp any any echo-reply
deny ip any any
remark z--------------------------------
ip access-list extended V1-ELPRO
remark z-----------------------------
permit ip 10.100.0.0 0.0.7.255 10.100.10.0 0.0.0.255
remark z-----------------------------
615M-1–IPSEC Client Configuration
When the IPSec tunnel is established between the 615M-1 and the Cisco, all the IP Packets coming from
10.100.0.0/21 to 10.100.10.0/24 and vice-versa will pass through the IPSec VPN tunnel.