nerdexam
Cisco

350-401 · Question #984

Drag and Drop Question Drag and drop the snippets onto the blanks within the code to construct a script that brings up the failover Ethernet port if the primary port goes down and also shuts down the

The correct answer is Down; GigabitEthernet4/0/9; Shutdown. The correct arrangement uses 'Down' as the trigger condition to detect when the primary port has failed, 'GigabitEthernet4/0/9' as the failover port to be brought up (while GigabitEthernet3/0/10 is the primary), and 'Shutdown' as the action taken on the failover port when the pri

Submitted by suresh_in· Mar 6, 2026Infrastructure Automation and Programmability / High Availability and Redundancy - typically mapped to Cisco CCNP Enterprise or ENCOR exam domain covering automated network event responses and failover configurations.

Question

Drag and Drop Question Drag and drop the snippets onto the blanks within the code to construct a script that brings up the failover Ethernet port if the primary port goes down and also shuts down the failover port when the primary returns to service. Not all options are used. Answer:

Exhibit

350-401 question #984 exhibit

Answer Area

Drag items

ShutdownUpGigabitEthernet3/0/10No shutdownDownGigabitEthernet4/0/9

Correct arrangement

  • Down
  • GigabitEthernet4/0/9
  • Shutdown

Explanation

The correct arrangement uses 'Down' as the trigger condition to detect when the primary port has failed, 'GigabitEthernet4/0/9' as the failover port to be brought up (while GigabitEthernet3/0/10 is the primary), and 'Shutdown' as the action taken on the failover port when the primary returns to service. This logic follows EEM (Embedded Event Manager) or tracking-based failover scripting where the script monitors the primary interface state and inversely controls the backup interface - enabling it on failure and disabling it on recovery.

Topics

#EEM Scripting#Interface Failover#Embedded Event Manager#Network Automation

Community Discussion

No community discussion yet for this question.

Full 350-401 Practice