[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference 7.286::fddi

Title:FDDI - The Next Generation
Moderator:NETCAD::STEFANI
Created:Thu Apr 27 1989
Last Modified:Thu Jun 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2259
Total number of notes:8590

258.0. "FDDI Software on ULTRIX" by FORTSC::CHABAN () Tue May 14 1991 14:37

    
    I have a customer who is interested in software support of FDDI on
    ULTRIX.  In particular, how does he use 802.2?
    
    Could someone offer a summary of what software is available on ULTRIX
    
    Thanks!
    
    -Ed
    
T.RTitleUserPersonal
Name
DateLines
258.1MIPSBX::thomasThe Code WarriorTue May 14 1991 15:191
Use DLI just like you would on Ethernet.
258.2DLI -> FDDI QuestionsDMEICE::PAGEMon Nov 18 1991 17:0118
    Can someone tell me the max packet size for the DLI interface
    using the FDDI controller? Is it the 4.5k as specified
    by other specs?
    
    If I wanted to send certain packets using synchronous mode,
    how would I go about it?
    
    From reading the MAC chip spec, one of the first three bytes
    to the chip has a flag bit to determine synchronous mode. Who
    sets these bits? Are they done by the driver or by the DLI
    layer?
    
    Are there any performance reports using the DLI layer over
    FDDI? I want to go class 1, type 1, if this helps.
    
    regards,
    Cal
    
258.3...STAR::SALKEWICZIt missed... therefore, I am Mon Nov 18 1991 17:2812
    The size depends on the packet format you are using. All the values
    are documented in the FDDI architecure, and the VMS V5.4-3 release
    notes, and Chapter 6 of the IO User's Guide Pasrt II.
    
    Assuming you are using VMS of course. However, there is no support for
    synchronous frames in the VMS driver,.. so your question is fairly
    irrelevant. You are working outside the architecture,.. and wil need
    to write your own driver anyway,.. so you'll be specifying your own
    packet size limitations and your own DLI. Unless I missed something.
    
    							/Bill
    
258.4KONING::KONINGPaul Koning, NI1DMon Nov 18 1991 18:276
"DLI" is an Ultrix thing (it does some of the stuff outside the driver
that VMS does inside the driver, such as LLC demuxing.  

You might ask Matt Thomas (mipsbx::thomas) or Chran-Ham Chang (abyss::chc).

	paul
258.5MIPSBX::thomasThe Code WarriorMon Nov 18 1991 18:393
ULTRIX only sends async LLC PDUs.  Due to a bug in ULTRIX (IP centric that it
is), you are restricted to ~4352 octets instead of 4470.  (The number varies 
depending on the size of the LLC info).