Page 1 of 1

Terminal vlan config

Posted: Wed Nov 15, 2023 4:57 pm
by DolphinComms
Hello,
I have managed to lose access to switch by not marking ether1 to handle tagged vlans (1,100). typically i would reset and start again but it has been setup with no recent backups.
how do i modify the vlans via the terminal (usb to serial). oddly it is passing the vlans to other switches on the network?

Thank you,

Re: Terminal vlan config

Posted: Wed Nov 15, 2023 8:27 pm
by sirhc
Well connect to the switch via serial cable.

The CLI has online help to guild you through sorta like cisco CLI does.

Re: Terminal vlan config

Posted: Thu Nov 16, 2023 7:47 am
by DolphinComms
Please post a link to the documentation, I can't find it anywhere

Re: Terminal vlan config

Posted: Thu Nov 16, 2023 10:09 am
by DolphinComms
sw02# show vlan
ID Enable Description 1 2 3 4 5 6
---- ------ ----------- -- -- -- -- -- --
100 true Management T T T T T T
1 true default T U U U U U

i need to change the vlan assignment on a port

Re: Terminal vlan config

Posted: Thu Nov 16, 2023 12:13 pm
by sirhc
DolphinComms wrote:sw02# show vlan
ID Enable Description 1 2 3 4 5 6
---- ------ ----------- -- -- -- -- -- --
100 true Management T T T T T T
1 true default T U U U U U

i need to change the vlan assignment on a port


All the help you needed is provided under the CLI with ?

Your in the CLI
Get to config mode with "config" [Enter]
Get to VLAN 100 with "VLAN 100" [Enter]
Set port tagging on current VLAN (100) with "Port 1 U" [Enter]
Save / Apply changes "Ctrl + z"

Remember the Management VLAN is ALWAYS the TOP VLAN no matter what number you assign to it.

Re: Terminal vlan config

Posted: Thu Nov 16, 2023 12:50 pm
by DolphinComms
Someone helped me and here is what I did

configure
vlan [ID]
port [NUMBER] U/Q/T/E

U - Untagged
Q - QinQ
T - Tagged
E - Exclude

To fix my issue

configure
vlan 1
port 5 U
end

Re: Terminal vlan config

Posted: Sat Nov 18, 2023 11:16 am
by DolphinComms
i love these switches