Expand Configuration and Management Manual (H06.21+, J06.10+)

Configuring Expand-Over-X.25 Lines
Expand Configuration and Management Manual 529522-013
10 - 11
Considerations
modifier_value
is the value you want to assign to the optional modifier specified by
modifier_keyword. modifier_value assigns a value to modifier_keyword
in the device record for this Expand line-handler process.
Default values and ranges of values for modifiers in the PEXQSNAM profile are
described in Profile Modifiers on page 10-13.
Considerations
Not all modifiers have associated values (for example, L4EXTPACKETS_ON).
The modifier_keyword and modifier_value parameters do not add the
specified modifier, or a modifier and its associated value, to the profile used by the
device. Use the ADD PROFILE command to add a modifier, or a modifier and its
associated value, to a profile.
Examples
In this example, a device named $EXPSL3 is created for a single-line Expand-over-
X.25 line-handler process. $EXPSL3 will bind to a NAM subdevice named #XNAM on
the X25AM line-handler process named $X2501. The L4TIMEOUT modifier is
recommended for Expand-over-X.25 line-handler processes.
-> ADD DEVICE $ZZWAN.#EXPS13, PROFILE SLHX25, IOPOBJECT &
$SYSTEM.SYSTEM.LHOBJ, CPU 0, ALTCPU 1, TYPE (63,0), &
RSIZE 0, PATHTF 3, NEXTSYS 31, ASSOCIATEDEV $X2501, &
ASSOCIATESUBDEV #XNAM, 14TIMEOUT 3000
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.#EXPS13, PROFILE SLHX25, IOPOBJECT &
$SYSTEM.SYSTEM.LHOBJ, CPU 0, ALTCPU 1, TYPE (63,0), &
RSIZE 0, PATHTF 3, NEXTSYS 31, ASSOCIATEDEV $X2501, &
ASSOCIATESUBDEV #XNAM, 14TIMEOUT 3000, 14EXTPACKETS_ON, &
14CONGCTRL_ON, SUPERPATH_ON