Page MenuHomeVyOS Platform

Add command to display connected NTP clients
Closed, InvalidPublicFEATURE REQUEST

Description

As VyOS can act as NTP server/relay there should also be an op-mode command to display all connected clients.

This can be done by ntpdc -c monlist

vyos@vyos:~$ ntpdc -c monlist
remote address          port local address      count m ver rstr avgint  lstint
===============================================================================
xxx05.xxx.net          123 172.16.254.30          1 3 4    190      3       3
xxx03.xxx.net          123 172.16.254.30          1 3 4    190     16      16
xxx02.xxx.net          123 172.16.254.30          4 3 4    190     54      24
yyy01.xxx.net          123 172.16.254.30         11 3 4    190     72      76
xxx01.xxx.net          123 172.16.254.30         11 3 4    190     78     150

Proposal:
show ntp clients

Details

Version
-

Event Timeline

c-po changed the task status from Open to In progress.
c-po claimed this task.
c-po triaged this task as Normal priority.
c-po edited a custom field.

Unfortunately this is not implemented in ntpqc. The reason it worked for me was my firewall blocking everything else.