Hi,
JUNOS is quit new for me, so i have to throw my Cisco experience away now
I'm playing around with some new Ex's and try to setup LACP between 2950 and EX4200.
I have tried almost all possible commands, but i'm not sure about the EX commands i've used.
Is there somebody with more experience then me, who already succeeded on LCAP ?
Commands used on Cisco:
interface Port-channel1
description === LACP Trunk to Juniper ===
switchport trunk native vlan 2
switchport mode trunk
no ip address
!
interface FastEthernet0/22
description === LACP Trunk uplink to Juniper ===
switchport trunk native vlan 2
switchport mode trunk
no ip address
channel-group 1 mode active
channel-protocol lacp
!
interface FastEthernet0/23
description === LACP Trunk uplink to Juniper ===
switchport trunk native vlan 2
switchport mode trunk
no ip address
channel-group 1 mode active
channel-protocol lacp
Commands used on the EX:
chassis {
aggregated-devices {
ethernet {
device-count 1;
}
}
}
ge-0/0/14 {
ether-options {
no-auto-negotiation;
802.3ad ae0;
}
}
ge-0/0/15 {
ether-options {
no-auto-negotiation;
802.3ad ae0;
ae0 {
description "LACP to Cat2950";
traceoptions {
flag all;
}
aggregated-ether-options {
minimum-links 1;
link-speed 100m;
lacp {
passive;
periodic fast;
}
}
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members [ Servers Transit Users ];
}
native-vlan-id Users;
}
}
}
gr
william