TCPIP Configuration With TN3270E

The following is the portion of the system's TCPIP configuration involved with TN3270E printers.

;
; Define the VTAM parameters required for the Telnet server.
;
BeginVTAM
;
PRTGROUP PGRPLU1
 RMT2
ENDPRTGROUP

PRTGROUP PGRPLU3
 RMT3
ENDPRTGROUP

IPGROUP TESTPRT
 9.99.98.62
ENDIPGROUP

IPGROUP TESTPRT3
 9.99.98.67
ENDIPGROUP

PRTMAP PGRPLU1 TESTPRT GENERIC

PRTMAP PGRPLU3 TESTPRT3 GENERIC

; End telnet printer section
EndVTAM
Note: Only additions required for the TN3270E printers are shown.