cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a command to check vlan tagged or untagged based on port

BusinessUser
New Contributor

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?

1 ACCEPTED SOLUTION

Chandini
RUCKUS Team Member

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 

 

View solution in original post

7 REPLIES 7

You can use something like 'show vlan brief eth 1/1/1' if you are specifically looking for vlan membership on one port. 

 

Ben Beck, RCNA, RCNI, Principal Technical Support Engineer
support.ruckuswireless.com/contact-us

Zairah
RUCKUS Team Member

Hi @BusinessUser  

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

 

Chandini
RUCKUS Team Member

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