- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Assigning a port to multiple Vlan's
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013 01:51 AM
01-25-2013 01:51 AM
Assigning a port to multiple Vlan's
Good afternoon,
I would be very thankful if you could help me with a simple question.
I came to HP networking from Cicso world, so the question is related to the difference between assigning port to a different Vlan's (e.g. creating a trunk port in Cisco and tagged port in HP).
If I have have, for example, 100 Vlans, then in Cisco world I can allow the traffic from them to flow through the trunk with a single command:
#switchport trunk allowed vlan 1,2,3,etc
How to easy accomplish the same task in ProCurve? I have 3500 L2/3 switch.
So far the only method that I know is:
#Vlan 1 [enter]
(vlan-1)#tagged 10 [enter]
#Vlan 2 [enter]
(vlan-2)# tagged 10 [enter]
....
etc
So to mark any port as tagged for 100 Vlan's I have to enter a lot of commands?
Did I miss something?
Thanks a lot,
igro
- Tags:
- VLAN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013 02:48 AM
01-25-2013 02:48 AM
Re: Assigning a port to multiple Vlan's
Yup thats pretty much it. Cisco assigns VLAN per port, HP Procurve assigns ports per VLAN.
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013 02:57 AM - edited 01-25-2013 02:58 AM
01-25-2013 02:57 AM - edited 01-25-2013 02:58 AM
Re: Assigning a port to multiple Vlan's
Yeah, in Cisco it's pretty much straightforward. So if I have a lot of ports and a lot of VLAN's, I can use "interface range" command. Still a single command to assing group of VLAN's to a group of ports.
However, I do not have the same ability in HP. It would be great if I could select a range of VLAN's to assing a range of ports to them.
Thank you for your reply!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013 12:24 PM
01-25-2013 12:24 PM
Re: Assigning a port to multiple Vlan's
You can assign severa ports to a vlan at one time, if you seperate by a dash (for a range) or comma (for individual ports). Example:
Switch(config)# vlan 10 tag 1-5,8,12,24
Bob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013 04:51 PM
01-25-2013 04:51 PM
Re: Assigning a port to multiple Vlan's
You're right that it's not easy. If you're linking to another switch that isn't Cisco, a better option would be GVRP, which can dynamically add all of the correct tagged VLANs to a link. GVRP is similar to VTP, but without the downsides - it won't break your network if you get the mode wrong. :-)
Of course, this won't help you if you're trying to connect HP to Cisco or to some other non-GVRP device such as a server...
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013 04:52 PM
01-25-2013 04:52 PM
Re: Assigning a port to multiple Vlan's
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2013 11:06 PM
01-25-2013 11:06 PM
Re: Assigning a port to multiple Vlan's
@paulgear wrote:
I forgot to mention: some ProCurve models have new firmware with an experimental Comware CLI. If your switches have this firmware, you could switch to that CLI, which has a lot of similarities with Cisco's (including trunk port setup).
Haha cool I've been waiting for that. I'm guessing its the Provision based switches?
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2013 05:01 AM
01-26-2013 05:01 AM
Re: Assigning a port to multiple Vlan's
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-26-2013 05:06 AM
01-26-2013 05:06 AM
Re: Assigning a port to multiple Vlan's
Paul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2013 02:23 AM
01-28-2013 02:23 AM
Re: Assigning a port to multiple Vlan's
I got the idea!
Thank you, guys, for your help!
I appreciate it!