RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
08-14-2023 09:37 PM
In cisco, the configuration is displayed such that interface is displayed first and vlan tagging or untagging is secondary.
Is there a command in ruckus so that I check the vlan tagging based on port, especially for the show run?
Can I enter the vlan tagging after going into the interface first?
Solved! Go to Solution.
12-06-2023 09:09 AM
Hi Businessuser1
Thank you for reaching us. You can use the below command to view tagging and untagged details for single port.
Example below: Here we are seeing port 1/1/1 information
Command:
SSH@7150_switch_test(config)#show vlan brief ethernet 1/1/1
Output:
Port 1/1/1 is a member of 1 VLANs
VLANs 1
Untagged VLAN : 1
Tagged VLANs :
I hope the above information helps you
Thanks
08-14-2023 11:56 PM
Hello @BusinessUser ,
You can use " show vlan " command to check the tag and untag ports associated with particular vlan
Also you can tag /untag the port by going into the vlan and then using tag/untag command
#config
#vlan <>
#tagged/untag ethernet <>
Example :
! Management VLAN configuration.
SCH-ACCESS-101(config)# vlan 10 by port
SCH-ACCESS-101(config-vlan-10)# untag ethernet 1/1/1 to 1/1/4
SCH-ACCESS-101(config-vlan-10)# management-vlan
SCH-ACCESS-101(config-vlan-10)# default-gateway 10.10.10.1 1
SCH-ACCESS-101(config-vlan-10)# default-gateway 10.20.20.1 2
! User VLAN configuration.
SCH-ACCESS-101(config)# vlan 1011
SCH-ACCESS-101(config-vlan-1011)# tagged ethernet 1/1/13 to 1/1/17 ethernet 1/2/2 ethernet 1/2/4 ethernet 2/2/2 ethernet 2/2/4
SCH-ACCESS-101(config-vlan-1011)# untagged ethernet 1/1/12
SCH-ACCESS-101# show vlan 1011
Total PORT-VLAN entries: 14
Maximum PORT-VLAN entries: 64
Legend: [Stk=Stack-Id, S=Slot]
PORT-VLAN 1011, Name data_vlan, Priority level0, Spanning tree On
Untagged Ports: (U1/M1) 12
Tagged Ports: (U1/M1) 13 14 15 16 17
Tagged Ports: (U1/M2) 2 4
Tagged Ports: (U2/M2) 2 4
Uplink Ports: None
DualMode Ports: None
Mac-Vlan Ports: None
Monitoring: Disabled
For your reference below is the link of the guide which shows tagging and untagging part:
https://support.ruckuswireless.com/articles/000006352
Regards,
Zairah Javeed
Sr Technical Support Engineer | L2 TAC Wired
support.ruckuswireless.com/contact-us
COMMSCOPE
now meets next
Note: Please feel free to mark the post as ACCEPTED SOLUTIONS
08-16-2023 02:22 AM - edited 08-16-2023 02:23 AM
Can I start by going into the interface first?
Just like cisco int xxx, switchport mode access,
08-21-2023 07:14 PM
Hi @BusinessUser1 ,
We can do other configurations by adding to interface but tagging and untagging can be done via vlan
Regards,
Zairah Javeed
Sr Technical Support Engineer | L2 TAC Wired
support.ruckuswireless.com/contact-us
COMMSCOPE
now meets next
Note: Please feel free to mark the post as ACCEPTED SOLUTIONS
08-21-2023 09:13 PM
So I assume that the answer is no?
