Information
Sets a NTP server for which authentication is enabled in order to receive time information
Rationale:
When authentication is not enabled, attackers can disguise as NTP servers and broadcast wrong time and it will be difficult to correlate events upon an incident. In some other cases, attackers can perform NTP DDoS attacks such as NTP Amplification. The trusted NTP server will be authenticated through the NTP authentication key.
Solution
Step 1: Acquire the authentication key ID <key_id>, the IP address of the NTP server <ip_address> and the interface <interface_name> used by the appliance to communicate with the NTP server.
Step 2: Run the following to configure the trusted NTP server
hostname(config)# ntp server <ip_address> key <key_id> source <interface_name>
Default Value:
Disabled by default