XOS automatic config save like Enterasys securestack or s-series
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-12-2015 12:40 PM
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
Regards
7 REPLIES 7
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-12-2015 01:27 PM
Matthias,
Here is an example of a UPM profile, along with the additional required commands, that saves the configuration every 24 hours.
-Andrew
Here is an example of a UPM profile, along with the additional required commands, that saves the configuration every 24 hours.
create upm profile 24HRPlease let me know if there are any questions or concerns.
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
-Andrew
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-12-2015 12:48 PM
Can you provide me a sample for this?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎08-12-2015 12:46 PM
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
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
