I’m in the process of learning the VyOS CLI. After getting the basic configuration in order, I need to update the default NTP servers which are (off the the of my head):
To these servers:
0[.]no[.]pool[.]ntp[.]org
1[.]no[.]pool[.]ntp[.]org
2[.]no[.]pool[.]ntp[.]org
3[.]no[.]pool[.]ntp[.]org
The documentation [1] points me in the right direction. I can change the first NTP server by running the following command:
set system ntp server 0.no.pool.ntp.org
However I’d like to update the other 3 default servers and I can’t figure out the correct CLI syntax. What is the correct syntax to update all 4 NTP servers?