cancel
Showing results for 
Search instead for 
Did you mean: 

Inter-VRF-Routing-ICX7750

PC_JP
New Contributor

ICX(config)# vrf client1
ICX(config-vrf-client1)# rd 7750:1
ICX(config-vrf-client1)# address-family ipv4
ICX(config-vrf-client1-af)# exit


ICX(config)# vrf client2
ICX(config-vrf-client2)# rd 7750:2
ICX(config-vrf--client2)# address-family ipv4
ICX(config-vrf--client2-af)# exit

ICX(config)# vrf client3
ICX(config-vrf-client3)# rd 7750:3
ICX(config-vrf--client3)# address-family ipv4
ICX(config-vrf--client3-af)# exit

ICX(config)# vrf client4
ICX(config-vrf-client4)# rd 7750:4
ICX(config-vrf--client4)# address-family ipv4
ICX(config-vrf--client4-af)# exit


ICX(config)# vlan 550 name client1_vlan
ICX(config-vlan-550)#router-interface ve 550
ICX(config-vlan-550)#interface ve 550
ICX(config-vif-550)#vrf forwarding client1
ICX(config-vif-550)#ip address 192.168.150.1/24

ICX(config)# vlan 550 name client2_vlan
ICX(config-vlan-551)#router-interface ve 551
ICX(config-vlan-551)#interface ve 550
ICX(config-vif-551)#vrf forwarding client1
ICX(config-vif-551)#ip address 192.168.160.1/24

ICX(config)# vlan 1023 name client3_vlan
ICX(config-vlan-1023)#router-interface ve 1023
ICX(config-vif-1023)#vrf forwarding client3
ICX(config-vif-1023)#ip address 192.168.110.1/24

ICX(config)# vlan 1024 name client4_vlan
ICX(config-vlan-1024)#router-interface ve 1024
ICX(config-vif-1024)#vrf forwarding client3
ICX(config-vif-1024)#ip address 192.168.120.1/24

ICX(config)# ip route vrf client1 192.168.110.0/24 ve 1023
ICX(config)# ip route vrf client2 192.168.120.0/24 ve 1024
ICX(config)# ip route vrf client3 192.168.150.0/24 ve 550
ICX(config)# ip route vrf client4 192.168.160.0/24 ve 551

On checking,the vrf routes,i can see the routes

#show ip route vrf <vrf_name>


but when i check the ping for example
#ping vrf client1 192.168.110.1
#ping vrf client2 192.168.120.1
#ping vrf client3 192.168.150.1
#ping vrf client4 192.168.160.1

I am not receiving any ping...

is this way of inter-vrf-route from one one vrf to another vrf on the same switch

2 REPLIES 2

MariaC862
Moderator
Moderator

Hi!

Thank you for posting your query, please indicate the version on the switch. You can check that using #show version

Also, could you please try pinging with the source interface specified? #ping x.x.x.x source x.x.x.x

Check for any firewall rules or ACLs that might be blocking traffic between the VRFs.

Ensure that all interfaces associated with the VRFs are up and running. You can verify this with #show ip interface brief

Thanks.

there is no any firewall settings and no ACL.
VRF is working properly and the sw version is 08.0.95pT203