背景说明
DELL戴尔交换机的命令控制台的命令格式跟cisco思科的命令行基本一致,但是还是有部分不一样的地方,就比如说本篇要说明的DELL交换机的堆叠是需要命令配置的,而cisco思科交换机则不需要配置,直接插上堆叠线重启就可以实现交换机的堆叠。
配置准备
1、配置前确保两设备版本一致
DELL-01
DELL-02
2、如版本不对升级版本并更改启动文件,否则会自动同步;
Dell#show boot system stack-unit all
Current system image information in the system:
===============================================
Type Boot Type A B
------------------------------------------------------
stack-unit 1 is not present.
stack-unit 2 FLASH BOOT 9.10(0.1P25)[boot] 9.9(0.0P9)
boot system stack-unit 1 primary system://A
boot system stack-unit 1 secondary system://B
boot system stack-unit 1 default system://A
堆叠所需
1 2 |
|
堆叠命令
DELL戴尔交换机01配置
(1)先查看DELL交换机的堆叠组序号
dell01#show system stack-unit 1 stack-group
我们这里选择11,16和17组来做堆叠
(2)配置对应的堆叠组
dell01(config)#stack-unit 1 stack-group 11
(3)设置优先级
dell01(config)#stack-unit 1 prority 5(设置优先级)
DELL戴尔交换机02配置
dell02(config)#stack-unit 2 stack-group 11
dell02(config)#stack-unit 2 prority 6(设置优先级)
配置好后,把DELL交换机都关机,把堆叠线插在XX号口和XX号口,然后再开机
重启好后,使用show system brief 出现如下management和standby 说明堆叠已经做好.