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 [email protected]
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to