Está en la página 1de 8

ACTIVIDAD NO.

2
Módulo 6. Aspectos Básicos de Networking (CCNA I)
Valor 15pts.

OBJETIVO: configurar las interfaces Fast Ethernet de un router. El enlace serial ya está configurado
para tener conectividad entre ambos routers.

ENTREGA: Debe subir el archivo PKT y PDF

Actividad: En base a la topología presentada, realizar las siguientes tareas:

 Cambiar el nombre a los Routers


 Escribir una descripción en cada interfaz
 Escribir un Mensaje de aviso (MOTD)
 Configurar las interfaces Fast Ethernet
 Configurar los PC´s
 Copiar la configuración running a start up
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#int s2/0
R1(config-if)#ip add 10.0.0.1 255.0.0.0
R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial2/0, changed state to down


R1(config-if)#int f0/0
R1(config-if)#ip add 192.168.0.1 255.255.255.0
R1(config-if)#no shut

R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to


up

R1(config-if)#
R1#
%SYS-5-CONFIG_I: Configured from console by console

%LINK-5-CHANGED: Interface Serial2/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

R1#enable
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.

R1(config)#ipiip route 192.168.0.10 255.255.255.0 192.168.0.1


%Inconsistent address and
maskR1(config)#
R1>enable
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#banner mot /Solo personal autorizado/
R1(config)#exit
R1#
%SYS-5-CONFIG_I: Configured from console by console

R1#copy running-config startup-config


Destination filename [startup-config]?
Building configuration...
[OK]
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router rip
R1(config-router)#network
192.168.1.0R1(config-router)#end

Router>enabl
eRouter#conf
t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#int s2/0
R2(config-if)#ip add 10.0.0.2 255.0.0.0
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface Serial2/0, changed state to up

R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial2/0, changed state to up

R2(config-if)#int f0/0nonint f0/0


R2(config-if)#ip add 192.168.1.1 255.255.255.0
R2(config-if)#no shut

R2(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up

%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to


up

R2>enab
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#banner mot /Solo personal autorizado/
R2(config)#exit

R2#copy running-config startup-config


R2#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
R2#exit
R2#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#router rip
R2(config-router)#network
192.168.0.0R2(config-router)#

También podría gustarte