[Contents]
[Prev]
[Next]
[Index]
[Report an Error]
Optional Tasks
The following configuration tasks are optional
when you configure an HDLC channel on a channelized T3 interface:
- Configure the CRC.
- Specify the HDLC idle character.
- Enable data inversion on the interface.
- Set the time interval for monitoring bit and packet rates.
- Set the MRU.
- Set the MTU.
- Assign a text description or an alias to the serial interface.
crc
- Use to configure the size of the CRC.
- The CRC is an error-checking technique that uses a calculated
numeric value to detect errors in transmitted data.
- 16 and 32 indicate the number of bits per frame that are
used to calculate the frame check sequence (FCS). Both the sender
and receiver must use the same setting.
- Use a 32-bit CRC when transmitting long streams at fast
rates and to provide better ongoing error detection.
- Example
- host1(config-if)#crc 32
- Use the no version to restore
the default value, 16.
- See crc.
idle-character
- Use to configure the HDLC idle character.
- The idle character is sent between HDLC packets.
- Specify one of the following idle characters:
-
flags—Sets the idle
character to 0x7E
-
marks—Sets the idle
character to 0xFF
- Example
- host1(config-if)#idle-character marks
- Use the no version to restore
the default value, 0x7E (flags).
- See idle-character.
interface serial
- Use to configure a serial interface in the slot/port:channel/subchannel format.
-
slot—Number of the slot in
which the line module resides in the chassis
-
port—Number of the port on
the I/O module
-
channel—T1 channel
-
subchannel—Subchannel in the
range 1–24
- Example
- host1(config)#interface serial 0/1:1/5
- Use the no version to disable
the interface.
- See interface serial.
invert data
- Use to enable data stream inversion for the interface.
- Enable data stream inversion only if it is turned on at
the other end of the line.
- Example
- host1(config-if)#invert data
- Use the no version to disable
data inversion.
- See invert data.
load-interval
- Use to set the time interval at which the router calculates
bit and packet rate counters.
- You can choose a multiple of 30 seconds, in the range
30–300 seconds.
- Example
- host1(config-if)#load-interval 90
- Use the no version to restore
the default value, 300 seconds.
- See load-interval.
mru
- Use to configure the MRU size for the interface.
- Specify a value in the range 4–9996 bytes.
- You should coordinate this value with the network administrator
on the other end of the line.
- If you configure a different MRU value in higher-level
protocols, such as IP, the router uses the lower value. This can produce
unexpected behavior in your network.
- Example
- host1(config-if)#mru 1600
- Use the no version to restore
the default, 1600 bytes.
- See mru.
mtu
- Use to configure the MTU size for the interface.
- Specify a value in the range 4–9996 bytes.
- You should coordinate this value with the network administrator
on the other end of the line.
- If you configure a different MTU value in higher-level
protocols, such as IP, the router uses the lower value. This can produce
unexpected behavior in your network.
- Example
- host1(config-if)#mtu 1600
- Use the no version to restore
the default, 1600 bytes.
- See mtu.
serial description
- Use to assign a text description or an alias to a serial
HDLC interface.
- You can use this command to help you identify the interface
and keep track of interface connections.
- The description or alias can be a maximum of 80 characters.
- Use show interfaces serial to display the text
description.
- Example
- host1(config-if)#serial description ottawa012
hdlc channel
- Use the no version to remove
the text description or alias.
- See serial description.
[Contents]
[Prev]
[Next]
[Index]
[Report an Error]