- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- cisco port-channel equivalent to A5120-48G_El_swit...
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
02-24-2012 07:53 AM
02-24-2012 07:53 AM
cisco port-channel equivalent to A5120-48G_El_switch
Hi,
I have a A5120-48G_El_switch switch that i would like to connect with our cisco layer 3 switch, however i am not so familiar with thisswitch. The connection i would like to do is use the port-channel in cisco port connected to the HP switch port using the equivalent port-channel equivalent.
Can anyone help me on the command i will use with hp so it can be recognized by cisco using port-channel on both ends?
THanks,
kutsheax
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2012 03:18 PM
02-25-2012 03:18 PM
Re: cisco port-channel equivalent to A5120-48G_El_switch
Config extract from a 5820 IRF pair below. (Looks like it is missing the PVID/native VLAN statement). This will create an LACP aggregated link.
interface Bridge-Aggregation6 description Link to Cisco port link-type trunk port trunk permit vlan all link-aggregation mode dynamic interface GigabitEthernet1/0/15 port link-mode bridge port link-type trunk port trunk permit vlan all port link-aggregation group 6 interface GigabitEthernet2/0/15 port link-mode bridge port link-type trunk port trunk permit vlan all port link-aggregation group 6
Don't just type the commands in though; order is important!
- Create the bridge aggregation (bagg) (int br 6)
- name it and set mode dynamic (this may be optional, but it keeps it consistent with the ProCurve connections)
- Go to each interface and add the aggrgation group (port link-aggregation group 6)
- Go back to the bagg and type the rest of the setup commands in - these will be automatically applied to the 2 interfaces in the bagg.
- Test!