Cisco Cisco Meeting Server 2000

下载
页码 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
42
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:
xmpp enable
8. To allow a Call Bridge to access the XMPP server securely (after configuration), provide a
component name for the Call Bridge to use to authenticate e.g. cb_london:
xmpp callbridge add <component name>
for example
xmpp callbridge add cb_london
A secret is generated; for example, you see:
cms>xmpp callbridge add cb_london
Added callbridge: Secret: aB45d98asdf9gabgAb1
Note: Each Call Bridge requires a unique component name so that all the Call Bridges can
connect to the XMPP server at the same time.
9. Make a note of the domain, component and secret generated in the previous steps because
they are required when you use the Web Admin interface to configure the
(so that the Call Bridge will present the authentication details to the
XMPP server).
Note: If you lose the details, use the MMP command xmpp callbridge list to display
them.
4.5.1 Configuring XMPP multi-domains
A single XMPP server can host multiple XMPP domains. For example, both example.com and
example.org can exist on the same Meeting Server. It is possible to configure multiple tenants
with the same XMPP domain (as in previous releases), or each tenant with their own domain, or
mix these schemes.
To configure multiple domains for the XMPP server to listen to, use the MMP command:
xmpp multi_domain add <domain name> <keyfile> <certificatefile>
[<crt-bundle>]
where:
4   Configuring the MMP