This document describes how NTP is crucial for maintaining accurate time synchronization across devices in the SD-WAN fabric.
Without proper time sync, critical operations like secure communication, certificate validation, and logging can fail. SD-WAN is a certificate-based, secure, and policy-driven network solution. Time synchronization using NTP is foundational for maintaining the integrity, security, and functionality of the SD-WAN fabric.
Cisco recommends that you have knowledge of Cisco Software Defined Wide Area Network (SDWAN) solution.
The information in this document is based on these software versions:
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, ensure that you understand the potential impact of any command.
vbond-west# show orchestrator connections-history
PEER PEER PEER SITE DOMAIN PEER PRIVATE PEER PUBLIC REPEAT
INSTANCE TYPE PROTOCOL SYSTEM IP ID ID PRIVATE IP PORT PUBLIC IP PORT REMOTE COLOR STATE LOCAL/REMOTE COUNT DOWNTIME
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
0 vmanage dtls 10.1.1.7 101019 0 10.1.2.190 12646 192.168.2.190 12646 default tear_down CRTVERFL/CRTVERFL​CRTVERFL - Fail to verify Peer Certificate
In this case, as the time is outside certificate validity date, Fail to Verify Peer Certificate error occurs.This document describes how you can configure NTP using feature template, configuration groups and CLI.
Reference Configuration
Controller
system
ntp
keys
authentication 1001 md5 $4$KXLzYT9k6M8zj4BgLEFXKw==
authentication 1002 md5 $4$KXLzYTxk6M8zj4BgLEFXKw==
authentication 1003 md5 $4$KXLzYT1k6M8zj4BgLEFXKw==
trusted 1001 1002
!
server 192.168.15.243
key 1001
vpn 512
version 4
exit
server 192.168.15.242
key 1002
vpn 512
version 4
exit
server us.pool.ntp.org
vpn 512
version 4
exit
!
!
Cisco Edge Router
cEdge_DC1_West_R01#show running-config | sec ntp
ntp server time.google.com prefer
ntp server pool.ntp.org
cEdge_DC1_West_R01#show sdwan running-config ntp
ntp server pool.ntp.org version 4
ntp server time.google.com prefer version 4
If Mgmt VRF is used:
ntp server vrf Mgmt-intf pool.ntp.org version 4
Note: If VPN 0 is used for NTP configuration, NTP service must be allowed on the tunnel interface. If FQDN hosts are used for NTP servers, the device must have DNS configured to be able to resolve the FQDN to IP address.
This document can be used to verify NTP and understand different stages of NTP synchronisation to troubleshoot issues on controllers and Edge devices:
vEdge:
cEdge:
https://www.cisco.com/c/en/us/support/docs/ip/network-time-protocol-ntp/116161-trouble-ntp-00.html
| Revision | Publish Date | Comments |
|---|---|---|
1.0 |
13-Jan-2026
|
Initial Release |