cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2218
Views
0
Helpful
0
Comments
Gopinath_Pigili
Spotlight
Spotlight

                                                                        Virtual Routing and Forwarding (VRF)

VRF is the abbreviation of Virtual Routing and Forwarding. Basically, VRF is a technology with which we can create separate virtual routers on a physical router. 

With these separate virtual routers, we can use router interfaces,  routing and forwarding tables isolated with VRFs. The network traffic in a VRF is not forwarded to another VRF. In other words, forwarding process is done only between the interfaces on the same VRF.

VRFs are an essential component of the MPLS L3VPN architecture and provide increased router functionality through segmentation in lieu of using multiple devices.

As you know, service providers give services to different networks. And these different networks use overlapping IP addressing inside their network. So, how a service provider manage this without a conflict?

Service providers uses VRF for multiple routing instances. By doing this, they connect customer locations without any conflict. From the point of customer view, their locations are connected to the ports of a router.

Gopinath_Pigili_0-1711882956106.png
Gopinath_Pigili_3-1711883188368.png
Gopinath_Pigili_0-1711884618638.png

ISP CONFIGURATION

ip vrf cust-a

!

ip vrf cust-b

!

interface FastEthernet1/0

 ip vrf forwarding cust-a

 ip address 10.0.12.1 255.255.255.0

no shutdown

!

interface FastEthernet1/1

 ip vrf forwarding cust-a

 ip address 10.0.13.1 255.255.255.0

 no shutdown

!

interface FastEthernet2/0

 ip vrf forwarding cust-b

 ip address 10.0.14.1 255.255.255.0

no shutdown

!

interface FastEthernet2/1

 ip vrf forwarding cust-b

 ip address 10.0.15.1 255.255.255.0

 no shutdown

!

router ospf 1 vrf cust-a

 network 10.0.12.0 0.0.0.255 area 0

 network 10.0.13.0 0.0.0.255 area 0

!

router ospf 2 vrf cust-b

 network 10.0.14.0 0.0.0.255 area 0

 network 10.0.15.0 0.0.0.255 area 0

!

Gopinath_Pigili_5-1711883310333.png
Gopinath_Pigili_6-1711883391693.png
Gopinath_Pigili_7-1711883433704.png
Gopinath_Pigili_8-1711883472559.png

Thank you very much...!!

-------------------------------------------- The End -----------------------------------------------------

 

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: