! version 15.5 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname R5 ! boot-start-marker boot-end-marker ! ! ! no aaa new-model ! ! ! bsd-client server url https://cloudsso.cisco.com/as/token.oauth2 clock timezone EET 2 0 mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ip cef no ipv6 cef ! multilink bundle-name authenticated ! ! ! ! ! ! ! cts logging verbose ! ! ! redundancy ! ! ! ! ! ! ! crypto isakmp policy 10 encr 3des hash md5 authentication pre-share group 5 lifetime 3600 crypto isakmp key CCIE-74 address 192.168.12.1 ! ! crypto ipsec transform-set CISCO esp-3des esp-md5-hmac mode tunnel ! ! ! crypto map TEST 10 ipsec-isakmp set peer 192.168.12.1 set transform-set CISCO match address 101 ! ! ! ! ! interface Loopback0 no shutdown ip address 5.5.5.5 255.255.255.0 ! interface Ethernet0/0 no shutdown ip address 192.168.45.5 255.255.255.0 crypto map TEST ! interface Ethernet0/1 no shutdown no ip address shutdown ! interface Ethernet0/2 no shutdown no ip address shutdown ! interface Ethernet0/3 no shutdown no ip address shutdown ! ip forward-protocol nd ! ! no ip http server no ip http secure-server ip route 0.0.0.0 0.0.0.0 192.168.45.4 ip route 1.1.1.1 255.255.255.255 Ethernet0/0 ! ! ! access-list 101 permit ip host 5.5.5.5 host 1.1.1.1 ! control-plane ! ! ! ! ! ! ! ! line con 0 logging synchronous line aux 0 line vty 0 4 login transport input none ! ! end