JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Managing Serial Networks Using UUCP and PPP in Oracle Solaris 11.1     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Solaris PPP 4.0 (Overview)

2.  Planning for the PPP Link (Tasks)

3.  Setting Up a Dial-up PPP Link (Tasks)

4.  Setting Up a Leased-Line PPP Link (Tasks)

Setting Up a Leased Line (Task Map)

Configuring Synchronous Devices on the Leased Line

Prerequisites for Synchronous Devices Setup

How to Configure Synchronous Devices

Configuring a Machine on the Leased Line

Prerequisites for Configuring the Local Machine on a Leased Line

How to Configure a Machine on a Leased Line

5.  Setting Up PPP Authentication (Tasks)

6.  Setting Up a PPPoE Tunnel (Tasks)

7.  Fixing Common PPP Problems (Tasks)

8.  Solaris PPP 4.0 (Reference)

9.  Migrating From Asynchronous Solaris PPP to Solaris PPP 4.0 (Tasks)

10.  UUCP (Overview)

11.  Administering UUCP (Tasks)

12.  UUCP (Reference)

Index

Configuring Synchronous Devices on the Leased Line

The task in this section involves configuring equipment that is required by the leased-line topology that is introduced in Example of a Configuration for a Leased-Line Link. The synchronous devices that are required to connect to the leased line include the interface and modem.

Prerequisites for Synchronous Devices Setup

Before you perform the next procedure, you must have the following items:

How to Configure Synchronous Devices

  1. Physically install the interface card into the local machine, 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 Figure 2-2 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
    hihp1

    Indicates that HSI/P is the synchronous port used

    speed=1536000

    Set to indicate the speed of the CSU/DSU

See Also

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