nerdexam
Cisco

300-820 · Question #62

Refer to the exhibit. When configuring a search rule that routes calls to a zone, what occurs when 13358 is dialed?

The correct answer is D. 13358 is sent directly to the traversal zone. RegEx pattern is 1?3+5. The 1 has a question mark after it, meaning the 1 is optional and not required, but matches in this case. The 3+ says that 3 is mandatory and must occur at least 1 or more times prior to the 5. The 5 is mandatory, and matches after the double 33. Dialing…

Cisco Expressway for Collaboration

Question

Refer to the exhibit. When configuring a search rule that routes calls to a zone, what occurs when 13358 is dialed?

Exhibit

300-820 question #62 exhibit

Options

  • A13358 is replaced by 135, and then is sent to the local zone.
  • B13358 is replaced by 135 and remains in the same zone.
  • C13358 is replaced by 135, and then is sent to the traversal zone.
  • D13358 is sent directly to the traversal zone.

How the community answered

(27 responses)
  • A
    15% (4)
  • B
    7% (2)
  • C
    4% (1)
  • D
    74% (20)

Explanation

RegEx pattern is 1?3+5. The 1 has a question mark after it, meaning the 1 is optional and not required, but matches in this case. The 3+ says that 3 is mandatory and must occur at least 1 or more times prior to the 5. The 5 is mandatory, and matches after the double 33. Dialing 13358 does NOT match RegEx because the 8 was included, so the Rule does not do the replace, and the 13358 is sent unchanged.

Topics

#Cisco Expressway#Search Rules#Call Routing#Traversal Zone

Community Discussion

No community discussion yet for this question.

Full 300-820 Practice