[alcatel-nsp] Configure Link Aggregation on Alcatel Router 7750

Nguyen Hoang Nam nhnam81 at gmail.com
Fri Jul 29 09:52:50 EDT 2011


Dear all !

Thanks all for your support. 
I have done it and it works. Below is config on Huawei and ALU
Huawei and ALU have to disable autonegotiate
Huawei only have mode lacp-static
ALU config lacp active or passive / peoridic slow

Huawei:
interface Eth-Trunk1
 ip binding vpn-instance IuB
 ip address 10.0.0.1 255.255.255.252
 mode lacp-static
 lacp timeout slow
#
interface GigabitEthernet1/0/2
 undo shutdown
 eth-trunk 1
#
interface GigabitEthernet1/0/11
 undo shutdown
 eth-trunk 1
#

ALU:
lag 1
        port 1/1/5 
        port 1/1/6 
        lacp active administrative-key 32768 
        lacp-xmit-interval slow
        no shutdown
port 1/1/5
        ethernet
            no autonegotiate
        exit
        no shutdown
port 1/1/6
        ethernet
            no autonegotiate
        exit
        no shutdown
interface LACP
            address 10.0.0.2/30
            port lag-1

Thanks and Best Regards.

Nam

----- Original Message -----
From: "Garcia Del Rio, Diego (Diego)" <diego.garcia_del_rio at alcatel-lucent.com>
To: "mark at clara.net" <mark at clara.net>, "alcatel-nsp at puck.nether.net" <alcatel-nsp at puck.nether.net>
Sent: Friday, July 29, 2011 8:05:17 PM
Subject: Re: [alcatel-nsp] Configure Link Aggregation on Alcatel Router 7750

Also, you have to set the autonegotiation of the ports to disabled or limited if they are not 10G ports. You can do so as;
config port x/y/z ethernet autonegotiate limited

Otherwise you can't add them to a lag as they must all have the same speed. 

Diego Garcia del Rio
Product Management, IPD
Mountain View,CA
+1 (415) 439-9420


----- Original Message -----
From: alcatel-nsp-bounces at puck.nether.net <alcatel-nsp-bounces at puck.nether.net>
To: alcatel-nsp at puck.nether.net <alcatel-nsp at puck.nether.net>
Sent: Fri Jul 29 12:49:28 2011
Subject: Re: [alcatel-nsp] Configure Link Aggregation on Alcatel Router 7750

On 29/07/11 08:04, Nguyen Hoang Nam wrote:
> I have config Link aggregation 2 link 1Gbps between Huawei Router
> and Alcatel Router. Anyones have template config please help.

Assuming your Huawei supports LACP, something like:

conf lag 1
port 1/1/1
port 1/1/2
lacp active
no shutdown
back
router interface foo
port lag-1

Troubleshoot with:

    sh lag 1 detail
    sh lag 1 statistics
_______________________________________________
alcatel-nsp mailing list
alcatel-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/alcatel-nsp

_______________________________________________
alcatel-nsp mailing list
alcatel-nsp at puck.nether.net
https://puck.nether.net/mailman/listinfo/alcatel-nsp


More information about the alcatel-nsp mailing list