<?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: VMAN+Double+tag feature in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46606#M11825</link>
    <description>Yea and my 150's are all 12.6 and below .... so not sure if command changed that much on 15.xx I know what I pasted in works on one of our 150 running 12.6 &lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 19 Nov 2014 16:01:00 GMT</pubDate>
    <dc:creator>EtherMAN</dc:creator>
    <dc:date>2014-11-19T16:01:00Z</dc:date>
    <item>
      <title>VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46597#M11816</link>
      <description>I'd like to have x150 (XOS version 15.3.2.11) double tagging untagged frame, i.e. one port accepting VLAN untagged frames and the other either Ctag and Stag frames. I found in the XOS 15.3 User Guide that Double Tagging is supported with VMAN by the following command:&lt;BR /&gt;
&lt;B&gt;configure vman vman-name add ports [ all | port_list ] {untagged {port-cvidport_cvid} | tagged}, &lt;/B&gt;where the parameter &lt;I&gt;&lt;B&gt;port-cvid&lt;/B&gt;&lt;/I&gt; is described as follows:&lt;BR /&gt;
&lt;I&gt;"Port's CVID used for untagged packets. If unspecified, untagged packetswill be single tagged with the VMAN's SVID. If specified, untagged packets will be double tagged with the VMAN's VID and the port's CVID."&lt;/I&gt;&lt;BR /&gt;
Unfortunately, while trying to configure the untagged port, the command doesn't allow me to specify also the port cvid parameter. &lt;BR /&gt;
Example: &lt;B&gt;&lt;I&gt;configure vman &lt;/I&gt;name&lt;I&gt; add ports &lt;/I&gt;1&lt;I&gt; untagged&lt;/I&gt;&lt;/B&gt;... and stop: now way to add port cvid parameter.&lt;BR /&gt;
Can anyone help me in understanding where I'm wrong?</description>
      <pubDate>Wed, 19 Nov 2014 00:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46597#M11816</guid>
      <dc:creator>pierluigi_tramo</dc:creator>
      <dc:date>2014-11-19T00:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46598#M11817</link>
      <description>could you please paste your configuration here</description>
      <pubDate>Wed, 19 Nov 2014 00:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46598#M11817</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-11-19T00:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46599#M11818</link>
      <description>enable jumbo frames&lt;BR /&gt;
create vman vman_tunnel_1&lt;BR /&gt;
configure vman vman_tunnel_1 tag 100&lt;BR /&gt;
configure vman vman_tunnel_1 add port 1 untagged---this command doesnt work for you?&lt;BR /&gt;
configure vman vman_tunnel_1 add port 2 tagged&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2014 00:26:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46599#M11818</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-11-19T00:26:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46600#M11819</link>
      <description>Hi.&lt;BR /&gt;
The configuration you proposed is the same as mine, unless for the first command (enable jumbo frame).&lt;BR /&gt;
About the fourth command: &lt;BR /&gt;
&lt;B&gt;&lt;I&gt;configure vman vman_tunnel_1 add port 1 untagged&lt;BR /&gt;
&lt;/I&gt;&lt;/B&gt;yes, this work fine for me. The point is that I would have wanted having the following command to work as well:&lt;BR /&gt;
configure vman vman_tunnel_1 add port 1 untagged &lt;B&gt;port-cvid&lt;/B&gt;&lt;I&gt;&lt;B&gt; port_cvid,&lt;BR /&gt;
&lt;/B&gt;&lt;/I&gt;in order to put the c-tag in ingress with cvlan id=port_cvid, or at least this is what I thought by reading the user guide of XOS.&lt;BR /&gt;
The result should have been like the egress frame at the port 2 double tagged, while the ingress frame at the port 1 just unframed.</description>
      <pubDate>Wed, 19 Nov 2014 03:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46600#M11819</guid>
      <dc:creator>pierluigi_tramo</dc:creator>
      <dc:date>2014-11-19T03:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46601#M11820</link>
      <description>Are you positive to be at least in EXOS 15.3.2? The feature was introduced with this release..&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2014 15:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46601#M11820</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2014-11-19T15:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46602#M11821</link>
      <description>The command: show version, gives the following answer on our equipment:&lt;BR /&gt;
ExtremeXOS version 15.3.2.11 v1532b11-patch1-2&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2014 16:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46602#M11821</guid>
      <dc:creator>pierluigi_tramo</dc:creator>
      <dc:date>2014-11-19T16:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46603#M11822</link>
      <description>just curious you did add a tag id to your vman right???&lt;BR /&gt;
