TCP/IP Configuration and Management Manual
Configuration Quick Start
TCP/IP Configuration and Management Manual—427132-004
1-14
Tasks
Tasks
1. Create a TACL command file with the contents shown in Example 1-6.
2. Issue an OBEY command on the ATMUP command file.
>OBEY ATMUP
Task Summary: TCP/IP Process Configured as
an ARP Server
Task 1: Create a TACL command file.
Task 2: Issue an OBEY command on the file.
Example 1-6. ATMUP Command File
TCPIP/NAME $ZTC1,TERM $TRM0.#A,OUT $TRM0.#A,CPU 1,NOWAIT/2
SCF/INLINE/
INLPREFIX+
+ALLOW 100 ERRORS
+ADD SUBNET #EN1,TYPE ATM,IPADDRESS 172.16.192.203, &
DEVICENAME $AM2
==#EN1 is the SUBNET Name
==172.16.192.203 is the IP Address of the SUBNET
==$AM2 is the DEVICENAME for the Adapter
+ADD SERVER #SRV1,SUBNET “#EN1” &
,ATMADDR(ISONSAP:%H47000580FFE1000000F21A29EB0000000001A500)
==ISONSAP address is a Server ATM Address
==#SVR1 is a Server Name
+ADD SERVER #SRV2,SUBNET “#EN1” &
,ATMADDR(ISONSAP:%H47000580FFE1000000F21A29EB0000000001A300)
+ALTER SUBNET #EN1, SUBNETMASK %HFFFFFF00
==%HFFFFFF00 is a Server ATM Address
+ALTER SUBNET #LOOP0,IPADDRESS 127.1
+START SUBNET *
+ADD ROUTE #DEF, DESTINATION 0.0.0.0, GATEWAY 172.16.192.1
==172.16.192.1 is the Gateway Router Address
+ALTER,HOSTNAME “TCPX”
==TCPX is the Host Name
+START ROUTE *
+ALTER,TCPSENDSPACE 12288
+ALTER,TCPRECVSPACE 12288
+ADD ENTRY #A2,IPADDRESS 172.16.192.1,TYPE ATMARP &
,ATMADDR(ISONSAP:%H47000580FFE1000000F21A29EB0000000001A100)
==#A2 is the Entry Name
INLEOF