Expand Configuration and Management Manual (G06.24+)

Configuring the Network Control Process
Expand Configuration and Management Manual523347-008
6-2
Example
modifier_value
is the value you want to assign to the modifier specified by modifier_keyword.
Specifying a value in modifier_value assigns a new value to
modifier_keyword in profile_name. Default values and ranges of values for
modifiers in the PEXPNCP profile are described in $NCP Modifiers on page 6-4.
Example
The following example creates a profile named NCPPROF1. The ALGORITHM
modifier in the profile is set to 1 to specify split horizon. For more information, refer to
ALGORITHM n on page 6-5 and Routing Algorithms on page 18-28.
-> ADD PROFILE $ZZWAN.#NCPPROF1, FILE $SYSTEM.SYS01.PEXPNCP, &
ALGORITHM 1
Step 2: Create $NCP
You create $NCP by adding a device to the WAN subsystem.
ADD DEVICE Command
To create $NCP, use the WAN subsystem SCF ADD DEVICE command. The
command syntax is as follows:
$ZZWAN.#NCP
specifies, via the WAN subsystem, the device name of $NCP. This value must be
NCP and must be preceded by the pound sign (#).
IOPOBJECT $SYSTEM.SYSnn.NCPOBJ
is the name of the object file containing the executable object code for $NCP. This
value must be $SYSTEM.SYSnn.NCPOBJ.
PROFILE profile_name
is the name of the profile you created for $NCP in Step 1.
ADD DEVICE $ZZWAN.#NCP
, IOPOBJECT $SYSTEM.SYSnn.NCPOBJ
, PROFILE profile_name
, CPU cpunum
, ALTCPU altcpunum
, TYPE (62,6)
, RSIZE 1
[, modifier_keyword [ modifier_value ] ] ...