C613-50631-01 Rev A Command Reference for IE340 Series 3145
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
NTP COMMANDS
NTP
RESTRICT
Example To prevent all IPv4 hosts from accessing a device for NTP service, use the
commands:
awplus# configure terminal
awplus(config)# ntp restrict default-v4 deny
To prevent the host 192.168.1.1 from accessing a device for NTP service, use the
commands:
awplus# configure terminal
awplus(config)# ntp restrict 198.168.1.1 deny
To allow all hosts in the 10.10.10.0/24 subnet to access a device for NTP server
status, use the commands:
awplus# configure terminal
awplus(config)# ntp restrict 10.10.10.0/24 query allow
Related
commands
ntp rate-limit
Command
changes
Version 5.4.8-1.1: command added