@Soma-II it's a VTI, configure a routing protocol and advertise the networks over the tunnel. The remote peers would then learn the routes and route over the tunnel.
@MHM Cisco World wrote:
1- Tunnel vrf must config under virtual tunnel of hub
2- crypto ikev2 policy
match fvrf <>
3- crypto ikev2 profile xxx
Match fvrf <>
These three points you need since tunnel source is vrf aware
MHM
@Soma-II is using IKEv1, s...
@Soma-II as the external interface is explictly configured in VRF_555 you must configure "tunnel vrf VRF_555" on the tunnel/virtual-template interface.
Your updated configuration above does not appear to have that configured under the VT on the hub.
...
@Soma-II you need "tunnel vrf VRF_555" on the hub virtual template as it's interface facing the spoke is in VRF_555
interface Virtual-Template555 type tunnel tunnel vrf VRF_555
@Soma-II is the interface facing the peer, in VRF_555 or in the global routing table? Or is the inside interfaces in VRF_555 or global routing table?
Please provide the interface configuration, this would clear this up.
If the interface facing the pe...