! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R3 ! boot-start-marker boot-end-marker ! ! no aaa new-model ! resource policy ! memory-size iomem 5 ip cef ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! crypto key pubkey-chain rsa addressed-key 10.0.12.1 encryption address 10.0.12.1 key-string ! #################################################### ! # Replace this with the public key generated on R1 # ! #################################################### ! 305C300D 06092A86 4886F70D 01010105 00034B00 30480241 00B000A8 22C680DC ! AC788B8D 536BFF8A 999F7905 8F6D6878 73C07ECC 2BB2478A ACF270DB 08FF854F ! 99827407 294C63C4 1B5E9EBB CD3277E3 88A48EFD 033F3806 C9020301 0001 quit ! ! ! crypto isakmp policy 10 encr aes authentication rsa-encr ! ! crypto ipsec transform-set MyTransformSet ah-sha-hmac esp-aes ! crypto ipsec profile MyProfile set transform-set MyTransformSet ! ! ! ! ! ! interface Tunnel0 ip address 172.16.0.2 255.255.255.252 tunnel source 10.0.23.3 tunnel destination 10.0.12.1 tunnel protection ipsec profile MyProfile ! interface FastEthernet0/0 no ip address shutdown duplex auto speed auto ! interface FastEthernet0/1 ip address 10.0.23.3 255.255.255.0 duplex auto speed auto ! ip route 0.0.0.0 0.0.0.0 10.0.23.2 ! ! ip http server no ip http secure-server ! ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 ! ! end