[c-nsp] Problem with the same route in the general routing table and in vrf

2012-08-09 Thread Luca Tortiglione
Good morning, I need to insert a route in the general routing table and in a VRF. Reading on Internet, I thought to use ip vrf receive command on the interface. this is CS router : hostname CS ! boot-start-marker boot-end-marker ! ip cef ! ! ! ! ip vrf VTC ! interface Loopback1021030 ip vrf

Re: [c-nsp] Problem with the same route in the general routing table and in vrf

2012-08-09 Thread Jeff Kell
On 8/9/2012 4:32 AM, Luca Tortiglione wrote: ! route-map PC_TO_VTC permit 1 match ip address 100 set vrf VTC I suspect you need to complete your route map... you set vrf VTC for VRF targeted traffic, you need another level with set global on the return side. At least that's what I've done