[Contents] [Prev] [Next] [Index] [Report an Error]


Example: Configure Aggregated Ethernet Interfaces

The following set of configurations is sufficient to get an aggregated Gigabit Ethernet interface up and running.

[edit interfaces]
ae0 {
    vlan-tagging;
    unit 0 {
        vlan-id 100;
        family inet {
            address 10.1.1.1/24;
        }
    }
}

[edit chassis]
aggregated-devices {
    ethernet {
        device-count 15;
    }
}

[edit interfaces]
ge-1/3/0 {
    gigether-options {
        802.3ad ae0;
    }
}

[edit interfaces ae0]
aggregated-ether-options {
    link-speed 1g;
    minimum-links 5;
}

[Contents] [Prev] [Next] [Index] [Report an Error]