- Community Home
- >
- Networking
- >
- Switching
- >
- ProCurve / ProVision-Based
- >
- Re: Configuration Link aggregation between 5500G a...
- Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Configurat ion Link aggregatio n between 5500G and 4800G
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-30-2011 09:26 AM
Hi...
I have 2 switches 5500G in XRN stack like the Core of the Lan.
3 swtches 4800G in IRF Stack.
I need to do a link aggregation between those but the 5500G doesnt support the Dynamic Mode of the link aggregation, and the 4800G dont support the static or manual mode.
I tried to do this:
Switch 5500G
link-aggregation group 1 mode static
#
interface GigabitEthernet 1/0/25
undo shutdown
port link-aggregation group 1
#
interface GigabitEthernet 1/0/26
undo shutdown
port link-aggregation group 1
save
reset saved-configuration
reboot
Switch 4800G
interface Bridge-Aggregation1
link-aggregation mode dynamic
port link-type trunk
port trunk permit vlan all
interface GigabitEthernet1/0/31
port link-type trunk
port trunk permit vlan all
port link-aggregation group 1
interface GigabitEthernet1/0/32
port link-type trunk
port trunk permit vlan all
port link-aggregation group 1
but not funtion.
I hope Someone can help me.
Solved! Go to Solution.
Re: Configurat ion Link aggregatio n between 5500G and 4800G
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
04-30-2011 10:23 AM
use link-aggregation group 1 mode manual on the 5500G and remove the link-aggregation mode dynamic from the 4800G and it will work.
MASE Network Infrastructure [2011]
H3CSE
CCNP
CCNP Service Provider
Re: Configurat ion Link aggregatio n between 5500G and 4800G
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-01-2011 07:39 PM
But the 4800G only have the dynamic mode, dont have manual or static mode.
You can explain me what i need to do inthe 4800G.
Thanks.
Re: Configurat ion Link aggregatio n between 5500G and 4800G
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-01-2011 08:56 PM
Try "undo link-aggregation mode".
MASE Network Infrastructure [2011]
H3CSE
CCNP
CCNP Service Provider
Re: Configurat ion Link aggregatio n between 5500G and 4800G
[ Edited ]
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-11-2011 01:11 AM - edited 05-11-2011 01:12 AM
I have had issues with this too.
On the web interface for the 4800G there are two options: Dynamic (LACP Enabled) and Static (LACP Disabled)
On the web interface for the 5500G there are two options: Manual (LACP Disabled) and Static (LACP Enabled)
I currently have two ports set up between these two units. On the 4800G I have it in static mode and on the 5500G it's in Manual mode. So essentially no LACP on either.
I am however not convinced this is correct....
On the 4800G link-aggregation summary:
Aggregation Interface Type:
BAGG -- Bridge-Aggregation, RAGG -- Route-Aggregation
Aggregation Mode: S -- Static, D -- Dynamic
Loadsharing Type: Shar -- Loadsharing, NonS -- Non-Loadsharing
AGG AGG Partner ID Select Unselect Share
Interface Mode Ports Ports Type
--------------------------------------------------
BAGG1 S none 2 0 Shar
Partner ID is "none" - which I would not expect to see normally.
Also:
[SWITCH]dis brief int bridge
The brief information of interface(s) under bridge mode
Interface Link Speed Duplex Link-type PVID
BAGG1 UP 2G(a) full(a) trunk 1
So it seems up and it is showing 2G (2 connections so this is correct)...however I am not so sure.
Story is similar on the 5500G - shows no partner information and doesn't know the ports of the 4800G.
I have tested pulling connections and it doesn't affect data transfers. I have also checked STP and no ports are in blocking state...so it does seem to be working to some extent...
Can anybody shed some light on exactly what is going on with this?
It is very straight forward between 4800G and 2928G for example, but then they are both Comware5 so this is obviously why. The 5500G we have is quite old and is Comware3.
Re: Configurat ion Link aggregatio n between 5500G and 4800G
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
05-11-2011 08:46 AM
On the 4800 use a bridge-aggregation and then add ports to the bridge aggregation. The modes for LACP are different between commware 3 and 5 (5500 and 4800) Static, dynamic and manual on the 5500 but just static and manual on the 4800. Dynamic can be a problem as the link-aggregation group numbers are formed automatically i.e you have no control on the link-agg number even though it uses the next available. Static always uses the same link-agg number. Also make sure that all of the ports in the link-agg at each end have the same configurations if not you can have mismatches which cause the link-agg to fail.
