Ejercicio packet tracer unidad 1 modulo 2

Páginas: 15 (3665 palabras) Publicado: 20 de febrero de 2011
Ejercicio de la unidad 1.
Configuración básica del router.
A partir de la siguiente topología de red realiza las siguientes tareas:
• Realiza la tabla de direcciones IP
• Configura los router con las sentencias básicas
• Configura el protocolo de enrutamiento rip
• Verifica el funcionamiento de la red de extremo a extremo y salto a sato
• Guarda la configuración de los routers
Realiza unreporte de la práctica escrita donde contenga:
• Tabla de direcciones IP
Dispositivo Interfaz Dirección IP Mascara de Subred Gateway predeterminado
R1 F0/0 195.15.11.46 255.255.255.240 ---
F0/1 195.15.11.30 255.255.255.240 ---
S0/0/0 195.15.11.81 255.255.255.240 ---
S0/0/1 195.15.11.97 255.255.255.240 ---
R2 F0/0 195.15.11.62 255.255.255.240 ---
S0/0/0 195.15.11.82 255.255.255.240 ---S0/0/1 195.15.11.114 255.255.255.240 ---
R3 F0/0 195.15.11.78 255.255.255.240 ---
S0/0/0 195.15.11.115 255.255.255.240 ---
S0/0/1 195.15.11.98 255.255.255.240 ---
PC1 NIC 195.15.11.17 255.255.255.240 195.15.11.30
PC2 NIC 195.15.11.35 255.255.255.240 195.15.11.46
PC3 NIC 195.15.11.36 255.255.255.240 195.15.11.46
PC4 NIC 195.15.11.59 255.255.255.240 195.15.11.62
PC5 NIC 195.15.11.60255.255.255.240 195.15.11.62
PC6 NIC 195.15.11.76 255.255.255.240 195.15.11.78

• Configuración de los routers
R1
--- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: N

Press RETURN to get started!

Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#int fast0/1R1(config-if)#exit
R1(config)#no ip domain-lookup
R1(config)#enable secret class
R1(config)#banner motd &
Enter TEXT message. End with the character '&'.
El acceso al R1 no esta autorizado &

R1(config)#line console 0 4
^
% Invalid input detected at '^' marker.

R1(config)#line console 04
^
% Invalid input detected at '^' marker.R1(config)#line console 0
R1(config-line)#password cisco
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#int fast0/0
R1(config-if)#ip address 195.15.11.46 255.255.255.240
R1(config-if)#no shut

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

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

R1(config-if)#exit
R1(config)#int fast0/1
R1(config-if)#ip address 195.15.11.30 255.255.255.240
R1(config-if)#no shut

%LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up

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

R1(config-if)#exit
R1(config)#int serial0/0/0
R1(config-if)#ip address 195.15.11.81255.255.255.240
R1(config-if)#clock rate 64000
R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/0, changed state to down
R1(config-if)#exit
R1(config)#int serial0/0/1
R1(config-if)#ip address 195.15.11.97 255.255.255.240
R1(config-if)#clock rate 64000
R1(config-if)#no shut

%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
R1(config-if)#end
R1#%SYS-5-CONFIG_I: Configured from console by console

R1#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
R1#
R2
--- System Configuration Dialog ---

Continue with configuration dialog? [yes/no]: n

Press RETURN to get started!

Router>enable
Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.Router(config)#hostname R2
R2(config)#no ip domain-lookup
R2(config)#enable secret class
R2(config)#banner motd &
Enter TEXT message. End with the character '&'.
El acceso al R2 no esta autorizado &

R2(config)#line console 0
R2(config-line)#password cisco
R2(config-line)#exit
R2(config)#line vty 0 4
R2(config-line)#password cisco
R2(config-line)#login exit
^
% Invalid...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • ejercicio 1 packet tracer
  • Ejercicio Packet Tracer
  • Ejercicios en Packet Tracer
  • Actividad 10 Unidad 2 Modulo 1
  • MODULO 1 EJERCICIO 1
  • Packet tracer
  • Packet Trace
  • packet tracer

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS