We are trying to move the IP connection on our Z/800 from a
Cisco CIP connection to an OSA Express GB ethernet connection.

Currently we have a single CLAW link from a CIP router into a Z/VM stack
All of the other TCP/IP stacks are being reached by routes
from Z/VM across real CTC (for LPARS), virtual CTC (within VM) or
IUCV links.

We are trying to eliminate point to point connections by moving to
a combination of OSA links to each LPAR, Hipersockets between
LPARS and Vswitches within LPARS.

We have set up a new test routing structure within the Z/800
that looks like this.

Single two port OSA Express GB ethernet adapter on CHPIDs 00 and 01.
Device addresss in IOCP for CHPID 00 are A000-A00e
Device addresss in IOCP for CHPID 01 are b000-b00e

The main TCP/IP stack in each LPAR has a direct link to the OSA on
CHPID 0.

The tcp/ip stacks in the LPARs are all linked across a
single HiperSocket (chpid EC)

The third LPAR also
contains a VSWITCH with two guest VM TCP/IP machines defined
with the statements shown at the end of this note.

Since we are testing without an external connection to the OSA,
we set up a route from one of the VSWITCH Lan guests to the Hipersockets
path to test connectivity from the virtual LAN to the other LPARS.

It appears that all paths are now functional. (at least reachable)

We are now ready to connect this configuration  to a CISCO Catalyst 4006
switch and a Catalyst 6509 router.

The networking folks haven't worked with an OSA before and wanted
to know if there is documentattion describing the configuration
of the CISCO equipment to define the following connections:

1.  Connect the three direct OSA links  (137.216.4.10,  4.11 and 4.12)
    to the external network.

2.  Connect the virtual LAN to the external network
    (Initially as VLAN unaware)

Any pointers for them would be appreciated.

Ron Greve
Admin and Research Computing
SDSU
[EMAIL PROTECTED]

<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<



Below are the virtual Lan definitions, the IOCP entries and
the TCP profile entries from the 3 LPARS (5 tcp/ip stacks)


------------------------
NICDEF statements in Directory for TCP/IP Guest machines
------------------------
NICDEF B000 Type QDIO LAN system SDSUNET

*****************************************************************
Define and set statements to add 2 members to  VLAN unaware VSWITCH
*****************************************************************
DEFINE VSWITCH SDSUNET RDEV B000
SET VSWITCH SDSUNET GRANT TCPIPX
SET VSWITCH SDSUNET GRANT TCPIPY






*************************************************************
IOCP entries for OSA and Hipersockets
*************************************************************

 CHPID PATH=00,TYPE=OSD,SHARED,PARTITION=(ESA11,ESA12,IFL)
 CHPID PATH=01,TYPE=OSD,SHARED,PARTITION=(ESA11,ESA12,IFL)
 CHPID PATH=EC,TYPE=IQD,PARTITION=(ESA11,ESA12,IFL),SHARED,OS=40
 CNTLUNIT CUNUMBR=A001,PATH=(00),UNIT=OSA
 CNTLUNIT CUNUMBR=B001,PATH=(01),UNIT=OSA
 CNTLUNIT CUNUMBR=0701,PATH=EC,UNIT=IQD
 IODEVICE ADDRESS=(A000,015),CUNUMBR=(A001),UNIT=OSA
 IODEVICE ADDRESS=A00F,CUNUMBR=(A001),UNIT=OSAD,UNITADD=FE
 IODEVICE ADDRESS=(B000,015),CUNUMBR=(B001),UNIT=OSA
 IODEVICE ADDRESS=B00F,CUNUMBR=(B001),UNIT=OSAD,UNITADD=FE
 IODEVICE ADDRESS=(0700,16),CUNUMBR=(0701),UNIT=IQD



; =======================================================================
; TCP/IP LINKS, HOME AND GATEWAYS FOR LPAR1
; =======================================================================

  DEVICE  OSAQDIO1   OSD      A006  PORTNAME  OSA1 SECROUTER AUTORESTART
  LINK    ETH0       QDIOETHERNET  OSAQDIO1
