Hello all,
Once again, vulnerability scan against the 1950 has me scratching my head. This time it has to do with the switch responding to NTP mode 6 queries. The switch itself is not configured as an NTP server however it is using NTP to get it's time. What's really killing me is the documentation on NTP configuration is horrible. What's the difference between a "Unicast server" and a "unicast peer"? How would I configure the switch to not respond to NTP mode 6 queries?
Here is what my NTP settings currently are
display current-configuration | include ntp
clock protocol ntp
ntp-service enable
ntp-service source Vlan-interface1
ntp-service unicast-server 192.168.35.22
ntp-service unicast-server 10.81.10.20
ntp-service unicast-peer 192.168.35.201
Thanks in advance!