12-24-2024 12:41 AM - edited 12-25-2024 04:09 PM
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
01-07-2025 01:20 PM
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.
01-14-2025 04:20 PM
there is no any firewall settings and no ACL.
VRF is working properly and the sw version is 08.0.95pT203