Implementing Cisco Advanced Call Control and Mobility Services (CLACCM) — Question 191
An engineer is configuring Cisco UCME to support SIP endpoints. The engineer wants to limit the system to 20 SIP phones and 50 directory numbers. Which code completes this configuration?
Answer options
- A. telephony-service mode cme max-ephone 20 max-dn 50
- B. telephony-service mode cme max-pool 20 max-dn 50
- C. voice register global mode cme max-pool 20 max-dn 50
- D. voice register global mode cme max-ephone 20 max-dn 50
Correct answer: D
Explanation
The correct answer is D because it uses the 'voice register global' command which is necessary for configuring SIP endpoints, while also setting the limits for SIP phones and directory numbers as required. Options A and B use 'telephony-service', which is not appropriate for SIP configuration, and option C does not specify the maximum number of ephones, making it insufficient for the requirements.