Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!apple!snorkelwacker.mit.edu!bloom-beacon!deccrl!news.crl.dec.com!shlump.nac.dec.com!koning.enet.dec.com From: koning@koning.enet.dec.com (Paul Koning) Newsgroups: comp.dcom.lans Subject: Re: 802.3 for NetWare for VMS Message-ID: <20587@shlump.nac.dec.com> Date: 27 Feb 91 19:20:41 GMT References: <755@hwsw.gedas.de> <1991Feb25.191228.46940@cc.usu.edu> Sender: newsdaemon@shlump.nac.dec.com Reply-To: koning@koning.enet.dec.com Organization: Digital Equipment Co., distributed systems architecture Lines: 40 |>In article <755@hwsw.gedas.de>, rainer@hwsw.gedas.de (Rainer Raupach) writes: |>> Hi Netlanders, |>> |>> I'm looking for a NW-VMS guru, who can tell me if it is possible |>> to change NW-VMS from Ethernet II to 802.3, so that all 'normal' |>> NW-servers and workstations can see the VAX. |>> In the file 'NW_LOAD_DRV.COM' is a parameter for one driver which |>> says something like '/e_type=3781', which stands for the Novell |>> assigned type field value of 8137. |>> Is there a chance to change this value, so that 802.3 packets are |>> sent? |>> |>> Thanks, Rainer |>> -- |>> /\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\ |>> Rainer Raupach Internet: rainer@hwsw.gedas.de |>> Network Coordinator X.400: S=RAUPACH C=DE A=DBP P=VW-GEDAS |>> VW-GEDAS Berlin, GER Phone: +49 30 39007-629 / FAX : ext -999 |> |>Rainer, |> I don't think it can be done. The TYPE field in Ethernet II packets |>is used for LENGTH in IEEE 802.3 packets. What's more, Novell style 802.3 |>packets are not even properly formed 802.3 packets. Decoding 802.3 requires |>extra software to recover the source and destination access points etc and |>that is likely not present in the VMS Ethernet drivers. |> The approach taken by many sites is to abandon Novell style 802.3 |>as rapidly as possible, as even Novell is doing. Converting NW servers to |>Ethernet II TYPE 8137 is very easy (ECONFIG) and has other benefits to all |>network users. |> Joe D. |> I'd like to correct part of what you said... 802.3 support also requires 802.2 (LLC) support, i.e., you have to know about DSAP and SSAP and all that. This support IS present in the VMS Ethernet drivers and has been for some time. Therefore, any protocol that correctly implements 802.3 (i.e., along with 802.2) can be handled. paul