nerdexam
Cisco

300-720 · Question #171

Drag and Drop Question An engineer must configure a virtual gateway on a Cisco Secure Email Gateway to send email for a group named GroupInt. GroupInt is part of these domains: - domain1.lab - domain2

The correct answer is GROUPS; new; 2,3; import; 4. This question tests the ability to configure a virtual gateway on a Cisco Secure Email Gateway by correctly navigating the CLI prompts to create an interface group and then map it.

System Quarantines and Delivery Methods

Question

Drag and Drop Question An engineer must configure a virtual gateway on a Cisco Secure Email Gateway to send email for a group named GroupInt. GroupInt is part of these domains: - domain1.lab - domain2.lab Drag and drop the code snippets from the right onto the boxes to configure the virtual gateway. Not all options are used. Answer:

Exhibit

300-720 question #171 exhibit

Answer Area

Drag items

GROUPSedit42,3newDataimport

Correct arrangement

  • GROUPS
  • new
  • 2,3
  • import
  • 4

Explanation

This question tests the ability to configure a virtual gateway on a Cisco Secure Email Gateway by correctly navigating the CLI prompts to create an interface group and then map it.

Approach. The correct interaction involves dragging the appropriate command snippets into the designated blank spaces in the CLI, following the logical flow for configuring a virtual gateway. Here's the step-by-step reasoning:

  1. First blank (after example.lab> interfaceconfig and 'Choose the operation you want to perform:'): The task is to configure a group (GroupInt). Therefore, the initial operation within interfaceconfig should be GROUPS. (Drag 'GROUPS' here)

  2. Second blank (after 'Choose the operation you want to perform:' under the GROUPS context): We need to create a new group named 'GroupInt'. The operation to choose is new. (Drag 'new' here)

  3. Third blank (after 'Enter the name or number of the interfaces to be included in this group.'): The problem states GroupInt is part of domain1.lab and domain2.lab. From the listed interfaces, 2. Domain1 corresponds to domain1.lab and 3. Domain2 corresponds to domain2.lab. Therefore, the interfaces to be included are 2,3. (Drag '2,3' here)

  4. Fourth blank (after example.lab> alterhost and 'Choose the operation you want to perform:'): The goal is to configure a virtual gateway, which means creating a new mapping or entry in the alterhost context. The operation to choose is new. (Drag 'new' here)

  5. Fifth blank (after 'Which interface do you want to send messages for @test.com from?' and the list of 'IP Groups:'): The IP Group GroupInt is listed as item 4. To associate the virtual gateway with this group, we select its corresponding number 4. (Drag '4' here)

This sequence correctly creates the interface group GroupInt including domain1.lab and domain2.lab, and then configures a new alterhost entry (virtual gateway) associated with this group.

Common mistakes.

  • common_mistake. Common mistakes include:

  • Incorrect initial operation: Choosing 'NEW' or 'EDIT' directly under interfaceconfig instead of GROUPS. The objective is to define a group, so GROUPS is the correct entry point.

  • Confusing 'new' contexts: There are multiple 'new' options. One for creating a new interface group, and another for creating a new alterhost mapping. Selecting the wrong 'new' at the wrong prompt would lead to an error.

  • Incorrect group members: Selecting '1' (Data1) or 'Data' instead of '2,3'. The problem explicitly states domain1.lab and domain2.lab, which correspond to interfaces 2 and 3.

  • Using 'edit' or 'import' for alterhost: The task is to configure a new virtual gateway, not modify an existing one or import from a file, so new is the appropriate choice for alterhost.

  • Misidentifying the IP Group: When prompted to select the interface for sending messages, some might attempt to select individual interfaces (like 'Data' or 'Domain1') instead of the IP Group GroupInt, which is identified as 4 in the provided list. The question specifically asks to send email for a group named GroupInt.

Concept tested. Cisco Secure Email Gateway (formerly IronPort) configuration, specifically command-line interface (CLI) navigation, creation of interface groups, and configuration of virtual gateways (or alterhost entries) to manage email routing based on sender domains or groups.

Topics

#Virtual Gateway#Cisco Secure Email Gateway (ESA)#Email Delivery#Domain Management

Community Discussion

No community discussion yet for this question.

Full 300-720 Practice