350-401 · Question #1218
Drag and Drop Question Drag and drop the snippets onto the blanks within the code to construct a script that blocks a MAC address. Answer:
The correct answer is watchdog; (Gi...); i. The correct arrangement uses 'watchdog' as the script/process type for monitoring, '(Gi...)' representing the GigabitEthernet interface designation where the MAC block is applied, and 'i' as the flag for case-insensitive matching in the regex or search pattern used to identify th
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- watchdog
- (Gi...)
- i
Explanation
The correct arrangement uses 'watchdog' as the script/process type for monitoring, '(Gi...)' representing the GigabitEthernet interface designation where the MAC block is applied, and 'i' as the flag for case-insensitive matching in the regex or search pattern used to identify the MAC address. Together these three snippets construct a functional script that monitors interface traffic and blocks a specified MAC address on the defined interface.
Topics
Community Discussion
No community discussion yet for this question.
