VRF - Virtual Routing and Forwarding
Sunday, April 6th, 2008VRF is a method to maintain separate and distinct routing tables on a router. You can assign an interface to a VRF and it will not be able to communicate with others in other VRFs. You can the same IP address in VRF1 and VRF2 for example and they will not clash or cause routing loops. We will be using VRF with BGP to create a protected segment of our network. This segment will be filtered automatically by some anti-DDOS devices since the traffic will have to go through them. The setup is quite sophisticated and require new features of the IOS. The Juniper approach is much cleaner and more understandable. I have to admit that it’s not my idea to use VRF and that I would never have come to such conclusion. There is so much to learn…