浪思交换机:配置堆叠(浪潮思科)

浪思交换机:配置堆叠(浪潮思科)

浪思交换机配置堆叠(浪潮思科)(图1)

S6550-48TQ-AC/D官方说明:
ISF 接口需要选择万兆接口,并且需要相同型号的设备才可以组成ISF。ISF 中的成员
设备最多为9 台。
S5560 系列 48 口设备交换机的接口 1/1/49~1/1/52 可以分别加入不同的堆叠逻辑口中,
接口1/1/49 只能和接口1/1/50 加到同一个堆叠逻辑口中,接口1/1/51 也只能和接口
1/1/52 加到同一个堆叠逻辑口中(比如1/1/49 加入了isf 1/1/1 里面,那么1/1/50 也只能
加入isf 1/1/1 中,而接口1/1/51 和1/1/52 加入isf 1/1/2 中)。
浪思交换机配置堆叠(浪潮思科)(图2)


只配置一个堆叠组:

Inspur#show isf
MODE: single mode
ISF MAC: 98:00:74:cf:98:ba
Inspur(config)#isf mode  
  isf     ISF
  single  SINGLE
Inspur(config)#isf mode isf
next unit is: 4, please input 'yes':yes
This configuration will go into effect after reboot, Please input 'yes' to reboot:yes
Will you change start-config ? please input 'yes' to change:yes
2000-01-01,11:45:59.160 System-4-SYSTEM_REBOOT:unit1: Change work Mode reboot !
SBOOT(1.3.7) starting
Inspur#


isf unit 1 renumber 2

isf renumber 1#可以最配置

interface tengigabitethernet 1/1/49
portswitch
interface tengigabitethernet 2/1/49
portswitch
interface tengigabitethernet 1/1/50
portswitch
interface tengigabitethernet 2/1/50
portswitch

interface isf-port 1/1/1
isf port-group tengigabitethernet 1/1/49
isf port-group tengigabitethernet 1/1/50
!
interface isf-port 2/1/1
isf port-group tengigabitethernet 2/1/49
isf port-group tengigabitethernet 2/1/50


isf unit 1 priority 100
isf unit 2 priority 50
!isf unit 1 priority 100
!优先级值越大表示优先级越高,优先级越高当选为Master 的可能性越大。


sw(config)#isf renumber 1
sw(config)#isf renumber 2
!isf unit 1 renumber 2

sw(config)#isf mode isf
yes
yes

接线:

陈测试:
49连接49
51连接51
或者:
49连接51
51连接49

两种连接方式,以下的配置,堆叠都能起来。


isf unit 1 priority 100
isf unit 2 priority 50
!isf unit 1 priority 100
!优先级值越大表示优先级越高,优先级越高当选为Master 的可能性越大

---------------------------------------------------


堆叠线连接方式: S6550-48TQ-AC/D需要万兆的模块才能堆叠。

浪思交换机配置堆叠(浪潮思科)(图1)


浪思交换机配置堆叠(浪潮思科、浪潮堆叠)(图4)

陈测试:
49连接49
51连接51
或者:
49连接51
51连接49

两种连接方式,以下的配置,堆叠都能起来。


浪思交换机配置堆叠(浪潮思科)(图2)


interface tengigabitethernet 2/1/49
portswitch

quit

interface tengigabitethernet 1/1/51
portswitch
                       
quit


interface tengigabitethernet 1/1/49
portswitch

quit

interface tengigabitethernet 2/1/51
portswitch
                       
quit



!
interface isf-port 1/1/1
isf port-group tengigabitethernet 1/1/49
interface isf-port 1/1/2
isf port-group tengigabitethernet 1/1/51
!
interface isf-port 2/1/1
isf port-group tengigabitethernet 2/1/49
!
interface isf-port 2/1/2
isf port-group tengigabitethernet 2/1/51
!
isf unit 1 priority 100
isf unit 2 priority 50
!isf unit 1 priority 100
!优先级值越大表示优先级越高,优先级越高当选为Master 的可能性越大。


sw(config)#isf renumber 1
sw(config)#isf renumber 2
!isf unit 1 renumber 2

sw(config)#isf mode isf
yes
yes

----------------------------------------------------

配置堆叠前,先检查交接机的版本是否一样?

!(A1交换机)
(1)配置堆叠成员的优先级:
Inspur#hostname A1
A1(config)#isf priority 60

优先级值越大表示优先级越高,优先级越高当选为Master 的可能性越大。

isf unit 1 priority 100



(2)把物理接口加入堆叠组,要先把接口配置成二层接口:

A1(config)#int tengigabitethernet 1/1/52
A1(config-tengigabitethernet1/1/52)#portswitch

