理論略,直接上配置
配置步驟:
步驟一、配置設備編號
SWA:
[SWA]irf member 1 priority 5
//保留缺省編號1,不需要配置,這里修改優先級為5使其成為master(主)
[SWA]int Ten-GigabitEthernet 1/0/49
[SWA-Ten-GigabitEthernet1/0/49]shutdown
//接口需先關閉shutdown
[SWA]irf-port 1/1//創建irf接口
[SWA-irf-port1/1]port group interface Ten-GigabitEthernet 1/0/49
注意①:
第一個1表示member id
第二個1表示irf接口id
注意②:
第二個數字最多是2,也就是一臺交換機上的irf port接口最多有兩個,而且Irf port接口連接時必須交叉連接,比如:1/1-2/2 2/1-3/2
You must perform the following tasks for a successful IRF setup:
Save the configuration after completing IRF configuration.Execute the "irf-port-configuration active" command to activate the IRF ports.
//這個提示不是錯誤提示,而是做完配置后用irf-port-configuration active"命令來激活
SWB:
[SWB]irf member 1 renumber 2
//SWB上將設備的成員編號修改為2
Renumbering the member ID may result in configuration change or loss. Continue?[Y/N]:y
<SWB>save(兩個y)
重啟
<SWB>reboot
等交換機重啟以后,大家看一下變化,接口變成2/0/X
查看:
[SWB]int Ten-GigabitEthernet 2/0/49
[SWB-Ten-GigabitEthernet2/0/49]shutdown
//先把接口down掉,才能加入堆疊
[SWB]irf-port 2/2
[SWB-irf-port2/2]port group interface Ten-GigabitEthernet 2/0/49
You must perform the following tasks for a successful IRF setup:
Save the configuration after completing IRF configuration.Execute the "irf-port-configuration active" command to activate the IRF ports.
//最后激活
步驟二:
把交換機SWA和SWB上剛剛shutdown的接口,undoshutdown
SWA:
[SWA]int Ten-GigabitEthernet 1/0/49
[SWA-Ten-GigabitEthernet1/0/49]undo shut
<SWA>save//記得一定再保存,防止自動重啟后配置丟失,一定要保存!!!
SWB:
[SWB]int Ten-GigabitEthernet 2/0/49
[SWB-Ten-GigabitEthernet2/0/49]undo shut
<SWB>save
步驟三、建議激活之前先把堆疊線重交換機接口上拔下來,然后在激活,激活完成之后再插線
SWA:
[SWA]irf-port-configuration active//激活irf
<SWA>save//再保存一次
SWB:
[SWB]irf-port-configuration active
<SWB>save
最后再插堆疊線纜,兩臺交換機挨個自動重啟,重啟以后發現個奇怪的現象,就是兩臺交換機的名稱一樣
查看:
步驟四、驗證配置
查看:在SWA上查看接口,就可以看到兩臺所有接口
在任何一臺交換機上執行一條命令,都會在所有兩臺交換機上同樣執行,兩臺交換機合為一臺交換機。
個人總結:
① 配置IRF堆疊之前,先不要著急連接交換機的堆疊線纜,配置完最后連接。
② 先配置主交換機,配置主交換機的優先級,默認優先級為1,修改優先級為大于1即可,使其成為master交換機,主交換機默認member是1 ,就不用修改了,接下來進到10G接口下,把接口shutdown掉,然后創建IRF port,再把相應的接口加入IRF port,完了,save保存,按兩次yy
③ 再配次交換機,先修改member號,優先級這里保持默認1不用修改,使其成為standby備份交換機,修改完了先第一次save保存一下,再reboot重啟交換機,重啟交換機后進到相應的接口下,下一步和配置主交換機一樣,還是進到10G接口下,把接口shutdown掉,然后創建IRF port,再把相應的接口加入IRF port,完了,save保存,按兩次yy
④ 分別到主備兩臺交換機上,進到相應的接口上,undo shutdown,完了,記得一定要save保持,切記一定save save save!!!
⑤ 完了分別到兩臺交換機上激活IRF,命令(irf-port-configuration active),激活后再save保存一次。
⑥ 最后把堆疊線纜連起來,兩臺交換機自動重啟
⑦ 驗證是否堆疊成功。