Configuring SNAplus2 for Enterprise Extender
Table Of Contents

Configuring SNAplus2 for Enterprise Extender White Paper 16
;TRANSLATE
; A null translate statement issues the warning message EZZ0323I
;
; -------------------------------------------------------------------
;
; Turn off all tracing. If tracing is to be used, change the
following
; line. To trace the configuration component, for example, change
; the line to ITRACE ON CONFIG 1
;
ITRACE OFF
;
; -------------------------------------------------------------------
; The ASSORTEDPARMS NOFWD will prevent the forwarding of IP packets
; between different networks. If NOFWD is not specified, IP packets
; will be forwarded between networks when this host is a gateway.
;
; Even though RESTRICTLOWPORTS was specified on TCPCONFIG and
UDPCONFIG,
; ASSORTEDPARMS default would have been to reset RESTRICTLOWPORTS to
off
; So it is respecified here.
; If the TCPCONFIG and UDPCONFIG followed ASSORTEDPARMS,
RESTRICTLOWPORT
; would not have to be done twice.
;
ASSORTEDPARMS
NOFWD
RESTRICTLOWPORTS
ENDASSORTEDPARMS
; NOFWD issues the informational message EZZ0334I
; RESTRICTLOWPORTS issues the informational message EZZ0338I
;
; -------------------------------------------------------------------
;
; Define the VTAM parameters required for the Telnet server.
;
BEGINVTAM
; Define logon mode tables to be the defaults shipped with the
; latest level of VTAM
TELNETDEVICE 3278-3-E NSX32703 ; 32 line screen - default of
NSX32702 is 24
TELNETDEVICE 3279-3-E NSX32703 ; 32 line screen - default of
NSX32702 is 24
TELNETDEVICE 3278-4-E NSX32704 ; 48 line screen - default of
NSX32702 is 24
TELNETDEVICE 3279-4-E NSX32704 ; 48 line screen - default of
NSX32702 is 24
TELNETDEVICE 3278-5-E NSX32705 ; 132 column screen - default of
NSX32702 is 80
TELNETDEVICE 3279-5-E NSX32705 ; 132 column screen - default of
NSX32702 is 80