- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Trunk from E5412zl to Cisco 2960G
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-01-2011 01:53 PM
12-01-2011 01:53 PM
Trunk from E5412zl to Cisco 2960G
I need to create a trunk between these two switchs for one VLAN. The only example I can find is for using MSTP which we are not using. I want to make sure how to do this since the cisco switch is with the local university and we don't want to cause problems on their network when we implement this.
They have setup their end with the following config
interface GigabitEthernet0/43
description Link-to-SSMIC-Rack
switchport trunk allowed vlan 1
switchport mode trunk
I would assume we can use the following
trunk h1 Trk5 Trunk
untagged trk5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2011 08:49 AM
12-02-2011 08:49 AM
Re: Trunk from E5412zl to Cisco 2960G
If thats the only config on their interface they will initially only send untagged traffic. The only think you'll need is 'untagged h1' under the vlan you want to untag in their direction.
A Cisco trunk is just a definition of an interface able to carry multiple tagged VLANs and has nothing to do with HPs Trunk-interfaces which is their name for etherchannel/LAG
CCIE Service Provider
MASE Network Infrastructure [2011]
H3CSE
CCNP R&S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2011 05:24 AM
12-05-2011 05:24 AM
Re: Trunk from E5412zl to Cisco 2960G
Thanks a lot. I will give that a try.