PurposeCommand or Action
Sets the encapsulation method on the interface, where:
Router(config-if)# encapsulation
encapsulation-type {hdlc | ppp |
frame-relay}
Step 3
• hdlc—Sets the High-Level Data Link Control (HDLC) protocol for serial
interface. This encapsulation method provides the synchronous framing
and error detection functions of HDLC without windowing or
retransmission. This is the default for synchronous serial interfaces.
• ppp—Sets point-to-point protocol (PPP) for serial interface.
• frame-relay—Sets Frame Relay (for serial interface).
Selects the CRC size in bits, where:
Router(config-if)# crc {16 | 32}
Step 4
• 16—16-bit CRC. This is the default
• 32—32-bit CRC.
Configuring the CRC Size for T1
CRC is an error-checking technique that uses a calculated numeric value to detect errors in transmitted data.
The 1-Port Channelized OC-3/STM-1 SPA and 1-Port Channelized OC-12/STM-4 SPA uses a 16-bit cyclic
redundancy check (CRC) by default, but also supports a 32-bit CRC. The designators 16 and 32 indicate the
length (in bits) of the frame check sequence (FCS). A CRC of 32 bits provides more powerful error detection,
but adds overhead. Both the sender and receiver must use the same setting.
To set the length of the cyclic redundancy check (CRC) on a T1 interface, use these commands:
SUMMARY STEPS
1.
Router# configure terminal
2.
Router(config)# interface serial slot/subslot/port:channel-group
3.
Router(config-if)# crc {16 | 32}
DETAILED STEPS
PurposeCommand or Action
Enters global configuration mode.Router# configure terminal
Step 1
Selects the interface to configure and enters interface configuration mode.Router(config)# interface serial
slot/subslot/port:channel-group
Step 2
• slot/subslot/port:channel-group —Specifies the location of the
interface.
Example:
Cisco ASR 1000 Series Aggregation Services Routers SIP and SPA Software Configuration Guide, Cisco IOS
XE Everest 16.5
306 OL-14127-17
Configuring the 1-Port Channelized OC-3/STM-1 SPA and 1-Port Channelized OC-12/STM-4 SPA
Optional Configurations