home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2000 December / MICD_2000_12_NR1.iso / Dreamnet / drivery / SMC / pci_55.exe / NWSVR / 311 / AUTOEXEC.NCF next >
Text File  |  1996-11-06  |  2KB  |  71 lines

  1. #Load the MSM and TSM on Netware 3.1X
  2. #------------------------------------
  3. load patchman    (load this file only under Netware 3.11)
  4. load lslenh      (load this file only under Netware 3.11)
  5. load msm31x
  6. load ethertsm
  7.  
  8. # NOTE: You can either use the above scheme or load the 3.12
  9. #    files from the 3.12 directory on 3.11 to get the most
  10. #    updated MSM and ETHERTSM.
  11. # load patchman
  12. # load lslenh
  13. # load a3112
  14. # load nbi31x
  15. # load msm31x
  16. # load ethertsm
  17.  
  18.  
  19. #Working with SMCPWR driver (one PCI board)
  20. #---------------------------------------------------
  21. load SMCPWR frame=ethernet_ii LINE_SPEED=10 name=e1
  22. load SMCPWR frame=ethernet_802.2 LINE_SPEED=10 name=e2
  23. load SMCPWR frame=ethernet_802.3 LINE_SPEED=10 name=e3
  24. load SMCPWR frame=ethernet_snap  LINE_SPEED=10 name=e4
  25. bind ipx to e1 net=10
  26. bind ipx to e2 net=20
  27. bind ipx to e3 net=30
  28. bind ipx to e4 net=40
  29.  
  30. # other OPTIONS are 
  31. # TP_FULL_DUPLEX 
  32. #Working with SMCPWR driver (multiple PCI boards)
  33. #--------------------------------------------------
  34. #load SMCPWR frame=ethernet_ii    name=e1   slot=3
  35. #load SMCPWR frame=ethernet_802.2 name=e2   slot=3
  36. #load SMCPWR frame=ethernet_802.3 name=e3   slot=3
  37. #load SMCPWR frame=ethernet_snap  name=e4   slot=3
  38. #bind ipx to e1 net=10
  39. #bind ipx to e2 net=20
  40. #bind ipx to e3 net=30
  41. #bind ipx to e4 net=40
  42.  
  43. #load SMCPWR frame=ethernet_ii    name=e5   slot=6
  44. #load SMCPWR frame=ethernet_802.2 name=e6   slot=6
  45. #load SMCPWR frame=ethernet_802.3 name=e7   slot=6
  46. #load SMCPWR frame=ethernet_snap  name=e8   slot=6
  47. #bind ipx to e5 net=50
  48. #bind ipx to e6 net=60
  49. #bind ipx to e7 net=70
  50. #bind ipx to e8 net=80
  51.  
  52. #Working with SMCPWR driver (multiple PCI boards)
  53. #-------------------------------------------------
  54. #load SMCPWR frame=ethernet_ii    name=e1   slot=16
  55. #load SMCPWR frame=ethernet_802.2 name=e2   slot=16
  56. #load SMCPWR frame=ethernet_802.3 name=e3   slot=16
  57. #load SMCPWR frame=ethernet_snap  name=e4   slot=16
  58. #bind ipx to e1 net=10
  59. #bind ipx to e2 net=20
  60. #bind ipx to e3 net=30
  61. #bind ipx to e4 net=40
  62.  
  63. #load SMCPWR frame=ethernet_ii    name=e5   slot=17
  64. #load SMCPWR frame=ethernet_802.2 name=e6   slot=17
  65. #load SMCPWR frame=ethernet_802.3 name=e7   slot=17
  66. #load SMCPWR frame=ethernet_snap  name=e8   slot=17
  67. #bind ipx to e5 net=50
  68. #bind ipx to e6 net=60
  69. #bind ipx to e7 net=70
  70. #bind ipx to e8 net=80
  71.