Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 54
Cisco Meeting Server Release 2.0 : MMP Command Line Reference
34
Command/Examples
Description/Notes
loadbalancer (enable|disable) <tag>
loadbalancer enable exampleEdge
Enables or disables the load balancer
Note that the public port (see below) is not opened until
there are trunks to service connections.
loadbalancer create <tag>
loadbalancer create exampleEdge
Creates a load balancer
loadbalancer trunk <tag> <iface>
[:<port>]
loadbalancer trunk exampleEdge a:3999
loadbalancer public <tag> <iface>[:<port
whitelist>]
loadbalancer public exampleEdge b:5222
loadbalancer public exampleEdge b:5222
lo:5222
Configures the trunk interface and port
Configures the public interface and port (for accepting
client connections)
In a common edge deployment, the Web Bridge is also
enabled and needs to make use of a Core to Edge trunk.
To allow this, configure the loopback interface as a public
interface
loadbalancer auth <tag> <key-file>
<cert-file> <trust-bundle>
loadbalancer auth exampleEdge acano.key
acano.crt trust.pem
Configures the private key and certificate used to
authenticate to the trunk, and the trusted certificates
which may be presented by the trunk.
If a trunk presents any of the certificates in the trust
bundle when creating the TLS connection and the trunk
accepts the certificate that the load balancer presents,
then the connection will succeed. Specifically, if the trust
bundle contains a valid chain of certificates, with the
presented certificate issued by a CA at the end of the
chain, then authentication will succeed. Otherwise, the
connection will be rejected. In particular, if self-signed
certificates are used, then the public certificate can be
put into the trust bundle and authentication will succeed.
loadbalancer delete <tag
>
Deletes the load balancer configuration.
8.2.2 Trunk commands
Command/Examples
Description/Notes
trunk list [<tag>]
Lists the all the Core configurations  or, if tag is
provided, just that Core’s configuration
trunk (enable|disable) <tag>
Enables or disables the Core
trunk create <tag> <port or service name>
trunk create trunktoExampleEdge xmpp
Creates a trunk instance for XMPP.
8   Application Configuration Commands