7Linux Driver Setup
NOTE: Forming multiple teams is possible by copying the sample files into “/etc/ basp/” and modifying this file as described in the sample file. The files must have unique filenames. Name the files
NOTE: To create more that one virtual interface (VLAN) for each team, refer to the respective description section in the sample files.
BASPCFG Command Line Tool
The baspcfg command line tool is used to configure the Advanced Server Features teams, add and remove NICs, and add and remove virtual devices. The following is an example of the usage of this tool.
baspcfg v1.1.6 All rights reserved. usage: baspcfg
commands
addteam <tid> <type> <tname> delteam <tid>
addva <tid> <vlan_id> <vname> [macaddr]
delva <tid> <vlan_id>
bind <tid> <role> <device> unbind <tid> <device> show <tid>
create a team delete a team
add a virtual adapter to a team
del a virtual adapter from a team bind bind a physical adapter to a team unbind unbind a physical adapter from a team display team configurations
where
tid | A unique ID for each team, starting from 0 |
type | Team type: 0=SLB, 1=FEC/GEC |
tname | ASCII string of the team |
vlan_id | VLAN ID: from 1 to 4094, 0=untagged or no VLAN |
vname | ASCII string of the virtual device |
macaddr | MAC address (optional), e.g. 00:10:18:00:11:44 |
role | Role of the physical device: 0=primary, |
device | ASCII string of the physical device, e.g. eth0 |
|
|
70