7-11
Optical Services Modules Installation and Configuration Note, 12.2SR
OL-9465-03
Chapter 7 Configuring the Channelized 12-port CT3/T1 Optical Services Modules
Configuring the Interfaces
This example configures an E1 line:
Router#
configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router)#
controller T3 4/1
Router(config-controller)#
channelized mode e1
Router(config-controller)#
e1 10 channel-group 0 timeslots 1-5, 20-23
Router(config-controller)#
e1 10 framing crc4
Router(config-controller)#
e1 10 national bits
Router(config-controller)#
e1 10 clock source line
Router(config-controller)#
e1 10 loopback network line
Router(config-controller)#
e1 10 bert pattern 2^23 interval 5 unframed
Router (config-controller)#
exit
Router(config)#
interface serial e1 4/0/10:0
Router(config-if)#
CNTL/Z
Router#
Configuring Distributed MLPPP
Distributed MLPPP allows you to combine T1 or E1 lines into a bundle that has the combined bandwidth
of multiple T1 or E1 lines. Bundling T1 or E1 lines enables you to increase the bandwidth of your
network links beyond that of a single T1 or E1 line without having to purchase a T3 line.
Command
Purpose
Step 1
Router#
configure terminal
Enters configuration mode and specifies that the
console terminal is the source of the configuration
subcommands.
Step 2
Router(config)#
controller
slot/port
Selects the controller.
Step 3
Router (config-controller)# [
no
]
channelized
[
mode
{
t1
|
e1
}]
Specifies the channelization mode.
Default is
t1
.
Step 4
Router (config-controller)# [
no
]
e1
e1number
clock
source
{
internal
|
line
}
Defines clock source for the specified E1 line.
Step 5
Router (config-controller)# [
no
]
e1
e1 number
unframed
Configures the E1 line as unframed.
Step 6
Router (config-controller)# [
no
]
e1
e1 number
framing {crc4
|
no-crc4
}
Specifies the framing.
Step 7
Router (config-controller)# [
no
]
e1
e1 number
national
bits
pattern
Specifies the national bits reserved for
country-specific control information.
Step 8
Router (config-controller)# [
no
]
e1
e1 number
channel-group
channel-group number
timeslots
list-of-timeslots
speed
[
56
|
64
]
Configures a channel-group.
Step 9
Router (config-controller)# [
no
]
e1
e1 number
loopback
{
local
|
network
}
(Optional) Sets the loopback mode.
Step 10
Router (config-controller)# [
no
]
[
e1
|
t1
]
[
e1
number
|
t1
number]
bert pattern
{
2^11
|
2^15
|
2^20 O.153
|
2^20 QRSS
|
2^23
|
0s
|
1s
|
alt-0-1
}
interval
[
1-1440
]
(Optional) Configures bit-error-rate (BER)
testing.
Step 11
Router(config-controller)#
exit
Exits controller configuration mode.
Step 12
Router(config)# [
no
]
interface serial
slot/port/t1
number: channel-group number
Selects the interface and configures the channel
group.