SNAX/XF and SNAX/APN Configuration and Management Manual
Configuring for Ethernet Support
SNAX/XF and SNAX/APN Configuration and Management Manual—425836-006
10-17
Sample Configuration
The example shows the configuration of the following SNAX SCF objects; LINE, PUs,
and LUs.
Sample Configuration
Step One: Add the SNAX Profiles
Your first command sends all subsequent commands to the WAN subsystem. The file
PSX1SVM is the service manager profile, PSX1TS is the line handler profile.
ASSUME SUBSYS $ZZWAN
ADD PROFILE $ZZWAN.#SMPROF, FILE $SYSTEM.[sysnn].PSX1SVM
ADD PROFILE $ZZWAN.#TSPROF, FILE $SYSTEM.[sysnn].PSX1TS
Step Two: Add the Device and Start It
ADD DEVICE #ETP1, PROF TSPROF, CPU 2, ALTCPU 3, &
TYPE (58,6), IOPOBJECT $SYSTEM.[sysnn].SNATSOBJ, RECSIZE 1500
START DEVICE $ZZWAN.#ETP1
Step Three: Configure the Service Manager
ALTER SUBSYS $SSCP1, SNANETID USPALO01
Step Four: Add the LINE, PU and LU
ASSUME LINE $ETP1
ADD LINE, STATION PRIMARY, RECSIZE 1500, &
MAXPUS 2, MAXLUS 1024, MAXLOCALLUS 256, &
SAPINFO (SAP %H04, MAXLS 2; SAP %H08, MAXLS 2)
ADD LU #LLU1, TYPE (14,21),SNANAME TLU1
ADD LU #LLU2, TYPE (14,21),SNANAME TLU2
ADD LU #LLU3, TYPE (14,21),SNANAME TLU3
ADD LU #LLU4, TYPE (14,21),SNANAME TLU4
ADD PU #RPU1, ADDRESS 1, MAXLUS 64, TYPE (13,21), &
RECSIZE 1496, LNSSAP %H08, &
LNRMTADDR 08040011770161 &
ASSOCIATESUBDEV $LIF1.#SESS1
ADD LU #RLU1, TYPE (14,21), PUNAME RPU1, SNANAME LU1
ADD LU #RLU2, TYPE (14,21), PUNAME RPU1, SNANAME LU2
ADD LU #RLU3, TYPE (14,21), PUNAME RPU1, SNANAME LU3
ADD LU #RLU4, TYPE (14,21), PUNAME RPU1, SNANAME LU4
START , SUB ALL