DRAG DROP - Drag and drop the snippets onto the blanks within the code to construct a script that shows all logging that occurred on the appliance from Sunday until 9:00 p.m. Thursday. Not all options are used. Select and Place:
Answer is wrong.
Correct answer, tested it on my 3650 switch:
event timer cron name Logging cron-entry "0 21 * * 0-4"
action 2.0 cli command "enable"
action 3.0 cli command "show logging | redirect ftp://cisco:[email protected]
If you need to learn cron, check this site: https://crontab.guru
0 21 * * 0-4 translates to:
'At 21:00 on every day-of-week from Sunday through Thursday.'
Cron entry should be 0 21 * * 0-4. Cron entry day starts with 0 (being Sunday)
Search for CRON here:
https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/eem/command/eem-cr-book/eem-cr-e2.html
Thank you. Excellent resource mate.
0 = min
21 = hour
* = any day
* = any month
0-4 = Sunday till Thursday. ( not including Thursday - Sun 0, Mon 1, Tue 2, wed 3 then stop at Thursday 0).
I am afraid the provided answer is not completely correct . action 3.0 is correct. after the 'cron entry' it should be 0 21 ** 1-5 and show logging | ftp://
I am afraid the provided answer is not completely correct .
action 3.0 is correct.
after the 'cron entry' it should be 0 21 ** 1-5
and
show logging | redirect ftp://
0 21 * * 1-5 is not correct as this means Monday till Friday
0 21 * * 0-4 is Sunday till Thursday
upvoted 1 times
...
...
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Caradum
Highly Voted 1 year, 11 months agoLanreDipeolu
1 year, 2 months agositeoforigin
Highly Voted 2 years, 1 month agox3rox
1 year, 9 months agoshubhambala
2 years, 1 month ago[Removed]
Most Recent 5 months, 1 week agoManicardi
9 months, 3 weeks agoHarwinderSekhon
1 year, 4 months agoMO_2022
1 year, 10 months agoTypovy
1 year, 12 months agonetwork_gig
2 years agoiGlitch
2 years agodougj
2 years agoTitini
2 years, 1 month agoCaledonia
2 years, 1 month agoDeu_Inder
2 years, 2 months agomgiuseppe86
1 year, 1 month agobullett00th
1 year, 7 months ago