IOS XR において、commit replace は、running configuration と target configuration を入れ替えるための
コマンドですが、target configuration が存在しない状態で commit replace を実施すると、設定をデフォルトの
状態にすることが可能です。
-----
RP/0/RP0/CPU0:Router#
RP/0/RP0/CPU0:Router#conf t
Mon Mar 12 12:38:21.412 UTC
RP/0/RP0/CPU0:Router(config)#
RP/0/RP0/CPU0:Router(config)#
RP/0/RP0/CPU0:Router(config)#commit replace
Mon Mar 12 12:38:48.218 UTC
This commit will replace or remove the entire running configuration. This
operation can be service affecting.
Do you wish to proceed? [no]: yes
RP/0/RP0/CPU0:Router(config)#
RP/0/RP0/CPU0:Router(config)#
-----
admin mode の設定については、admin mode の configuration mode で "commit replace" を実施する必要があります。