[j-nsp] Multiple LAG Groups / Common Layer3 Routing

2011-04-05 Thread Paul Stewart
Hi folks.. Not sure if my subject line reads correctly or not. MX platform running 10.0R3.10 I have eight physical interfaces and want 4 LAG groups (2 interfaces X 4 LAG groups) - LACP Passive mode. All 4 LAG groups must belong to the same layer3 network. I have tried to create

Re: [j-nsp] Multiple LAG Groups / Common Layer3 Routing

2011-04-05 Thread Bill Blackford
By family bridge you mean you've also added ae0, ae1, etc to a bridge-domain and a routing-interface irb? I haven't tried this but I would attempt to us encapsulation ethernet-bridge on the ae interface. Could you post your final working solution to the list or to me off-line? Thanks, -b On

Re: [j-nsp] Multiple LAG Groups / Common Layer3 Routing

2011-04-05 Thread David Lockuan
Hi Paul, Yes, you need to create a bridge domains with respective vlan or vlan's. Then you insert the aeX on the bridgde domain. If you need to apply routing on this bridge, you need to create a irb interface and configure in the bridge the routing-interface. Best regards, On Tue, Apr 5,

Re: [j-nsp] Multiple LAG Groups / Common Layer3 Routing

2011-04-05 Thread Nathan Sipes
Something like this allows both l2 and l3 transit on the interface. ae0 { description Connection to Blah ae0; flexible-vlan-tagging; native-vlan-id 1; mtu 9192; gratuitous-arp-reply; unit 0 { vlan-id 900; family inet { address 10.1.32.1/30;

Re: [j-nsp] Multiple LAG Groups / Common Layer3 Routing

2011-04-05 Thread Paul Stewart
the response though ;) From: Nathan Sipes [mailto:nathan.si...@gmail.com] Sent: Tuesday, April 05, 2011 10:45 AM To: Paul Stewart Cc: juniper-nsp@puck.nether.net Subject: Re: [j-nsp] Multiple LAG Groups / Common Layer3 Routing Something like this allows both l2 and l3 transit

Re: [j-nsp] Multiple LAG Groups / Common Layer3 Routing

2011-04-05 Thread Chris Kawchuk
Hi Paul, Try this: interfaces { /* Repeat for all the physical ports you need to put into the respective aeX LACP groups */ xe-0/2/0 { description Connection to blah; gigether-options { 802.3ad ae0; } } ae0 { aggregated-ether-options {

Re: [j-nsp] Multiple LAG Groups / Common Layer3 Routing

2011-04-05 Thread Paul Stewart
, thanks again... Paul -Original Message- From: Chris Kawchuk [mailto:juniperd...@gmail.com] Sent: April-05-11 5:12 PM To: Paul Stewart Cc: juniper-nsp@puck.nether.net Subject: Re: [j-nsp] Multiple LAG Groups / Common Layer3 Routing Hi Paul, Try this: interfaces { /* Repeat for all