Skip to content

Cisco SD-WAN の cEdge では write eraseerase startup-config はサポートされておらず、実行することが出来ません。 cEdge のコンフィグを削除し、初期化したい場合は下記を実行します。 このコマンドを実行した後、reload を実行して筐体を再起動することで初期状態へ戻ります。

1
request platform software sdwan config reset

実際の実行例は以下の通りです。

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
Router# request platform software sdwan config reset

%WARNING: Bootstrap file doesn't exist and absence
of it can cause loss of connectivity to the controller.
For saving bootstrap config, use:
request platform software sdwan bootstrap-config save
Proceed to reset anyway? [confirm]
Backup of running config is saved under /bootflash/sdwan/backup.cfg
WARNING: Reload is required for config-reset to become effective.
Router#
Router# reload
Proceed with reload? [confirm]

参考