Navigation
Configuring Serial Line Encoding
By default, serial interfaces use non-return to zero (NRZ) line encoding. You can configure non-return to zero inverted (NRZI) line encoding if necessary.
To have the interface use NRZI line encoding, include the encoding statement, specifying the nrzi option:
encoding nrzi;
To explicitly configure the default NRZ line encoding, include the encoding statement, specifying the nrz option:
encoding nrz;
You can include this statement at the following hierarchy levels:
- [edit interfaces se-pim/0/port serial-options]
- [edit interfaces se-fpc/pic/port serial-options]
When setting the line encoding parameter, you must set the same value for paired ports. Ports 0 and 1 must share the same value.