One of the Best Security Practice and Recommendation is to configure Huawei Router in client mode and never run as NTP server.
NTP Server1: 192.168.10.101
NTP Server1: 192.168.10.102
Configuration:
ntp-service server disable
ntp-service ipv6 server disable
ntp-service unicast-server 192.168.10.101
ntp-service unicast-server 192.168.10.102
Verification:
display ntp-service status
display ntp-service sessions
If authentication is enabled on your NTP server.
-Enable the NTP service authentication function
-Configure the NTP authentication key
-Specify the NTP key
-Configure the NTP server(s) with the authentication key id
ntp-service authentication enable
ntp-service authentication-keyid <key-id> authentication-mode { md5 | hmac-sha256 } { cipher } <password>
ntp-service reliable authentication-keyid <keyid>
ntp-service unicast-server 192.168.10.101 authentication-keyid <key-id>
ntp-service unicast-server 192.168.10.102 authentication-keyid <key-id>
Be First to Comment