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

Example: Clear Channel Configuration for a Channelized OC12 IQ Interface

Figure 1: OC12 Clear Channel on a Channelized OC12 IQ Interface

Image g003026.gif

The key to this simple example is to remove all partitions from the channelized interface. To configure a clear channel on a channelized IQ interface, include the no-partition statement at the [edit interfaces coc12-fpc / pic /0] hierarchy level and select the interface type. 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 interface-type so;
}
so-4/2/0 {
unit 0 {
family inet {
address 10.245.1.1/30;
}
}
}
}

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