cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
497
Views
0
Helpful
3
Replies

Global transport inside VRF

aronjsmith
Level 1
Level 1

I would like to setup a router like the following

int fa0

ip vrf forwarding inet

ip addr x.x.x.x

int t0

ip addr y.y.y.y

ip route 0.0.0.0 0.0.0.0 vrf inet

Has anyone done this?

I know that the reverse works ok (you can transport VRFs in a GRE tunnel (VRF inside the tunnel, global IP routing outside on the GRE-layer).

Any help appreciated, thanks.

3 Replies 3

swaroop.potdar
Level 7
Level 7

If i get your question right, this link should to of some help.

http://www.cisco.com/en/US/tech/tk436/tk832/technologies_configuration_example09186a0080231a3e.shtml

HTH-Cheers,

Swaroop

That's close, it doesn't address GRE/DMVPN interfaces, which don't follow the same rules.

In other words, a global GRE interface that uses a VRF interface as the 'tunnel source' interface.