I am trying to configure an ipsec tunnel between two 8000v routers.
I am using a source interface of a loopback and a destination of a loopback on the other router. These loopbacks are reachable from each other. I should mention that this is all configured in a VRF separate from the global routing table.
When I do a 'show int tunnel1' I get this message on both routers - 'Tunnel linestate evaluation down - no output interface'
My google searches are coming up empty. Any help would be appreciated.
Show int's
R1-
interface Tunnel1
vrf forwarding Tunnel1
ip address 172.31.1.1 255.255.255.252
tunnel source Loopback1
tunnel mode ipsec ipv4
tunnel destination 192.168.13.2
tunnel protection ipsec profile ipsec-profile
R2 -
interface Tunnel1
vrf forwarding Tunnel1
ip address 172.31.1.2 255.255.255.252
tunnel source Loopback1
tunnel mode ipsec ipv4
tunnel destination 192.168.13.1
tunnel protection ipsec profile ipsec-profile