Original Message:
Sent: 03-14-2023 19:10
From: mohdema_nounehem
Subject: LACP issue on vMX 18.2R1.9 - ae0 interface is always down
On eveng for it to work, you need to configure a MAC address for the aex (system-id) and force it up.
The images have the same MAC for the ae0 interface and by ricochet the same system-id for LACP… It doesn't seem to work that way, unless you change the macs / system id and force the lag on up… at least in the virtual environment…
------------------------------
MOHAMED MEHENOUN
Original Message:
Sent: 11-06-2020 09:11
From: Erdem
Subject: LACP issue on vMX 18.2R1.9 - ae0 interface is always down
Hi All,
I have set up two vMX routers, activated the trial license, configured lite-mode for the FPCs, and set network-services to enhanced-ip
Running these vmX on KVM with virtio-net-pci interface
SR-IOV is not enabled.
The two gig interface are up but ae0 interface remains down
root@R2> show interfaces terse
Interface Admin Link Proto Local Remote
ge-0/0/3 up up
ge-0/0/3.0 up up aenet --> ae0.0
ge-0/0/4 up up
ge-0/0/4.0 up up aenet --> ae0.0
ae0 up down
ae0.0 up down inet 172.31.129.2/30
multiservice
vMX#1 configuration
chassis {
aggregated-devices {
ethernet {
device-count 3;
}
}
fpc 0 {
lite-mode;
}
network-services enhanced-ip;
}
interfaces {
ge-0/0/3 {
gigether-options {
802.3ad ae0;
}
}
ge-0/0/4 {
gigether-options {
802.3ad ae0;
}
}
ae0 {
description vMX-1;
aggregated-ether-options {
lacp {
active;
}
}
unit 0 {
family inet {
address 172.31.129.1/30;
}
}
}
vMX#2 Configuration
chassis {
aggregated-devices {
ethernet {
device-count 3;
}
}
fpc 0 {
lite-mode;
}
network-services enhanced-ip;
}
interfaces {
ge-0/0/3 {
gigether-options {
802.3ad ae0;
}
}
ge-0/0/4 {
gigether-options {
802.3ad ae0;
}
}
ae0 {
description vMX-2;
aggregated-ether-options {
lacp {
active;
}
}
unit 0 {
family inet {
address 172.31.129.2/30;
}
}
}
Is there anything wrong with this configuration that could cause the AE0 interface to be down.
Thanks for your reply
Stephane