Juniper Aggregated Links
August 28th, 2007
Something about aggregated links on Juniper M series.
It is not hard to config aggregated links.
[edit]
marcel@lab2# show chassis
aggregated-devices {
ethernet {
device-count 2;
}
}
---
[edit]
marcel@lab2# show interfaces ge-1/0/0
gigether-options {
802.3ad ae0;
}
[edit]
marcel@lab2# show interfaces ge-1/1/0
gigether-options {
802.3ad ae0;
}
[edit]
marcel@lab2# show interfaces ae0
description "AE0 towards lab-1";
unit 0 {
family inet {
filter {
input AMSIX-in;
output AMSIX-out;
}
address 10.10.4.2/30;
}
family inet6 {
address 2001:0960:1300:1144::1/64;
}
}
It is also possible to use load balancing per packet.