Aggregated Ethernet interfaces can use interfaces from different FPCs, DPCs, or PICs. The following configuration is sufficient to get an aggregated Gigabit Ethernet interface up and running.
- [edit interfaces]
- ge-1/3/0 {
-
- gigether-options {
- 802.3ad ae0;
- }
- }
- ge-2/0/1 {
-
- gigether-options {
- 802.3ad ae0;
- }
- }
- ae0 {
-
- aggregated-ether-options {
- link-speed 1g;
- minimum-links 1;
- }
- vlan-tagging;
-
- unit 0 {
- vlan-id 1;
-
- family inet {
- address 14.0.100.50/24;
- }
- }
-
- unit 1 {
- vlan-id 1024;
-
- family inet {
- address 14.0.101.50/24;
- }
- }
-
- unit 2 {
- vlan-id 1025;
-
- family inet {
- address 14.0.102.50/24;
- }
- }
-
- unit 3 {
- vlan-id 4094;
-
- family inet {
- address 14.0.103.50/24;
- }
- }
- }
- [edit chassis]
- aggregated-devices {
-
- ethernet {
- device-count 15;
- }
- }