! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname RLeft ! boot-start-marker boot-end-marker ! enable secret 5 $1$N3On$DREhRQLxZNxnLQNEkVxTZ0 ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! no ip domain lookup ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! crypto isakmp policy 1 encr 3des hash md5 authentication pre-share lifetime 3600 crypto isakmp key cryptopass address 172.16.20.3 ! ! crypto ipsec transform-set MYSET esp-3des esp-md5-hmac ! crypto map CRYPTOMAP1 1 ipsec-isakmp set peer 172.16.20.3 set transform-set MYSET match address CRYPTO_ACL ! ! ! ! ! ! ! interface Loopback0 description Local network ip address 192.168.1.1 255.255.255.0 ! interface Tunnel1 ip address 192.168.3.1 255.255.255.252 keepalive 5 3 tunnel source 172.16.10.1 tunnel destination 172.16.20.3 ! interface FastEthernet0/0 description IC to ICRouter f0/0 ip address 172.16.10.1 255.255.255.252 speed 100 full-duplex crypto map CRYPTOMAP1 ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! router eigrp 100 network 192.168.1.0 network 192.168.3.0 0.0.0.3 no auto-summary ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 172.16.10.2 ! ! ip http server no ip http secure-server ! ip access-list extended CRYPTO_ACL permit gre host 172.16.10.1 host 172.16.20.3 deny ip any any ! ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 line aux 0 line vty 0 4 password cisco login line vty 5 15 password cisco login ! ! end