<?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 Trunking between Cisco switch and Extreme Networks switch in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/trunking-between-cisco-switch-and-extreme-networks-switch/m-p/99412#M2408</link>
    <description>&lt;P&gt;In order to integrate an Extreme Networks switch into our network, the core of which is a Cisco switch, we set up a lab with the following configurations:&lt;/P&gt;&lt;P&gt;On Cisco switch&lt;/P&gt;&lt;P&gt;vlan 2&lt;BR /&gt;name Users&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;vlan 4&lt;BR /&gt;name Servers&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;int vlan2&lt;BR /&gt;ip add 10.10.10.1 255.255.255.0&lt;BR /&gt;no sh&lt;/P&gt;&lt;P&gt;int vlan4&lt;BR /&gt;ip add 10.10.20.1 255.255.255.0&lt;BR /&gt;no sh&lt;/P&gt;&lt;P&gt;configure terminal&lt;BR /&gt;interface e0/1&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 2&lt;BR /&gt;no shutdown&lt;BR /&gt;ex&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface e0/2&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 4&lt;BR /&gt;no shutdown&lt;BR /&gt;ex&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface e0/0&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;no shutdown&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;wr mem&lt;/P&gt;&lt;P&gt;On the PCs&lt;/P&gt;&lt;P&gt;PC1: ip 10.10.10.20 10.10.10.1&lt;BR /&gt;PC2: ip 10.10.20.20 10.10.20.1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;On Extreme Networks switch&lt;/P&gt;&lt;P&gt;create vlan Users tag 2&lt;BR /&gt;create vlan Servers tag 4&lt;/P&gt;&lt;P&gt;enable ipforwarding&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;configure vlan Users add ports 1 untagged&lt;BR /&gt;configure vlan Servers add ports 2 untagged&lt;/P&gt;&lt;P&gt;configure vlan Users add ports 10 tagged&lt;BR /&gt;configure vlan Servers add ports 10 tagged&lt;/P&gt;&lt;P&gt;save&lt;/P&gt;&lt;P&gt;On the PCs&lt;/P&gt;&lt;P&gt;PC1: ip 10.10.10.10 10.10.10.1&lt;BR /&gt;PC2: ip 10.10.20.10 10.10.20.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that it doesn't work.&lt;/P&gt;&lt;P&gt;Can you help us solve this problem?&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2024 14:02:33 GMT</pubDate>
    <dc:creator>kevariste</dc:creator>
    <dc:date>2024-02-23T14:02:33Z</dc:date>
    <item>
      <title>Trunking between Cisco switch and Extreme Networks switch</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/trunking-between-cisco-switch-and-extreme-networks-switch/m-p/99412#M2408</link>
      <description>&lt;P&gt;In order to integrate an Extreme Networks switch into our network, the core of which is a Cisco switch, we set up a lab with the following configurations:&lt;/P&gt;&lt;P&gt;On Cisco switch&lt;/P&gt;&lt;P&gt;vlan 2&lt;BR /&gt;name Users&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;vlan 4&lt;BR /&gt;name Servers&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;int vlan2&lt;BR /&gt;ip add 10.10.10.1 255.255.255.0&lt;BR /&gt;no sh&lt;/P&gt;&lt;P&gt;int vlan4&lt;BR /&gt;ip add 10.10.20.1 255.255.255.0&lt;BR /&gt;no sh&lt;/P&gt;&lt;P&gt;configure terminal&lt;BR /&gt;interface e0/1&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 2&lt;BR /&gt;no shutdown&lt;BR /&gt;ex&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface e0/2&lt;BR /&gt;switchport mode access&lt;BR /&gt;switchport access vlan 4&lt;BR /&gt;no shutdown&lt;BR /&gt;ex&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;interface e0/0&lt;BR /&gt;switchport trunk encapsulation dot1q&lt;BR /&gt;switchport mode trunk&lt;BR /&gt;no shutdown&lt;BR /&gt;exit&lt;/P&gt;&lt;P&gt;wr mem&lt;/P&gt;&lt;P&gt;On the PCs&lt;/P&gt;&lt;P&gt;PC1: ip 10.10.10.20 10.10.10.1&lt;BR /&gt;PC2: ip 10.10.20.20 10.10.20.1&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;On Extreme Networks switch&lt;/P&gt;&lt;P&gt;create vlan Users tag 2&lt;BR /&gt;create vlan Servers tag 4&lt;/P&gt;&lt;P&gt;enable ipforwarding&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;configure vlan Users add ports 1 untagged&lt;BR /&gt;configure vlan Servers add ports 2 untagged&lt;/P&gt;&lt;P&gt;configure vlan Users add ports 10 tagged&lt;BR /&gt;configure vlan Servers add ports 10 tagged&lt;/P&gt;&lt;P&gt;save&lt;/P&gt;&lt;P&gt;On the PCs&lt;/P&gt;&lt;P&gt;PC1: ip 10.10.10.10 10.10.10.1&lt;BR /&gt;PC2: ip 10.10.20.10 10.10.20.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that it doesn't work.&lt;/P&gt;&lt;P&gt;Can you help us solve this problem?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 14:02:33 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/trunking-between-cisco-switch-and-extreme-networks-switch/m-p/99412#M2408</guid>
      <dc:creator>kevariste</dc:creator>
      <dc:date>2024-02-23T14:02:33Z</dc:date>
    </item>
  </channel>
</rss>

