User`s guide

AT-S39 Command Line Interface Users Guide
121
add vlan name=production port=3 frame=tagged
The following command does the same thing using Syntax 2:
add vlan name=production untaggedports=3
To add both tagged and untagged ports to a VLAN using Syntax 1 takes
two commands. For example, if you had a VLAN called Service and you
wanted to add Port 5 as a tagged port and Ports 10 to 12 as untagged
ports, the commands would be:
add vlan name=Service ports=5 frame=tagged
add vlan name=Service ports=10-12 frame=untagged
Using Syntax 2, you can do the whole thing with just one command:
add vlan name=Service untaggedports=10-12
taggedports=5