<?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: SSA t1068-0652 vlan egress problem in ExtremeSwitching (EOS)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59841#M1739</link>
    <description>For trunk/uplink ports use:&lt;BR /&gt;
set vlan egress 1,7 ge.1.48 tagged&lt;BR /&gt;
For access ports use:&lt;BR /&gt;
set vlan port vlan ge.1.2 7 &lt;U&gt;modify-egress&lt;/U&gt;This ist a shortcut for:&lt;BR /&gt;
set vlan port vlan ge.1.2 7 no-modify-egress  (sets the PVID only)set vlan egress 7 ge.1.2 untaggedLook at the Q-BRIDGE-MIB for details:&lt;BR /&gt;
&lt;A href="http://www.ieee802.org/1/files/public/MIBs/IEEE8021-Q-BRIDGE-MIB-200810150000Z.txt" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.ieee802.org/1/files/public/MIBs/IEEE8021-Q-BRIDGE-MIB-200810150000Z.txt&lt;/A&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 16 Mar 2017 19:20:00 GMT</pubDate>
    <dc:creator>Patrick_Koppen</dc:creator>
    <dc:date>2017-03-16T19:20:00Z</dc:date>
    <item>
      <title>SSA t1068-0652 vlan egress problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59836#M1734</link>
      <description>i have create vlan 7 i have create a vlan interface, when im trying to access my vlan in port i got no connection just when i set the port to vlan 1 then can i ping the vlan 1 interface.&lt;BR /&gt;
set vlan egress 7 ge.1.2 untagged&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2017 03:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59836#M1734</guid>
      <dc:creator>Shkelqim_Kajtaz</dc:creator>
      <dc:date>2017-03-16T03:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSA t1068-0652 vlan egress problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59837#M1735</link>
      <description>you should enable forwarding on vlan 7</description>
      <pubDate>Thu, 16 Mar 2017 03:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59837#M1735</guid>
      <dc:creator>Nick_Yakimenko</dc:creator>
      <dc:date>2017-03-16T03:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSA t1068-0652 vlan egress problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59838#M1736</link>
      <description>The command to set a untagged VLAN is...&lt;BR /&gt;
&lt;BR /&gt;
# set port  vlan ge.1.2 7 modify-egress</description>
      <pubDate>Thu, 16 Mar 2017 03:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59838#M1736</guid>
      <dc:creator>Ronald_Dvorak</dc:creator>
      <dc:date>2017-03-16T03:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSA t1068-0652 vlan egress problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59839#M1737</link>
      <description>I agree that the port pvid needs to be set.  In the EOS world we think in terms of ingress and egress for vlans.  It gives a bit more flexibility. &lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2017 18:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59839#M1737</guid>
      <dc:creator>Daniel_Coughlin</dc:creator>
      <dc:date>2017-03-16T18:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSA t1068-0652 vlan egress problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59840#M1738</link>
      <description>To expand a bit on Ronald's answer, the command &lt;I&gt;set vlan egress 7 ge.1.2 untagged&lt;/I&gt; added VLAN 7 untagged to the egress list, without changing the VLAN 1 settings. You can check this with the &lt;I&gt;show port egress&lt;/I&gt; command.&lt;BR /&gt;
&lt;BR /&gt;
To configure an access port, you usually want to have both the port VLAN ID (PVID), used for untagged frames entering the port, set to the access VLAN, and the VLAN egress list for the port set to include just the access VLAN (untagged). You can verify the PVID using the &lt;I&gt;show port vlan&lt;/I&gt; command.&lt;BR /&gt;
&lt;BR /&gt;
The &lt;I&gt;show vlan portinfo&lt;/I&gt; command is a good way to see the VLAN configuration on EOS.</description>
      <pubDate>Thu, 16 Mar 2017 19:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59840#M1738</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-03-16T19:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSA t1068-0652 vlan egress problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59841#M1739</link>
      <description>For trunk/uplink ports use:&lt;BR /&gt;
set vlan egress 1,7 ge.1.48 tagged&lt;BR /&gt;
For access ports use:&lt;BR /&gt;
set vlan port vlan ge.1.2 7 &lt;U&gt;modify-egress&lt;/U&gt;This ist a shortcut for:&lt;BR /&gt;
set vlan port vlan ge.1.2 7 no-modify-egress  (sets the PVID only)set vlan egress 7 ge.1.2 untaggedLook at the Q-BRIDGE-MIB for details:&lt;BR /&gt;
&lt;A href="http://www.ieee802.org/1/files/public/MIBs/IEEE8021-Q-BRIDGE-MIB-200810150000Z.txt" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.ieee802.org/1/files/public/MIBs/IEEE8021-Q-BRIDGE-MIB-200810150000Z.txt&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 16 Mar 2017 19:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59841#M1739</guid>
      <dc:creator>Patrick_Koppen</dc:creator>
      <dc:date>2017-03-16T19:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: SSA t1068-0652 vlan egress problem</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59842#M1740</link>
      <description>"set vlan port" tells the switch that frames ingressing a specified port must be tagged with a specific vlan id within the switch, and "set vlan egress" tells that switch the set of egress ports for a particular vlan and whether the frames must be tagged or untagged on egress. (modify-egress lets you do both associations with an single command)</description>
      <pubDate>Thu, 16 Mar 2017 20:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-eos/ssa-t1068-0652-vlan-egress-problem/m-p/59842#M1740</guid>
      <dc:creator>Rakesh_Nair</dc:creator>
      <dc:date>2017-03-16T20:27:00Z</dc:date>
    </item>
  </channel>
</rss>

