Cisco Acano X-series

ページ / 114
Cisco Meeting Server Release 2.0 : Single Split Meeting Server Deployments
32
Note: You will need a Call Bridge activated on the same Meeting Server as the XMPP server.
1. To create DNS A and SRV records for the Meeting Server
a. Create DNS A record for the fully qualified domain name (FQDN) of the server that will be
used to host the XMPP Server and set it to the IP address of the interface that the XMPP
server is listening on.
For split deployments you require DNS records resolving the Load Balancer on the Edge
server, not to the XMPP server.
b. Create DNS SRV record for _xmpp-server._tcp for port 5269 resolving to the DNS A
record created in step a above.
c. Create DNS SRV record for _xmpp-client._tcp for port 5222 resolving to the DNS A
record created in step a above.
d. Test the above by running the following commands from a PC. They should return the
correct IP addresses for these domains:
nslookup -querytype=srv _xmpp-server._tcp.example.com
nslookup -querytype=srv _xmpp-client._tcp.example.com
2. Sign into the MMP and generate the private key and certificate using the information in the
document.
The XMPP server can be configured to listen on any subset of the four media interfaces and
ignore connections from any interface in the complement.
3. Establish an SSH connection to the MMP and log in.
4. To configure the XMPP server to use one or more interfaces enter the following command:
xmpp listen <interface whitelist>
The following is an example where interface is set to interface A and B.
xmpp listen a b
5. Assign the certificate and private key files that were uploaded earlier, using the command:
xmpp certs <keyfile> <certificatefile> [<cert-bundle>]
where keyfile and certificatefile are the filenames of the matching private key and certificate .
If your CA provides a certificate bundle then also include the bundle as a separate file to the
certificate. See the
for further information
6. Configure the XMPP server with the following command:
xmpp domain <domain name>
The following is an example where the domain name is example.com.
xmpp domain example.com
7. Enable the XMPP service:
4   Configuring the MMP