HP X.25/9000 User's Guide HP-UX 11i v3 (5900-1523, August 2011)

x25init -c config_file -X xot_config_file
where:
config_file is the generic X.25 configuration file.
xot_config_file is the XOT specific configuration file.
IMPORTANT: When executing the x25init command to initialize the XOT interface, it is
mandatory to specify both the Generic X.25 configuration file and the XOT specific configuration
file as arguments. They must be specified with the absolute paths.
A sample invocation is as shown below:
x25init -c /etc/x25/x25init_xot_def -X /etc/x25/x121_to_ip_map
An output similar to the following is displayed:
[x25stop] X.25 interface /dev/x25_xot0 will be stopped if it is already
running
[x25init] Configuration has been initialized successfully
This command is executed for each XOT interface on the system. For configuring multiple XOT
interfaces on the system, the same x121_to_ip_map file can be updated and the configuration
can be varied for each interface.
Stopping
To stop the communication with a specific XOT interface, the x25stop command is executed with
the -d option.
The syntax for execution is:
x25stop -d /dev/x25_xot<instance number>
where:
/dev/x25_xot<instance number> corresponds to the XOT interface which needs to be
stopped.
A sample invocation is as shown below:
x25stop -d /dev/x25_xot0
An output similar to the following is displayed:
[x25stop] X.25 interface /dev/x25_xot0 has been stopped
This command will stop XOT interface xot0 if it is already running on the system.
NOTE: X25stop K will stop all running interfaces on the system.
For a detailed description of the configuration, see x25init(1M) and x25stop(1M).
Sample setup and configuration
This section provides sample configuration files for the following setups:
Switched Virtual Connection (SVC) over XOT
Permanent Virtual Connection (PVC) over XOT
Switched virtual connection (SVC) over XOT setup
Assume machine A and machine B are connected through XOT and the X.25 application needs
to be run over SVC with the following configuration:
Machine A:
IP Address: 10.0.0.1
XOT Interface: xot0
Configuring X.25 over TCP (XOT) 41