- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Job to automatically save running configuration
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-24-2014 06:09 AM
I am attempting to create an automated job for issue Config Running Not Saved.
Ideally, whenever this issue is found, it could email an alert. Then I would like to schedule a nightly job to wr mem on all IOS devices where there is a config mismatch.
Is this possible?
Solved! Go to Solution.
You can configure an email
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-24-2014 07:01 AM
You can configure an email alert when the issue fires in Settings > Notifications > Subscriptions; click the Add Notification button.
I don't think there is a way to run a single nightly job against "all devices with this issue" without using an external Perl script to query the API and schedule the job with that specific list of devices.
You CAN however, use a triggered job on the issue firing, in addition to the notification. This would create a job each time the issue is raised. The job can execute immediately or be scheduled and require approval.
Ok thanks. I think we will
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
02-25-2014 09:50 AM
Ok thanks. I think we will just do the triggered job. I wanted to avoid doing writing memory to a device that someone is actively making changes on.
Re: You can configure an email
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-22-2020 09:05 AM
I know this is a very old post but hopefully we can still build on it!
What you are descrbing is exactly what I am looking to do. Right now it sends the notification at 9:30am so I would like to change the search to midnight and then run the save config against anything that needs it then send an email saying configs saved yada yada.
Do you know of any articles that would help me set this up?
Thanks,
Re: You can configure an email
[ Edited ]- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-28-2020 01:49 AM - edited 07-29-2020 12:51 AM
@TelltheBell wrote:I know this is a very old post but hopefully we can still build on it!
What you are descrbing is exactly what I am looking to do. Right now it sends the notification at 9:30am so I would like to change the search to midnight and then run the save config against anything that needs it then send an email saying configs saved yada yada.
Do you know of any articles that would help me set this up?
Thanks,
I got sufficient information from your soul of heart.Thank you so much
Re: You can configure an email
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
08-03-2020 08:53 PM
Wah,
This is exactly what I've been looking for.
Appreciate if there a more detailed steps / guide for a newbie here..
Thank you thanks