! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R1 ! boot-start-marker boot-end-marker ! security passwords min-length 10 ! no aaa new-model memory-size iomem 5 ip cef ! ! ! ! no ip domain lookup ! multilink bundle-name authenticated ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! archive log config hidekeys ! ! crypto isakmp policy 10 encr aes 256 authentication pre-share group 5 lifetime 3600 crypto isakmp key cisco123 address 192.2.2.1 ! crypto ipsec security-association lifetime seconds 1800 ! crypto ipsec transform-set 50 esp-aes 256 esp-sha-hmac ! crypto map CMAP 10 ipsec-isakmp set peer 192.2.2.1 set security-association lifetime seconds 900 set transform-set 50 set pfs group5 match address 101 ! ! ! ! ! ! ! interface FastEthernet0/0 ip address 192.1.1.1 255.255.255.252 duplex auto speed auto crypto map CMAP ! interface FastEthernet0/1 ip address 192.168.10.254 255.255.255.0 duplex auto speed auto ! router eigrp 101 network 192.1.1.0 0.0.0.3 network 192.168.10.0 no auto-summary ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ! access-list 101 permit ip 192.168.10.0 0.0.0.255 192.168.30.0 0.0.0.255 ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! gatekeeper shutdown ! ! line con 0 exec-timeout 0 0 password ciscoconpass logging synchronous login line aux 0 exec-timeout 0 0 password ciscoauxpass login line vty 0 4 exec-timeout 0 0 password ciscovtypass login ! ! end