Cisco Acano X-series Guia Do Programador

Página de 54
Cisco Meeting Server Release 2.0 : MMP Command Line Reference
15
3 DNS Commands
Note: In a virtualized deployment, there is no admin interface so <mmp|admin> is not required.
For example, in an Acano X-Series Server deployment use:
dns (mmp|app) add forwardzone <domain-name> <server ip>
but in a virtualized deployment use:
dns add forwardzone <domain-name> <server ip>
Command/Examples
Description/Notes
dns
Displays the current DNS configuration details
dns (mmp|app) add forwardzone
<domain-name> <server ip>
dns app add forwardzone example.org
192.168.0.1
Configures a forward zone.
A forward zone is a pair consisting of a domain name and at
least one server address. If a name is below the given domain
name in the DNS hierarchy, then the DNS resolver can query
the given server. Multiple servers can be given for any
particular domain name to provide load balancing and fail over.
A common usage is to specify "." as the domain name i.e. the
root of the DNS hierarchy, which matches every domain
name.
Note: Application and MMP DNS needs to be set separately,
but application DNS does not need to be set separately for A,
B, C and D.
dns (mmp|app) del forwardzone
<domain-name> <server ip>
Deletes a specified forward zone
dns (mmp|app) add trustanchor
<anchor>
dns mmp add trustanchor ". IN DS
19036 8 2
49AAC11D7B6F6446702E54A1607371607A1A4
1855200FD2CE1CDDE32F24E8FB5"
Adds a trust anchor for Domain Name System Security
Extensions (DNSSEC).
Trust anchors should be specified in DNS Resource Record
form inside quotation marks – see the example. See
for
details.
dns (mmp|app) del trustanchor
<zonename>
dns mmp del trustanchor
Removes a trust anchor.
The zonename is the domain name in the Resource Record
(RR) representing the anchor. The example removes the trust
anchor installed in the example above.
3   DNS Commands