&lt;BR /&gt;
command works on our 150 like this below and I believe that will add the vman to port 3 untagged with a cvid filter set up for only those cvid... I am pretty sure you have to have a tag set up on the vman though... &lt;BR /&gt;
&lt;BR /&gt;
con vman test port 3 add cvid 123-125&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2014 16:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46603#M11822</guid>
      <dc:creator>EtherMAN</dc:creator>
      <dc:date>2014-11-19T16:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46604#M11823</link>
      <description>Hi.&lt;BR /&gt;
Yes, I add the vman stag properly. What is missing is the ctag.&lt;BR /&gt;
However, let me refocus you on the command above in the thread, which I rewrite for your convenience:&lt;BR /&gt;
"configure vman vman_tunnel_1 add port 1 untagged &lt;B&gt;port-cvid&lt;/B&gt;&lt;I&gt;&lt;B&gt; port_cvid".&lt;BR /&gt;
&lt;/B&gt;&lt;/I&gt;Is this command supported or not in 15.3.2, as stated in the EXOS user guide?&lt;BR /&gt;
If yes, pls., could you show me it working in your environment? Thanks.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2014 16:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46604#M11823</guid>
      <dc:creator>pierluigi_tramo</dc:creator>
      <dc:date>2014-11-19T16:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46605#M11824</link>
      <description>Pierluigi,&lt;BR /&gt;
&lt;BR /&gt;
Please pay attention to the syntax. Usually, if a name is unique, you shouldn't need to indicate if it is a vlan, vman, etc...&lt;BR /&gt;
&lt;BR /&gt;
For some reason this does not work correctly with vmans (feature, bug?).&lt;BR /&gt;
&lt;BR /&gt;
The command &lt;BR /&gt;
&lt;I&gt;configure vman_tunnel_1 add port 1 untagged port-cvid  &lt;/I&gt;produces the following  error message&lt;BR /&gt;
&lt;BR /&gt;
configure vman_tunnel_1 add port 2 untagged port-cvid 10&lt;BR /&gt;
                                            ^&lt;BR /&gt;
%% Invalid input detected at '^' marker.&lt;BR /&gt;
while&lt;BR /&gt;
&lt;I&gt;configure &lt;/I&gt;&lt;B&gt;&lt;I&gt;vman&lt;/I&gt;&lt;/B&gt;&lt;I&gt; vman_tunnel_1 add port 1 untagged port-cvid  &lt;/I&gt;does not...&lt;BR /&gt;
&lt;BR /&gt;
I don't have a X150 but the command worked ok in a X460...</description>
      <pubDate>Wed, 19 Nov 2014 16:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46605#M11824</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2014-11-19T16:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46606#M11825</link>
      <description>Yea and my 150's are all 12.6 and below .... so not sure if command changed that much on 15.xx I know what I pasted in works on one of our 150 running 12.6 &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Nov 2014 16:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46606#M11825</guid>
      <dc:creator>EtherMAN</dc:creator>
      <dc:date>2014-11-19T16:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46607#M11826</link>
      <description>From the Command Reference...&lt;BR /&gt;
&lt;BR /&gt;
configure vman vman-name add ports [ all | port_list ] {untagged {port-cvid port_cvid} | tagged}&lt;BR /&gt;
History&lt;BR /&gt;
This command was first available in ExtremeXOS 11.0.&lt;BR /&gt;
The cvid keyword was added in ExtremeXOS 15.3.2.</description>
      <pubDate>Wed, 19 Nov 2014 16:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46607#M11826</guid>
      <dc:creator>dflouret</dc:creator>
      <dc:date>2014-11-19T16:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: VMAN+Double+tag feature</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46608#M11827</link>
      <description>I can confirm to everybody that the syntax is correct. Assuming "prova" to be the name of my vman, then the output of the autocomplete command, "?", after the keyword "untagged" is &lt;CR&gt;, i.e. no port-cvid is expected:&lt;BR /&gt;
&lt;BR /&gt;
* X150-001.1 # configure vman prova add port 1 untagged ?&lt;BR /&gt;
  &lt;CR&gt;            Execute the command&lt;BR /&gt;
&lt;BR /&gt;
So, we can finally conclude that the "port-cvid" parameter of the command:&lt;BR /&gt;
&lt;I&gt;configure vman vman-name add ports [ all | port_list ] {untagged {port-cvid port_cvid} | tagged}, &lt;/I&gt;as described in the user guide&lt;I&gt; &lt;/I&gt;is not supported by 15.3.2 on x150.&lt;BR /&gt;
Unfortunately, we don't have x460 or older OS versions.&lt;BR /&gt;
Thanks to all.&lt;/CR&gt;&lt;/CR&gt;</description>
      <pubDate>Wed, 19 Nov 2014 16:01:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/vman-double-tag-feature/m-p/46608#M11827</guid>
      <dc:creator>pierluigi_tramo</dc:creator>
      <dc:date>2014-11-19T16:01:00Z</dc:date>
    </item>
  </channel>
</rss>

