! crypto isakmp policy 10 encr 3des hash md5 authentication pre-share ! crypto isakmp key PASSKEY address 219.15.20.71 crypto isakmp key PASSKEY address 219.15.20.101 crypto isakmp key PASSKEY address 219.15.88.101 crypto ipsec transform-set SED1 esp-3des esp-md5-hmac crypto ipsec transform-set SED2 esp-3des esp-md5-hmac crypto ipsec transform-set SED3 esp-3des esp-md5-hmac crypto map VPN2G 10 ipsec-isakmp set peer 219.15.20.71 set transform-set SED1 match address VPN1_ACL crypto map VPN2G 20 ipsec-isakmp set peer 219.15.20.101 set transform-set SED2 match address VPN3_ACL crypto map VPN2G 30 ipsec-isakmp set peer 219.15.88.101 set transform-set SED3 match address VPN3_ACL interface Loopback5 ip address 172.1.0.2 255.255.255.255 ! interface Tunnel25 ip address 172.17.17.2 255.255.255.252 keepalive 3 10 tunnel source 10.200.200.2 tunnel destination 192.168.10.2 ! interface Tunnel35 ip address 172.17.17.22 255.255.255.252 keepalive 3 10 tunnel source 10.200.200.2 tunnel destination 192.168.10.2 ! interface Tunnel45 ip address 172.17.17.102 255.255.255.252 tunnel source 10.200.200.2 tunnel destination 192.168.10.2 ! interface GigabitEthernet0/0 ip address 10.200.200.2 255.255.255.240 duplex auto speed auto interface GigabitEthernet0/1 ip address 211.11.10.55 255.255.255.240 crypto map VPN2G router eigrp 4 variance 128 redistribute static redistribute ospf 5 network 172.17.17.0 0.0.0.3 network 172.17.17.20 0.0.0.3 network 172.17.17.100 0.0.0.3 metric weights 0 1 1 1 0 0 default-metric 100000 1000 255 1 1500 distance eigrp 120 190 no auto-summary router ospf 5 redistribute static redistribute eigrp 4 subnets network 10.200.200.2 0.0.0.15 area 0 ip route 0.0.0.0 0.0.0.0 211.11.10.59 ip access-list extended VPN1_ACL permit gre host 10.200.200.2 host 192.168.10.2 ip access-list extended VPN2_ACL permit gre host 10.200.200.2 host 192.168.20.2 ip access-list extended VPN3_ACL permit gre host 10.200.200.2 host 192.168.30.2