Hi All,
Could anybody suggest why lacp enabled interfaces are not coming up in Juniper Virtual lab and Juniper cloud lab vMX device.
FYI, I am using Juniper virtual lab and Juniper cloud lab to build LACP for MC-LAG but here lacp enabled interfaces are not coming up. However, i used "force-up" command to make the lacp enabled interface up but its not communicating each other for which the IRB vlan is passing over the lacp interface. If "force-up" command is not used then interface will not come up.
Please let me know if anybody overcome this issue in juniper virtual/ Cloud lab.
Below is the vMX config:
vMX1:-
jcluser@Core-A> show configuration |display set | match ae0
set interfaces ge-0/0/0 gigether-options 802.3ad ae0
set interfaces ae0 description "ICL-LINK b/w Core A & B"
set interfaces ae0 flexible-vlan-tagging
set interfaces ae0 encapsulation flexible-ethernet-services
set interfaces ae0 aggregated-ether-options minimum-links 1
set interfaces ae0 aggregated-ether-options link-speed 1g
set interfaces ae0 aggregated-ether-options lacp active
set interfaces ae0 aggregated-ether-options lacp periodic fast
set interfaces ae0 aggregated-ether-options lacp force-up
set interfaces ae0 unit 0 family bridge interface-mode trunk
set interfaces ae0 unit 0 family bridge vlan-id-list 1-4094
jcluser@Core-A> show interfaces terse |match ae0
ge-0/0/0.0 up up aenet --> ae0.0
ge-0/0/0.32767 up up aenet --> ae0.32767
ae0 up up
ae0.0 up up bridge
ae0.32767 up up multiservice
jcluser@Core-A> show bridge domain
Routing instance Bridge domain VLAN ID Interfaces
default-switch ICCP 1
ae0.0--->> This interface should be indicated as ae0.0* if the lacp ineterface working properly, Here no * indication even after configured the "force-up" command on ae0.
jcluser@Core-A>
vMX2:-
jcluser@Core-B# show |display set |match ae0
set interfaces ge-0/0/0 gigether-options 802.3ad ae0
set interfaces ae0 description "ICL-LINK b/w Core A & B"
set interfaces ae0 flexible-vlan-tagging
set interfaces ae0 encapsulation flexible-ethernet-services
set interfaces ae0 aggregated-ether-options minimum-links 1
set interfaces ae0 aggregated-ether-options link-speed 1g
set interfaces ae0 aggregated-ether-options lacp active
set interfaces ae0 aggregated-ether-options lacp periodic fast
set interfaces ae0 aggregated-ether-options lacp force-up
set interfaces ae0 unit 0 family bridge interface-mode trunk
set interfaces ae0 unit 0 family bridge vlan-id-list 1-4094
[edit]
jcluser@Core-B# run show interfaces terse |match ae0
ge-0/0/0.0 up up aenet --> ae0.0
ge-0/0/0.32767 up up aenet --> ae0.32767
ae0 up up
ae0.0 up up bridge
ae0.32767 up up multiservice
[edit]
jcluser@Core-B# run show bridge domain
Routing instance Bridge domain VLAN ID Interfaces
default-switch ICCP 1
ae0.0----->Here also ae0 interface is not indicated by start (*).
[edit]
jcluser@Core-B#