[j-nsp] Foundry + Juniper 802.1ad LACP

Eric Van Tol eric at atlantech.net
Tue Apr 11 17:40:05 EDT 2006


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



More information about the juniper-nsp mailing list