Expand Configuration and Management Manual (G06.24+)

Configuring Expand-Over-IP Lines
Expand Configuration and Management Manual523347-008
8-21
Example
Example
In the following example, a profile named SLHIP is created for a single-line Expand-
over-IP line-handler process using the PEXQSIP profile. The
AFTERMAXRETIRES_DOWN modifier is set in the profile.
-> ADD PROFILE $ZZWAN.#SLHIP, FILE $SYSTEM.SYS01.PEXQSIP, &
AFTERMAXRETRIES_DOWN
Step 4: Create the Line-Handler Process
You create a single-line Expand-over-IP line-handler process by adding it as a device
to the WAN subsystem.
ADD DEVICE Command
To create an Expand-over-IP line-handler process, use the WAN subsystem SCF ADD
DEVICE command. The command syntax is as follows:
$ZZWAN.#device_name
specifies, via the WAN subsystem, the device name of the Expand line-handler
process to add.
IOPOBJECT $SYSTEM.SYSnn.LHOBJ
is the name of the object file containing the executable object for code for an
Expand line-handler process. This value must be $SYSTEM.SYSnn.LHOBJ.
Note. This section explains how to configure single-line Expand-over-IP line-handler
processes only. Creating an Expand-over-IP line that is part of a multi-line path is explained in
Section 14, Configuring Multi-Line Paths.
ADD DEVICE $ZZWAN.#device_name
, IOPOBJECT $SYSTEM.SYSnn.LHOBJ
, PROFILE profile_name
, CPU cpunumber
, ALTCPU altcpunumber
, TYPE (63,0 )
, RSIZE rsize
, ASSOCIATEDEV $tcpip_process
, {IPVER_IPV4 | IPVER_IPV6}
, SRCIPADDR src_ipddr
, SRCIPPORT src_ipport
, DESTIPADDR dest_ipaddr
, DESTIPPORT dest_ipport
, V6SRCIPADDR v6srcip-address
, V6DESTIPADDR v6destip-address
, NEXTSYS sys_number
[, modifier_keyword [ modifier_value ] ] ...