[j-nsp] Foundry + Juniper 802.1ad LACP

Adnan ahabib at asacogroup.com
Tue Apr 11 18:21:43 EDT 2006


Well I think foundry have same commands and concept as cisco :) my two cents






-----Original Message-----
From: Eric Van Tol [mailto:eric at atlantech.net] 
Sent: Wednesday, April 12, 2006 12:40 AM
To: juniper-nsp at puck.nether.net
Subject: [j-nsp] Foundry + Juniper 802.1ad LACP

Has anyone been able to successfully get LACP working between a Juniper
and Foundry device?  It all seems pretty straightforward, but not being
all that familiar with Foundry's trunking, I can't say that I know
either side is configured properly.

Foundry config (what my customer sent me):

 ver 07.2.02T53 
 ! 
 global-protocol-vlan 
 ! 
 trunk switch ethe 4/21 to 4/22 
 ! 
 vlan 1 name DEFAULT-VLAN by port 
 ! 
 interface e 4/21 
  speed-duplex 100-full 
  link-aggregate active 
 ! 
 end

Juniper config:

chassis {
    aggregated-devices {
        ethernet {
            device-count 2;
        }
    }
interfaces {
    fe-0/0/1 {
        fastether-options {
            802.3ad ae0;
        }
    }
    fe-2/0/1 {
        fastether-options {
            802.3ad ae0;
        }
    }
    ae0 {           
        description "Link to Customer";
        vlan-tagging;
        aggregated-ether-options {
            minimum-links 1;
            link-speed 100m;
            lacp {
                active;
            }
        }
        unit 0 {
            description "Link to Customer";
            vlan-id 1;
            family inet {
                address 192.168.220.1/24;
                address 192.168.34.65/26;
            }
        }
    }
}

The above Juniper config works okay with Cisco.  Unfortunately, I don't
have a Foundry which I can do any testing on.  The config above is from
a customer's NetIron which he is attempting to use to connect to us.

Any advice would be appreciated.

Thanks,
eric

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






More information about the juniper-nsp mailing list