- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- BladeSystem - General
- >
- Nortel Split Multi Link Trunking (SMLT) and HP Vir...
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
11-15-2010 10:03 AM
11-15-2010 10:03 AM
Nortel Split Multi Link Trunking (SMLT) and HP Virtual Connect Flex-10
Taha had a customer question about Nortel equipment and HP Virtual Connect Flex-10:
**********************
Hi All,
I have a customer who is planning to connect his VC Flex-10 to Nortel Core switches configured as SMLT (Split Multi Link Trunking). Has anyone tried this out before?
From what the customer tells me, the two core switches will act as one big switch, so both Flex-10 modules will see only one switch even though they are physically wired to two separate Nortel Switches (Switch Clustering - http://community.nortel.com/go/blogs/enterpriseblog/2007/12/06/cisco-vss-too-little-too-late).
Any best practices on how Flex-10 should be configured in such an environment?
**************************
Markus had some experience:
*********************
Had that same question a while ago… My customer didn’t use SMLT, just MLT but the process in doing so should be similar. SMLT is comparable to CISCO VSS –
In both cases VC sees the two switches as one. Still keep in mind that all links, that belong to a LACP (MLT or SMLT) need to end up on the same VC module.
This is the config of my customer on the switch, before these steps you have to enable LACP for the whole switch (don’t know out of my head right now where, but I could look it up if you want me to)
UG-RZ:5# config
UG-RZ:5/config# vlan 179 ports add 3/35,3/2
UG-RZ:5/config# vlan 603 ports add 3/35,3/2
UG-RZ:5/config# vlan 730 ports add 3/35,3/2
UG-RZ:5/config# ether 3/2,3/35 lacp key 17
UG-RZ:5/config# ether 3/2,3/35 lacp aggregation true
UG-RZ:5/config# ether 3/2,3/35 lacp enable
UG-RZ:5/config# mlt 17 create
UG-RZ:5/config# mlt 17 lacp key 17
UG-RZ:5/config# mlt 17 lacp enable
**********************
Any other comments or suggestions?