cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1034
Views
0
Helpful
6
Replies

Port Programming with multiple VLANS

bigpomaha
Level 1
Level 1

Trying to setup a couple NAS devices on the switch and need a little help.  Pretty much a newb to the programming thing so please go easy on me.  Have a couple ports that are in an HP switch currently and are tagged for VLAN 10 and 30 and untagged for vlan74.  All the management (switches) are on vlan 70.  Do i just need to make these ports trunk ports or is there a better way to set it up.  Any help is appreciated.  Thanks

6 Replies 6

Reza Sharifi
Hall of Fame
Hall of Fame

Not familiar with HP switches but since you have multiple vlans traversing these couple of ports, you would need to set the ports as trunk ports.

HTH

No way to set them up for strict access to 10 and 30 (untagged) and 74 tagged?  Is this what i need to set?

 

switchport trunk native vlan 70
switchport mode trunk
load-interval 30
srr-queue bandwidth share 1 30 35 5
priority-queue out
mls qos trust cos
auto qos trust

The config looks correct. Vlan 70 is un-tagged and all the other vlans are tagged. This would work. You just have to make sure the native vlan 70 is un-tagged across all devices.

HTH

I would have to assume that is the case.  We have multiple switches here and most are setup with native VLAN 70.  Just certain ports are set that way.  I hope i am explaining that correctly

Yes, that is correct. You want all switches with trunk ports to setup vlan 70 as native.

HTH

OK  thank you for the info.  I appreciate it