This scenario involves connecting an IBM® iSeries™ system to an Ethernet local area network (LAN) using a 6611 Network Processor. The 6611 is used as both the frame-relay frame handler and a bridge.
Figure 1 shows the configuration of an iSeries system for frame-relay communications with devices on an Ethernet network.
The Ethernet LAN is connected by using a 6611 bridge and transparent bridging. The bridge is connected to the iSeries system by using a T1 link.
As seen in Figure 1, there is no frame-relay network in the connection between the iSeries system and the 6611. In this scenario, the iSeries provides the frame handler (FH), or DCE function, and the 6611 bridge is the terminal equipment (TE). Both SNA APPC/APPN and TCP/IP traffic are possible in this configuration. The TCP/IP configuration for line ETHER6611 is done similarly to the way all Ethernet lines are configured for TCP/IP on the iSeries.
Use the following commands to configure the iSeries connection to the Ethernet network through a 6611 Network Processor.
CRTNWIFR NWID(FT1) RSRCNAME(LIN231) NRZI(*YES)1 INTERFACE(*RS449V36)2 LINESPEED(1536000)2 + LMIMODE(*FH)3 + TEXT('Network Interface for T1 link to Ethernet Bridge') CRTLINETH4 LIND(ETHER6611) RSRCNAME(*NWID) NWI(FRT1) NWIDLCI(20)5 ADPTADR(020000036759)6 + EXCHID(05636759) LINKSPEED(1536000) AUTOCRTCTL(*YES)7 + TEXT('DLCI to the 6611 Ethernet LAN') ADDTCPIFC8 INTNETADR('59.1.2.222') LIND(ETHER6611) CRTCTLAPPC CTLD(PC5) LINKTYPE(*LAN) SWTLINLST(ETHER6611) + RMTNETID(RPC) RMTCPNAME(PC5) ADPTADR(020000043405) + TEXT('PC5 on 6611 Ethernet Network') CRTDEVAPPC DEVD(PC5) RMTLOCNAME(PC5) LCLLOCNAME(SYS320) CTL(PC5) + TEXT('PC5 on 6611 Ethernet Network') CRTCTLAPPC CTLD(PC6) LINKTYPE(*LAN) SWTLINLST(ETHERNET6611) + RMTNETID(RPC) RMTCPNAME(PC6) ADPTADR(400000455405) + TEXT('PC6 on 6611 Ethernet Network') CRTDEVAPPC DEVD(PC6) RMTLOCNAME(PC6) LCLLOCNAME(SYS320) CTL(PC6) + TEXT('PC6 on 6611 Ethernet Network')
Use this configuration to communicate by using either SNA or TCP/IP data.