Xerox 4500 ps eth Printer User Manual


 
SNA IPDS and SCS Printing from MVS or VM
Xerox 4500 PS ETH, Inst. & Operator's Guide
127
PrintServer Definition file extract
&&??##N1,0# ; Start of file - Don't remove this !
;------------------------------------------------------------------------
; Configuration for the TokenRing PrintServer
; (This is an example. Please modify the parameters to match
; your configuration).
; 00824001
;------------------------------------------------------------------------
;*************************************#**********************************
; I D A P S
;*************************************#**********************************
BEGIN_CONFIGURATION IDAPS
LOCAL_MAC 40005A0001C2; Set LOCAL MAC-address
SEL_MAC LOCAL ; Use universal MAC-address
EARLY_TOKEN YES ; Early Token Release DISABLED.
ENABLE_TCPIP YES ; ENABLE TCP/IP protocol.
ENABLE_NETWARE YES ; ENABLE Netware protocol .
ENABLE_802_2 YES ; ENABLE 802.2 protocol .
ENABLE_PU_LU YES ; ENABLE PU/LU protocol.
BOOT YES ; Reboot PS if conf. has changed.
SHARETIMEOUT 20 ; Share timeout (sec.)
HOLDTIMEOUT 600 ; Timeout for OFFLINE c ondition (sec.)
IRQTIMEOUT 60 ; Timeout for IRQ forwarding (Sec.)
END
;*************************************#**********************************
; T C P I P
;*************************************#**********************************
BEGIN_CONFIGURATION TCPIP
HOSTNAME "idaPS005" ; The TCP/IP host name of the PS
BOOTP NO ; Boot from BOOTP server
TCP_MSS 1400 ; Message Segment Size
TCP_WINDOW 4200 ; Receive window
DEFAULT_IP 192.0.16.12 ; IP-address if not booted by BOOTP
DEFAULT_SM 255.255.0.0 ; Subnet Mask if not booted by BOOTP
DEFAULT_GW 192.0.16.3 ; Gateway addr. if not booted by BOOTP
END
;*************************************#**********************************
; P U
;*************************************#**********************************
BEGIN_CONFIGURATION PU
BLOCKNUMBER 05D ; Fill in your Block number
IDNUMBER 00000 ; Fill in your ID number
REMOTE_MAC 400031740001; Fill in HOST / GW MAC address
LOCAL_SAP 4 ; Fill in your local SAP value
REMOTE_SAP 4 ; Fill in your HOST SAP value
END
&&??