32 Sun Dual 10GbE SFP+ PCIe ExpressModule User’s Guide • August 2008
11. Click Subnet Mask.
The value 255.255.255.0 is displayed.
12. Click OK.
13. Repeat Step 3 through Step 10 until all the network ports are VLAN configured.
Note – Ensure that the firewallis configured to allow VLAN traffic. Otherwise, the
VLAN might not operate properly.
Configuring Bonding for MultipleInterfaces

To Configure Bonding for Multiple ixgbe

Interfaces

1. Use the modprobe command to configure the mode:
In this command,
max_bonds is the number of bond interfaces to be created.
mode specifies the bonding policy.(This example uses balance-rr.)
2. Use the ifconfig command to create the bond:
In this command bond0 is the bonding device.
3. Configure the bondninterfaces.
# modprobe bonding mode=balance-rr miimon=100 max_bonds=1
# ifconfig bond0 192.2.2.15 netmask 255.255.255.0 broadcast 192.2.2.255
# ifenslave bond0 eth4 eth5