Cisco маршрутизатор сбрасывает (не сохраняет) конфигурацию после перезагрузки, вероятно проблема в значениии регистра. Посмотреть текущее значение можно
sh version
Лучший способ проверить настройки через показать версию. Если конфигурационный регистр имеет значение 0x2142, надо установить 0x2102, чтобы исправить это.
configure terminal config-reg 0x2102
The Cisco router is not saving configuration after I switch off
The most common reason for a router not saving its config is that its config register has been set to ignore the startup config (typically a setting of 0x2142).
The best way to check the setting is through the show version.
If the config register is set to 0x2142, then use the config command config-register 0x2102 to fix it.