cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2446
Views
5
Helpful
4
Replies

GRT to VRF

nedian123
Level 1
Level 1

Hi,

I am stuck in enabling communication between GRT & VRF in 7609. I have tried following thing but no success & I am stuck in a project migration b/c of this. Any feedback would be appreciated.

RouterA:

int vlan10

ip add 1.1.1.1 255.255.255.0

int vlan 100

ip vrf forwarding CUST

ip add 2.2.2.2 255.255.255.0

ip route 2.2.2.2 255.255.255.255 vlan100

ip route vrf CUST 1.1.1.1 255.255.255.255 vlan10

arp 2.2.2.2 aa11.bb11.cc11 arpa

arp vrf SHARED 1.1.1.1 aa22.bb22.cc22 arpa

RouterA:

ping 2.2.2.2 source 1.1.1.1 (timeouts)

ping 1.1.1.1 source 2.2.2.2 (timeouts)

Regards,

Akhtar

4 Replies 4

Reza Sharifi
Hall of Fame
Hall of Fame

you need to point your static route to the loopback address of the GRT and also to your vrf loopback address:

ip route 2.2.2.0 255.255.255.0 Loopback0 1.1.1.1

in the above static route loopback0 is the GRT loopback and 1.1.1.1 is the VRF loopback address.

This is how I got mine working

HTH

Reza

Reza Sharifi
Hall of Fame
Hall of Fame

you need to point your static route to the loopback address of the GRT and also to your vrf loopback address:

ip route 2.2.2.0 255.255.255.0 Loopback0 1.1.1.1

in the above static route loopback0 is the GRT loopback and 1.1.1.1 is the VRF loopback address.

This is how I got mine working

HTH

Reza

Hi reza,

Thanks for your feedback. But its not working still. Can you paste your configs & output(with arp & vrf arp)

Regards,

Akhtar

Akhtar,

I did not configure arp or vrf arp.

I posted a similar question on the 15th of this month. Go ahead and check it out to see if it helps you in resolving this.

I also atteched my config in that post

HTH

Reza

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: