Implementing and Operating Cisco Collaboration Core Technologies (CLCOR) — Question 223
An engineer must manually register an analog port with Cisco UCM using the MGCP protocol. Which commands are required?
Answer options
- A. no mgcp mgcp call-agent 172.16.1.252 ccm-manager config server 172.16.1.252 ccm-manager config ccm-manager mgcp ! dial-peer voice 1 pots port 1/0/0 shut no shut !
- B. mgcp mgcp call-agent 172.16.1.252 ccm-manager config server 172.16.1.252 ccm-manager config ccm-manager mgcp ! dial-peer voice 1 pots port 1/0/0 shut no shut !
- C. mgcp ccm-manager config server 172.16.1.252 ccm-manager config ! dial-peer voice 1 pots application MGCPAPP port 1/0/0 !
- D. mgcp mgcp call-agent 172.16.1.252 ccm-manager config server 172.16.1.252 ccm-manager config ccm-manager mgcp ! dial-peer voice 1 pots application MGCPAPP port 1/0/0 shut no shut !
Correct answer: D
Explanation
The correct answer, D, includes the necessary commands to register the analog port while specifying the MGCP application correctly. Options A and B lack the correct application specification and do not address the MGCP setup. Option C omits the required call-agent configuration, making it incomplete for the task.