08-22-2023 04:26 PM
Hi,
We're using a ICX7150-48P switch.
An AP is connected to Unit2 Port10 of this switch stack1.
I want to tag multiple vlans to that port 10.
The vlans to tag are:
vlan176, vlan184, vlan192, vlan224
What are the commands I need to use to do this?
The vlans are for multiple year levels at the school and I need them all to be able to connect to that AP.. because at the moment no vlans are tagged to that AP port and students are having issues connecting to it, more connections are dropped than established.
Thanks and regards,
Hekmah
Solved! Go to Solution.
08-22-2023 05:17 PM - edited 08-22-2023 05:17 PM
Hey @phser
You would do something like this:
Conf t
Vlan 176 184 192 224 (this allows editing multiple vlans at once)
Tagged eth 2/1/10 (assuming this port number based on your description)
08-22-2023 05:17 PM - edited 08-22-2023 05:17 PM
Hey @phser
You would do something like this:
Conf t
Vlan 176 184 192 224 (this allows editing multiple vlans at once)
Tagged eth 2/1/10 (assuming this port number based on your description)
08-22-2023 05:41 PM
Great, thanks, it worked!