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


Example: Configuring Aggregated Ethernet Interfaces

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

[edit interfaces]
ge-1/3/0 {
    gigether-options {
        802.3ad ae0;
    }
}
ae0 {
    aggregated-ether-options {
        link-speed 1g;
        minimum-links 5;
        }
    }
    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;
    }
}


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