NTP Master

Configuraciones de NTP Master y Clientes.

"Topología de red Implementada"


Descripción: En la siguiente imagen se muestra un Router “RT1” actuando como NTP master mientras que los otros Router le solicitan a él como clientes.

 

 ¿Qué es NTP Master en RT?:

NTP Master en una red es un servidor configurado para proporcionar señales de tiempo precisas a otros dispositivos en la red, ayudando así a mantener una sincronización precisa del tiempo en toda la red. Esto es fundamental en muchas aplicaciones, como la informática en la nube, las telecomunicaciones, las transacciones financieras y otras áreas donde se necesita un registro temporal preciso.

 

Configuraciones NTP Master.

 

#Se configuran las direcciones IP en cada Router#

...

 

#Se aplican las configuraciones NTP Master en RT1#

RT1>enable

RT1#configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.

RT1(config)#ntp authentication-key 1024 md5 cisco321

RT1(config)#ntp trusted-key 1024

RT1(config)#ntp server 172.16.0.2 key 1024

RT1(config)#ntp update-calendar

RT1(config)#ntp master

RT1(config)#exit

RT1#show clock

19:26:19.477 UTC Sat Sep 2 2023

 

#Se aplican las configuraciones NTP Client en RT2#

RT2>enable

RT2#configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.

RT2(config)#ntp server 172.16.1.1 (IP del Servidor NTP Master RT1)

RT2(config)#exit

RT2#show clock

19:27:02.477 UTC Sat Sep 2 2023

 

#Se aplican las configuraciones NTP Client en RT3#

RT3>enable

RT3#configure terminal

Enter configuration commands, one per line.  End with CNTL/Z.

RT3(config)#ntp server 172.16.3.1 (IP del Servidor NTP Master RT1)

RT3(config)#exit

RT3#show clock

19:27:18.477 UTC Sat Sep 2 2023

 

Tabla de Direccionamiento IP 



ALGUNAS EVIDENCIAS

Solicitudes NTP entre Routers






Descarga aquí la topología (NTP MASTER.pkt).


Comentarios