Expand Configuration and Management Manual (G06.24+)

Configuring Expand-Over-IP Lines
Expand Configuration and Management Manual523347-008
8-25
Examples
Examples
In the following example, a device named $IPLIN1 is created for a single-line Expand-
over-IP line-handler process. The PATHPACKETBYTES modifiers are recommended
for Expand-over-IP lines.
-> ADD DEVICE $ZZWAN.#IPLIN1, PROFILE SLHIP, IOPOBJECT &
$SYSTEM.SYSTEM.LHOBJ, CPU 0, ALTCPU 1, TYPE (63,0), &
RSIZE 0, PATHTF 3, NEXTSYS 251, ASSOCIATEDEV $ZB01A, &
DESTIPADDR 130.252.31.245, DESTIPPORT 1240, &
SRCIPADDR 130.252.31.150, SRCIPPORT 1231, PATHPACKETBYTES 9180&
PATHBLOCKBYTES 9180
In the next example, the same device is created for a NonStop TCP/IPv6 process.
Note that since IPVER_IPV4 is the default, it does not need to be explicitly specified for
NonStop TCP/IP; only IPVER_IPV6 must be specified, as in the following example.
-> ADD DEVICE $ZZWAN.#IPLIN1, PROFILE SLHIP, IOPOBJECT &
$SYSTEM.SYSTEM.LHOBJ, CPU 0, ALTCPU 1, TYPE (63,0), RSIZE 0, &
PATHTF 3, IPVER_IPV6, NEXTSYS 251, ASSOCIATEDEV $ZSAM1, &
V6SRCIPADDR 31CA:B145:5489:1034:1784:B245:4029:1257, &
V6DESTIPADDR 1611:1071:F881:1167:1611:A071:1881:B167, &
SRCIPPORT 11171, & DESTIPPORT 11171, PATHPACKETBYTES 9180, &
PATHBLOCKBYTES 9180
In the next example, the same device is created as part of a multi-CPU path. The
SUPERPATH_ON and L4EXTPACKETS_ON modifiers are required for line-handler
processes that are part of a multi-CPU path. The L4CONGCTRL_ON modifier is
recommended for Expand line-handler processes that are part of a multi-CPU path.
-> ADD DEVICE $ZZWAN.#IPLIN1, PROFILE SLHIP, IOPOBJECT &
$SYSTEM.SYSTEM.LHOBJ, CPU 0, ALTCPU 1, TYPE (63,0), &
RSIZE 0, PATHTF 3, NEXTSYS 251, ASSOCIATEDEV $ZB01A, &
DESTIPADDR 130.252.31.245, DESTIPPORT 1240, &
SRCIPADDR 130.252.31.150, SRCIPPORT 1231, PATHPACKETBYTES 9180,&
PATHBLOCKBYTES 9180, SUPERPATH_ON
Step 5: Start the Line-Handler Process
To start a single-line Expand-over-IP line-handler process, use the WAN subsystem
SCF START DEVICE command. The command syntax is as follows:
device_name
is the device name of the Expand-over-IP line-handler process.
This command creates the specified Expand line-handler process and allocates a
logical device (LDEV) number.
START DEVICE $ZZWAN.#device_name