exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 354 discussion

Actual exam question from Cisco's 350-401
Question #: 354
Topic #: 1
[All 350-401 Questions]

DRAG DROP -
Drag and drop the snippets onto the blanks within the code to construct a script that changes the routing from gateway 1 to gateway 2 from 11:00 p.m. to 12:00 a.m. (2300 to 2400) only, daily. Not all options are used, and some options may be used twice.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
mgiuseppe86
Highly Voted 1 year, 2 months ago
[event timer] 0 23 [* * *] [event timer] [1 0 * * *] read the time backwards 0 23 = 0 minute, 23rd hour (23:00) 1 0 = 1 minute, 0th hour (00:01) the * * * means day of month, month of year, day of week, since it runs daily, we add a * so it runs every day, since it asks us to run it daily.
upvoted 17 times
...
XDR
Highly Voted 1 year, 7 months ago
0 23 * * * --> Everyday at 11:00 PM (23:00) 1 0 * * * --> Everyday at 12:01 AM (00:01)
upvoted 5 times
...
[Removed]
Most Recent 6 months, 1 week ago
given answer is correct
upvoted 1 times
...
Bigbongos
1 year, 10 months ago
is this question still on the test?
upvoted 4 times
...
John13121
1 year, 11 months ago
So what is the correct answer ? instead of *** we have daily, in the first field and why ?
upvoted 1 times
mgiuseppe86
1 year, 2 months ago
[event timer] 0 23 [* * *] [event timer] [1 0 * * *] read the time backwards 0 23 = 0 minute, 23rd hour (23:00) 1 0 = 1 minute, 0th hour (00:01) the * * * means day of month, month of year, day of week, since it runs daily, we add a * so it runs every day, since it asks us to run it daily.
upvoted 2 times
...
...
Vadkorte
1 year, 11 months ago
Well 10*** is 00:01 which is not 24:00... Daily would be a good option but the correct format is @daily. See https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/eem/command/eem-cr-book/eem-cr-e2.html @daily --An event is triggered once a day. This is the equivalent of specifying 0 0 * * * for the first five fields.
upvoted 5 times
...
KUM_WENG
2 years, 4 months ago
can someone explain this?
upvoted 3 times
...
snowfox
2 years, 6 months ago
Then, what is the meaning of 10***??? Please respond. Thanks.
upvoted 1 times
Heim_Ox
2 years, 5 months ago
10*** means 1 minute after 0 hour regardless of what day or month it is abcde a=minute (0-59) b=hour (0-23) c=day of month (1 - 31) d=month (1 - 12) January is 1 e=day of week (0 - 6) Sunday is 0
upvoted 16 times
...
...
Amansoor79
3 years ago
Cron entry "0 23 * * *" means "minute hour dom dow" dom = day of the month dow = day of the week Examples: 01 * * * * This command is run at one min past every hour 17 8 * * * This command is run daily at 8:17 am
upvoted 3 times
bogd
2 years, 9 months ago
Actually, it is "minute hour dom MONTH dow". Other than that, everything else is correct.
upvoted 4 times
...
...
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.

SaveCancel
Loading ...