crc (POS)
To set the length of the cyclic redundancy check (CRC) on a Packet-over-SONET/SDH (POS) interface, use the crc command in POS configuration mode. To return the CRC setting on a POS interface to the 32-bit default setting, use the no form of this command.
crc {16 | 32}
Syntax Description
16 |
Sets 16-bit CRC mode. |
32 |
Sets 32-bit CRC mode. The default is 32 bits. |
Command Default
The default CRC mode is 32 bits.
Command Modes
POS configuration
Command History
Release |
Modification |
---|---|
Release 4.0.0 |
This command was introduced. |
Usage Guidelines
CRC is an error-checking technique that uses a calculated numeric value to detect errors in transmitted data. 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.
CRC-16, the most widely used error checking method throughout the United States and Europe, is used extensively with WANs. CRC-32 is specified by IEEE standard 802 and as an option by some point-to-point transmission standards. It is often used on Switched Multimegabit Data Service (SMDS) networks and LANs.
Task ID
Task ID |
Operations |
---|---|
pos-dpt |
read, write |
Examples
In this example, the 32-bit CRC on POS interface 0/1/0/2 is enabled:
rack/ slot/ module (config)# interface POS 0/1/0/2
rack/ slot/ module (config-if)# POS
rack/ slot/ module (config-if-pos)# crc 32