[j-nsp] Layer3 LACP Bundle

Sipes, Nathan Nathan_Sipes at kindermorgan.com
Wed Oct 28 13:07:17 EDT 2009


Is the AE coming up? Try show lacp interfaces and show int ae0 extensive the show LACP should tell you if you have a timer mismatch between them. If the AE0 isn't up then try a configuration like 



Aggregated interface: ae0
    LACP state:       Role   Exp   Def  Dist  Col  Syn  Aggr  Timeout  Activity
      ge-0/0/1       Actor    No    No   Yes  Yes  Yes   Yes     Slow    Active
      ge-0/0/1     Partner    No    No   Yes  Yes  Yes   Yes     Slow    Active
      ge-4/0/0       Actor    No    No   Yes  Yes  Yes   Yes     Slow    Active
      ge-4/0/0     Partner    No    No   Yes  Yes  Yes   Yes     Slow    Active
    LACP protocol:        Receive State  Transmit State          Mux State 
      ge-0/0/1                  Current   Slow periodic Collecting distributing
      ge-4/0/0                  Current   Slow periodic Collecting distributing

Aggregated interface: ae1
    LACP state:       Role   Exp   Def  Dist  Col  Syn  Aggr  Timeout  Activity
      xe-0/1/0       Actor    No    No   Yes  Yes  Yes   Yes     Fast    Active
      xe-0/1/0     Partner    No    No   Yes  Yes  Yes   Yes     Fast    Active
    LACP protocol:        Receive State  Transmit State          Mux State 
      xe-0/1/0                  Current   Fast periodic Collecting distributing




ae0 {
    description "Connection to Backup2";
    aggregated-ether-options {
        flow-control;
        minimum-links 1;
        link-speed 1g;
        lacp {
            active; 
            periodic slow; <-- if there is a timer mismatch

        }
    }
    unit 0 {
    family inet {
        address 10.1.67.1/30;
    }
}


Nathan Sipes
Sr. Network Design Specialist
Tel: 303-914-4996
FAX: 303-763-3510 
Kinder Morgan
370 Van Gordon St
Lakewood, CO
80228
Nathan_Sipes at kindermorgan.com




-----Original Message-----
From: juniper-nsp-bounces at puck.nether.net [mailto:juniper-nsp-bounces at puck.nether.net] On Behalf Of Bill Blackford
Sent: Wednesday, October 28, 2009 10:23 AM
To: juniper-nsp at puck.nether.net
Subject: [j-nsp] Layer3 LACP Bundle

I am attempting to form a L3 bundle on a EX3200 and am running into snags. I've been able to form L2 LACP bundles but first time attempting at L3.
I'm not able to link with another switch, host or device that also is configured with a LACP L3 bundle.

Details:


EX3200
Ver 9.5R2.7




 chassis {
    aggregated-devices {
        ethernet {
            device-count 2;
        }
    }
}


    ge-0/0/22 {
        description "Port1";
        ether-options {
            802.3ad ae0;
        }
    }
    ge-0/0/23 {
        description "Port2";
        ether-options {
            802.3ad ae0;
        }
    }


    ae0 {
        description L3 Bundle;
        aggregated-ether-options {
            lacp {
                active;
            }
        }
        unit 0 {
            family inet {
                address xxx.xxx.xxx.xxx/29;
            }
        }           
    }




Thanks in advance

-b



--
Bill Blackford                     
Senior Network Engineer            
Technology Systems Group           
Northwest Regional ESD             

my /home away from home

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



More information about the juniper-nsp mailing list