<?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: Can't seem to get Vlan 1 (default) to trunk traffic through in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52504#M14564</link>
    <description>- configure the port as tagged&lt;BR /&gt;
# configure vlan "Default" add ports 1 tagged&lt;BR /&gt;
&lt;BR /&gt;
- then you'd check whether you learn about other devices from the connected switch on the port&lt;BR /&gt;
# show fdb vlan "Default"</description>
    <pubDate>Wed, 15 Mar 2017 02:34:00 GMT</pubDate>
    <dc:creator>Ronald_Dvorak</dc:creator>
    <dc:date>2017-03-15T02:34:00Z</dc:date>
    <item>
      <title>Can't seem to get Vlan 1 (default) to trunk traffic through</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52502#M14562</link>
      <description>I've been beating my head against this for a while since I've only &lt;BR /&gt;
encountered this issue with our Extreme switches and none of our other   brands.  &lt;BR /&gt;
&lt;BR /&gt;
For the life of me, I cannot get traffic to move through on the default vlan from our other switches.  &lt;BR /&gt;
&lt;BR /&gt;
I   can trunk vlan 1 across on any other switch between them using the   standard trunk mode (tagged), but on the Extremes (We have a Black   Diamond X8 and numerous x670v, x670g2 and x770s) vlan 1 is blocked.   &lt;BR /&gt;
&lt;BR /&gt;
I've tried leaving the vlan in untagged mode on both sides, tagged mode, and every iteration inbetween.  &lt;BR /&gt;
&lt;BR /&gt;
I   can see the default vlan grab an IP address from the DHCP server on   that vlan, but it won't push the traffic through beyond that.  &lt;BR /&gt;
&lt;BR /&gt;
Is there some step I'm missing in getting the default vlan to work like any other 802.1q vlan?&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2017 02:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52502#M14562</guid>
      <dc:creator>Matthew_Rivard</dc:creator>
      <dc:date>2017-03-15T02:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't seem to get Vlan 1 (default) to trunk traffic through</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52503#M14563</link>
      <description>Hello Matthew,&lt;BR /&gt;
&lt;BR /&gt;
Can you define "blocked"? Also, how are you testing the traffic flow through these switches?</description>
      <pubDate>Wed, 15 Mar 2017 02:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52503#M14563</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-03-15T02:33:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't seem to get Vlan 1 (default) to trunk traffic through</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52504#M14564</link>
      <description>- configure the port as tagged&lt;BR /&gt;
# configure vlan "Default" add ports 1 tagged&lt;BR /&gt;
&lt;BR /&gt;
- then you'd check whether you learn about other devices from the connected switch on the port&lt;BR /&gt;
# show fdb vlan "Default"</description>
      <pubDate>Wed, 15 Mar 2017 02:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52504#M14564</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2017-03-15T02:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't seem to get Vlan 1 (default) to trunk traffic through</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52505#M14565</link>
      <description>I put a port untagged on the specific vlan in question and see if it A gets a DHCP address from the server and if I can pass traffic to the other equipment in said vlan.   &lt;BR /&gt;
&lt;BR /&gt;
The only vlan that is not passing any traffic is default.  Away from the extremes I can get DHCP and pass traffic on vlan 1, on the extremes, every vlan BUT 1 works fine.  &lt;BR /&gt;
&lt;BR /&gt;
Each switch has a single port that acts as the trunk link carrying all the vlan traffic between the switches and each vlan is properly tagged on each side.   &lt;BR /&gt;
&lt;BR /&gt;
In cisco syntax, the basic config on an uplink would look like this:&lt;BR /&gt;
&lt;BR /&gt;
int ethx/1/z&lt;BR /&gt;
switchport mode trunk&lt;BR /&gt;
    switchport trunk allowed vlan 1-200,400-499&lt;BR /&gt;
exit&lt;BR /&gt;
&lt;BR /&gt;
in the case of the extremes we have&lt;BR /&gt;
&lt;BR /&gt;
configure vlan 1-200,400-499 add port x:yy tagged&lt;BR /&gt;
&lt;BR /&gt;
Only vlan 1 is not passing traffic on the extremes.  &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2017 02:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52505#M14565</guid>
      <dc:creator>Matthew_Rivard</dc:creator>
      <dc:date>2017-03-15T02:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't seem to get Vlan 1 (default) to trunk traffic through</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52506#M14566</link>
      <description>I'm a little rusty on my Cisco skills but have you set the native vlan - if not it's per default 1 and it's untagged.&lt;BR /&gt;
&lt;BR /&gt;
That would mean you'd need to also set it untagged on the XOS.</description>
      <pubDate>Wed, 15 Mar 2017 02:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52506#M14566</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2017-03-15T02:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't seem to get Vlan 1 (default) to trunk traffic through</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52507#M14567</link>
      <description>Found the issue.  Case of spanning tree being an arse.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Mar 2017 02:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52507#M14567</guid>
      <dc:creator>Matthew_Rivard</dc:creator>
      <dc:date>2017-03-15T02:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't seem to get Vlan 1 (default) to trunk traffic through</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52508#M14568</link>
      <description>Hello Matthew,&lt;BR /&gt;
&lt;BR /&gt;
Whenever I hear "blocked" I wonder if it is STP. That's why I asked wondering if it was just a general term or if the switch was displaying the port as blocked. Glad you found it!</description>
      <pubDate>Wed, 15 Mar 2017 02:52:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52508#M14568</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2017-03-15T02:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: Can't seem to get Vlan 1 (default) to trunk traffic through</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52509#M14569</link>
      <description>Yeah, removing the spanning-tree port type edge trunk (Trunk mode portfast) off the port and flapping the port removed the block I was seeing.  &lt;BR /&gt;
&lt;BR /&gt;
For me it was just a general term, no traffic was coming through, but nothing was showing up in the switch logs as to why.</description>
      <pubDate>Wed, 15 Mar 2017 03:28:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/can-t-seem-to-get-vlan-1-default-to-trunk-traffic-through/m-p/52509#M14569</guid>
      <dc:creator>Matthew_Rivard</dc:creator>
      <dc:date>2017-03-15T03:28:00Z</dc:date>
    </item>
  </channel>
</rss>

