Envoy ACP/XF Configuration and Management Manual

Converting EnvoyACP/XF Configuration Information
to SCF
EnvoyACP/XF Configuration and Management Manual429232-003
A-21
COUP Conversion Examples
Example 2
The following COUP commands for configuration of an ADCCP-NRM line on a 6110
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 CONTROLLER
2) SET PRODUCT 6110
3) ASSUME DEVICE
4) SET MACRO ADCCPNRMXF, PATHNAME P6110A, LIU 2
5) ADD $NRM6
6) START $NRM6
SCF Command File
ASSUME SUBSYS $ZZWAN
ADD PROFILE #MYANRM, FILE $SYSTEM.SYSnn.PEXFANRM
ADD DEVICE $ZZWAN.#NRM6, &
TYPE (11, 42), &
IOPOBJECT $SYSTEM.SYS01.BSPROCO , &
PROFILE MYANRM, &
CLIP 1, &
LINE 0, &
CPU 1, &
ALTCPU 2, &
ADAPTER SWAN001A, &
RECSIZE 256
START #NRM6
For SWAN hardware clip-num will be 1 to 3. For SWAN 2 hardware clip-num will be 1
to 6.
Example 3
The following COUP commands for configuration of a HDLC line on a 3604 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 HDLCXF, CONTROLLERNAME C3604, UNIT (2,3)
3) ADD $HDLC4
4) START $HDLC4