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

Table 48 Home directory
DescriptionConfiguration File
Security file which authorizes remote hosts and users on
local host. See the man page for hosts.equiv.
.rhosts (optional)
Contains login and initialization information used by the
ftp auto-login process. See the man page for netrc.
.netrc (optional)
Example files
This section provides example file listings for of the x25init_def, x_25init_smpl, x3config,
x29hosts, and x25_networks files.
The x25init_def file
#
# Likely runstring: x25init -c x25init_def
# This sample X.25 configuration contains default values
# Mandatory parameter - X.121 address
# X.121 4085551202
# Typically the address on the packet is identical to X.121
# packet address except for some networks like TransPac which
# require that we put null address on the packet.
# X.121_packet ’’ # use a null (i.e. length 0) packet
# Mandatory parameter - interface name for Level 3 access
# name interface0
# Mandatory parameter - device to initialize
# device x25_0p1
# Level 2 Parameters
t1 3000 # frame retransmission timeout; 3 seconds
t3 60000 # Level 2 idle timer; 60 seconds
# The frame size varies depending on flow-control negotiation
# and whether you subscribe for fast-select feature or not.
# max Level 2 transmission size (octets) [n1/8] for packet size
# 128 with fast select disabled is 149.
framesize 149 # n1/8 octets
n2 20 # number of retransmissions allowed
k 7 # Level 2 window
# Level 3 Parameters
# Mandatory Parameters - virtual circuit parameters
# logical channel id, start num [1-4095], type, how many
# At least one lci type (PVC, incoming, two-way or outgoing SVC)
# needs to be configured.
# 5 permanent VCs starting at LCI 1
# 5 one-way incoming SVCs starting at LCI
#lci 1 pvc 5
#lci 255 insvc 5
255#lci 2048 svc 6
#lci 3072 outsvc 6 # 6 two-way switched SVCs starting at LCI
2048
# 6 one-way outgoing SVCs starting at LCI
3072
# CCITT 1984, DTE (see
/etc/x25/x25_networks)
networktype DTE_84
fast_select disabled
# disallow incoming calls with call userreverse_charge
disabled data
Example files 145