<?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 vlans not working for the same client MAC address in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/routing-between-two-vlans-not-working-for-the-same-client-mac/m-p/100475#M2451</link>
    <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I am running into this issue while studying the VOSS in the EVE-NG environment. I am using this virtual 5520 running on 8.10.1.0 VOSS. I have a Cisco router connected to its Gi 1/1 interface to simulate client traffic. The Gi 1/1 is configured as a trunk port with V100 as the default vlan and V200 as the tagged. I have 10.0.45.1/24 and 10.0.54.1/24 configured on the V100 and V200 interfaces.&lt;/P&gt;&lt;P&gt;On the Cisco side, I have G0/0 with 10.0.45.4/24 configured in the Global VRF and 10.0.54.4/24 on the G0/0.200 sub-interface in the v200 VRF. I have default route in both VRF with GW of the 5520 IPs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my config:&lt;/P&gt;&lt;PRE&gt;--- Extreme 5520 ---&lt;BR /&gt;&lt;BR /&gt;vlan create 100 type port-mstprstp 0&lt;BR /&gt;vlan members 100 1/1-1/2 portmember&lt;BR /&gt;interface Vlan 100&lt;BR /&gt;ip address 10.0.45.1 255.255.255.0 1&lt;BR /&gt;exit&lt;BR /&gt;vlan create 200 type port-mstprstp 0&lt;BR /&gt;vlan members 200 1/1-1/2 portmember&lt;BR /&gt;interface Vlan 200&lt;BR /&gt;ip address 10.0.54.1 255.255.255.0 2&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet 1/1&lt;BR /&gt;default-vlan-id 100&lt;BR /&gt;untag-port-default-vlan enable&lt;BR /&gt;no shutdown&lt;BR /&gt;spanning-tree mstp edge-port true&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;--- Cisco ---&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;ip address 10.0.45.4 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.200&lt;BR /&gt;encapsulation dot1Q 200&lt;BR /&gt;vrf forwarding v200&lt;BR /&gt;ip address 10.0.54.4 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.0.45.1&lt;BR /&gt;ip route vrf v200 0.0.0.0 0.0.0.0 10.0.54.1&lt;/PRE&gt;&lt;P&gt;The problem is that on the Cisco, I can't ping the IP (10.0.54.4) in the v200 VRF. I have checked ARP entries and they all look good.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#show IP arp&lt;BR /&gt;10.0.45.4 50:00:00:10:00:00 100 1/1 DYNAMIC 1611&lt;BR /&gt;10.0.54.4 50:00:00:10:00:00 200 1/1 DYNAMIC 1617&lt;/PRE&gt;&lt;P&gt;The only thing is that it is the same MAC address for both IPs. However, it should be perfectly valid, correct? I did spun up another Cisco and connect on the G1/2 interface and I can ping between the routers fine. Am I missing something here? Thanks!&lt;/P&gt;&lt;P&gt;PS - I am able to ping the Extreme IPs (served as the gateway) on both VLANs from the Cisco.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;h4#ping 10.0.45.1&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.0.45.1, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms&lt;BR /&gt;h4#ping vrf v200 10.0.54.1&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.0.54.1, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jun 2024 19:42:46 GMT</pubDate>
    <dc:creator>difan</dc:creator>
    <dc:date>2024-06-03T19:42:46Z</dc:date>
    <item>
      <title>Routing between two vlans not working for the same client MAC address</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/routing-between-two-vlans-not-working-for-the-same-client-mac/m-p/100475#M2451</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I am running into this issue while studying the VOSS in the EVE-NG environment. I am using this virtual 5520 running on 8.10.1.0 VOSS. I have a Cisco router connected to its Gi 1/1 interface to simulate client traffic. The Gi 1/1 is configured as a trunk port with V100 as the default vlan and V200 as the tagged. I have 10.0.45.1/24 and 10.0.54.1/24 configured on the V100 and V200 interfaces.&lt;/P&gt;&lt;P&gt;On the Cisco side, I have G0/0 with 10.0.45.4/24 configured in the Global VRF and 10.0.54.4/24 on the G0/0.200 sub-interface in the v200 VRF. I have default route in both VRF with GW of the 5520 IPs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my config:&lt;/P&gt;&lt;PRE&gt;--- Extreme 5520 ---&lt;BR /&gt;&lt;BR /&gt;vlan create 100 type port-mstprstp 0&lt;BR /&gt;vlan members 100 1/1-1/2 portmember&lt;BR /&gt;interface Vlan 100&lt;BR /&gt;ip address 10.0.45.1 255.255.255.0 1&lt;BR /&gt;exit&lt;BR /&gt;vlan create 200 type port-mstprstp 0&lt;BR /&gt;vlan members 200 1/1-1/2 portmember&lt;BR /&gt;interface Vlan 200&lt;BR /&gt;ip address 10.0.54.1 255.255.255.0 2&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet 1/1&lt;BR /&gt;default-vlan-id 100&lt;BR /&gt;untag-port-default-vlan enable&lt;BR /&gt;no shutdown&lt;BR /&gt;spanning-tree mstp edge-port true&lt;BR /&gt;exit&lt;BR /&gt;&lt;BR /&gt;--- Cisco ---&lt;BR /&gt;&lt;BR /&gt;interface GigabitEthernet0/0&lt;BR /&gt;ip address 10.0.45.4 255.255.255.0&lt;BR /&gt;duplex auto&lt;BR /&gt;speed auto&lt;BR /&gt;media-type rj45&lt;BR /&gt;!&lt;BR /&gt;interface GigabitEthernet0/0.200&lt;BR /&gt;encapsulation dot1Q 200&lt;BR /&gt;vrf forwarding v200&lt;BR /&gt;ip address 10.0.54.4 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;ip route 0.0.0.0 0.0.0.0 10.0.45.1&lt;BR /&gt;ip route vrf v200 0.0.0.0 0.0.0.0 10.0.54.1&lt;/PRE&gt;&lt;P&gt;The problem is that on the Cisco, I can't ping the IP (10.0.54.4) in the v200 VRF. I have checked ARP entries and they all look good.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;#show IP arp&lt;BR /&gt;10.0.45.4 50:00:00:10:00:00 100 1/1 DYNAMIC 1611&lt;BR /&gt;10.0.54.4 50:00:00:10:00:00 200 1/1 DYNAMIC 1617&lt;/PRE&gt;&lt;P&gt;The only thing is that it is the same MAC address for both IPs. However, it should be perfectly valid, correct? I did spun up another Cisco and connect on the G1/2 interface and I can ping between the routers fine. Am I missing something here? Thanks!&lt;/P&gt;&lt;P&gt;PS - I am able to ping the Extreme IPs (served as the gateway) on both VLANs from the Cisco.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;h4#ping 10.0.45.1&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.0.45.1, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/4 ms&lt;BR /&gt;h4#ping vrf v200 10.0.54.1&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 10.0.54.1, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 1/1/3 ms&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2024 19:42:46 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/routing-between-two-vlans-not-working-for-the-same-client-mac/m-p/100475#M2451</guid>
      <dc:creator>difan</dc:creator>
      <dc:date>2024-06-03T19:42:46Z</dc:date>
    </item>
    <item>
      <title>Re: Routing between two vlans not working for the same client MAC address</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/routing-between-two-vlans-not-working-for-the-same-client-mac/m-p/100479#M2453</link>
      <description>&lt;P&gt;I believe you are missing the 'encapsulation dot1q' command on your VOSS interface.&amp;nbsp; Here is an article, will have to scroll down for VOSS commands on how to do tagging on an interface.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://extreme-networks.my.site.com/ExtrArticleDetail?an=000086923&amp;amp;q=000086923%20" target="_blank"&gt;https://extreme-networks.my.site.com/ExtrArticleDetail?an=000086923&amp;amp;q=000086923%20&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 13:01:26 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/routing-between-two-vlans-not-working-for-the-same-client-mac/m-p/100479#M2453</guid>
      <dc:creator>Brian_Anderson1</dc:creator>
      <dc:date>2024-06-04T13:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Routing between two vlans not working for the same client MAC address</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/routing-between-two-vlans-not-working-for-the-same-client-mac/m-p/100481#M2455</link>
      <description>&lt;P&gt;Hi Brian, this is not the case... I can ping both VLAN interfaces and see the correct ARP entries on the Cisco router... Here is the VLAN membership for the port&lt;/P&gt;&lt;PRE&gt;r7:1#show ports vlans 1/1&lt;BR /&gt;************************************************************************************&lt;BR /&gt;Command Execution Time: Tue Jun 04 15:20:49 2024 UTC&lt;BR /&gt;************************************************************************************&lt;BR /&gt;&lt;BR /&gt;====================================================================================================&lt;BR /&gt;Port Vlans&lt;BR /&gt;====================================================================================================&lt;BR /&gt;PORT DISCARD DISCARD DEFAULT VLAN PORT UNTAG DYNAMIC UNTAG&lt;BR /&gt;NUM TAGGING TAGFRAM UNTAGFRAM VLANID IDS TYPE DEFVLAN VLANS VLANS&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------&lt;BR /&gt;1/1 enable false false 100 100,200 normal enable P 100&lt;BR /&gt;----------------------------------------------------------------------------------------------------&lt;BR /&gt;DYNAMIC VLAN Legend:&lt;BR /&gt;P=Protocol enabled.&lt;BR /&gt;r7:1#&lt;/PRE&gt;&lt;P&gt;The routing also works fine between two different routers... Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 15:21:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/routing-between-two-vlans-not-working-for-the-same-client-mac/m-p/100481#M2455</guid>
      <dc:creator>difan</dc:creator>
      <dc:date>2024-06-04T15:21:38Z</dc:date>
    </item>
  </channel>
</rss>

