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?