Skip to content

Cisco ACI で「APIC」「Spine/Leaf」を初期化する

Cisco ACI における「APIC」「Spine & Leaf」の初期化手順をメモしておきます。

APIC の初期化

eraseconfig setup を実行し大文字の「Y」を入力すると APIC が初期化され、再起動されます。

1
2
admin@apic1:~> eraseconfig setup
Do you want to cleanup the initial setup data? The system will be REBOOTED. (Y/n): Y

APIC の初期化(admin パスワードが不明な場合)

admin ユーザのパスワードが不明でログイン出来ない場合はコンソールから「rescue-user」というユーザ名でログインします。rescue-user はパスワードを問われずにログインすることが出来ます。ログイン出来たら「acidiag touch setup」でコンフィグ初期化フラグを立てつつ、「acidiag reboot」で APIC を再起動します。

1
2
acidiag touch setup
acidiag reboot

Spine / Leaf の初期化

setup-clean-config.sh」でコンフィグを削除し、「reload」でスイッチを再起動します。

1
2
3
4
5
6
7
8
9
Leaf1# setup-clean-config.sh
In progress
In progress
In progress
In progress
In progress
Done
Leaf1# reload
This command will reload the chassis, Proceed (y/n)? [n]: y

参考