Chapter 4. Connectivity 125
Example 4-5 OSA-Express HOME addresses
HOME
10.10.2.232 OSA2080LNK
10.10.3.233 OSA20A0LNK
10.10.2.234 OSA20C0LNK
10.10.3.235 OSA20E0LNK
Define the characteristics of each LINK statement using BSDROUTINGPARMS
To define the link characteristics, such as MTU (1) and Subnet Mask (2), we used the
BSDROUTINGPARMS statement. If not supplied, defaults will be supplied from static routing
definitions in BEGINROUTES, OMPROUTE configuration (if OMPROUTE is running), or if
none supplied, the stack's interface layer based on hardware capabilities and characteristics
of devices and links. We defined our links with the highest MTU size, as shown in
Example 4-6.
Example 4-6 BSDRoutingparms statements
BSDROUTINGPARMS TRUE
; Link name MTU Cost metric Subnet Mask Dest address
STAVIPA1LNK 1492 1 0 255.255.255.252 0
OSA2080LNK 1492 0 255.255.255.0 2 0
OSA20A0LNK 1492 0 255.255.255.0 0
OSA20C0LNK 1492 0 255.255.255.0 0
OSA20E0LNK 1492 0 255.255.255.0 0
IUTIQDF4LNK 57344 0 255.255.255.0 0
IUTIQDF5LNK 57344 0 255.255.255.0 0
IUTIQDF6LNK 57344 0 255.255.255.0 0
; ENDBSDROUTINGPARMS
4.4.2 HiperSockets implementation
The steps to implement HiperSockets are basically the same as we did to implement the
OSA-Express devices. What changes is that there is no external configurations to be done,
and the TRLE is created dynamically by VTAM.
When defining an MPCIPA HiperSockets, use the DEVICE statement to specify the IQD
CHPID hexadecimal value. The reserved device name prefix IUTIQDxx must be specified.
The suffix xx indicates the hexadecimal value of the corresponding IQD CHPID that was
configured with HCD or IOCP. Figure 4-9 on page 118 shows the HiperSockets
implementation scenario.
126 Communications Server for z/OS V1R7 TCP/IP Implementation, Volume 1 - Base Functions, Connectivity, and Routing
Figure 4-13 HiperSockets implementation scenario
Create a DEVICE and LINK statements for each HiperSockets CHPID
Define the device and link statements for each HiperSockets CHPID being implemented, as
shown in Example 4-7. A HiperSockets CHPID must be defined as an MPCIPA type of device
1.
The link definition describes the type of transport being used. A HiperSockets link is defined
as IPAQIDIO 2.
Example 4-7 HiperSockets device and link definitions
;HiperSockets definition. The TRLE is dynamically created on VTAMs
DEVICE IUTIQDF4 MPCIPA 1
LINK IUTIQDF4LNK IPAQIDIO 2 IUTIQDF4
DEVICE IUTIQDF5 MPCIPA 1
LINK IUTIQDF5LNK IPAQIDIO 2 IUTIQDF5
DEVICE IUTIQDF6 MPCIPA 1
LINK IUTIQDF6LNK IPAQIDIO 2 IUTIQDF6
Create a HOME address to each defined LINK
Each link configured must have its own IP address. Our HiperSockets links are defined with
the IP addresses, as shown in Example 4-8 on page 127.
z/OS LPAR: A23
Static VIPA: 10.10.1.230
z/OS LPAR: A24
Static VIPA: 10.10.1.241
z/OS LPAR: A22
Static VIPA: 10.10.1.221
System z9
OSA IP addresses
2080: 10.10.2.232
20A0: 10.10.3.233
20C0: 10.10.2.234
20E0: 10.10.3.235
HiperSockets IP addresses
CHPID F4: 10.10.4.234
CHPID F5: 10.10.4.235
CHPID F6: 10.10.5.236
DYNAMICXF
HiperSockets IP address
CHPID F7 10.20.10.100
z/OS LPAR: A23
Static VIPA: 10.10.1.230
OSA IP addresses
2080: 10.10.2.242
20A0: 10.10.3.243
20C0: 10.10.2.244
20E0: 10.10.3.245
HiperSockets IP addresses
CHPID F4: 10.10.4.244
CHPID F5: 10.10.4.245
CHPID F6: 10.10.5.246
DYNAMICXF
HiperSockets IP address
CHPID F7 10.20.10.101
z/OS LPAR: A24
Static VIPA: 10.10.1.241
OSA IP addresses
2080: 10.10.2.222
20A0: 10.10.3.223
20C0: 10.10.2.224
20E0: 10.10.3.225
HiperSockets IP addresses
CHPID F4: 10.10.4.224
CHPID F5: 10.10.4.225
CHPID F6: 10.10.5.226
DYNAMICXF
HiperSockets IP address
CHPID F7 10.20.10.102
z/OS LPAR: A2 2
Static VIPA: 10.10.1.221
CHPID: F4
Devices: E800-E81F
CHPID: F5
Devices: E900-E91F
CHPID: F6
Devices: EA00-EA1F
CHPID: F7
VLAN 10
IP address
10.10.2.1
Trunk (VLAN 10, 11)
VLAN 11
IP address
10.10.3.1
IP Network
OSA-Express 1000BASE-T
HiperSockets
System z9
DYNAMICXCF
HiperSockets
CF38
CF LPAR:
A2E
CHPID 04
20C0-20CF
CHPID 05
20E0-20EF
CHPID 02
2080-208F
CHPID 03
20A0-20AF
Cisco
6509
Cisco
6509
HiperSockets IP addresses
CHPID F4: 10.10.4.234
CHPID F5: 10.10.4.235
CHPID F6: 10.10.5.236
HiperSockets IP addresses
CHPID F4: 10.10.4.244
CHPID F5: 10.10.4.245
CHPID F6: 10.10.5.246
HiperSockets IP addresses
CHPID F4: 10.10.4.224
CHPID F5: 10.10.4.225
CHPID F6: 10.10.5.226
CHPID: F4
Devices: E800-E81F
CHPID: F5
Devices: E900-E91F
CHPID: F6
Devices: EA00-EA1F
Important: The hexadecimal value specified here represents the CHPID and cannot be
the same value of that used for the dynamic XCF HiperSockets interface.

Get Communications Server for z/OS V1R7 TCP/IP Implementation, Volume 1: Base Functions, Connectivity, and Routing now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.