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

Zairah
RUCKUS Team Member

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

BusinessUser1
New Contributor

Can I start by going into the interface first?

Just like cisco int xxx, switchport mode access,

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

So I assume that the answer is no?