cancel
Showing results for 
Search instead for 
Did you mean: 

XOS automatic config save like Enterasys securestack or s-series

XOS automatic config save like Enterasys securestack or s-series

M_Nees
Contributor III
i use recent XOS Firmware V15.7.x and V16.1. every time i change something in the switch config i have to save this. is it possible to use an automatic config save mode like the enterasys switches do?

Regards
7 REPLIES 7

Andrew_Maldonad
Extreme Employee
Matthias,

Here is an example of a UPM profile, along with the additional required commands, that saves the configuration every 24 hours.

create upm profile 24HR

create log entry "Starting Configuration Script"
disable cli prompting
save
enable cli prompting
create log entry "Configuration Save Complete!"
.

create upm timer SaveConfig
configure upm timer SaveConfig after 1 every 86400
configure upm timer SaveConfig profile 24HR
Please let me know if there are any questions or concerns.

-Andrew

M_Nees
Contributor III
Can you provide me a sample for this?

Andrew_Maldonad
Extreme Employee
Matthias,

A UPM profile can be created to trigger on time of day or even a log message. The profile can be set up to save the configuration once triggered.

-Andrew
GTM-P2G8KFN