; -------------------------------------------------------------
  dEVICE  HIPER1     HIPERS   700   PORTNAME  HPR1
  LINK    HPRL1      QDIOIP  HIPER1
;
HOME
     137.216.4.10 ETH0
     192.168.0.10 HPRL1
GATEWAY

    137.216     =             ETH0        1500      0.0.255.0 0.0.4.0
    192.168     =             HPRL1       8192      0.0.255.0 0.0.0.0

    DEFAULTNET  137.216.4.10  ETH0     DEFAULTSIZE 0


; =======================================================================
; TCP/IP LINKS, HOME AND GATEWAYS FOR LPAR2(OSA and HiperS)
; =======================================================================
  DEVICE  OSAQDIO1   OSD      A000  PORTNAME  OSA1 SECROUTER AUTORESTART
  LINK    ETH0       QDIOETHERNET  OSAQDIO1
; -----------------------------------------------------------------------
  DEVICE  HIPER1     HIPERS   0700  PORTNAME  HPR1
  LINK    HPRL1      QDIOIP HIPER1
;
HOME
137.216.4.11      255.255.255.0   ETH0
192.168.0.11      255.255.255.0   HPRL1
GATEWAY
137.216.4.0     255.255.255.0   =               ETH0       1500
192.168.0.0     255.255.255.0   =               HPRL1      8192
  DEFAULTNET          137.216.4.11             ETH0        1500


; =======================================================================
; TCP/IP LINKS, HOME AND GATEWAYS FOR LPAR3  TCP/IP STACK 1
; OSA QDIO connection and HiperS connection
; Vswitch controller
; =======================================================================
  DEVICE  OSAQDIO1   OSD      A003  PORTNAME  OSA1 PRIROUTER AUTORESTART
  LINK    ETH0       QDIOETHERNET  OSAQDIO1
;
; -------------------------------------------------------------
  DEVICE  HIPER1     HIPERS   700   PORTNAME  HPR1
  LINK    HPRL1      QDIOIP  HIPER1
;

HOME
 137.216.4.12     255.255.255.0   ETH0
 192.168.0.12     255.255.255.0   HPRL1
GATEWAY

 192.168.0.0    255.255.255.0   =               HPRL1      8192
 137.216.4.0    255.255.255.0   =               ETH0       1500
DEFAULTNET                      137.216.4.12    ETH0           1500



; =======================================================================
; TCP/IP LINKS, HOME AND GATEWAYS FOR LPAR3  TCP/IP STACK 2TCPIPX
;  hiperS router for vswitch  and guest on Vswitch lan)
; =======================================================================
  DEVICE  ETH0       OSD      B003
  LINK    ETH0       QDIOETHERNET  ETH0 MTU 1500
; -------------------------------------------------------------
  DEVICE  HIPER1     HIPERS   703   PORTNAME  HPR1
  LINK    HPRL1      QDIOIP  HIPER1
;
HOME
 137.216.4.128                    ETH0
 192.168.0.128                    HPRL1

GATEWAY
 192.168.0.0    255.255.255.0   =               HPRL1      8192
 137.216.4.128  255.255.255.192 =               ETH0       1500

DEFAULTNET                      192.168.0.12    HPRL1          1500



; =======================================================================
; TCP/IP LINKS, HOME AND GATEWAYS FOR LPAR3  TCP/IP STACK 3 TCPIPY
; this is the second guest on vswitch lan
; =======================================================================
DEVICE  ETH0       OSD      B003
LINK    ETH0       QDIOETHERNET  ETH0 MTU 1500

HOME
 137.216.4.129                    ETH0

GATEWAY
 137.216.4.128  255.255.255.192 =               ETH0       1500
DEFAULTNET                    137.216.4.128     ETH0         1500

Reply via email to