A1(config)#interface isf-port 1/1/1
A1(config-isf-port1/1/1)#isf port-group tengigabitethernet 1/1/52


(3)保存配置:

A1#write


(4)修改交换机模式(输入“yes”后,自动重启):

A1(config)#isf mode isf
next unit is: 1, please input 'yes':yes
This configuration will go into effect after reboot, Please input 'yes' to reboot:yes
自动重启


!(A2交换机)

(1)配置堆叠成员的优先级:

Inspur#hostname A2
A2(config)#isf priority 30

(2)把物理接口加入堆叠组,要先把接口配置成二层接口:

A2(config)#int tengigabitethernet 1/1/52
A2(config-tengigabitethernet1/1/52)#portswitch
A2(config)#interface isf-port 1/1/1
A2(config-isf-port1/1/1)#isf port-group tengigabitethernet 1/1/52

(3)修改交换机成员接口编号:

A2(config)#isf renumber 2
Member ID change will take effect after the switch reboots and work in IRF mode
Will you change start-config ? please input 'yes' to change:yes
!交换机此步不会自动重启

(4)保存配置:

!保存,把isf的模式切换成isf时,也会询问需要不需要保存配置到start-config
A2#write

(5)修改交换机模式(输入“yes”后,自动重启):

A2(config)#isf mode isf
next unit is: 2, please input 'yes':yes
This configuration will go into effect after reboot, Please input 'yes' to reboot:yes
Will you change start-config ? please input 'yes' to change:yes
自动重启

《配置完成》


---其他---

A2_1(config)#isf unit 1 renumber 2
This configuration will go into effect after reboot, Please input 'yes' to reboot:yes
Will you change start-config ? please input 'yes' to change:yes


验证:

浪思交换机堆叠(浪潮思科)(图1)


浪思交换机堆叠(浪潮思科)(图2)

浪思交换机堆叠(浪潮思科)(图3)

浪思交换机堆叠(浪潮思科)(图4)

浪思交换机堆叠(浪潮思科)(图5)

浪思交换机堆叠(浪潮思科)(图6)



3台交接机:

sw#show isf configuration
Logic Port          Phy Port                   State
___________________________________________________________________________________________________________
Isf-port1/1/1       tengigabitethernet1/1/49   UP
Isf-port1/1/2       tengigabitethernet1/1/51   USED
Isf-port2/1/1       tengigabitethernet2/1/49   USED
Isf-port2/1/2       tengigabitethernet2/1/51   UP
Isf-port3/1/1       tengigabitethernet3/1/49   USED
Isf-port3/1/2       tengigabitethernet3/1/51   USED
Mac Address         Current work Mode  Next work mode    Domain    Current unit   Next unit    Priority
___________________________________________________________________________________________________________
a8:6d:5f:04:8a:f7        ISF                 ISF          0               1          1              60
a8:6d:5f:04:8d:c2        ISF                 ISF          0               2          2              30
a8:6d:5f:01:52:36        ISF                 ISF          0               3          3              15


sw#show isf topology
isf topo change count:1
isf run time:0 (min)
topology type: Ring

SrcMac                   DestMac               SrcPort             DestPort          State
_______________________________________________________________________________________
a8:6d:5f:04:8a:f7      a8:6d:5f:01:52:36      ISF1/1/2             ISF3/1/1          ACTIVE
a8:6d:5f:01:52:36      a8:6d:5f:04:8d:c2      ISF3/1/2             ISF2/1/1          ACTIVE
a8:6d:5f:04:8a:f7      a8:6d:5f:04:8d:c2      ISF1/1/1             ISF2/1/2          PASSIVE
sw#

浪思交换机配置堆叠(浪潮思科)(图10)


堆叠stack(列表、list、全)堆叠list
http://www.zh-cjh.com/wenzhangguilei/950.html
文章归类、所有文章列表、LISTLIST
http://www.zh-cjh.com/wangzhangonggao/2195.html


1、本站资源长期持续更新。
2、本资源基本为原创,部分来源其他付费资源平台或互联网收集,如有侵权请联系及时处理。
3、本站大部分文章的截图来源实验测试环境,请不要在生产环境中随意模仿,以免带来灾难性后果。

转载请保留出处:  www.zh-cjh.com珠海陈坚浩博客 » 浪思交换机:配置堆叠(浪潮思科)

作者: cjh


手机扫一扫,手机上查看此文章:

一切源于价值!

其他 模板文件不存在: ./template/plugins/comment/pc/index.htm

未雨绸缪、居安思危!

数据安全、有备无患!

注意操作、数据无价!

一切源于价值!