VMAN+Double+tag feature
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-18-2014 04:09 PM
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:
configure vman vman-name add ports [ all | port_list ] {untagged {port-cvidport_cvid} | tagged}, where the parameter port-cvid is described as follows:
"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."
Unfortunately, while trying to configure the untagged port, the command doesn't allow me to specify also the port cvid parameter.
Example: configure vman name add ports 1 untagged... and stop: now way to add port cvid parameter.
Can anyone help me in understanding where I'm wrong?
configure vman vman-name add ports [ all | port_list ] {untagged {port-cvidport_cvid} | tagged}, where the parameter port-cvid is described as follows:
"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."
Unfortunately, while trying to configure the untagged port, the command doesn't allow me to specify also the port cvid parameter.
Example: configure vman name add ports 1 untagged... and stop: now way to add port cvid parameter.
Can anyone help me in understanding where I'm wrong?
11 REPLIES 11
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-18-2014 04:26 PM
enable jumbo frames
create vman vman_tunnel_1
configure vman vman_tunnel_1 tag 100
configure vman vman_tunnel_1 add port 1 untagged---this command doesnt work for you?
configure vman vman_tunnel_1 add port 2 tagged
create vman vman_tunnel_1
configure vman vman_tunnel_1 tag 100
configure vman vman_tunnel_1 add port 1 untagged---this command doesnt work for you?
configure vman vman_tunnel_1 add port 2 tagged
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-18-2014 04:22 PM
could you please paste your configuration here
