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


Aggregated Ethernet

You can configure aggregated Ethernet interfaces for CCC connections and for Layer 2 VPNs.

Aggregated Ethernet interfaces configured with VLAN tagging can be configured with multiple logical interfaces. The only encapsulation available for aggregated Ethernet logical interfaces is vlan-ccc. When you configure the vlan-id statement, you are limited to VLAN IDs 512 through 4094.

Aggregated Ethernet interfaces configured without VLAN tagging can be configured only with the ethernet-ccc encapsulation. All untagged Ethernet packets received are forwarded based on the CCC parameters.

To configure aggregated Ethernet interfaces for CCC connections, include the following statements:

interfaces {
    ae0 {
        encapsulation (ethernet-ccc | extended-vlan-ccc | vlan-ccc);
        vlan-tagging;
        aggregated-ether-options {
            minimum-links links;
            link-speed speed;
        }
        unit unit-number {
            encapsulation vlan-ccc;
            vlan-id identifier;
            family ccc;
        }
    }
}

Be aware of the following limitations when configuring CCC connections over aggregated Ethernet interfaces:

For more information about how to configure aggregated Ethernet interfaces, see the JUNOS Network Interfaces and Class of Service Configuration Guide.


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