- 3com Network Interface Card User Guide
Table Of Contents
- About This Guide
- Introduction
- Overview
- 3CR990 NIC Features
- DynamicAccess LAN Agent
- Windows2000 Offload Features
- Installing and Connectingthe NIC
- Installing NICDrivers in Windows
- Installing DynamicAccess Software in Windows
- Overview
- Installing the DynamicAccess LAN Agent for a Client NIC
- Installing DynamicAccess Software for a Server NIC
- Configuring Groups and VLANs for a Server NIC
- Planning the Configuration
- Working With Server Features
- Creating a Group
- Adding NICs to a Group
- Specifying a Dedicated IP Address
- Changing an IP Address
- Creating a VLAN
- Specifying Traffic Priorities
- Saving the Configuration
- Disabling Load Balancing for a Group
- Changing the Primary NIC
- Removing a NIC from a Group
- Deleting or Editing a VLAN
- Displaying NIC Properties
- Displaying Group Properties
- Specifying Failover from Gigabit to 10/100 PCI
- Troubleshooting a Load Balancing Configuration
- Changing Windows2000 Property Settings
- Identifying Windows 2000 Miniport and LAN Connections
- Using Windows2000 Offload Features
- Installing DynamicAccess LAN Encryption Software
- Installing NetWare Client and ServerDrivers
- Overview
- Installing and Configuring the NetWare Server Driver
- Using the Latest Support Packs
- Obtaining NetWare Loadable Modules
- Server Software Installation Requirements
- Installing the NetWare 3.12 Server Driver
- Installing the Server Driver for NetWare 4.11 and 5.0 UsingINETCFG
- Installing the Server Driver and DynamicAccess Technology Using AUTOEXEC.NCF
- Installing Multiple Server NICs
- Verifying the PCI Slot Number
- Installing Server Features
- Configuring Groups
- Verifying the Installation and Configuration
- Changing NetWare Driver Configuration Parameters
- Maintaining Groups
- Configuring the NIC
- Configuring IP Security
- Troubleshooting the NIC
- Running NIC Diagnostics
- Obtaining Drivers
- Specifications and CablingRequirements
- Installing the 3ComDMIAgent
- EtherCD Content and Navigation
- Installing a 3Com NIC While Installing the NOS
- Technical Support
- Index
- FCC Class B Statement
- FCC Declaration of Conformity
- Industry Canada Class B Emission ComplianceStatement
- Avis de Conformité à la Réglementation d’IndustrieCanada
- VCCI Class B Statement
- 3Com End User Software License Agreement
- Product Registration

106 CHAPTER 5: INSTALLING NETWARE CLIENT AND SERVER DRIVERS
Figure 7 AUTOEXEC.NCF File for One Group of Three NICs
Adding a Group
1 Install the NICs.
Follow the procedures in Installing and Connecting the NIC
on page 34.
Connect all NICs in the group to the same network.
2 Make the following changes to the AUTOEXEC.NCF
file:
■ Add or verify the LOAD commands for the LAN
drivers for all slot-frame instances.
■ In each group, load the same protocols and frame
types on the primary and all secondary NICs.
■ On the primary NIC only, bind a protocol to each
slot-frame instance.
■ Remove any BIND commands from each secondary
NIC.
■ For each group, add an LBRSL GROUP command to
bind the primary and secondary NICs together. There
can be only one LBRSL GROUP command per group,
and it must list the primary and all secondary NICs.
Place this command after the LAN driver LOAD
commands or the SYS:ETC\INITSYS.NCF command.
To specify a load balancing group with resilient
load se
load lbrsl
;Define primary NIC slot-frame instances
load 3c990 slot=10001 frame=ethernet_802.2 name=p1_802.2
load 3c990 slot=10001 frame=ethernet_ii name=p1_ii
;Define secondary NIC slot-frame instances
load 3c990 slot=10002 frame=ethernet_802.2 name=p2_802.2
load 3c990 slot=10002 frame=ethernet_ii name=p2_ii
load 3c990 slot=10003 frame=ethernet_802.2 name=p3_802.2
load 3c990 slot=10003 frame=ethernet_ii name=p3_ii
;Bind protocols to primary NIC
bind ipx to p1_802.2 net=FF02
bind ip to p1_ii address=192.1.1.1 mask=ff.ff.ff.00
;Create a group with NIC 10001 primary and NICs 10002 and 1003 secondary
lbrsl group lb 10001 10002 10003
;To create a resilient server link group without load balancing (for
;use with NICs from manufacturers other than 3Com) use the rsl option:
;lbrsl group rsl 10001 10002 10003










