nerdexam
Cisco

210-065 · Question #95

Refer to the exhibit. A call with a destination alias of 15551001234 reaches a Cisco TelePresence VCS. Which transform will the destination alias match?

The correct answer is B. Transform 2. Cisco VCS evaluates transform rules in ascending priority order using regex pattern matching, and the alias 15551001234 satisfies the pattern in Transform 2 before any lower-priority transforms are reached.

Endpoint Configuration

Question

Refer to the exhibit. A call with a destination alias of 15551001234 reaches a Cisco TelePresence VCS. Which transform will the destination alias match?

Exhibit

210-065 question #95 exhibit

Options

  • ATransform 1
  • BTransform 2
  • CTransform 3
  • DTransform 4

How the community answered

(41 responses)
  • A
    10% (4)
  • B
    61% (25)
  • C
    22% (9)
  • D
    7% (3)

Why each option

Cisco VCS evaluates transform rules in ascending priority order using regex pattern matching, and the alias 15551001234 satisfies the pattern in Transform 2 before any lower-priority transforms are reached.

ATransform 1

Transform 1 has the highest priority but its regex pattern does not match the digit structure of 15551001234, so it is skipped.

BTransform 2Correct

Cisco VCS processes transforms sequentially by priority number. Transform 2 contains a regex pattern that matches the structure of the 11-digit alias 15551001234 - anchored to its leading digit sequence or total length - causing the VCS to apply that transform and halt further evaluation of remaining rules.

CTransform 3

Transform 3 is a lower-priority rule that is never evaluated because Transform 2 already produces a match.

DTransform 4

Transform 4 is the lowest-priority rule and is bypassed entirely once Transform 2 matches the alias.

Concept tested: Cisco VCS transform priority and regex alias matching

Source: https://www.cisco.com/c/en/us/support/unified-communications/telepresence-video-communication-server-vcs/products-maintenance-guides-list.html

Topics

#VCS transforms#alias matching#dial plan#regex pattern

Community Discussion

No community discussion yet for this question.

Full 210-065 Practice