[Contents] [Prev] [Next] [Index] [Report an Error]


Configuring Serial Interfaces

Devices that communicate over a serial interface are divided into two classes: data terminal equipment (DTE) and data circuit-terminating equipment (DCE). Juniper Networks Serial Physical Interface Cards (PICs) have two ports per PIC and support full-duplex data transmission. These PICs support DTE mode only. On the Serial PIC, you can configure three types of serial interfaces:

The following standards apply to serial interfaces:

There are no serial interface-specific logical properties. For information about general logical properties that you can configure, see Configuring Logical Interface Properties.

To configure serial physical interface properties, include the serial-options statement for the J-series routing platform at the [edit interfaces se-pim/0/port] hierarchy level or at the [edit interfaces se-fpc/pic/port] hierarchy level for M-series and T-series routing platforms:

[edit interfaces se-fpc/pic/port]
serial-options {
    clock-rate rate;
    clocking-mode (dce | dte | loop);
    control-polarity (negative | positive);
    cts-polarity (negative | positive);
    dcd-polarity (negative | positive);
    dce-options {
        control-signal (assert | de-assert | normal);
        cts (ignore | normal | require);
        dcd (ignore | normal | require);
        dsr (ignore | normal | require);
        dtr signal-handling-option;
        ignore-all;
        indication (ignore | normal | require);
        rts (assert | de-assert | normal);
        tm (ignore | normal | require);
    }
    dsr-polarity (negative | positive);
    dte-options {
        control-signal (assert | de-assert | normal);
        cts (ignore | normal | require);
        dcd (ignore | normal | require);
        dsr (ignore | normal | require);
        dtr signal-handling-option;
        ignore-all;
        indication (ignore | normal | require);
        rts (assert | de-assert | normal);
        tm (ignore | normal | require);
    }
    dtr-circuit (negative | positive);
    dtr-polarity (negative | positive);
    encoding (nrz | nrzi);
    idle-cycle-flag flag;
    indication-polarity (negative | positive);
    line-protocol protocol;
    loopback mode;
    rts-polarity (negative | positive);
    tm-polarity (negative | positive);
    transmit-clock invert;
}

This chapter discusses configuration of the following serial interface properties:


[Contents] [Prev] [Next] [Index] [Report an Error]