0

I'm not too familiar with switches but I want to remove port 6 from the following 'VLAN 12' I've tried searching for an easy explanation to no avail - How do I do this please?

Port Information Mode     Unknown VLAN Status
---------------- -------- ------------ ----------
5                Untagged Learn        Up
6                Tagged   Learn        Up
8                Untagged Learn        Up
18               Untagged Learn        Down
22               Untagged Learn        Up
26               Tagged   Learn        Up
sixnumber
  • 55
  • 1
  • 2
  • 8

2 Answers2

6
config
vlan 12
no tagged 6
exit
exit
wr mem
womble
  • 96,255
  • 29
  • 175
  • 230
0

In short:

config
no vlan 12 tagged 6
exit
Lacek
  • 7,233
  • 24
  • 28
Jelle
  • 101