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


serial-options

Syntax

serial-options {
    
clock-rate rate;
    
clocking-mode (dce | dte | loop);
    
control-leads {
        
cts (ignore | normal | require);
        
dcd (ignore | normal | require);
        
dsr (ignore | normal | require);
        
dtr signal-handling-option;
        ignore-all;
        
rts (assert | de-assert | normal);
        
tm (ignore | normal | require);
    }
    
cts-polarity (positive | negative);
    
dcd-polarity (positive | negative);
    
dsr-polarity (positive | negative);
    
dtr-circuit (balanced | unbalanced);
    
dtr-polarity (positive | negative);
    
encoding (nrz | nrzi);
    
loopback (dce-local | dce-remote | liu | local);
    
rts-polarity (positive | negative);
    
tm-polarity (positive | negative);
    
transmit-clock invert;
}

Hierarchy Level

[edit interfaces interface-name]

Description

Configure serial-specific interface properties.

Options

Each option is explained separately.

Usage Guidelines

See Configure EIA-530 Interfaces.

Required Privilege Level

interface—To view this statement in the configuration.
interface-control—To add this statement to the configuration.

See Also

no-concatenate in JUNOS Internet Software Guide: Getting Started


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