Specifications

5-13
PA-8T-V.35 Synchronous Serial Port Adapter Installation and Configuration
OL-3563-03
Chapter 5 Configuring the PA-8T-V.35 Interfaces
Configuring the Interface
Note Invert data only on the PA-8T-V.35 interface or on the CSU/DSU; inverting both cancels out both data
inversions.
Configuring NRZI Format
Table 5-5 summarizes NRZI format commands. For more information, see the remainder of this section.
All PA-8T-V.35 interfaces support non return-to-zero (NRZ) and non return-to-zero inverted (NRZI)
formats. Both formats use two different voltage levels for transmission. NRZ signals maintain constant
voltage levels with no signal transitions (no return to a zero voltage level) during a bit interval and are
decoded using absolute values (0 and 1). NRZI uses the same constant signal levels but interprets the
absence of data (a space) at the beginning of a bit interval as a signal transition and the presence of data
(a mark) as no transition. NRZI uses relational encoding to decode signals rather than determining
absolute values.
NRZ format, the factory default on all interfaces, is more common. NRZI format, which is configured
with a software command, is commonly used with EIA/TIA-V.35 connections in IBM environments.
Enable NRZI encoding on any interface using the nrzi-encoding [mark] command, where no argument
after the command is interpreted as a signal transition, and mark is interpreted as no signal transition.
This command functions in the same way on all supported platforms. Before you can enable NRZI
encoding, you must use the interface serial command (followed by the interface address of the interface)
to select the interface on which you want to enable NRZI encoding.
In the example that follows, NRZI encoding with a signal transitionno argumentis specified:
Router(config-if)# nrzi-encoding
In the example that follows, NRZI encoding with no signal transitionwith argumentis specified:
Router(config-if)# nrzi-encoding mark
Table 5-5 NRZI Format Commands
Purpose Command Example Further Information
Enable NRZI
encoding.
nrzi-encoding
[mark]
1
1. Mark is an optional argument. When mark is used, it means there is no signal transition; there is data (a mark) at the beginning of a bit interval. When
mark is not used, it means there is a signal transition; there is no data (a space) at the beginning of a bit interval.
The example is for a serial interface with NRZI
mark encoding specified:
Router(config)# interface serial 3/0
Router(config-if)# nrzi-encoding mark
The example is for a serial interface with NRZI
space encoding specified:
Router(config)# interface serial 3/0
Router(config-if)# nrzi-encoding
Configuring NRZI Format
Disable NRZI
encoding.
no nrzi-encoding The example disables NRZI encoding on a serial
interface:
Router(config)# interface serial 3/0
Router(config-if)# no nrzi-encoding
Configuring NRZI Format