Advanced Server Features695 See “Configuring Teams” on page 69 to set up the teams.Configuring Teams1 Copy a configuration script from “/etc/basp/samples” directory to “/etc/basp”directory.The configuration script must be prefixed with “team-”.2 Modify the configuration script to: change the team type add/delete physical network interfaces add/delete virtual network interfacesThe syntax of the configuration script can be found below.3 Manually start the team for the first time by typing:/etc/rc.d/init.d/basp start4 Run “netcfg” to configure the IP addresses of the virtual network interfaces.If “netcfg” does not run, enter following command:% ifconfig sw0 172.16.10.10 upConsult ifconfig(8) for details in manually configuring a network interface.Makefile makefilebaspcfg precompiled configuration utilitybcmtype.h commonly use type header fileblf.c Advanced Server Features module entry pointsblf.h ioctl interfaceblfcore.h core interfaceblfcore.o precompiled core objectblfopt.h automatically generated header file from Makeblfver.h version header filenicext.h NICE header filepal.c platform abstraction implementationpal.h header for platform abstractionrelease.txt this filenice-2.2.16 contains NICE enabled driver sources codescripts contains sample scriptsscripts/basp init script, goes to /etc/rc.d/init.dscripts/baspteam start/stop script, goes to /etc/baspscripts/baspif start/stop network, i/f, goes to /etc/baspscripts/team-sample sample script of SLB team with three NICsscripts/team-gec sample script of GEC team with three NICsNOTE: Starting the team is only required for the first time. Teams will be startedautomatically in subsequent reboots.