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