[an error occurred while processing this directive] [an error occurred while processing this directive]

Configuring the E3 Frame Checksum

You can configure a 32-bit checksum, which provides more reliable packet verification. However, some older equipment might not support 32-bit checksums.

On a channelized OC12 interface, the fcs statement is not supported. To configure FCS on each E3 channel, you must include the e3-options fcs statement in the configuration for each channel.

To configure a 32-bit checksum, include the fcs statement at the [edit interfaces interface-name e3-options] hierarchy level:

[edit interfaces interface-name e3-options]
fcs 32;

To return to the default 16-bit frame checksum, delete the fcs 32 statement from the configuration:

[edit]
user@host# delete interfaces e3-fpc/pic/port e3-options fcs 32

To explicitly configure a 16-bit checksum, include the fcs statement at the [edit interfaces interface-name e3-options] hierarchy level:

[edit interfaces interface-name e3-options]
fcs 16;

Updated: 2009-04-07

[an error occurred while processing this directive]