<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inter-VRF routing on singular Router in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/78028#M5416</link>
    <description>&lt;P&gt;Hi S4mrai,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding to the post, the&amp;nbsp; directed-broadcast and UDP forwarding is probably not best in case of dhcp.&amp;nbsp;&lt;BR /&gt;Here best approach would be to use relay/dhcp-relay on L3 interfaces.&amp;nbsp;&lt;BR /&gt;But if the DHCP has to cross the vrf's, then similar route provisioning with relay/dhcp-helper&amp;nbsp; should help.&amp;nbsp;&lt;BR /&gt;As relay/dhcp-helper would convert the broadcast of the DHCP to unicast and direct it to the server and with route provisioning it should help cross the VRFs.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let us know if the bits help !&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2024 13:20:20 GMT</pubDate>
    <dc:creator>jdryan</dc:creator>
    <dc:date>2024-04-12T13:20:20Z</dc:date>
    <item>
      <title>Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77591#M5392</link>
      <description>&lt;P&gt;Hi, I have a ICX-7450 stack with 5 members running L3 Code with L3-prem license.&lt;BR /&gt;&lt;BR /&gt;I have a default VRF on&amp;nbsp; VE1 (VLAN 1) and a Non-default VRF on VE 200 (VLAN 200)&lt;BR /&gt;&lt;BR /&gt;I want to allow traffic between VLAN 1 Networks and VLAN 200 Networks :&lt;BR /&gt;&lt;BR /&gt;config excpert:&lt;BR /&gt;&lt;BR /&gt;vlan 1 name DEFAULT by port&lt;BR /&gt;&amp;nbsp;router-interface ve 1&lt;BR /&gt;&amp;nbsp;spanning-tree 802-1w&lt;BR /&gt;&lt;BR /&gt;vlan 200 name clientx by port&lt;BR /&gt;&amp;nbsp;### Here would be the tagged ports&lt;BR /&gt;&amp;nbsp;router-interface ve 200&lt;BR /&gt;&amp;nbsp;spanning-tree 802-1w&lt;/P&gt;&lt;P&gt;vrf clientx&lt;BR /&gt;&amp;nbsp;rd 11:11&lt;BR /&gt;&amp;nbsp;ip router-id 10.30.0.16&lt;BR /&gt;&amp;nbsp;address-family ipv4&lt;BR /&gt;&amp;nbsp;ip route 0.0.0.0/0 10.30.0.254&lt;BR /&gt;&amp;nbsp;ip route 172.16.100.0/24 ve 1&lt;BR /&gt;&amp;nbsp;exit-address-family&lt;BR /&gt;&amp;nbsp;exit-vrf&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;ip router-id 172.18.10.16&lt;BR /&gt;ip route 0.0.0.0/0 172.18.10.254&lt;BR /&gt;ip route 10.30.0.0/24 ve 200&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;interface ve 1&lt;BR /&gt;&amp;nbsp;ip address 172.18.10.16 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface ve 200&lt;BR /&gt;&amp;nbsp;vrf forwarding clientx&lt;BR /&gt;&amp;nbsp;ip address 10.30.0.16 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;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)&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;I think I am dumb, in cisco I would just use the "import maps" but this is my first time vrf on Ruckus.&lt;BR /&gt;&lt;BR /&gt;(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.)&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 15:26:25 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77591#M5392</guid>
      <dc:creator>S4mrai</dc:creator>
      <dc:date>2024-04-02T15:26:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77594#M5395</link>
      <description>&lt;P&gt;Hi S4mrai&lt;/P&gt;&lt;P&gt;Thank you for reaching us.&lt;/P&gt;&lt;P&gt;Could you please let me know if this is a new setup ?&lt;/P&gt;&lt;P&gt;Could you share the below output ?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="courier new,courier" size="2"&gt;show ip route vrf clientx&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier" size="2"&gt;ping vrf clientx 10.30.0.16&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="courier new,courier" size="2"&gt;ping vrf clientx &lt;SPAN&gt;172.18.10.16&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 16:38:09 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77594#M5395</guid>
      <dc:creator>Chandini</dc:creator>
      <dc:date>2024-04-02T16:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77613#M5397</link>
      <description>&lt;P&gt;Thank you for the fast reply.&lt;/P&gt;&lt;P&gt;SSH@core#show ip route vrf client x&lt;BR /&gt;Total number of IP routes: 2&lt;BR /&gt;Type Codes - B:BGP D:Connected O:OSPF R:RIP S:Static; Cost - Dist/Metric&lt;BR /&gt;BGP Codes - i:iBGP e:eBGP&lt;BR /&gt;OSPF Codes - i:Inter Area 1:External Type 1 2:External Type 2&lt;BR /&gt;STATIC Codes - v:Inter-VRF&lt;BR /&gt;Destination Gateway Port Cost Type Uptime&lt;BR /&gt;1 0.0.0.0/0 10.30.0.254 ve 200 1/1 S 0m5s&lt;BR /&gt;2 10.30.0.0/24 DIRECT ve 200 0/0 D 7d21h&lt;BR /&gt;3 172.18.10.0/24 DIRECT ve 1 1/1 Sv 0m5s&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SSH@core#ping vrf clientx 10.30.0.16&lt;BR /&gt;Ping self done.&lt;/P&gt;&lt;P&gt;SSH@core#ping vrf clientx 172.18.10.16&lt;BR /&gt;Sending 1, 16-byte ICMP Echo to 172.18.10.16, timeout 5000 msec, TTL 64&lt;BR /&gt;Type Control-c to abort&lt;BR /&gt;Request timed out.&lt;BR /&gt;No reply from remote host.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 12:16:49 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77613#M5397</guid>
      <dc:creator>S4mrai</dc:creator>
      <dc:date>2024-04-03T12:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77614#M5398</link>
      <description>&lt;P&gt;also please ignore this typo&amp;nbsp;&lt;SPAN&gt;ip route 172.16.100.0/24 ve 1 this route was&amp;nbsp;ip route 172.18.10.0/24 ve 1 instead, I just anonymized our networks and misstyoped. I made shure that the routes from default to vrf and vice-versa have the correct networks. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I still cannot ping from ve200 to ve 1.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2024 12:20:31 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77614#M5398</guid>
      <dc:creator>S4mrai</dc:creator>
      <dc:date>2024-04-03T12:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77754#M5399</link>
      <description>&lt;P&gt;Hi S4mrai&lt;/P&gt;&lt;P&gt;Thank you for sharing the details.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the vrf routing table looks like information is populating. Could you try to add the below command to ve 1 also and check&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;interface ve 1&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;SPAN&gt;&amp;nbsp;vrf forwarding clientx&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 17:23:49 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77754#M5399</guid>
      <dc:creator>Chandini</dc:creator>
      <dc:date>2024-04-05T17:23:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77811#M5405</link>
      <description>&lt;P&gt;Hello I cannot move this in production interface to a different vrf. wouldn't this also mean that both interfaces share the same routing table completely ?&lt;BR /&gt;&lt;BR /&gt;The Setup is:&lt;BR /&gt;Firewall1&amp;nbsp; int 1 -&amp;gt;&amp;nbsp; ICX1 (Gateway-default) ve 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;default VRF&amp;nbsp; Multiple Subnets&amp;nbsp;&lt;BR /&gt;Firewall1 int 30 -&amp;gt; ICX1 (Gateway-clientx ) ve 200&amp;nbsp; &amp;nbsp;clientx VRF&amp;nbsp; Multiple Subnets&lt;BR /&gt;&lt;BR /&gt;We need to reach one of the default subnets from clientx via the ICX Gateway and Vice versa. Routing these Subnets trough the Firewall is not an option.&lt;BR /&gt;&lt;BR /&gt;We also do not want to have both Interfaces in the same VRF and then block access wiith a ACL because we need those Subnets to enter the Firewall in a seperate Interface and then we'd have to use ACL-Policybased Routing&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 08:03:12 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77811#M5405</guid>
      <dc:creator>S4mrai</dc:creator>
      <dc:date>2024-04-08T08:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77834#M5406</link>
      <description>&lt;P&gt;Hi S4mrai&lt;/P&gt;&lt;P&gt;Thank you for reaching us&lt;/P&gt;&lt;P&gt;You are correct they will fall in same routing table. I wanted to see when they are part of same routing table if the ping is reachable or no because the two routes do display in the routing table in earlier output you shared.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In case this is a production network I would not recommend the change. I would request you to log a case using the below link as this may need further tests and may require you to share more details.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&amp;nbsp;&lt;FONT face="courier new,courier" size="2"&gt;&lt;A href="https://support.ruckuswireless.com/contact-us" target="_blank"&gt;https://support.ruckuswireless.com/contact-us&lt;/A&gt;&lt;/FONT&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 14:24:17 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77834#M5406</guid>
      <dc:creator>Chandini</dc:creator>
      <dc:date>2024-04-08T14:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77839#M5408</link>
      <description>&lt;P&gt;I solved part of it:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I cleared all vrf and arp wih the "clear" command.&lt;BR /&gt;&lt;BR /&gt;since then L3 Communication works, I can ping between the leaked routes subnets as intended.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Only issue now is: broadcasts are not relayed altough I have an ip helper configured as well as directed broadcasts and I allowed ip forwarding for bootpc and bootps.&lt;BR /&gt;Do you want me to post my config here or should I close this and open a new thread ?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2024 15:04:57 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77839#M5408</guid>
      <dc:creator>S4mrai</dc:creator>
      <dc:date>2024-04-08T15:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77890#M5409</link>
      <description>&lt;P&gt;Hi S4mrai&lt;/P&gt;&lt;P&gt;Thank you for reaching us.&lt;/P&gt;&lt;P&gt;You can post the query here. I will try my best to help you. So is the issue related to DHCP this time ?&lt;/P&gt;&lt;P&gt;Could you help me with more details about the issue you are seeing ?&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 17:18:57 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/77890#M5409</guid>
      <dc:creator>Chandini</dc:creator>
      <dc:date>2024-04-09T17:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/78028#M5416</link>
      <description>&lt;P&gt;Hi S4mrai,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding to the post, the&amp;nbsp; directed-broadcast and UDP forwarding is probably not best in case of dhcp.&amp;nbsp;&lt;BR /&gt;Here best approach would be to use relay/dhcp-relay on L3 interfaces.&amp;nbsp;&lt;BR /&gt;But if the DHCP has to cross the vrf's, then similar route provisioning with relay/dhcp-helper&amp;nbsp; should help.&amp;nbsp;&lt;BR /&gt;As relay/dhcp-helper would convert the broadcast of the DHCP to unicast and direct it to the server and with route provisioning it should help cross the VRFs.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Let us know if the bits help !&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 13:20:20 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/78028#M5416</guid>
      <dc:creator>jdryan</dc:creator>
      <dc:date>2024-04-12T13:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF routing on singular Router</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/78069#M5419</link>
      <description>&lt;P&gt;Hi S4mrai,&lt;/P&gt;&lt;P&gt;Adding to the post. As this is a new setup you need to test it out before moving it into production.&lt;/P&gt;&lt;P&gt;In order to check the network flow I would suggest you check out the configuration first to achieve the Baseline.&amp;nbsp;&lt;/P&gt;&lt;P&gt;For VRF Related Configuration you can refer to the below link for your reference:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.commscope.com/bundle/fastiron-08095-l3guide/page/GUID-FA7A07AF-9EBB-4DDC-81B6-2F3F7E814411.html" target="_blank"&gt;https://docs.commscope.com/bundle/fastiron-08095-l3guide/page/GUID-FA7A07AF-9EBB-4DDC-81B6-2F3F7E814411.html&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also refer to the below short video link for your reference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below link for CONFIGURING A MANAGEMENT VRF :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/1kzIY1SiK_A?si=fRIgk2gh6vkyZZmH" target="_blank"&gt;https://youtu.be/1kzIY1SiK_A?si=fRIgk2gh6vkyZZmH&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below link for CONFIGURING MULTI-VRF :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/vC3bhw1aGzg?si=4HvcHWzl7RqoOrrg" target="_blank"&gt;https://youtu.be/vC3bhw1aGzg?si=4HvcHWzl7RqoOrrg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since the issue is also related to the DHCP you can refer to the below link for your reference:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/AXCPDVptsyk?si=UwezPcJgoBMVePZX" target="_blank"&gt;https://youtu.be/AXCPDVptsyk?si=UwezPcJgoBMVePZX&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/OCE0eEQqQAY?si=YdAdqyjTVcuK4Z7p" target="_blank"&gt;https://youtu.be/OCE0eEQqQAY?si=YdAdqyjTVcuK4Z7p&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below link for IP HELPER ADDRESS :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://youtu.be/5eQI-ptLCtY?si=vguL8xxcatGx9s_f" target="_blank"&gt;https://youtu.be/5eQI-ptLCtY?si=vguL8xxcatGx9s_f&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moving Forward If this issue is not resolved, Please log a ticket with the below link so that we can help you further.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.ruckuswireless.com/contact-us" target="_blank"&gt;https://support.ruckuswireless.com/contact-us&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this information helps you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please feel free to leave us a message if any concerns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2024 08:58:17 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-routing-on-singular-Router/m-p/78069#M5419</guid>
      <dc:creator>Mayank</dc:creator>
      <dc:date>2024-04-14T08:58:17Z</dc:date>
    </item>
  </channel>
</rss>

