Here my notes to VPN Site to Site :
Router R3
!!!
crypto isakmp policy 9
hash md5
authentication pre-share
crypto isakmp key 6 VPNKEY address 10.1.1.10
!
crypto ipsec security-association lifetime seconds 86400
!
crypto ipsec transform-set VPNSET esp-3des
!
crypto map VPNMAP 10 ipsec-isakmp
set peer 10.1.1.10
set transform-set VPNSET
match address INT-TRAFFIC
!
!
interface Serial0/0.34 point-to-point
ip address 10.1.1.9 255.255.255.252
frame-relay interface-dlci 34
crypto map VPNMAP
!
ip access-list extended INT-TRAFFIC
permit ip 10.1.1.0 0.0.0.3 10.2.1.0 0.0.0.255
permit ip 10.1.1.0 0.0.0.255 10.2.1.0 0.0.0.255
Show Comamand :
show crypto isakmp sa
show crypto ipsec sa
show crypto engine connections active
and show crypto map
R3#show crypto engine connections active
ID Interface IP-Address State Algorithm Encrypt Decrypt
2 Se0/0.34 10.1.1.9 set HMAC_MD5+DES_56_CB 0 0
2001 Se0/0.34 10.1.1.9 set 3DES 0 0
2002 Se0/0.34 10.1.1.9 set 3DES 0 0
2003 Se0/0.34 10.1.1.9 set 3DES 0 10
2004 Se0/0.34 10.1.1.9 set 3DES 10 0