Could someone kindly give this a once over. For some reason my Tunnel is not coming up (remains up/down).
R1
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key BLAH address 0.0.0.0 0.0.0.0
crypto isakmp keepalive 10
!
!
crypto ipsec transform-set TSET esp-3des esp-sha-hmac
!
crypto ipsec profile VTI
set transform-set TSET
!
!
interface Loopback0
ip address 150.1.1.1 255.255.255.0
!
interface Tunnel0
ip unnumbered Loopback0
ip ospf mtu-ignore
keepalive 3 3
tunnel source 132.1.0.1
tunnel mode ipsec ipv4
tunnel destination 132.1.0.3
tunnel protection ipsec profile VTI
R3
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key BLAH address 0.0.0.0 0.0.0.0
crypto isakmp keepalive 10
!
!
crypto ipsec transform-set TSET esp-3des esp-sha-hmac
!
crypto ipsec profile VTI
set transform-set TSET
!
!
interface Loopback0
ip address 150.1.3.3 255.255.255.0
!
interface Tunnel0
ip unnumbered Loopback0
ip ospf mtu-ignore
keepalive 3 3
tunnel source 132.1.0.3
tunnel mode ipsec ipv4
tunnel destination 132.1.0.1
tunnel protection ipsec profile VTI
thanks!