cancel
Showing results for 
Search instead for 
Did you mean: 

VMAN+Double+tag feature

VMAN+Double+tag feature

pierluigi_tramo
New Contributor II
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?
11 REPLIES 11

PARTHIBAN_CHINN
Contributor
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

PARTHIBAN_CHINN
Contributor
could you please paste your configuration here
GTM-P2G8KFN