cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
602
Views
0
Helpful
6
Replies

VRF

stephtchoko
Level 3
Level 3

vrf is more use for vpn accross mpls network.

There some case, it can be used without mpls ? if yes when ?

please provide an example, between 2 routers accross a cloud.

Any suggest will be appreciated.

6 Replies 6

rais
Level 7
Level 7

VRF-Lite provides vrfs that can be used without mpls.

Thanks.

Please,

Do you have a configuration example between 2 routers.

Regards.

R1:

ip cef

ip vrf Cust1

rd 65000:1

ip vrf Cust2

rd 65000:2

interface FastEthernet0/0.100

encapsulation dot1q 100

ip vrf forwarding Cust1

ip address 10.1.1.1 255.255.255.0

interface FastEthernet0/0.200

encapsulation dot1q 200

ip vrf forwarding Cust2

ip address 10.2.2.1 255.255.255.0

router ospf 100 vrf Cust1

network 10.1.1.1 0.0.0.0 area 1

router ospf 200 vrf Cust2

network 10.2.2.1 0.0.0.0 area 2

R2:

ip cef

ip vrf Cust1

rd 65000:1

ip vrf Cust2

rd 65000:2

interface FastEthernet0/0.100

encapsulation dot1q 100

ip vrf forwarding Cust1

ip address 10.1.1.2 255.255.255.0

interface FastEthernet0/0.200

encapsulation dot1q 200

ip vrf forwarding Cust2

ip address 10.2.2.2 255.255.255.0

router ospf 100 vrf Cust1

network 10.1.1.2 0.0.0.0 area 1

router ospf 200 vrf Cust2

network 10.2.2.2 0.0.0.0 area 2

make a test and send you a feedack .

Regards.

Thank your for the example. Is there any special configuration required on the inter-connecting interfaces between the two routers?

Hi,

The only special configuration required is the use of the 'ip vrf forwarding' command on each interface to assign it to a VRF.

Hope that helps - pls do remember to rate posts that help.

Paresh

Review Cisco Networking for a $25 gift card