On Thu, 4 Jan 2024 18:44:10 +0100, Alain Benvéniste <a.benveni...@free.fr> 
wrote:

>I have removed the ethernet word on link statement. 
>
>And it works ! Thanks !

You're welcome, but I don't know why it worked.  Within OSA, layer 2 and layer 
3 can communicate (unlike HiperSockets) unless port isolation is turned on in 
the IP configuration.

>What would be the impact if i start a z/os and a z/vm test environnement ? 
>Ethernet word will not be required ?

The "ETHERNET" keyword tells the device driver to use "layer 2" protocol.  That 
is, the driver will provide full ethernet frames, with MAC headers.  Without 
ETHERNET, it defaults to "IP" which is also known as "layer 3", in which the 
driver provides only IP packets, not ethernet frames, and the OSA takes care of 
adding the MAC headers. 

Alan Altmark
IBM

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to