nerdexam
Cisco

300-070 · Question #368

Which route pattern is matched based on the dialed number 29465?

The correct answer is B. 2946X. In Cisco CUCM, when multiple route patterns match a dialed number, the most specific pattern wins - the one with the greatest number of literal (non-wildcard) digit positions matched from left to right.

Gateway and Dial Plan

Question

Which route pattern is matched based on the dialed number 29465?

Options

  • A2XXXX
  • B2946X
  • C29XXX
  • D294X
  • E29[0-5]XX

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    73% (19)
  • C
    8% (2)
  • E
    15% (4)

Why each option

In Cisco CUCM, when multiple route patterns match a dialed number, the most specific pattern wins - the one with the greatest number of literal (non-wildcard) digit positions matched from left to right.

A2XXXX

2XXXX matches 29465 but has only one literal digit (2) before four wildcards, making it far less specific than 2946X.

B2946XCorrect

2946X matches any number from 29460 to 29469, including 29465. It contains four consecutive literal digits (2, 9, 4, 6) before the wildcard X, making it the most specific match among all valid candidates. CUCM's best-match algorithm selects this pattern over less-specific alternatives that have fewer literal digit matches.

C29XXX

29XXX matches 29465 but has only two literal digits (2, 9) before three wildcards, so it loses to the more-specific 2946X.

D294X

294X is a 4-digit pattern and cannot match the 5-digit number 29465 at all.

E29[0-5]XX

29[0-5]XX matches 29465 since the digit 4 falls within [0-5], but it has only two unambiguous literal digits before the range expression, making it less specific than 2946X.

Concept tested: CUCM route pattern best-match selection algorithm

Topics

#route pattern#best match algorithm#wildcard#dial plan

Community Discussion

No community discussion yet for this question.

Full 300-070 Practice