I am trying to add ports to a VLAN via the command line but the results are not what I was expecting.
When I type the string, using the console's "Next possible completions:" suggestions
"configure vlan "XXX" add tagged port 1"
it returns only
"Next possible completions:
""
So I try "configure vlan "XXX" add tagged port 1:1" as well as "... ports 1:1" and get the same return!
On other ExtremeOS switches I use the string "configure vlan "XXX" add ports Y:Y tagged" and that does the trick!
What am I missing, here?