User`s manual

Appendix
186 TCP/IP AX3000 User's Manual
To add a system printer invoke the following command (AXPRT01 is the
OS/400 printer name):
===> CRTDEVPRT DEVD(AXPRT01) DEVCLS(*VRT) TYPE(3812) MODEL(1) FONT(11)
To associate this printer with the AX3000 LPD port, you have to change its
outqueue:
===> CHGOUTQ OUTQ(AXPRT01) RMTSYS(*INTNETADR) RMTPRTQ('PARALLEL')
CNNTYPE(*IP) DESTTYPE(*OTHER) TRANSFORM(*YES) MFRTYPMDL(*NECP2)
INTNETADR('192.168.1.240')
where:
- AXPRT01 : OS/400 outqueue name
- PARALLEL : AX3000 Printer Port Name
Uppercase letters are required
- *NECP2 : printer model (here a NEC type P2)
- 192.168.1.240 : AX3000 IP address
Note: if the outqueue is not started, invoke the STRRMTWTR command.
At the OS/400 level this printer is seen as an outqueue and is not allowed to
control it as a device. (For example, it is not possible to start or stop the printer).
A.3.3 - Windows
See Chapter 8.3.
A.4 - THE DHCP PROTOCOL
DHCP (Dynamic Host Configuration Protocol) is an industry standard protocol
that lets a DHCP server (Unix, Windows, AS/400, etc.) allocate temporary IP
addresses and other network parameters to terminals and PCs when they are
powered on. This can greatly simplify managing large networks.