Describes methods for configuring NTP servers.
Describes methods for configuring NTP servers.
Cisco Catalyst SD-WAN Control Components and Device Management Guide, Releases 26.x and Later
Describes methods for configuring NTP servers.
Describes methods for configuring NTP servers.
Configuring network time for your network includes these tasks:
Configure NTP servers and parameters as described in this procedure.
Configure the timezone in a System profile, in a Basic feature.
On the page, choose SD-WAN as the solution type.
Perform these steps to configure NTP servers and parameters.
| 1. | From the Cisco SD-WAN Manager menu, choose . |
|
| 2. | Create and configure an NTP feature in a System profile. |
Refer to Deploy a Configuration Group in the Cisco Catalyst SD-WAN Configuration Groups Reference Guide.
Configure network time protocol (NTP) servers using a Cisco NTP feature template.
You can create a Cisco NTP feature template directly or through a device template.
Configuring network time for your network includes these tasks:
Configure NTP servers and parameters as described in this procedure.
Configure the timezone in a System template.
Perform these steps to configure NTP servers and parameters.
| 1. | From the Cisco SD-WAN Manager menu, choose . |
|
| 2. | Select Feature Templates. |
|
| 3. | Click Add Template. |
|
| 4. | Select a platform. |
|
| 5. | Click Cisco NTP. |
|
| 6. | To add an NTP server: |
|
| 7. | To configure the authentication keys used to authenticate NTP servers: |
|
| 8. | To configure the trusted keys used to authenticate NTP servers: |
Configure NTP servers using CLI commands in a CLI add-on profile or CLI add-on template.
Perform these steps to configure NTP servers.
| 1. | Create a CLI add-on profile or CLI add-on template. |
|
| 2. | Enter system configuration mode.
|
|
| 3. | Enter NTP configuration mode.
|
|
| 4. | Enter keys configuration mode.
|
|
| 5. | Configure an authentication type to use for an NTP server. Assign a key for the authentication type, and assign one of these authentication methods: MD5, CMAC-AES-128. Using multiple instances of the authentication command, you can configure authentication for multiple NTP servers.
|
|
| 6. | Designate an authentication type as trusted. Optionally, you can include multiple authentication key IDs.
|
|
| 7. | Exit keys configuration mode.
|
|
| 8. | Configure an NTP server, including the VPN and version, and optionally an authentication key. You can configure multiple NTP servers.
|
Here is an example for configuring two authentication types and three NTP servers. Two servers are trusted and use an authentication key, and one server is generic. Authentication key 1001 uses MD5 and key 1002 uses CMAC-AES-128.
system ntp
keys
authentication 1001 md5 password1
authentication 1002 cmac-aes-128 password2
trusted 1001 1002
!
server 192.168.10.1
key 1001
vpn 512
version 4
exit
server 192.168.10.2
key 1002
vpn 512
version 4
server us.pool.ntp.org
vpn 512
version 4
exit
!
!
The passwords above are in plain text. When using a CLI template, you can encrypt passwords.