Справочник Пользователя для Ulterius Technologies LLC FDN40

Скачать
Страница из 388
 
CHAPTER 13: NTP 
Configuration User Manual 
251 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
13.5 NTP Configurations 
13.5.1  Configuring NTP system  
13.5.1.1  Enabling the NTP system 
1.  Execute the following commands to enable NTP on the target.  
Enabling the NTP module is a two step configuration 
First enable NTP mode and then enabling client mode and further user 
configuration of server and polltime 
 
Enter the Global Configuration Mode.  
UltOs# configure terminal 
 
Enter NTP config mode. 
UltOs(config)# ntp 
 
Enable NTP mode 
UltOs(config-ntp)#  set ntp enable 
 
Enable NTP client mode unicast 
set ntp client mode {unicast | multicast | disabled} 
UltOs(config-ntp)# set ntp client mode unicast 
 
User can now configure IP and polltime in unicast mode 
UltOs(config-ntp)# exit 
2.  View the NTP related global information. 
UltOs# show ntp mode 
NTP SERVICE ENABLE CONFIGURATION: 
NTP SERVICE ENABLE : ENABLED 
UltOs# show ntp client mode 
NTP SERVCIE CONFIGURATION INFORMATION: 
NTP CLIENT MODE : UNICAST 
UltOs# show ntp server 
NTP SERVER INFO : 
Server Address: 172.30.19.172 
Polltime: 6 
NTP SERVER INFO : 
Server Address: 172.30.19.123 
Polltime: 6 
13.5.1.2  Disabling the NTP system 
1.  Execute the following commands to disable NTP on the target.  
 
Enter the Global Configuration Mode.  
UltOs# configure terminal