NTP - BlueCat Integrity - 9.3.0

Address Manager API Guide

Locale
English
Product name
BlueCat Integrity
Version
9.3.0

Network time protocol (NTP) service is essential to some of the more complex DNS/DHCP Server and Address Manager functions, such as xHA and DHCP failover, and differential deployment. A specific external time reference is also essential to some organizations for reports and compliance tracking. The NTP services on DNS/DHCP Server act as both a source of NTP synchronization for clients and as clients themselves to another NTP service that synchronizes the clock reference they provide.

Example

{
    "version": "1.0.0",
    "services": {
        "ntp": {
            "configurations": [
                {
                    "ntpConfiguration": {
                        "enable": true,
                        "servers": [
                            {
                                "address": "192.168.47.10",
                                "stratum": "default"
                            },
                            {
                                "address": "127.127.0.10",
                                "stratum": "1"
                            }
                        ]
                    }
                }
            ]
        }
    }
}
Parameters
  • enable—set to true to enable the NTP service; set to false to disable the NTP service.
  • servers—enter the NTP server information.
    • address—enter the fully-qualified domain name or IP address for a remote NTP server from which DNS/DHCP Server will reference the time.
    • stratum—enter a stratum value for the NTP server being added. This value will be associated to an individual NTP server. Enter default to use the stratum value set on the remote NTP server.