Page 1 of 1

VRF

Posted: 19 Feb 2015 10:48
by iladminho
Hello, I have a problem with setting vrf on 6850E. I created vrf "one" and then use vrf route leak to add route in vfr default and vrf one. When I use command show, I see that routes are in routing table vrf default and vrf one, but I cannot ping or telnet vrf default from vrf one. Do you have any ideas why it happens?

-> show vrf
Virtual Routers Protocols
-----------------------------------------------
default
one

interface vrf default ivlan100 100.1.1.1 255.255.255.0 UP YES vlan 100
interface vrf one ivlan110 110.1.1.1 255.255.255.0 UP YES vlan 110

-> show ip route-map
Route Maps: configured: 2 max: 200
Route Map: Rimport Sequence Number: 50 Action permit
match ip-address 110.1.1.0/24 redist-control all-subnets permit
Route Map: Rexport Sequence Number: 50 Action permit
match ip-address 100.1.1.0/24 redist-control all-subnets permit

one::-> show ip route-map
Route Maps: configured: 2 max: 200
Route Map: Rimport Sequence Number: 50 Action permit
match ip-address 100.1.1.0/24 redist-control all-subnets permit
Route Map: Rexport Sequence Number: 50 Action permit
match ip-address 110.1.1.0/24 redist-control all-subnets permit
Route Map: Rexport Sequence Number: 60 Action permit
match ip-address 110.1.1.0/24 redist-control all-subnets permit

-> show ip global-route-table

Total 2 routes From All VRFs

Export VRFName Dest Address Subnet Mask Gateway Addr Metric Tag
---------------------+------------------+------------------+------------------+--------+-------
default 100.1.1.0 255.255.255.0 100.1.1.1 1 0
one 110.1.1.0 255.255.255.0 110.1.1.1 1 0

-> show ip route

+ = Equal cost multipath routes
* = BFD Enabled static route
Total 3 routes

Dest Address Subnet Mask Gateway Addr Age Protocol
------------------+-----------------+-----------------+---------+-----------
100.1.1.0 255.255.255.0 100.1.1.1 00:02:05 LOCAL
110.1.1.0 255.255.255.0 110.1.1.1 02:06:42 IMPORT
127.0.0.1 255.255.255.255 127.0.0.1 06:22:04 LOCAL

one::-> show ip route

+ = Equal cost multipath routes
* = BFD Enabled static route
Total 3 routes

Dest Address Subnet Mask Gateway Addr Age Protocol
------------------+-----------------+-----------------+---------+-----------
100.1.1.0 255.255.255.0 100.1.1.1 00:02:18 IMPORT
110.1.1.0 255.255.255.0 110.1.1.1 06:02:13 LOCAL
127.0.0.1 255.255.255.255 127.0.0.1 06:08:05 LOCAL

Re: VRF

Posted: 24 Jan 2017 16:40
by pstolpe
Did you find a solution to this?
I have the same issue and have tried to find the missing part...

Re: VRF

Posted: 26 Jan 2017 03:39
by pstolpe
I have got a confirmation that ping replies to local interfaces on the router (the gateways) between VRFs will not function in current releases as of todays date.
But leaking works and you can ping from client to client.