- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Web and Unmanaged
- >
- dot1q trunking between cisco and hp 1920
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
12-10-2017 10:33 PM
12-10-2017 10:33 PM
dot1q trunking between cisco and hp 1920
Hi,
I'm having trouble trunking between our Cisco Catalyst 4500 and HP 1920G switch. Vlan 5 is not propagating, all other vlans seem to be ok. I'm not able to manage the switch, and no devices in vlan 5 pick up dhcp IP.
Cisco fiber interface:
interface GigabitEthernet2/2
description 2ndFlrHP117
switchport trunk encapsulation dot1q
switchport trunk native vlan 5
switchport mode trunk
HP 1920G-48
interface GigabitEthernet1/0/49
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 5 11 to 12 16 to 17 19
port trunk pvid vlan 5
stp edged-port enable
qos trust dscp
Appreciate any help. Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2017 02:15 PM - edited 12-11-2017 02:26 PM
12-11-2017 02:15 PM - edited 12-11-2017 02:26 PM
Re: dot1q trunking between cisco and hp 1920
Is Spanning Tree enabled on both uplink's ends?
On Cisco Catalyst 4500 side...shouldn't be used also:
switchport trunk allowed vlan 5 11 12 16 17 19
to allow above VLANs through the uplink.
If Spanning Tree is enabled...I suspect that, HPE OfficeConnect 1920 side, VLAN 1 should be permitted to enter the trunk port:
port trunk permit vlan 1 5 11 12 16 17 19
even if you set VLAN 5 as the PVID for that trunk port.
Also:
port link-mode bridge
should be used for that trunk port.
I'm not an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2017 01:00 AM - edited 12-12-2017 09:19 PM
12-12-2017 01:00 AM - edited 12-12-2017 09:19 PM
Re: dot1q trunking between cisco and hp 1920
hi parnassus,
I've made the changes you've suggested, but the issue remains.
I've run
'switchport trunk allowed vlan all' on the cisco switch.
I'm not able to apply this command on the HP 1920
port link-mode bridge
This is my current config on the interfaces
Cisco core:
interface GigabitEthernet2/2
description 2ndFlrHP117
switchport trunk encapsulation dot1q
switchport trunk native vlan 5
switchport mode trunk
HP 1920:
interface GigabitEthernet1/0/49
port link-type trunk
port trunk permit vlan 1 5 11 to 12 16 to 19
port trunk pvid vlan 5
One thing i'd like to add, I'd tested with just the fiber connected to the HP, and I was able to ping vlan 5 from the HP console. But once the users and phones were connected, I lost the ping from the console.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2018 01:12 PM
10-10-2018 01:12 PM
Re: dot1q trunking between cisco and hp 1920
Hi,
I'm having the same issue. Did you ever figure this out? Many thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2018 01:01 AM
10-11-2018 01:01 AM
Re: dot1q trunking between cisco and hp 1920
No, I haven’t ! :(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2018 05:22 AM
10-11-2018 05:22 AM
Re: dot1q trunking between cisco and hp 1920
That's too bad! Unfortunately, this switch has been deployed to a cabinet in a different state and I no longer have access. Once I find someone to work with, I will likely open a ticket with HP support and I'll let you know if I find anything worth noting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2018 05:06 AM
10-13-2018 05:06 AM
Re: dot1q trunking between cisco and hp 1920
resources for this. Appreciate any help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2018 05:41 AM
10-13-2018 05:41 AM
Re: dot1q trunking between cisco and hp 1920
I'm not an HPE Employee
