Envoy ACP/XF Configuration and Management Manual

Converting EnvoyACP/XF Configuration Information
to SCF
EnvoyACP/XF Configuration and Management Manual429232-003
A-22
COUP Conversion Examples
SCF Command File
ASSUME SUBSYS $ZZWAN
ADD PROFILE #MYHDLC, FILE $SYSTEM.SYSnn.PEXFHDLC
ADD DEVICE #HDLC4, &
TYPE (11, 41), &
IOPOBJECT $SYSTEM.SYS01.BSPROCO , &
PROFILE MYHDLC, &
CLIP 2, &
LINE 1, &
CPU 0, &
ALTCPU 1, &
ADAPTER SWAN001A, &
RECSIZE 256
START #HDLC4
For SWAN hardware clip-num will be 1 to 3. For SWAN 2 hardware clip-num will be 1
to 6.
Example 4
The following COUP commands for configuration of a SDLC line on a 3605 controller
are similar to the following SCF command file. (For more information about the
attributes in this example, see the WAN Subsystem Configuration and Management
Manual.)
COUP Commands
1) ASSUME DEVICE
2) SET MACRO SDLCXF, PATHNAME P3605A, LIU 3
3) ADD $SDLC3
4) START $SDLC3
SCF Command File
ASSUME SUBSYS $ZZWAN
ADD PROFILE #MYSDLC, FILE $SYSTEM.SYSnn.PEXFSDLC
ADD DEVICE $ZZWAN.#SDLC3, &
TYPE (11, 41), &
IOPOBJECT $SYSTEM.SYS01.BSPROCO, &
PROFILE MYSDLC, &
CLIP 2, &
LINE 1, &
CPU 0, &
ALTCPU 1, &
ADAPTER SWAN001A, &
RECSIZE 256
START #SDLC3