Está en la página 1de 19

La topología que se muestra es la que se ha preparado, mediante la carga

de IOS 7200 de router, y la creación de las maquinas virtuales.


Para configurar el Servidor NTP, se ha instalado un Ubuntu Server 19, el cual se hará
funcionar como un servidor NTP

Para ello realizamos la instalación del protocolo de tiempo red (NTP) mediante el
comando apt-ge tinstall ntp.

Abrimos el archivo de configuración del NTP mediante el editor nano.

Agregamos las líneas en rojo, según la zona horaria, y una ip de un servidor en caso de
que se pierda la conexión a internet, guardamos mediante ctrl + o, y salimos
presionando enter y luego ctrl + x.
Reiniciamos la interfaz de red

Agregamos dirección ipv6 a la interfaz.

Ejecutamos los cambios de la interfaz.

Configuramos como clientes a cada uno de los router, refiriendo la dirección IPv6 que
se ha configurado en el servidor NTP.
Configuración del Router R1.
R1#sh running-config

Building configuration...

Current configuration : 1628 bytes

! Last configuration change at 19:05:15 UTC Sat Jul 13 2019

upgrade fpd auto

version 15.2

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

hostname R1

boot-start-marker

boot-end-marker

no aaa new-model

no ip icmp rate-limit unreachable

!
!

no ip domain lookup

ip cef

ipv6 unicast-routing

ipv6 cef

multilink bundle-name authenticated

redundancy

ip tcp synwait-time 5

!
interface FastEthernet0/0

no ip address

duplex half

ipv6 address 2001:DB8:1:1::1/64

interface Serial1/0

no ip address

ipv6 address 2001:DB8:1:A001::1/64

serial restart-delay 0

interface Serial1/1

no ip address

shutdown

serial restart-delay 0

interface Serial1/2

no ip address

shutdown

serial restart-delay 0

interface Serial1/3

no ip address

shutdown

serial restart-delay 0

interface Serial1/4

no ip address

shutdown

serial restart-delay 0

interface Serial1/5
no ip address

shutdown

serial restart-delay 0

interface Serial1/6

no ip address

shutdown

serial restart-delay 0

interface Serial1/7

no ip address

shutdown

serial restart-delay 0

ip forward-protocol nd

no ip http server

no ip http secure-server

no cdp log mismatch duplex

ipv6 route ::/0 2001:DB8:1:A001::2

control-plane

mgcp profile default

!
!

gatekeeper

shutdown

line con 0

exec-timeout 0 0

privilege level 15

logging synchronous

stopbits 1

line aux 0

exec-timeout 0 0

privilege level 15

logging synchronous

stopbits 1

line vty 0 4

login

transport input all

ntp server 2001:DB8:1:1::10

End
Configuración del Router R0
R0#sh running-config

Building configuration...

Current configuration : 1692 bytes

! Last configuration change at 19:05:01 UTC Sat Jul 13 2019

upgrade fpd auto

version 15.2

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

hostname R0

boot-start-marker

boot-end-marker

no aaa new-model

no ip icmp rate-limit unreachable

!
!

no ip domain lookup

ip cef

ipv6 unicast-routing

ipv6 cef

multilink bundle-name authenticated

redundancy

ip tcp synwait-time 5

!
interface FastEthernet0/0

no ip address

shutdown

duplex half

interface Serial1/0

no ip address

ipv6 address 2001:DB8:1:A001::2/64

serial restart-delay 0

interface Serial1/1

no ip address

ipv6 address 2001:DB8:1:A002::2/64

serial restart-delay 0

interface Serial1/2

no ip address

shutdown

serial restart-delay 0

interface Serial1/3

no ip address

shutdown

serial restart-delay 0

interface Serial1/4

no ip address

shutdown

serial restart-delay 0

interface Serial1/5
no ip address

shutdown

serial restart-delay 0

interface Serial1/6

no ip address

shutdown

serial restart-delay 0

interface Serial1/7

no ip address

shutdown

serial restart-delay 0

ip forward-protocol nd

no ip http server

no ip http secure-server

no cdp log mismatch duplex

ipv6 route 2001:DB8:1:1::/64 2001:DB8:1:A001::1

ipv6 route 2001:DB8:1:3::/64 2001:DB8:1:A002::1

control-plane

mgcp profile default


!

gatekeeper

shutdown

line con 0

exec-timeout 0 0

privilege level 15

logging synchronous

stopbits 1

line aux 0

exec-timeout 0 0

privilege level 15

logging synchronous

stopbits 1

line vty 0 4

login

transport input all

ntp server 2001:DB8:1:1::10

End
Realizar las configuraciones en el Router R2
R2#sh running-config

Building configuration...

Current configuration : 1643 bytes

! Last configuration change at 19:04:37 UTC Sat Jul 13 2019

upgrade fpd auto

version 15.2

service timestamps debug datetime msec

service timestamps log datetime msec

no service password-encryption

hostname R2

boot-start-marker

boot-end-marker

no aaa new-model

no ip icmp rate-limit unreachable

!
!

no ip domain lookup

ip cef

ipv6 unicast-routing

ipv6 cef

multilink bundle-name authenticated

redundancy

ip tcp synwait-time 5

!
interface FastEthernet0/0

no ip address

duplex half

ipv6 address 2001:DB8:1:3::1/64

interface Serial1/0

no ip address

shutdown

serial restart-delay 0

interface Serial1/1

no ip address

ipv6 address 2001:DB8:1:A002::1/64

serial restart-delay 0

interface Serial1/2

no ip address

shutdown

serial restart-delay 0

interface Serial1/3

no ip address

shutdown

serial restart-delay 0

interface Serial1/4

no ip address

shutdown

serial restart-delay 0

interface Serial1/5
no ip address

shutdown

serial restart-delay 0

interface Serial1/6

no ip address

shutdown

serial restart-delay 0

interface Serial1/7

no ip address

shutdown

serial restart-delay 0

ip forward-protocol nd

no ip http server

no ip http secure-server

no cdp log mismatch duplex

ipv6 route ::/0 2001:DB8:1:A002::2

control-plane

mgcp profile default

!
!

gatekeeper

shutdown

banner motd ^C^C

line con 0

exec-timeout 0 0

privilege level 15

logging synchronous

stopbits 1

line aux 0

exec-timeout 0 0

privilege level 15

logging synchronous

stopbits 1

line vty 0 4

login

transport input all

ntp server 2001:DB8:1:1::10

End
Para el Servidor Syslog, se ha realizado previa instalacion de un Windows Server 2016 R2, el
cual se ha conectado a la topología.

Dentro del Windows Server se ha instalado la Herramienta PRTG.

También podría gustarte