RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
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
