点击上方蓝字,关注我们
智能堆叠iStack
概念:
智能堆叠iStack (lnteligent Stack),是指将多台支持堆叠特性的交换机设备组合在一起,从逻辑上组合成一台交换设备。Switch1与Switch2通过堆叠线缆连接后组成堆叠系统,对于上游和下游设备来说,它们就相当于一台交换机Switch。
优点:
(1)高可靠性。堆叠系统多台成员交换机之间几余备份;堆叠支持跨设备的 链路聚合 功能,实现跨设备的链路几余备份。
(2)强大的网络扩展能力。通过增加成员交换机,可以轻松的扩展堆叠系统的端口数、带宽和处理能力,同时支持成员交换机热插拔新加入的成员交换机自动同步主交换机的配置文件和系统软件版本。
(3)简化配置和管理。一方面,用户可以通过任何一台成员交换机录堆叠系统,对堆叠系统所有成员交换机进行统一配置和管理;另-方面,堆叠形成后,不需要配置复杂的二层破环协议和三层保护倒换协议,简化了网络配置。
选举:
iSack交换机堆叠系统由多台成员交换机组成,每台成员交换机具有一个确定的角色。堆叠建立时,成员交换机间相互发送堆叠竞争报文,选举出主、从交换机。当从交换机的VRP系统软件版本号与主交换机的VRP系统软件版本不一致时,从交换机将自动同步主交换机的VRP系统软件版本,复位重启后加入堆叠系统。主交换机收集成员信息并计算堆叠拓扑,然后将堆叠拓扑信息同步到所有的成员交换机。
主交换机选举规则如下:
(1)首先进行运行状态比较,已经运行的堆叠交换机中最先处于启动状态的交换机将被选举为主交换机。
(2)如果有多台成员交换机都已处于启动状态,则再对这些交换机进行堆叠优先级比较,堆叠优先级高的交换机优先选举为主交换机。
(3)如果某些成员交换机的堆叠优先级也一样,则再对这些成员交换机进行MAC地址比较,MAC地址小的交换机优先选举为主交换机。
备交换机选举规则如下:
(1)除主交换机外其它各成员交换机中最先处于启动状态的交换机成为备份交换机。
(2)如果有多台除主交换机外的其它交换机同时完成启动时,则这些成员交换机中堆叠优先级最高的交换机成为备交换机。
(3)如果以上这些交换机的堆叠优先级也相同,则MAC地址最小将选举为备交换机。
“华为i-STACK”实验网络拓扑
一、实验配置
(1)Switch1配置:
<HUAWEI> system-view
[HUAWEI] sysname Switch1
[Switch1] interface stack-port 0/1
[Switch1-stack-port0/1] port interface xgigabitethernet 0/0/3 xgigabitethernet 0/0/4 enable
Warning: Enabling stack function may cause configuration loss on the interface. Continue? [Y/N]:y
Info: This operation may take a few seconds. Please wait......
[Switch1-stack-port0/1] quit
[Switch1] stack slot 0 priority 150 //优先级设置为150,使其成为堆叠主
Warning: Do not frequently modify the priority because it will make the stack split. Continue? [Y/N]:y
[Switch1] quit
<Switch1> save //堆叠相关的配置不需要保存,会自动写入flash。为防止其他配置丢失,这里建议执行save命令进行保存
(2)Switch2配置:
<HUAWEI> system-view
[HUAWEI] sysname Switch2
[Switch2] interface stack-port 0/2 //逻辑堆叠口1只能和逻辑堆叠口2相连,所以这里需要配置为逻辑堆叠口2
[Switch2-stack-port0/2] port interface xgigabitethernet 0/0/3 xgigabitethernet 0/0/4 enable
Warning: Enabling stack function may cause configuration loss on the interface. Continue? [Y/N]:y
Info: This operation may take a few seconds. Please wait......
[Switch2-stack-port0/2] quit
[Switch2] stack slot 0 renumber 1 //设置堆叠ID为1,使用缺省的堆叠优先级100
Warning: All the configurations related to the slot ID will be lost after the slot ID is modified.
Do not frequently modify the slot ID because it will make the stack split. Continue? [Y/N]:y
Info: Stack configuration has been changed, and the device needs to restart to make the configuration effective.
[Switch2] quit
<Switch2> save //堆叠相关的配置不需要保存,会自动写入flash。为防止其他配置丢失,这里建议执行save命令进行保存
(3)堆叠组建完成,配置多主检测
[AGG1] interface gigabitethernet 0/0/10
[AGG1-GigabitEthernet0/0/10] mad detect mode direct
Warning: This command will block the port, and no other configuration running on this port is recommended. Continue?[Y/N]:y
[AGG1-GigabitEthernet0/0/10] quit
[AGG1] interface gigabitethernet 1/0/10
[AGG1-GigabitEtherne/1/0/10] mad detect mode direct
Warning: This command will block the port, and no other configuration running on this port is recommended. Continue?[Y/N]:y
[AGG1-GigabitEthernet1/0/10] return
二、结果验证
(1)查看istack组件状态:
长按二维码
关注更多精彩
推荐站内搜索:最好用的开发软件、免费开源系统、渗透测试工具云盘下载、最新渗透测试资料、最新黑客工具下载……
还没有评论,来说两句吧...