nerdexam
Cisco

300-440 · Question #31

Drag and Drop Question An engineer must configure cloud connectivity with Cisco Umbrella Secure Internet Gateway (SIG) in active/backup mode. The engineer already configured the SIG Credentials and…

The correct answer is Select the SIG provider for the primary tunnel.; Add the secondary tunnel.; Create one high-availability pair using primary and secondary tunnels.; Edit the service-side VPN template to inject a service route. Cisco Umbrella SIG Active/Backup Configuration - Step-by-Step Explanation Background: This task occurs inside a Cisco SD-WAN (vManage) SIG Tunnel template. The SIG Credentials and SIG Feature Templates are already done - you're now building tunnel topology and steering traffic…

Cloud Network Security

Question

Drag and Drop Question An engineer must configure cloud connectivity with Cisco Umbrella Secure Internet Gateway (SIG) in active/backup mode. The engineer already configured the SIG Credentials and SIG Feature Templates. Drag and drop the steps from the left onto the order on the right to complete the configuration. Answer:

Exhibit

300-440 question #31 exhibit

Answer Area

Drag items

Add the secondary tunnel.Create one high-availability pair using primary and secondary tunnels.Edit the service-side VPN template to inject a service route.Select the SIG provider for the primary tunnel.

Correct arrangement

  • Select the SIG provider for the primary tunnel.
  • Add the secondary tunnel.
  • Create one high-availability pair using primary and secondary tunnels.
  • Edit the service-side VPN template to inject a service route.

Explanation

Cisco Umbrella SIG Active/Backup Configuration - Step-by-Step Explanation

Background: This task occurs inside a Cisco SD-WAN (vManage) SIG Tunnel template. The SIG Credentials and SIG Feature Templates are already done - you're now building tunnel topology and steering traffic through it.


Why This Order?

The logic follows a build-then-bind-then-route pattern: define the tunnels first, pair them into HA, then tell the network to use them.


Step-by-Step Breakdown

Step 1 - Select the SIG provider for the primary tunnel

You must establish the primary tunnel before anything else can exist. Inside the SIG tunnel template, selecting the SIG provider (Umbrella) initializes the primary tunnel object. Without this anchor, there is no tunnel to pair against. This is a prerequisite for every subsequent step.

Step 2 - Add the secondary tunnel

Once the primary tunnel exists, you add the secondary (backup) tunnel - also pointing to Umbrella SIG, but to a different data center endpoint. The secondary tunnel cannot be defined in isolation; it is added in relation to the primary tunnel context already open in the template.

Step 3 - Create one high-availability pair using primary and secondary tunnels

With both tunnels now defined, you pair them explicitly into an active/backup HA group. vManage requires both tunnels to pre-exist before the HA pairing option is available. This step tells the system: "if the primary fails, fail over to the secondary." You cannot create an HA pair with only one tunnel.

Step 4 - Edit the service-side VPN template to inject a service route

This is always last because it references the SIG tunnel infrastructure that was just built. You add a service route (typically a default route 0.0.0.0/0 pointing to the SIG) into the service-side VPN (commonly VPN 1). This steers internet-bound traffic through the Umbrella SIG tunnel. Doing this before the tunnels and HA pair exist would reference objects that don't yet exist in the template.


Common Mistakes

MistakeWhy It's Wrong
Trying to create the HA pair before both tunnels existvManage requires both tunnel objects to be present before pairing
Injecting the service route before the SIG tunnel is configuredThe route has no valid next-hop SIG interface to reference
Adding the secondary tunnel firstThe primary must be defined first; it anchors the tunnel template
Skipping the HA pair and relying on two independent tunnelsWithout explicit pairing, active/backup behavior is not guaranteed - you'd have two independent tunnels, not a failover pair

Key mental model: Think of it as infrastructure before policy - build the tunnels (steps 1–2), define the relationship between them (step 3), then apply routing policy that uses them (step 4).

Topics

#Umbrella SIG#SD-WAN#active/backup#secure internet gateway

Community Discussion

No community discussion yet for this question.

Full 300-440 Practice