- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- VLAN 1 Clarification
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
12-12-2016 09:40 AM
12-12-2016 09:40 AM
VLAN 1 Clarification
Hey all,
So in short we have a brand new stack of 4 HP 5130 El switches that are meant to replace our cisco swithces, and connect to a pair of high availabitlty firewalls. On the switches we have a couple of vlan's configured to distinguish traffic between servers, users, guest, etc.
The problem here lies in vlan 1, which carries our server traffic. I know it isn't best practice to use vlan 1 this way, but I did not set it up, and co workers are unwilling to change unless absolutely necessary. With our cisco switches we are able to use vlan 1 for this purpose, however when we did testing the HP switches would not pass traffic at all on vlan 1. I'm talking no layer 2 was observered at all, not even devices both configured in vlan 1 could talk to each other.
So I am hoping you all can give me some insight into how vlan 1 opertates inside comware devices, and hopefully get this operational. It is also probably worth mentioning that the trunks have the pvid set to vlan 1 because I assumed it was the equivalent of a native vlan.
Appreciate and adive or help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2016 03:31 PM
12-12-2016 03:31 PM
Re: VLAN 1 Clarification
I'm sure your problem is simply with your port VLAN membership and port VLAN configuration.
Show us the switchpoirt config for the facing switchports H3C--><--Cisco
Basically, if it's a Cisco port in Access mode, then the H3C "port link-type" = access and the "port access vlan" = 1 (which is the default anyway).
If the Cisco port is a trunk port, then the H3C "port link-type" should be trunk, and "port trunk permit vlan" should include 1 (which is default anyway).
On a trunk, you should have a dummy VLAN as the PVID (native VLAN). eg port trunk pvid vlan 99 on the H3C and on the Cisco switchport trunk native vlan 99.
You should never carry live traffic on a switch to switch trunk within an untagged VLAN.
Mind you, you shouldn't be using VLAN1 in the first place. It's not a good idea and it's not hard to change.