Implementing Cisco Collaboration Cloud and Edge Infrastructure (CLCEI) — Question 121
An administrator installs a new webserver (server1.example.com – 10.1.1.90) for storing Cisco Jabber update files to the network, but all Mobile and Remote Access registered clients still run the old Jabber software version, and the update fails. Which configuration task on an Expressway server solves the Jabber software update issue?
Answer options
- A. Add a rule with the URL http://server1.example.com:80/ to the outbound HTTP allow list manually to allow pushing the new software to the clients.
- B. Add a rule with the URL http://server1.example.com:80/ to the inbound HTTP allow list manually to allow access to the new web server.
- C. Add a rule with the server IP address 10.1.1.90 in the URL to the inbound HTTP allow list because server names and FQDNs are not supported.
- D. Run an IM and Presence server discovery process on Expressway-C to add the new web server to the inbound HTTP allow list automatically.
Correct answer: B
Explanation
The correct answer is B because adding the URL to the inbound HTTP allow list allows the clients to access the new web server for updates. Option A is incorrect as the outbound list does not control incoming requests to the server. Option C is wrong because server names and FQDNs are indeed supported, and option D does not directly address the immediate issue of allowing access to the new web server.