An engineer must create a scheduler configuration to create two backup jobs per day. The backup file must be copied to a server in the operations VRF. Which configuration accomplishes this task?
will also go with B.
switch(config-schedule)# time start now repeat 48:00
repeat <repeat-interval>
Specifies the frequency at which the job is repeated
In this example, the job starts immediately and repeats every 48 hours.
if "time start now " is used then "reapt" is not in [[[[yyyy:]mmm:]dd:]HH]:MM but HH:MM. Source https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/system_management/configuration/guide/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x/b_Cisco_Nexus_9000_Series_NX-OS_System_Management_Configuration_Guide_7x_chapter_01010.html#:~:text=time%20start%20now%20repeat%2048%3A00
After some more digging it occur that there is a possibility to execute Copy with VRF like
"copy tftp://172.18.177.133/test bootflash: vrf management"
and the task is saying that we need to copy config to the server in specific VRF (operations).
Based on that now I'm thinking that correct answer is >>>B<<<
and with repeat flag probably day [dd] in time format is not a mandatory value hence 12:00 is acceptable (do not have possibility to check that).
It cannot be A or B because using "time start now repeat" time format is [[dd:]HH:]MM
It cannot be C because for daily runs you need to use "time daily time" with format HH:MM. In C we have "time start daily"
So D must be the one ;)
"engineer must create a scheduler configuration to create two backup jobs per day"
time start now repeat 12 means that will create evry 12 hours = 2 time per day so definitly can not be D. IT IS B
upvoted 1 times
...
...
This section is not available anymore. Please use the main Exam Page.350-601 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.
CoAsT_x
7 months, 1 week agoRuzjio
1 year, 5 months agoHuberttheman
1 year, 5 months agoScheldon
1 year, 8 months agoScheldon
1 year, 8 months agoP1Z7C
7 months, 4 weeks ago