- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- How do I set up multiple VLANs on a single switch?
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
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
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
04-11-2014 05:25 AM - edited 04-15-2014 08:23 PM
04-11-2014 05:25 AM - edited 04-15-2014 08:23 PM
How do I set up multiple VLANs on a single switch?
I have two Hp S5500 switches and three Huawei S3300 switches. I have configured VLANs (15 nos.) in HP 5500. Is it possible for me to use those three switches for all VLANs or do I have to use separate switches for each VLAN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-13-2014 04:33 AM
04-13-2014 04:33 AM
Re: How do I set up multiple VLANs on a single switch?
Hello,
sure you can use the VLANs on all of your switches. IEEE 802.1Q makes it possible. :) You have to create the VLANs, which you're planning to use, on all of your switches. The uplinks between the switches have to be configured as VLAN trunks, e.g.:
interface GigabitEthernet1/0/1
port link-type trunk
port trunk permit vlan 100, 200, 300
This allows the switch to carry frames for the VLANs 100, 200 and 300 over port GigabitEthernet1/0/1. Switch ports to which clients are connected have to be configured as access ports.
interface GigabitEthernet1/0/2
port link-type access vlan 1
Patrick