Server-address

You can configure an SNTP server for SNTP unicast client mode. The following example enables SNTP and configures the server address:

Example: MD-CLI

[ex:/configure system time sntp]
A:admin@node-2# info
    admin-state enable
    server 10.10.0.94 {
        version 1
        prefer true
        interval 100
    }

Example: classic CLI

config>system>time>sntp# info
----------------------------------------------
                server-address 10.10.0.94 version 1 preferred interval 100
                no shutdown
----------------------------------------------