nerdexam
Cisco

350-401 · Question #666

Drag and Drop Question 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

The correct answer is 0 21 **-4; 3.0; ftp://cisco:[email protected]. The correct arrangement uses '0 21 **-4' to specify the cron-style time expression meaning 9:00 PM (21:00) on Thursday (day 4, where 0=Sunday), '3.0' as the logging version or severity level parameter capturing all logs from Sunday (day 0) through Thursday, and 'ftp://cisco:cisco

Submitted by omar99· Mar 6, 2026Security Monitoring and Log Management - configuring and retrieving appliance logs within specified time windows using scheduled expressions and remote access protocols on Cisco security platforms (relevant to CCNA Security / CyberOps / ESA/WSA administration objectives).

Question

Drag and Drop Question 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. Answer:

Exhibits

350-401 question #666 exhibit 1
350-401 question #666 exhibit 2

Answer Area

Drag items

1.00 21 **-43.00 21 **-5ftp://cisco:[email protected]

Correct arrangement

Explanation

The correct arrangement uses '0 21 **-4' to specify the cron-style time expression meaning 9:00 PM (21:00) on Thursday (day 4, where 0=Sunday), '3.0' as the logging version or severity level parameter capturing all logs from Sunday (day 0) through Thursday, and 'ftp://cisco:[email protected]' as the destination URL to retrieve or export the logs from the Cisco appliance. The '-4' in the time expression denotes 'up to and including Thursday' in the day-of-week range starting from Sunday, which aligns with the requirement of Sunday through 9:00 PM Thursday. Together these three snippets construct a valid script that queries the correct time window and log level from the correct source.

Topics

#Cisco Appliance Logging#Cron Scheduling Syntax#Log Management#Network Administration Scripting

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice