Implementing Cisco Collaboration Cloud and Edge Infrastructure (CLCEI) — Question 56
A call is sent by Cisco UCM to Expressway with a URI of[email protected]. If (7508`¦)@expc1a\.pod8\.test\.lab.* is the pattern string, what would be the replacement string of the transform in Expressway to re-write the call so that it becomes[email protected]?
Answer options
- A. \1@conf\.pod8.test.lab.@
- B. \1@conf\.pod8\.test\lab.*
- C. \[email protected]\.test\.lab
- D. \1@conf\.pod8\.test.lab.!
Correct answer: C
Explanation
The correct answer is C, as it correctly matches the required format for the rewritten URI. The other options either contain incorrect escaping or do not produce the desired format for the call, thus failing to meet the requirements set by the transformation rule.