04-02-2024 08:26 AM
Hi, I have a ICX-7450 stack with 5 members running L3 Code with L3-prem license.
I have a default VRF on VE1 (VLAN 1) and a Non-default VRF on VE 200 (VLAN 200)
I want to allow traffic between VLAN 1 Networks and VLAN 200 Networks :
config excpert:
vlan 1 name DEFAULT by port
router-interface ve 1
spanning-tree 802-1w
vlan 200 name clientx by port
### Here would be the tagged ports
router-interface ve 200
spanning-tree 802-1w
vrf clientx
rd 11:11
ip router-id 10.30.0.16
address-family ipv4
ip route 0.0.0.0/0 10.30.0.254
ip route 172.16.100.0/24 ve 1
exit-address-family
exit-vrf
ip router-id 172.18.10.16
ip route 0.0.0.0/0 172.18.10.254
ip route 10.30.0.0/24 ve 200
interface ve 1
ip address 172.18.10.16 255.255.255.0
interface ve 200
vrf forwarding clientx
ip address 10.30.0.16 255.255.255.0
I just want clients from the default vrf (172.18.10.0/24) to be able to communicate with the clientx vrf (10.30.0.0/24)
Documentation is telling me that VRF Route leaking works by selecting the respective exit interface of the vrf but it doesn't work. Clients cannot reach each other.
I think I am dumb, in cisco I would just use the "import maps" but this is my first time vrf on Ruckus.
(please note: Networks are changed and very simplified in this example, each vrf has more routes which the other side should not see. I only specified the one network which we want inter-Vrf connectivity . This L3 Router is also the gateway for the cleints in their respective vlans.)
04-09-2024 10:18 AM
Hi S4mrai
Thank you for reaching us.
You can post the query here. I will try my best to help you. So is the issue related to DHCP this time ?
Could you help me with more details about the issue you are seeing ?
Thanks