48
C
HAPTER
4: I
NSTALLING
AND
C
ONFIGURING
THE
N
ET
W
ARE
D
RIVER
Figure 14
AUTOEXEC.NCF File for Two Groups of NICs
load el985
;Define Group 1 primary NIC slot-frame instances
load 3c985 slot=1 frame=ethernet_802.2 name=p1_802.2
load 3c985 slot=1 frame=ethernet_ii name=p1_ii
;Define Group 1 secondary NIC slot-frame instances
load 3c985 slot=2 frame=ethernet_802.2 name=p2_802.2
load 3c985 slot=2 frame=ethernet_ii name=p2_ii
load 3c985 slot=3 frame=ethernet_802.2 name=p3_802.2
load 3c985 slot=3 frame=ethernet_ii name=p3_ii
;Define Group 2 primary NIC slot-frame instances
load 3c985 slot=10004 frame=ethernet_802.2 name=p4_802.2
load 3c985 slot=10004 frame=ethernet_ii name=p4_ii
;Define Group 2 secondary NIC slot-frame instances
load 3c985 slot=10005 frame=ethernet_802.2 name=p5_802.2
load 3c985 slot=10005 frame=ethernet_ii name=p5_ii
;Bind protocols to primary NICs
bind ipx to p1_802.2 net=FF02
bind ip to p1_ii address=192.1.1.1 mask=ff.ff.ff.00
bind ipx to p4_802.2 net=FF04
bind ip to p4_ii address=192.1.2.1 mask=ggff.ff.ff.00
;Create Group 1 with NIC 1 primary
;and NICs 2 and 3 secondary
el985lb bind 1 2 3
;Create Group 2 with NIC 10004 primary
;and NIC 10005 secondary
el985lb bind 10004 10005
Book Page 48 Monday, June 7, 1999 2:14 PM