<?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-ICX7750 in ICX Switches</title>
    <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-Routing-ICX7750/m-p/101687#M7131</link>
    <description>&lt;P&gt;there is no any firewall settings and no ACL.&lt;BR /&gt;VRF is working properly and the sw version is&amp;nbsp;&lt;SPAN&gt;08.0.95pT203&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2025 00:20:01 GMT</pubDate>
    <dc:creator>PC_JP</dc:creator>
    <dc:date>2025-01-15T00:20:01Z</dc:date>
    <item>
      <title>Inter-VRF-Routing-ICX7750</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-Routing-ICX7750/m-p/101014#M7092</link>
      <description>&lt;P&gt;ICX(config)# vrf client1&lt;BR /&gt;ICX(config-vrf-client1)# rd 7750:1&lt;BR /&gt;ICX(config-vrf-client1)# address-family ipv4&lt;BR /&gt;ICX(config-vrf-client1-af)# exit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ICX(config)# vrf client2&lt;BR /&gt;ICX(config-vrf-client2)# rd 7750:2&lt;BR /&gt;ICX(config-vrf--client2)# address-family ipv4&lt;BR /&gt;ICX(config-vrf--client2-af)# exit&lt;/P&gt;&lt;P&gt;ICX(config)# vrf client3&lt;BR /&gt;ICX(config-vrf-client3)# rd 7750:3&lt;BR /&gt;ICX(config-vrf--client3)# address-family ipv4&lt;BR /&gt;ICX(config-vrf--client3-af)# exit&lt;/P&gt;&lt;P&gt;ICX(config)# vrf client4&lt;BR /&gt;ICX(config-vrf-client4)# rd 7750:4&lt;BR /&gt;ICX(config-vrf--client4)# address-family ipv4&lt;BR /&gt;ICX(config-vrf--client4-af)# exit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ICX(config)# vlan 550 name client1_vlan&lt;BR /&gt;ICX(config-vlan-550)#router-interface ve 550&lt;BR /&gt;ICX(config-vlan-550)#interface ve 550&lt;BR /&gt;ICX(config-vif-550)#vrf forwarding client1&lt;BR /&gt;ICX(config-vif-550)#ip address 192.168.150.1/24&lt;/P&gt;&lt;P&gt;ICX(config)# vlan 550 name client2_vlan&lt;BR /&gt;ICX(config-vlan-551)#router-interface ve 551&lt;BR /&gt;ICX(config-vlan-551)#interface ve 550&lt;BR /&gt;ICX(config-vif-551)#vrf forwarding client1&lt;BR /&gt;ICX(config-vif-551)#ip address 192.168.160.1/24&lt;/P&gt;&lt;P&gt;ICX(config)# vlan 1023 name client3_vlan&lt;BR /&gt;ICX(config-vlan-1023)#router-interface ve 1023&lt;BR /&gt;ICX(config-vif-1023)#vrf forwarding client3&lt;BR /&gt;ICX(config-vif-1023)#ip address 192.168.110.1/24&lt;/P&gt;&lt;P&gt;ICX(config)# vlan 1024 name client4_vlan&lt;BR /&gt;ICX(config-vlan-1024)#router-interface ve 1024&lt;BR /&gt;ICX(config-vif-1024)#vrf forwarding client3&lt;BR /&gt;ICX(config-vif-1024)#ip address 192.168.120.1/24&lt;/P&gt;&lt;P&gt;ICX(config)# ip route vrf client1 192.168.110.0/24 ve 1023&lt;BR /&gt;ICX(config)# ip route vrf client2 192.168.120.0/24 ve 1024&lt;BR /&gt;ICX(config)# ip route vrf client3 192.168.150.0/24 ve 550&lt;BR /&gt;ICX(config)# ip route vrf client4 192.168.160.0/24 ve 551&lt;/P&gt;&lt;P&gt;On checking,the vrf routes,i can see the routes&lt;/P&gt;&lt;P&gt;#show ip route vrf &amp;lt;vrf_name&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;but when i check the ping for example&lt;BR /&gt;#ping vrf client1 192.168.110.1&lt;BR /&gt;#ping vrf client2 192.168.120.1&lt;BR /&gt;#ping vrf client3 192.168.150.1&lt;BR /&gt;#ping vrf client4 192.168.160.1&lt;/P&gt;&lt;P&gt;I am not receiving any ping...&lt;/P&gt;&lt;P&gt;is this way of inter-vrf-route from one one vrf to another vrf on the same switch&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 00:09:03 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-Routing-ICX7750/m-p/101014#M7092</guid>
      <dc:creator>PC_JP</dc:creator>
      <dc:date>2024-12-26T00:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF-Routing-ICX7750</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-Routing-ICX7750/m-p/101420#M7107</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;
&lt;P&gt;Thank you for posting your query, please indicate the version on the switch. You can check that using #show version&lt;/P&gt;
&lt;P&gt;Also, could you please try pinging with the source interface specified? #ping x.x.x.x source x.x.x.x&lt;/P&gt;
&lt;P&gt;Check for any firewall rules or ACLs that might be blocking traffic between the VRFs.&lt;/P&gt;
&lt;P&gt;Ensure that all interfaces associated with the VRFs are up and running. You can verify this with #show ip interface brief &lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 21:20:25 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-Routing-ICX7750/m-p/101420#M7107</guid>
      <dc:creator>MariaC862</dc:creator>
      <dc:date>2025-01-07T21:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Inter-VRF-Routing-ICX7750</title>
      <link>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-Routing-ICX7750/m-p/101687#M7131</link>
      <description>&lt;P&gt;there is no any firewall settings and no ACL.&lt;BR /&gt;VRF is working properly and the sw version is&amp;nbsp;&lt;SPAN&gt;08.0.95pT203&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 00:20:01 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/ICX-Switches/Inter-VRF-Routing-ICX7750/m-p/101687#M7131</guid>
      <dc:creator>PC_JP</dc:creator>
      <dc:date>2025-01-15T00:20:01Z</dc:date>
    </item>
  </channel>
</rss>

