Library /sys$common/syshlp/TCPIP$UCP_HELP.HLB  —  SET  CONFIGURATION  INTERFACE  Examples
    1.TCPIP> SET CONFIGURATION INTERFACE SL5 /HOST=LARK -
      _TCPIP> /NETWORK_MASK=255.255.255.0 /SERIAL_DEVICE=TTA3: -
      _TCPIP> /COMPRESS=ON /FLOWCONTROL

      Configures SLIP interface SL5, using the local IP address
      assigned to host LARK, with a subnet mask of 255.255.255.0.

      The interface uses the terminal device TTA3:.

      The /COMPRESS qualifier enables TCP header compression (CSLIP).

      The /FLOWCONTROL qualifier enables special handling of XON and
      XOFF characters for proper interoperation with modems that are
      configured to interpret these characters locally.

    2.TCPIP> SET CONFIGURATION INTERFACE FF0 /HOST=KESTREL -
      _TCPIP> /NETWORK_MASK=255.255.0.0 -
      _TCPIP> /BROADCAST_MASK=128.30.0.0 /ARP

      For new interface FF0 on host KESTREL, sets the network mask
      to 255.255.0.0, sets the broadcast mask to 128.30.0.0, enables
      ARP, and activates the interface.

    3.TCPIP> SET CONFIGURATION INTERFACE PP0 /SERIAL_DEVICE=TTA0: -
      _TCPIP> /HOST=10.10.1.2 /DESTINATION=10.10.1.3

      Configures the interface as a PPP serial device. This command
      specifies that the local host is a dialup provider. The address
      specified with the /DESTINATION qualifier (10.10.1.3) is the
      address assigned to the client system requesting an address.

      Refer to the HP TCP/IP Services for OpenVMS Management manual
      for more information about setting up interfaces for SLIP and
      PPP communication.
Close Help