Manage NTP Client
manage_ntp_clientConfigure NTP client settings on MikroTik routers with idempotent updates. Enable, set mode, servers, or VLAN interface, with dry-run option.
Instructions
Update NTP client settings on a MikroTik router. Idempotent: returns already_set if no changes are needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| enabled | No | Enable or disable the NTP client | |
| mode | No | NTP client mode | |
| servers | No | Comma-separated NTP server addresses | |
| vlanInterface | No | VLAN interface for NTP communication | |
| dryRun | No | Preview changes without applying. |