Link to home
Start Free TrialLog in
Avatar of roi_tkh
roi_tkhFlag for Israel

asked on

junipre switch ex2200

Hi
I need help setting switch of JUNIPER EX2200
Can anyone tell me how to configure the following
-etherchannel with 2 interfaces and trunk
-vlans

 Would love to get a sample of the commands pls

?
Avatar of harbor235
harbor235
Flag of United States of America image

Etherchannel:
INTERFACE-NAME  {
description "*** Aggregate Intf  - 1";
fastether-options {
802.3ad ae0;
}
}
INTERFACE-NAME {
description "*** Aggregate Intf  - 2";
fastether-options {
802.3ad ae0;
}
}

}
ae0 {
aggregated-ether-options {
link-speed 100m;


Trunk:
http://kb.juniper.net/index?page=content&id=KB11013&cat=JUNOS&actp=LIST

harbor235 ;}
Avatar of roi_tkh

ASKER



can you pls explain me the different between this config to yours ?

interface gigabitEthernet 2/0
lacp active

interface lag bundleBoston
member-interface gigabitEthernet 2/0

?
ASKER CERTIFIED SOLUTION
Avatar of harbor235
harbor235
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial