02-22-2019 04:51 PM
I have a Network and we have many VRF and almost every VRF has their on internet link. One VRF A has 20 Mbps internet link which is very slow. VRF B has 500 Mbps internet link. Now we want shift the VRF A internet traffic to 500 Mbps link. I have created static route and performed route leaking but i did not work. I have used same static routing pattern which is being used by VRF B.
Any suggestion please?
Regards,
Waqas Arshad
02-22-2019 05:06 PM
Can you post the configuration and also some topology to understand ? how exiting arrangement in place.
02-23-2019 01:44 AM
Hello
Would be best to view your existing configuration to see how you are currently performing the routing however it may be just be as simple as advetising a default route into your vrfA table to point to the global route next-hop of internetB
however without seeing your current setup it would be hard to confirm-
Example :
ip route vrfA 0.0.0.0 0.0.0.0. (Nexthop) global
02-23-2019 01:08 PM
Hi Paul,
i did in same way but i could not see any entry of newly configured static route in VRFA routing table. i used the same routing path as WPP_Guest_VRF was using. WPP_Guest_VRF is using 500 Mbps link.
Core-Switch Config
###################
no ip route vrf Y&R_VRF 0.0.0.0 0.0.0.0 152.146.39.66 200...Existing route for 20Mbps link.
ip route vrf Y&R_VRF 0.0.0.0 0.0.0.0 10.143.144.26 200.......Newly added route
ip route vrf WPP_Guest_VRF 10.242.47.0 255.255.255.0 Vlan140 10.242.47.1 name interface_Vlan140_Route_Leaking
ip route vrf WPP_Guest_VRF 10.143.148.0 255.255.255.0 Vlan540 10.143.148.1 name interface_Vlan540_Route_Leaking
###################
HAM03313FW01 Config.........Firewall Config
###################
conf t
object network WPP_Hamburg_Campus_Guest_Network
subnet 10.242.47.0 255.255.255.0
subnet 10.143.148.0 255.255.255.0
end
conf t
route Guest_Network 10.242.47.0 255.255.255.0 10.143.144.25 1
route Guest_Network 10.143.148.0 255.255.255.0 10.143.144.25 1
Regards,
Waqas Arshad
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide