本文档介绍在以应用为中心的基础设施(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 |
初始版本 |