Supported Platforms
Configuring the Junos OS to Enable Channelization on DS3/E3 MIC
By default, the DS3/E3 MIC functions in clear-channel mode. To enable the DS3/E3 MIC to function in channelized mode, you need to use the software license S-MIC-3D-8CHDS3. To enable channelization, set the channelization statement at the [edit chassis fpc MPC-slot-number pic MIC-slot-number] hierarchy level. You can use the channelization option to channelize only individual DS3 interfaces.
![]() |
|
To configure channelization on the DS3/E3 MIC:
- At the [edit chassis] hierarchy level in configuration
mode, navigate to the hierarchy level that indicates the slot on which
the DS3/E3 MIC is located.[edit chassis]user@host# edit fpc MPC-slot-number pic MIC-slot-number
For example, to navigate to the [edit chassis fpc 1 pic 2] hierarchy level:
[edit chassis]user@host# edit fpc 1 pic 2 - Configure the channelization statement.[edit chassis fpc MPC-slot-number pic MIC-slot-number]user@host# set channelization
For example:
[edit chassis fpc 1 pic 2]user@host# set channelization - Verify the configuration by using the show command
at the [edit chassis] hierarchy level:
[edit chassis] user@host# show fpc 1 { pic 2 { channelization; } }
To enable the DS3/E3 MIC to function in clear-channel mode, you need to disable channelization. To do this, delete the channelization option at the [chassis fpc MPC-slot-number pic MIC-slot-number] hierarchy level.
To disable channelization on the DS3/E3 MIC:
- At the [edit chassis] hierarchy level in configuration
mode, navigate to the hierarchy level that indicates the slot on which
the DS3/E3 MIC is located.[edit chassis]user@host# edit fpc MPC-slot-number pic MIC-slot-number
For example:
[edit chassis]user@host# edit fpc 1 pic 2 - Delete the channelization statement.[edit chassis fpc MPC-slot-number pic MIC-slot-number]user@host# delete channelization
For example:
[edit chassis fpc 1 pic 2]user@host# delete channelization