- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Aruba & ProVision-based
- >
- VLAN Tagging not working between HP 3500YL and Cis...
-
- 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-01-2016 10:49 PM - edited 06-01-2016 10:52 PM
06-01-2016 10:49 PM - edited 06-01-2016 10:52 PM
VLAN Tagging not working between HP 3500YL and Cisco 2950
Hi HP experts,
I have been stuck at a migration from Cisco to HP vlan tagging issue. I have port Fa0/2 on tagged (trunk) and connects to HP 3500 on its port 7. The configuration are there but somehow multiple vlans don't pass over connection between Cisco 2950 & HP 3500. Only 1 vlan passes at a time. All vlans are allowed on trunk /tagged link on Cisco side. 802.1q tagging is encapsulated in cisco 2950. Below is the configuration for Cisco and HP
Cisco 2950
Int f0/0
description ***connection to router***
Switchport mode trunk.
Int f0/2
Description ***Connection to HP-3500***
Switchport mode trunk
vlan 112
ip add 192.168.112.161 255.255.255.0
vlan 113
interface vlan 113
ip address 192.168.113.161 255.255.255.0
---------------------------------------------
HP-3500 CONFIG
int vlan 112
tagged 7
ip add 192.168.112.1/24
int vlan 113
ip add 192.168.113.1/24
tagged 7
vlan 1
untagged 7
I can't ping Cisco 2950 interface vlan 192.168.112.161 from HP 192.168.112.1 when untagged vlan 1 (native vlan), but when native vlan changed to 112 (vlan 112--->untagged 7) I can ping 192.168.112.1 but can't ping 192.168.113.1. If I remove untagged 1 and put untagged 7 for vlan 113 then I can ping 192.168.113.161 from HP but failed to ping 192.168.112.161. So it carries only 1 vlan at a time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-02-2016 01:19 PM
06-02-2016 01:19 PM
Re: VLAN Tagging not working between HP 3500YL and Cisco 2950
switchport switchport trunk encapsulation dot1q switchport mode trunk switchport trunk native vlan 1 switchport trunk allowed vlan all switchport nonegotiate
On cisco, try interface commands above.
Moreover, what is output on Cisco of commands
show vlan
show interfaces trunk
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP