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


Example: Configure Aggregated SONET/SDH Interfaces

The following configuration is sufficient to get an aggregated SONET/SDH interface up and running:

[edit interfaces]
as0 {
    aggregated-sonet-options {
        minimum-links 1;
        link-speed oc3;
    }
    unit 0 {
        family inet {
            address 10.2.11.1/32 {
                destination 10.2.11.3;
            }
        }
    }
}

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

[edit interfaces]
so-1/3/0 {
    sonet-options {
        aggregate as0;
    }
}


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