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-22-2023 04:19 AM
You can use something like 'show vlan brief eth 1/1/1' if you are specifically looking for vlan membership on one port.
08-23-2023 12:21 AM
You can use below commands to add vlans via interface .Please let us know if you are looking for this command.
int eth <>
vlan-config add tagged-vlan <>
And you can use show vlan brief eth <> if you are specifically looking for vlan membership on specific port.
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
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