Go to main content

Managing Serial Networks Using UUCP and PPP in Oracle® Solaris 11.4

Exit Print View

Updated: February 2022
 
 

How to Configure Synchronous Devices


Note - PPP was removed in the Oracle Solaris 11.4 SRU 24 release.
  1. Physically install the interface card into the local system, if necessary.

    Follow the instructions in the manufacturer's documentation.

  2. Connect the cables from the CSU/DSU to the interface.

    If necessary, connect cables from the CSU/DSU to the leased-line jack or similar connector.

  3. Configure the CSU/DSU, as instructed in the documentation from the manufacturer or network provider.

    Note - The provider from whom you rented the leased line might supply and configure the CSU/DSU for your link.
  4. Configure the interface card, if necessary, as instructed in the interface documentation.

    The configuration of the interface card involves the creation of a startup script for the interface. The router at LocalCorp in the leased-line configuration that is shown in Example of a Leased-Line Configuration uses an HSI/P interface card.

    The following script, hsi-conf, starts the HSI/P interface.

    #!/bin/ksh
    /opt/SUNWconn/bin/hsip_init hihp1 speed=1536000 mode=fdx loopback=no \
    nrzi=no txc=txc rxc=rxc txd=txd rxd=rxd signal=no 2>&1 > /dev/null

      Where:

    • hihp1 – Indicates that HSI/P is the synchronous port used.

    • speed=1536000 – Indicates and sets the speed of the CSU/DSU.

See Also

To configure the local system on the leased line, refer to How to Configure a System on a Leased Line.