本文檔介紹在以應用為中心的基礎設施(ACI)模式下更換枝葉交換機的過程,該枝葉交換機由於硬體問題而出現故障。
存在當前和有效的ACI交換矩陣。枝葉發生故障,該枝葉以前是功能的,是交換矩陣的一部分。這是硬體故障造成的,需要更換枝葉。
完成以下步驟以更換分葉:
switch# dir usb1:
switch# copy usb1:aci-n9000-dk9.11.0.3f.bin bootflash:
switch# configure terminal
switch(config)# interface mgmt 0
switch(config-if)# ip address ipv4-address{ [/length] | [subnet-mask]}
switch(config-if)# no shutdown
switch(config-if)# exit
switch(config)# vrf context management
switch(config-vrf)# ip route 0.0.0.0/0 default-gw-ip
switch(config-vrf)# exit
switch(config)# feature scp-server
switch(config)# exit
switch# copy running-config startup-config
在APIC上輸入以下命令:
admin@apic:~>
scp /firmware/fwrepos/fwrepo/admin@ :
switch# configure terminal
switch(config)# interface mgmt 0
switch(config-if)# ip address ipv4-address{ [/length] | [subnet-mask] }
switch(config-if)# no shutdown
switch(config-if)# exit
switch(config)# vrf context management
switch(config-vrf)# ip route 0.0.0.0/0 default-gw-ip
switch(config-vrf)# end
驗證是否可以從管理VRF ping伺服器,然後將映像從伺服器複製到bootflash中。
switch#
copy scp://scpuser@10.0.0.10/path/to/aci-n9000-dk9.11.0.3f.bin bootflash: vrf management
輸入dir bootflash:命令,以驗證ACI映像是否已成功傳輸到獨立交換機。
測試的NXOS軟體:n9000-dk9.6.1.2.I3.3a.bin
測試的ACI軟體:aci-n9000-dk9.11.0.3f.bin
在獨立節點上輸入以下命令:
switch# configure terminal
switch(config)# boot aci bootflash:
switch(config)# reload
測試的NXOS軟體:n9000-dk9.6.1.2.i2.1.bin
測試的ACI軟體:aci-n9000-dk9.11.0.2j.1.0-2j.bin
在獨立節點上輸入以下命令:
switch# configure terminal
switch(config)# no boot nxos
switch(config)# end
switch# copy running-config startup-config
switch# reload
這會導致交換器開機到「loader>」提示中。輸入dir命令以列出ACI映像名稱的bootflash內容。
使用boot<aci_image_name.bin>指令啟動ACI映像。
枝葉以交換矩陣發現狀態引導至ACI模式。使用使用者名稱admin(無密碼)登入。
(none)# dir bootflash
(none)# setup-bootvars.sh
leaf# cat /mnt/cfg/0/boot/grub/menu.lst.local
boot aci-n9000-dk9.11.0.3f.bin
leaf# cat /mnt/cfg/1/boot/grub/menu.lst.local
boot aci-n9000-dk9.11.0.3f.bin
枝葉收到IP地址,該地址反映在APIC GUI中。
新的枝葉現在已完全加入ACI交換矩陣,APIC會自動向下推送所有相關策略。在這種情況下,節點ID為102的枝葉出現故障。它被另一個枝葉所取代,該枝葉被賦予相同的節點ID。然後,APIC將與節點102相關的所有策略下推到新的枝葉,而無需進一步配置。
在命令列上,主機名會更改,以反映輸入到APIC GUI中的內容,APIC GUI驗證策略已下推到新節點。
修訂 | 發佈日期 | 意見 |
---|---|---|
1.0 |
02-Apr-2015 |
初始版本 |