NCLHELP.HLB  —  create
DTEs that make up a closed user group (CUG). create [node node-id] x25 protocol group group-name Example: create x25 protocol group GROUP-0

24  –  x25 relay (Alpha)

    Creates an X.25 relay entity which accepts an incoming call from one
    client and redirects it to another client.  For information about
    the X25 Relay entity and its subentities, refer to
    HELP ENTITY X25_RELAY.

    create [node node-id] x25 relay [maximum active connections integer]

    The Maximum Active Connections argument is optional.  It specifies
    the maximum number of active connections supported.

24.1  –  client

    Creates an X.25 relay client which provides a set of default values
    to be used to set up a relay between an incoming call and an
    outgoing call.

    create  [node  node-id] x25 relay client client-name

24.2  –  pvc

    Creates an X.25 relay pvc entity which provides a set of
    default values to be used to establish a connection to a
    client over a permanent virtual circuit (PVC).

    create  [node  node-id] x25 relay pvc pvc-name -
            type local-or-remote

    The Type argument is required, either local or remote.

    Example:

    create x25 relay pvc pvc-0 type local

25  –  x25_server

    Creates X.25 server module which represents the X.25 server that runs
    on a gateway system.  The X.25 server serves X.25 clients on accessing
    systems, providing X.25 access to systems that do not have a direct
    connection to a PSDN.  For information about the X25 Server entity
    and its subentities, refer to HELP ENTITY X25_SERVER.

    create  [node node-id] x25 server
             [maximum session connections number]
             [,incoming session template simple-name]  (Tru64 UNIX)

    The Maximum Session Connections optional argument that specifies
    the number of incoming and outgoing connections that may be
    supported concurrently.

    Incoming Session Template is an optional argument for Tru64 UNIX
    that specifies the Session Control template used to filter
    incoming session control connection requests.

25.1  –  client

    Creates an x25 server client entity which provides a set of
    default values to be used to establish a Session Control
    connection with an X.25 client when an incoming call arrives
    for that client.  You should create an x25 server client entity
    for each X.25 client with which the gateway system is associated.

    create  [node node-id] x25 server client simple-name

25.2  –  security_nodes

    Creates an x25 server security nodes entity which defines a set of
    rights identifiers associated with calls issued by the X.25 Server
    module (on behalf of the X.25 Client module at an accessing system)
    to the X.25 Access module at the gateway system.  These rights
    identifiers are used when making access control checks on the DTE
    class specified when a call is made.

    create  [node node-id] x25 server security nodes simple-name

26  –  xot (OpenVMS Alpha)

    Creates the X.25 Over TCP/IP (XOT) module.

    create [node node-id] xot

26.1  –  sap

    create [node node-id] xot sap sap-name

    Creates a Service Access Point (SAP) entity which specifies the
    point at which the XOT entity gains access to the TCP/IP
    environment for the purposes of listening for inbound XOT
    connections.  The sap-name is a simple name that uniquely
    identifies a particular SAP instance.

    By default a XOT SAP is created with the local ip address of
    0.0.0.0, which indicates that the SAP will listen on any
    available IP interface, for example:

    create xot sap sap-0
    enable xot sap sap-0

    Or you may choose to create one or more SAP entities to listen
    on specific IP interfaces, as in:

    create xot sap sap-0
    set xot sap sap-0 -
      local ip address 123.23.49.235
    enable xot sap sap-0
    create xot sap sap-1
    set xot sap sap-1 -
      local ip address 123.23.49.236
    enable xot sap sap-1

    However, if multiple SAP entities are created, then none of
    them can use the local ip address of 0.0.0.0.

26.1.1  –  link

    create  [node node-id] xot sap sap-name link link-name

    Creates a LINK entity which represents a remote system
    with which XOT is allowed to communicate.  The sap-name
    and link-name are simple names which uniquely identify
    particular SAP and LINK instances.

    To set up a XOT link, you must first create a SAP.  A SAP
    is required so that a number of XOT links can use a single
    RFC1613 port.

    Example:

    create xot sap sap-0
    enable xot sap sap-0
    create xot sap sap-0 link link-0
    set xot sap sap-0 link link-0 -
         remote ip addr 124.24.256.78
    enable xot sap sap-0 link link-0

26.1.1.1  –  Exception messages

 o  Already exists

    The link entity by this name already exists.

26.1.2  –  Exception messages

 o  Already exists

    A SAP entity by this name already exists.
Close Help