Cisco Acano X-series 開発者ガイド

ページ / 54
Cisco Meeting Server Release 2.0 : MMP Command Line Reference
16
Command/Examples
Description/Notes
dns (mmp|app) add rr <DNS RR>
dns app add rr "sipserver.local. IN A
172.16.48.1"
dns app add rr "_sip._
tcp.example.com. 86400 IN SRV 0 5
5060 sipserver.local."
To configure the DNS resolver(s) to return values which are
not configured in external DNS servers or which need to be
overridden, custom Resource Records (RRs) can be
configured which will be returned instead of querying external
DNS servers.
We accept RR records in quotation marks with the following
format:
OWNER <OPTIONAL TTL> CLASS TYPE TYPE-SPECIFIC-
DATA
For example,
A records sipserver.local. IN A 172.16.48.1
AAAA records example.com. aaaa
3ffe:1900:4545:2:02d0:09ff:fef7:6d2c
SRV records _sip._tcp.example.com. 86400 IN SRV 0 5 5060
sipserver.local
dns (mmp|app) del rr <owner-name>
<type>
dns app del rr _sip._tcp.example.com.
SRV
dns app del rr sipserver.local. A
dns (mmp|app) lookup <a|aaaa|srv>
<hostname>
dns mmp lookup srv _xmpp-client._
tcp.example.com
Does name "lookups" of type A, AAAA or SRV from the
perspective of either the MMP or the application.
The lookup "drills" through SRV results. That is, when an SRV
record returns a domain name this is resolved by A and AAAA
lookups.
Note: If the application modules are not operational (e.g.
during booting or rebooting), then DNS lookups for "app" will
return no results.
dns (mmp|app) flush
This flushes the DNS cache of either the MMP or the
application layer (API) of the Meeting Server.
dns flush
The equivalent command on a virtualized deployment.
3   DNS Commands