Configuring NTP Authentication on a C Series Controller (SRC CLI)
You can authenticate time synchronization to ensure that a C Series Controller obtains its time services only from known sources. By default, network time synchronization is unauthenticated; the system synchronizes to whatever system appears to have the most accurate time. We highly recommend that you configure authentication of network time services.
Use the following configuration mode statements to configure authentication for NTP on a C Series Controller:
To configure NTP authentication:
- Specify authentication for other time servers.
Only time servers transmitting network time packets that contain one of the specified key numbers and whose key matches the value configured for that key number are eligible for synchronization. Other systems can synchronize with the local system without being authenticated.
[edit system ntp]user@host# set trusted-key [trusted-key...]where trusted-key is a value in the range 1–2147483647.
For example:
[edit system ntp]user@host# set trusted-key 1 - Depending on the mode configured for NTP, specify a key
value at the [edit system ntp server], [edit
system ntp peer], or [edit system ntp broadcast] hierarchy level. For example:[edit system ntp server address ]user@host# set key key
For example:
[edit system ntp server 192.0.2.30]user@host# set key key1The system transmits the specified authentication key when transmitting packets. The key is necessary if the remote system has authentication enabled so that it can synchronize with the local system.
- Define the authentication keys by assigning a number to
the key and configuring its value. [edit system ntp]user@host# edit authentication-key key-number [edit system ntp authentication-key key-number ]user@host# set value value
The key-number is the key number for the key. The key number must match on all systems using that particular key for authentication.
For example:
[edit system ntp]user@host# edit authentication-key 1 [edit system ntp authentication-key 1]user@host# set value X7VY4ZE - Verify the configuration.
[edit system ntp] user@host# show trusted-key 1; server 192.0.2.30 key 1; authentication-key 1 { value ********; }