[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:

To configure serial physical interface properties, include the serial-options statement at the [edit interfaces se-fpc/pic/port] hierarchy level:

[edit interfaces se-fpc/pic/port]
serial-options { 
    clock-rate rate;
    clocking-mode (dce | dte | loop);
    control-leads {
        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);
    }
    control-polarity (negative | positive);
    cts-polarity (negative | positive);
    dcd-polarity (negative | positive);
    dsr-polarity (negative | positive);
    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:

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


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