- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Aruba & ProVision-based
- >
- Cisco to HP Procurve switch config
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
06-06-2018 01:07 AM
06-06-2018 01:07 AM
Cisco to HP Procurve switch config
Hi,
I'm new to HP networking and need to replace an old unsupported Cisco switch for a HP Procurve.
The current switch has a very simple config and has uplinks to an ASA HA pair, and connections to 3 HyperV hosts which are tagging a single VLAN (70).
The current switch config is below (Minus unimportant bits):
name DMZ
!
interface FastEthernet0/1
description *** HyperV Host 1 ***
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast
!
interface FastEthernet0/2
description *** HyperV Host 2 ***
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast
!
interface FastEthernet0/3
description *** HyperV Host 3 ***
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast
!
interface FastEthernet0/13
description *** Uplink to ASA DMZ interface ***
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast
!
interface FastEthernet0/14
description *** Uplink to ASA DMZ interface ***
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast
!
interface Vlan1
no ip address
shutdown
!
Please could someone advise how I can replicate this, i've tried creating VLAN 70 on the ProCurve and using the commands 'tagged 1-3,23-24' and I have also used the 'no untagged' command for these ports under VLAN 1. Unfortunately traffic is not passing, so I must be missing something.
Hoping it's something simple!
Many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-06-2018 01:53 PM
06-06-2018 01:53 PM
Re: Cisco to HP Procurve switch config
Are you assign the VLAN on the Hyper-V networkcard?
If you are not assign the VLAN on the networkcard test this.
VLAN 70 untagged 1-3,23-24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-06-2018 04:51 PM
06-06-2018 04:51 PM
Re: Cisco to HP Procurve switch config
You seem to have the right idea - just add the VLAN as "tagged" to the switchport on the procurve should do it. And leave VLAN1 on it, because that's how the Cisco is configured.
The equivalent of "portfast" is admin-port edge, although amusingly the Cisco switchport config is ineffective because that is the "portfast" command for a switchport that is in "access" mode, not "trunk".
So I'd say your connectivity problems are not related to your VLAN port config but something else. For example, the Cisco config allows all VLANs by default, whereas on the HP you have to explicitly add them - perhaps your hosts are using a different VLAN and not 70?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-07-2018 01:02 AM
06-07-2018 01:02 AM
Re: Cisco to HP Procurve switch config
The VLAN is assigned on the Hyper-V network card using the 'enable virtual LAN identification' option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-07-2018 01:03 AM
06-07-2018 01:03 AM
Re: Cisco to HP Procurve switch config
Thanks for this.
When you say leave VLAN 1 on the Procurve, do you mean assign the ports to VLAN 1 as well? So using the 'tagged' command for the ports on both VLAN 1 and VLAN 70?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-07-2018 01:08 AM
06-07-2018 01:08 AM
Re: Cisco to HP Procurve switch config
VLAN 70 tagged 1-3,23-24 VLAN 1 untagged 1-3,23-24 or INT 1-3,23-24 untagged vlan 1 tagged vlan 70
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-07-2018 08:43 AM
06-07-2018 08:43 AM
Re: Cisco to HP Procurve switch config
Thanks for this, I have applied this config but unfortunately it is still not working, the server is still unable to communicate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-09-2018 03:31 AM
06-09-2018 03:31 AM
Re: Cisco to HP Procurve switch config
Can you share your HP config?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-10-2018 09:59 PM - edited 06-10-2018 10:41 PM
06-10-2018 09:59 PM - edited 06-10-2018 10:41 PM
Re: Cisco to HP Procurve switch config
With the Cisco, if you are not specifying a native VLAN (or restricting the allowed VLANs) for a trunk interface, then all VLANs are tagged on that interface.
In the HPE world, the default for VLAN 1 is untagged across all ports.
I would suggest you try
INT 1-3,23-24 tagged vlan 1, 70
That way those 5 ports should be configured the same way the Cisco ones were. I assume there are no other VLANs other than 1 & 70.
Perhaps you are mistakenly using VLAN 1 on your HyperV hosts for the connection at the server end.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-11-2018 04:36 PM
06-11-2018 04:36 PM
Re: Cisco to HP Procurve switch config
Unless things have changed in the world of Cisco, a port configured in trunk mode will by default have VLAN1 untagged.
You remove it (or tag it) by specifying a different native VLAN.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP