sh run Building configuration... Current configuration: ! version 12.1 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname mnmt-rtr ! enable secret 5 $1$AbxG$yqoihE3yPrRuLQWUHq3eQ/ ! ! ! ! ! clock timezone MST -7 clock summer-time MDT recurring ip subnet-zero ip domain-name test.com ip dhcp excluded-address 10.1.1.240 10.1.1.254 ! ip dhcp pool Test-Pool network 10.1.1.0 255.255.255.0 default-router 10.1.1.254 dns-server 24.221.95.3 domain-name test.com netbios-node-type h-node netbios-name-server 10.1.64.7 10.17.8.1 lease 4 ! ! ! crypto isakmp policy 10 hash md5 authentication pre-share crypto isakmp key vpn2vpn address 5.1.1.2 ! ! crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac ! crypto map vpntunnel 10 ipsec-isakmp set peer 5.1.1.2 set transform-set ESP-DES-MD5 match address vpn-tunnel ! ! ! ! interface Loopback10 description Loopback for GRE tunnel ip address 10.0.1.10 255.255.255.255 ! interface Tunnel10 description GRE tunnel to GRE-RTR ip address 10.10.10.2 255.255.255.252 tunnel source Loopback10 tunnel destination 10.0.0.10 crypto map vpntunnel ! interface Ethernet0 ip address 10.1.1.254 255.255.255.0 ip nat inside ! interface Ethernet1 ip address 5.1.1.1 255.255.255.0 ip nat outside crypto map vpntunnel ! router eigrp 1 network 10.0.0.0 no auto-summary no eigrp log-neighbor-changes ! ip nat inside source route-map Internet interface Ethernet1 overload ip classless ip route 0.0.0.0 0.0.0.0 5.1.1.2 ip route 10.0.0.10 255.255.255.255 5.1.1.2 no ip http server ! ! ip access-list extended Nat deny ip 10.0.0.0 0.255.255.255 10.0.0.0 0.255.255.255 permit ip any any ip access-list extended vpn-tunnel permit ip host 10.0.1.10 host 10.0.0.10 route-map Internet permit 10 match ip address Nat ! ! line con 0 transport input none line vty 0 4 exec-timeout 0 0 password cisco login ! end mnmt-rtr#