86 lines
4.9 KiB
HTML
86 lines
4.9 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Scenario: SNA direct connection to a host system" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzak3rzak3snadirscenario.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2000, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzak3directhostcenario" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Scenario: SNA direct connection to a host system</title>
|
|
</head>
|
|
<body id="rzak3directhostcenario"><a name="rzak3directhostcenario"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Scenario: SNA direct connection to a host system</h1>
|
|
<div><p><a href="#rzak3directhostcenario__rzak3sna3745fig">Figure 1</a> shows the
|
|
configuration of an iSeries™ system for frame-relay communications with
|
|
a 3745 Host Controller.</p>
|
|
<div class="fignone" id="rzak3directhostcenario__rzak3sna3745fig"><a name="rzak3directhostcenario__rzak3sna3745fig"><!-- --></a><span class="figcap">Figure 1. SNA direct connection to 3745 host controller</span><br /><img src="rzak3509.gif" alt="SNA direct connection to
3745 host controller" /><br /></div>
|
|
<p>The 3745 provides frame-relay network function, and the iSeries is
|
|
configured as a terminal equipment (TE).</p>
|
|
<p>A 64000-bps V.35 line exists between the iSeries and
|
|
the 3745. The iSeries system
|
|
might also have data link connection identifier (DLCI) connections to multiple
|
|
3745s, 6611s, and RouteXpanders through the 3745. However, these configurations
|
|
are not shown as part of this scenario.</p>
|
|
<p>There is a single permanent virtual circuit (PVC) connection
|
|
between the iSeries and
|
|
the host system. This connection supports a 3270 emulation device used to
|
|
access applications on the host. It also includes a distributed host command
|
|
facility (DHCF) session.</p>
|
|
<p><strong>Configuration for the iSeries system</strong></p>
|
|
<p>Use the following commands to configure the iSeries system
|
|
using an SNA direct connection with the 3745 and the host system:</p>
|
|
<pre>CRTNWIFR NWID(FR3745) RSRCNAME(LIN121) +
|
|
INTERFACE(*V35)<sup>1</sup> LINESPEED(64000)<sup>1</sup> +
|
|
LMIMODE(*TE)<sup>2</sup> TEXT('Frame relay connection to 3745')
|
|
|
|
CRTLINFR LIND(FR3745) NWI(FR3745) NWIDLCI(26) +
|
|
EXCHID(05636759) TEXT('DLCI connection to the host')
|
|
|
|
CRCTCLHOST CTLD(FRHOST) LINKTYPE(*FR) APPN(*NO) +
|
|
SWTLINLST(FR3745) MAXFRAME(8182) +
|
|
SSCPID(050000000001) SWTDSC(*YES) +
|
|
TEXT('Remote host system')
|
|
|
|
CRTDEVDSP DEVD(FRDHCF) DEVCLS(*RMT) TYPE(3277) +
|
|
MODEL(*DHCF) LOCADR(02) CTL(FRHOST) +
|
|
TEXT('Remote host system dhcf device')
|
|
|
|
CRTDEVHOST DEVD(FREML) LOCADR(01) RMTLOCNAME(HOSTSYS) +
|
|
CTL(FRHOST) APPTYPE(*EML) +
|
|
TEXT('Emulation device to remote host')</pre>
|
|
<div class="note"><span class="notetitle">Notes:</span> <ol><li>The INTERFACE and LINESPEEED parameters must match the characteristics
|
|
of the line to the 3745.</li>
|
|
<li>The LMI mode is the default value of *TE, which means the iSeries acts
|
|
as the terminal equipment. You must configure the 3745 as the frame handler
|
|
(FH) by using ANSI Annex D (DLCI 0).</li>
|
|
<li>By creating a frame-relay line description (CRTLINFR), you indicate that
|
|
the DLCI is connected to another device. The device supports the frame-relay
|
|
SNA direct frame format of RFC 1490, such as the 3745.</li>
|
|
<li>The DLCI for the line must match the DLCI that you assigned in the configuration
|
|
of the 3745.</li>
|
|
</ol>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzak3rzak3snadirscenario.htm" title="This topic provides example scenarios of Systems Network Architecture (SNA) direct configuration.">Scenarios: SNA direct configuration for frame relay</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |