The following configuration tasks are optional
for T3 and E3 interfaces:
Specify the cable length (T3 only).
Change the clock source.
Change the framing format.
Enable cell scrambling (ATM interfaces only).
Assign a text description or an alias to the interface.
cablelength
Use to adjust the transmit power appropriate to the length
of a T3 cable.
Specify a cable length in the range 1–450 feet.
The router supports two transmit powers, one for a cable
length between 1–225 feet and another for a cable length between
226–450 feet. Therefore, it is not necessary to know the exact
size of your cable. You only need to know if the cable size is greater
than 225 feet. For example, if your cable size exceeds 225 feet, specify
any number greater than 225 and less than 451.
Example
host1(config-controll)#cablelength 300
Use the no version to restore
the default, 0 feet.
Use to configure the transmit clock source for a T3 or
E3 line.
Use a transmit clock on the line’s receive data
stream, except in rare cases such as back-to-back router tests. When
performing back-to-back router tests, configure one end of the line
as internal and the other end as line.
Specify the keyword line to
use a transmit clock on the line’s receive data stream.
Specify the keywords internal module to use the line module’s internal clock.
Specify the keywords internalchassis to use the router’s clock.
You can configure fractional T3 on T3 frame interfaces.
E3 frame interfaces do not support fractional E3.
Fractional T3 is a portion of a T3 transmission
service and provides a set of lines with a speed that is greater than
T1 (1.544 Mbps), but less than T3 (44.736 Mbps).
To configure fractional T3:
Set the DSU mode for the lines.
Set the speed of the fractional T3 lines.
Enable scrambling of the payload.
Caution:
Complete all three steps at the same time. Otherwise,
the interface might drop packets unexpectedly.
dsu bandwidth
Use to set the speed for the fractional T3 lines.
If you issue this command, be sure to issue the dsu mode and scramble commands.
Otherwise, the interface might drop packets unexpectedly.
The router offers a set of speeds in increments that depend
on the DSU mode you specify. The actual speed of the fractional T3
lines will be the value closest to the fractional bandwidth you specify.
Example
host1(config-controll)#dsu bandwidth 10000
Use the no version to clear
the bandwidth.
If you issue the no version,
be sure to issue the nodsu
mode and noscramble commands. Otherwise, the interface might drop
packets unexpectedly.
You must configure an HDLC channel for each T3
frame or E3 frame controller.
To configure an HDLC channel, configure a serial
interface (for example, HDLC channel in slot 0, 1).
host1(config)#interface serial 0/1
Optional Tasks
The following configuration tasks are optional
when you configure an HDLC channel on a T3/E3 frame interface:
Configure the cyclic redundancy check (CRC).
Configure the HDLC idle character.
Enable data inversion on the interface.
Set the time interval for monitoring bit and packet rates.
Set the maximum receive unit (MRU).
Set the maximum transmit unit (MTU).
Assign a text description or an alias to the serial interface.
crc
Use to configure the size of the CRC.
Specify the number of bits per frame (16 or 32) that are
used to calculate the frame check sequence (FCS). Both the sender
and receiver must use the same setting.
The CRC is an error-checking technique that uses a calculated
numeric value to detect errors in transmitted data.
A 32-bit CRC should be used to protect longer streams
at faster rates and, therefore, provide better ongoing error detection.
Example
host1(config-if)#crc 32
Use the no version to restore
the default value, 16.
Coordinate this value with the network administrator on
the other end of the line.
If you set this parameter to a different value for another
protocol, such as IP, the router uses the lower value. This could
produce unexpected behavior in your network.
Example
host1(config-if)#mru 1500
Use the no version to restore
the default, 1600 bytes.
Coordinate this value with the network administrator on
the other end of the line.
If you set this parameter to a different value for another
protocol, such as IP, the router uses the lower value. This could
produce unexpected behavior in your network.
Example
host1(config-if)#mtu 1500
Use the no version to restore
the default, 1600 bytes.