Add port to VLAN - very basic question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 01:34 PM
This a pretty basic questions, but I just want to confirm when I add a port to a VLAN that is already setup... I don’t have to add all the ports already configured?
Seems a stupid questions... but have a bunch of production switches & no test platform.
Have VLAN 75
From Config:
vlan 75 by port
tagged ethe 1/1/20 to 1/1/24 ethe 1/1/48 ethe 1/2/1 to 1/2/2
spanning-tree 802-1w
Want to add ethernet 1/1/37
device(config)# vlan 75
device(config-vlan-75)#tagged ethernet 1/1/37
exit..
Or do I need to included all the ports already setup?
Cheers & thanks for the help!
James- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 01:36 PM
You tag ADDITIONAL ports every time.
Cheers,
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 01:38 PM
support.ruckuswireless.com/contact-us
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 01:39 PM
"device(config-vlan-75)#tagged ethernet 1/1/37"
In order to confirm if the port is added to the VLAN, you can use "Show running-config vlan 75"
Hope that helps,
Ravi Vatsavai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2019 01:44 PM
Hey,
Quick way to see the port membership is to run the following command;
`sh vlan brief ethernet`
SSH@Main-ICX-ST#sh vlan brief ethernet 1/1/7
Port 1/1/7 is a member of 2 VLANs
VLANs 1 3
Untagged VLAN : 1
Tagged VLANs : 3
SSH@Main-ICX-ST#
Hope that helps!

