linux bond4
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux bond4相关的知识,希望对你有一定的参考价值。
选择bond4模式 纯属为了扩大服务器的带宽 但前提是接入交换是单点或堆叠
我们使用cisco交换3850只需连接好线就行 最主要就是交换机上的配置 废话不多说
两个接入口绑定一个channel 就ok 然后服务器上设置好bond 就ok
interface port-channel number
(global)#interface fastethernet4/1
(interface)#channel-group 100 mode desirable non-silent
(global)#interface fastethernet 4/2
(interface)#channel-group 100 mode desirable non-silent
show etherchannel [channel-group] load-balance
(global)#port-channel load-balance method src-dst-ip
本文出自 “让我men共同成长” 博客,请务必保留此出处http://wujingfeng.blog.51cto.com/5725921/1888687
以上是关于linux bond4的主要内容,如果未能解决你的问题,请参考以下文章
Linux 内核Linux 内核源码结构 ( 下载 Linux 内核源码 | 使用 VSCode 阅读 Linux 内核源码 )