- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Network Simulator
- >
- How to separate different VLANs?
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
02-27-2019 11:42 AM
02-27-2019 11:42 AM
On my ProCurve 3500yl-48G Switch, I manually created two VLANs, namely VLAN-2 and VLAN-3. I tagged four different ports to each, say, VLAN-2 has ports [1, 3, 5, 7], and VLAN-3 has [9, 11, 13, 15]. Two host machines are connected to ports 1 and 15, respectively. I expect they do not ping each other because these two ports belong to different VLANs, but they can still communicate.
Is there a way to separate these two VLANs, so that only ports within a certain VLAN can communicate?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2019 12:58 PM
02-28-2019 12:58 PM
Solution
@jzhuang wrote: ...I tagged four different ports to each, say, VLAN-2 has ports [1, 3, 5, 7], and VLAN-3 has [9, 11, 13, 15].
Since you're going to connect two hosts which shouldn't be aware of VLAN tagging (VLAN unaware) - at least if hosts' NIC are left on the default VLAN - you then should untag those ports on those VLANs...so:
# vlan 2 # untag 1,3,5,7 # vlan 3 # untag 9,11,13,15
instead of setting those ports as tagged members of those two VLANs.
I'm not an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2019 01:36 PM
02-28-2019 01:36 PM
Re: How to separate different VLANs?
Hi Parnassus, you are right. It should be "untag" instead of "tag".
Thank you very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2019 04:11 AM - last edited on 03-18-2019 12:05 AM by Parvez_Admin
03-17-2019 04:11 AM - last edited on 03-18-2019 12:05 AM by Parvez_Admin
Re: How to separate different VLANs?
Exactly, You have to untag that ports from the VLAN 2 and VLAN 3.