cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

GRE tunnel in VRF with underlay in GRT

Thomas P
Level 1
Level 1

Hello,

I would like to know if it's possible to configure a GRE tunnel in a vrf using the GRT as underlay?

For example, this configuration (source):

interface Tunnel0
 ip vrf forwarding green
 ip address 200.200.200.3 255.255.255.0
 tunnel source Ethernet0/0
 tunnel destination 10.10.10.1
 tunnel vrf blue
!--- Tunnel 0 is part of VRF GREEN; but it uses the tunnel
!--- destination and source addresses from the routing
!--- table of VRF BLUE, because of this tunnel vrf blue
!--- command.

But, instead of using vrf blue routing table for the source and destination addresses, I want to use the GRT routing table.

 

Thank you for your help.

Thomas

Who Me Too'd this topic