Windows Server Team Bonding与Cisco交换机端口聚合实现高可用

简介:

场景介绍:

   Cisco 2960x单台交换机, 物理服务器全部单网卡接入Cisco2960x. 要解决单点故障问题。


环境介绍

 Cisco 2960x-24TS-L  2台

 Dell R720(Broadcom网卡)  2台

 操作系统 Windows Server 2008 R2 


目的: 通过交换机堆叠实现网络冗余,服务器端则可以通过TeamBonding来实现,来防止单点故障。

  

配置部分:

 配置Cisco交换机堆叠:

   

1
2
3
4
5
6
7
8
9
10
堆叠1: 
       switch 1 priority 15
       copy run startup-config
       reload slot 1
堆叠2:
             switch 1 renumber2
             switch 1 priority 10
       copy run startup-config
       reload slot 1
连接堆叠线缆(Stack1、Stack2交叉互联)

 配置端口聚合: 

 

1
2
3
4
5
6
7
8
9
10
11
interface Port-channel20
  switchport access vlan 111
  switchport mode access
interface GigabitEthernet1 /0/20
  switchport access vlan 111
  switchport mode access
  channel-group 20 mode active
interface GigabitEthernet2 /0/20
  switchport access vlan 111
  switchport mode access
  channel-group 20 mode active

 

 配置服务器网卡Bonding:

 

  下载Broadcom Advanced Control Suit4: 

   http://zh-cn.broadcom.com/support/ethernet-nic-netxtreme-i-server/

   找到 BASP_BACS_Mgnt_apps-17.2.5.1.zip

   下载并执行安装: 

    wKioL1aLYeuT6x7qAAB0mTiRQQo455.png


 以管理员身份运行BACS4:

  1.导航至 【Teams】->【Create Teams】:

  wKiom1aLYvyxGsGdAAAltpxvUb0819.png

  2. 在如下步骤中输入Team Name:

  wKioL1aLY_-DnjOcAACWgHlPDSE952.png

 

  3.选择Team 类型:

  wKiom1aLZfyzGnWpAACnHqJLhYA904.png

   

  4. 选择要做Team Bonding的网卡序号,点击【Add】进行增加操作:

   wKioL1aLZiPjkWRVAAB_ZYgMxko940.png

  其他保持默认,下一步, 直至如下图【Finish】

   wKioL1aLZiSx3rWCAACjki3Hw0A693.png

 5. Team创建好后,网络属性里会多出一个名称为“Team 1”的连接.

     wKioL1aLZ6DA7sx1AAA4c_BPQB0898.png

   为此配置IP地址。并将对应网卡连接至做好端口聚合的交换机端口。如图示:

   两网卡都接通时:

    wKiom1aLZ-DQD7bRAAECUPcnxws711.jpg

    断掉其中一条时:

    wKiom1aLZ-GDI_GsAAD2SV5BgW4671.jpg

   模拟断掉一条并恢复时:

   wKioL1aLaAfSbQEuAABR8yXSPCM934.png

 

 

   这样就实现了高可用了. 

   另外Windows Server 2012 自带NIC组合功能,可以不用借助于 BACS4实现网卡bonding。




     本文转自marbury 51CTO博客,原文链接:http://blog.51cto.com/magic3/1731683,如需转载请自行联系原作者


相关文章
|
30天前
|
运维 资源调度 监控
|
1月前
|
安全 网络安全 网络虚拟化
Cisco-交换机划分Vlan
Cisco-交换机划分Vlan
|
1月前
|
安全 网络安全 网络虚拟化
Cisco-三层交换机实现VLAN间路由
Cisco-三层交换机实现VLAN间路由
|
1月前
|
安全 网络安全 数据安全/隐私保护
Cisco-交换机配置聚合端口
Cisco-交换机配置聚合端口
|
6月前
|
开发框架 .NET API
在Windows Server 2008 R2上运行.Net 8应用
在Windows Server 2008 R2上成功运行.Net 8程序,需安装三个补丁:Windows Server 2008 R2 SP1 (KB976932)是基础更新;VC_redist.x64提供MSVC库支持;KB3063858解决.NET运行时加载`kernel.dll`的路径问题。KB3063858可能需要KB2533623。详细信息和下载链接在文中给出。
481 4
|
11月前
|
存储 安全 Apache
2023-10 适用于基于 x64 的系统的 Windows Server 2012 R2 月度安全质量汇总(KB5031419)
2023-10 适用于基于 x64 的系统的 Windows Server 2012 R2 月度安全质量汇总(KB5031419)
884 2
|
6月前
|
关系型数据库 MySQL C++
Windows Server 2012R2 安装mysql 丢失VCRUNTIME140_1.dll------亲测
Windows Server 2012R2 安装mysql 丢失VCRUNTIME140_1.dll------亲测
170 0
|
缓存 JavaScript 前端开发
Windows7压缩包安装node.js 报错提示windows Server 2012 R2 和安装React脚手架 最详细教程
对于Windows 7安装node.js 提示“This application is only supported on wWindows 8.1,windows Server 2012 R2, or higher.”类似这种情况的,该问题是因为node.js官方在 x12版本后就不支持win7系统了。
|
6月前
|
Ubuntu 安全 Linux
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置(Windows版详细教程)
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置(Windows版详细教程)
577 0
|
关系型数据库 MySQL Linux
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置
【Linux】安装VMWare虚拟机(安装配置)和配置Windows Server 2012 R2(安装配置连接vm虚拟机)以及环境配置
237 0