Bahasa
Setting NTP di Switch HP 2920-24G
Pada artikel ini, saya akan berbagi cara untuk memasang NTP pada Switch HP tipe 2920-24G,
pertama, pastikan PC/laptop anda terkoneksi atau bisa melakukan ping ke Switch yang dituju,
Buka aplikasi telnet, disini saya menggunakan putty untuk melakukan telnet ke Switch yang akan kita setting,
Pilih connection type dan masukkan IP address dengan port 23 lalu open, bila berhasil telnet maka akan muncul pertanyaan login apabila switch sudah di setting menggunakan login, pastikan login dengan tingkat keamanan sebagai admin:
switch#
Masuk ke mode global configuration
switch#config t
Setelah masuk ke mode global configuration, setting NTP dengan mode unicast
switch(config)#sntp unicast
Lalu setting rentang waktu NTP untuk melakukan update data ke server
switch(config)#sntp 30
setelah itu, setting IP NTP server-nya dan berikan prioritas masing-masing server apabila anda memiliki lebih dari satu server NTP
switch(config)#sntp server priority 1 10.1.107.48
dan terakhir, pastikan bahwa waktu server di setting dengan mode tersinkron dengan server NTP
switch(config)#timesync sntp
Bila anda masih bingung, silahkan lihat di video ini
***********************************************************************************
English
Configure NTP on Switch HP 2920-24G
In this topic, I will shared about how to configure NTP on Switch HP 2920-24G.
First, make sure your PC/Notebook was connected or could ping to the Switch that we will config,
Open telnet application, in this time I use putty for telnet to the Switch,
Choose connection type and type IP address using port 23 then click open, if telnet was success it will show login question if the switch already configured using login, please make sure you use admin privillage for login:
switch#
change to global configuration mode
switch#config t
after went to global configuration, set NTP using unicast mode
switch(config)#sntp unicast
then set interval time for NTP to update data from server
switch(config)#sntp 30
and set NTP server IP and give priority at each server IP if you have more than one server
switch(config)#sntp server priority 1 10.1.107.48
last, make sure the time setting was configured for sync to NTP
switch(config)#timesync sntp
if you still confuse, please feel free to watch this video
No comments:
Post a Comment