crypto isakmp policy 10 encryption aes hash sha authentication pre-share group 14 lifetime 21600 crypto isakmp key RisING address 10.23.152.17 ! ! crypto ipsec transform-set VTI esp-aes esp-sha-hmac mode tunnel ! crypto ipsec profile VTIPROFILE set transform-set VTI set pfs group14 ! ! ! ! ! ! ! ! interface Loopback0 ip address 10.23.135.178 255.255.255.255 ! interface Tunnel314 ip address 10.23.152.22 255.255.255.252 tunnel source 10.23.152.18 tunnel mode ipsec ipv4 tunnel destination 10.23.152.17 tunnel protection ipsec profile VTIPROFILE ! interface Ethernet0/0 ip address 10.23.135.162 255.255.255.252 ip ospf network point-to-point ip ospf hello-interval 1 ip ospf cost 1 ! interface Ethernet0/1 ip address 10.23.152.18 255.255.255.252 ! router ospf 1 router-id 10.23.135.178 network 10.23.135.160 0.0.0.3 area 0 network 10.23.135.178 0.0.0.0 area 1 network 10.23.152.20 0.0.0.3 area 0 ! control-plane ! ! ! line con 0 exec-timeout 0 0 privilege level 15 logging synchronous line aux 0 line vty 0 4 login transport input ssh ! ! ! ! end OFFICECORE2#