Difference between revisions of "Centos link aggregation"
From Teknologisk videncenter
m (New page: = What is Link Aggregation = Bonding is the same as port trunking. In the following I will use the word bonding because practically we will bond interfaces as one. Bonding allows you to a...) |
m |
||
Line 10: | Line 10: | ||
*[http://www.ccrow.org/?p=128 Example 2] | *[http://www.ccrow.org/?p=128 Example 2] | ||
− | [[Category:Linux]][[Category:Network]] | + | [[Category:Linux]][[Category:Network]][[Category:CentOS]] |
Latest revision as of 13:30, 8 November 2009
What is Link Aggregation
Bonding is the same as port trunking. In the following I will use the word bonding because practically we will bond interfaces as one.
Bonding allows you to aggregate multiple ports into a single group, effectively combining the bandwidth into a single connection. Bonding also allows you to create multi-gigabit pipes to transport traffic through the highest traffic areas of your network. For example, you can aggregate three megabits ports into a three-megabits trunk port. That is equivalent with having one interface with three megabytes speed.
Links
- Link aggregation on Centos operating system comes from the Linux Bonding project
- CentOS Tip
- Example 1
- Example 2