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

Difficulty level
Easy (less than an hour)
Version
-
Why the issue appeared?
Will be filled on close

Event Timeline

c-po changed the task status from Open to In progress.Feb 21 2019, 5:15 PM
c-po claimed this task.
c-po triaged this task as Normal priority.
c-po created this task.
c-po changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).

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