<?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 routing between two Vlan in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86921#M20777</link>
    <description>scenario:&lt;BR /&gt;
if I have two vlan IT , Vlan HR for example ,&lt;BR /&gt;
assign 172.16.0.1\24 for vlan IT , pc1 belongs to it (172.16.0.100)&lt;BR /&gt;
assign 192.168.0.1/24 for vlan HR ,pc2 belongs to it (192.168.0.100)&lt;BR /&gt;
&lt;BR /&gt;
how to ping from pc1 to pc2, uses VR-Router.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
thanks alot</description>
    <pubDate>Sun, 19 May 2019 17:06:59 GMT</pubDate>
    <dc:creator>Nadir</dc:creator>
    <dc:date>2019-05-19T17:06:59Z</dc:date>
    <item>
      <title>routing between two Vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86921#M20777</link>
      <description>scenario:&lt;BR /&gt;
if I have two vlan IT , Vlan HR for example ,&lt;BR /&gt;
assign 172.16.0.1\24 for vlan IT , pc1 belongs to it (172.16.0.100)&lt;BR /&gt;
assign 192.168.0.1/24 for vlan HR ,pc2 belongs to it (192.168.0.100)&lt;BR /&gt;
&lt;BR /&gt;
how to ping from pc1 to pc2, uses VR-Router.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
thanks alot</description>
      <pubDate>Sun, 19 May 2019 17:06:59 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86921#M20777</guid>
      <dc:creator>Nadir</dc:creator>
      <dc:date>2019-05-19T17:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: routing between two Vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86922#M20778</link>
      <description>Hi Nadir,&lt;BR /&gt;
&lt;BR /&gt;
Do you ask for config from the scratch?&lt;BR /&gt;
&lt;DIV class="threadCode"&gt;&lt;B&gt;code:&lt;/B&gt;&lt;PRE spellcheck="false"&gt;create vlan IT tag 10&lt;BR /&gt;create vlan HR tag 20&lt;BR /&gt;configure vlan IT ipaddress 172.16.0.1/24 #or 'conf IT ip 172.16.0.1/24'&lt;BR /&gt;configure vlan HR ipaddress 192.168.0.1/24&lt;BR /&gt;enable ipforwarding #without providing a VLAN for that command it'll enable IP forwarding (routing) on all VLANs that have IP addresses already configured&lt;BR /&gt;configure vlan IT add ports [port list, e.g. 1-3, 4,7,9, 1-3,6,8-15,22] untagged #the word 'untagged' is default so could be skipped, just to show you they can also be tagged in case of an end-system tagging its traffic&lt;BR /&gt;configure vlan HR add ports [port list] untagged&lt;BR /&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;BR /&gt;
&lt;BR /&gt;
Should you have any further questions, just let us know.&lt;BR /&gt;
You might also want to have a look at the EXOS User Guide and EXOS Command Reference for further clarification on any EXOS-related topic, it's a great reference tool: https://www.extremenetworks.com/support/documentation/extremexos-22-6/&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps,&lt;BR /&gt;
Tomasz</description>
      <pubDate>Mon, 20 May 2019 05:51:27 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86922#M20778</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-05-20T05:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: routing between two Vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86923#M20779</link>
      <description>Hi Tomasz&lt;BR /&gt;
Thanks, I understand that, could you explain me about VR-Router consept.&lt;BR /&gt;
when I need to use VR?&lt;BR /&gt;
&lt;BR /&gt;
Regards,</description>
      <pubDate>Mon, 20 May 2019 16:39:29 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86923#M20779</guid>
      <dc:creator>Nadir</dc:creator>
      <dc:date>2019-05-20T16:39:29Z</dc:date>
    </item>
    <item>
      <title>Re: routing between two Vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86924#M20780</link>
      <description>Hi Nadir,&lt;BR /&gt;
&lt;BR /&gt;
VR-Routers IMHO is something that was introduced before VRFs, the idea is pretty simple - to be able to use separate routing tables for each VR, that allows subnets to overlap without mutual interruption. What for? I seek use cases at service providers and R&amp;amp;D, where many tenants might wish or have to use some subnets of their own choice without having any knowledge about other tenants' addressing space. VR/VRFs might be also used in L3 VPN scenario.&lt;BR /&gt;
On all EXOS switches there are two VRs out of the box, VR-Mgmt and VR-Default. VR-Mgmt is just a separate 'routing instance' for handling IP communication related to the OOB management interface, and VR-Default is the main routing instance. On all but X440-G2/X620 you can create tens of additional VRs for your purposes (OTOH VRFs are of greater scalability). Under normal operation you don't need more so you rely on VR-Default.&lt;BR /&gt;
Please take care, features like ping, tftp, syslog and others might use VR-Mgmt or VR-Default by default, so it is a good habit to specify VR-Default for some of these. It is also important, that a VLAN can be contained only within a single VR (VR-Default is the destination when you do 'create vlan' without any other keywords).&lt;BR /&gt;
For more info you can always have a look at 'Virtual Routers' chapter in EXOS User Guide. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps,&lt;BR /&gt;
Tomasz</description>
      <pubDate>Mon, 20 May 2019 22:04:59 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86924#M20780</guid>
      <dc:creator>Tomasz</dc:creator>
      <dc:date>2019-05-20T22:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: routing between two Vlan</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86925#M20781</link>
      <description>Thanks, BR</description>
      <pubDate>Tue, 01 Oct 2019 23:51:08 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/routing-between-two-vlan/m-p/86925#M20781</guid>
      <dc:creator>Nadir</dc:creator>
      <dc:date>2019-10-01T23:51:08Z</dc:date>
    </item>
  </channel>
</rss>

