Available CategoriesAdobeMacromediaProgrammingSQLServer AdministrationNetworkingMicrosoft ProductsMac OSLinux systemsMobile devicesXMLCertificationMiscAvailable TutorialsLan switching fundamentalsRouter firewall securityWireless lan securityIntegrated cisco and unix network architecturesLan switching first-stepMpls VPN securityBeginner's guide to wi-fi wireless networking802.11 security. wi-fi protected access and 802.11iWimax Technology for broadband wireless accessWireless community networksNetwork security assessmentNetwork security hacksNetwork ManagementWireless networks first-stepLAN switching first-stepCCSP Cisco Certified Security Professional CertificationCheck Point FireWallMPLS and VPN Architectures |
Exercise 5-1: Linux/FreeBSD Ethernet Channel Bonding
If you are interested in the Beowulf cluster package, you can look at how this feature is used for scalable network I/O operation at http://www.beowulf.org/software/bonding.html. As a little help, Example 5-28 offers a short description of how to configure Cisco-compliant Fast EtherChannel on FreeBSD with two interfaces (ed0, ed1) via the netgraph(3) library after applying the patch from http://people.freebsd.org/~wpaul/FEC/. Example 5-29 shows the resulting status. Example 5-28. FreeBSD FastEtherChannel Setup[root@castor:~#] kldload ng_fec.ko [root@castor:~#] ngctl mkpeer fec dummy fec [root@castor:~#] ngctl msg fec0: add_iface '"ed0"' [root@castor:~#] ngctl msg fec0: add_iface '"ed1"' [root@castor:~#] ngctl msg fec0: set_mode_inet Example 5-29. FreeBSD FastEtherChannel Status Information
[root@castor:~#] ifconfig -a
fec0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> mtu 1500
ether 52:54:05:e3:e4:88
media: Ethernet none
status: active
|