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


Example: Clear Channel Configuration for a Channelized OC-12 QPP Interface


Figure 1: OC-12 Clear Channel on a Channelized OC-12 QPP Interface

The key to this simple example is to remove all partitions from the channelized interface. To configure a clear channel on a channelized QPP interface, include the no-partition statement at the [edit interfaces coc12-fpc/pic/0] hierarchy level. After you commit this part of the configuration, the clear channel is set and you can configure the resulting SONET interface normally.

Router A

[edit]
interfaces {
    coc12-4/2/0 {
        no-partition;
    }
    so-4/2/0 {
        unit 0 {
            family inet {
                address 10.245.1.1/30;
        }
    }
}

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