Deber1

Páginas: 2 (474 palabras) Publicado: 14 de abril de 2015
UNIVERSIDAD POLITECNICA SALESIANA
CARRERA DE INGENIERÍA DE SISTEMAS
REDES III
TEMA: Ejercicio 1 Enrutamiento Estático

NOMBRE: Andrés F. Zaruma L. FECHA DEENTREGA: 14 de Abril del 2015

Topología

Tabla de Direccionamiento
Dispositivos
Interfaz
Red/Mask
Ip
Gateway
R3
S0/0/1
192.168.3.0/24
192.168.3.2

R2
S0/0/1
192.168.3.0/24
192.168.3.1

R2
Fa0/0192.168.2.0/24
192.168.2.2

R1
Fa0/0
192.168.1.0/24
192.168.1.1

R1
Fa0/1
192.168.2.0/24
192.168.2.1

PC1
Fa0
192.168.1.0/24
192.168.1.10
192.168.1.1

Configuración Base
TAREA 1
Configure una ruta estática en R3R3#show ip route
R3#conf t
R3(config)#ip route 192.168.1.0 255.255.255.0 192.168.3.1
R3(config)#end
R3#
%SYS-5-CONFIG_I: Configured from console by console
wr
Building configuration...
[OK]
R3#showip route
Examine la tabla de enrutamiento en R3
R3#show ip route
Haga ping desde R3 a PC1
R3#ping 192.168.1.10

TAREA 2
Ruta estática en R1 para alcanzar R3
R1>enable
Password:
R1#show ip routeR1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#ip route 192.168.3.0 255.255.255.0 FastEthernet 0/1
R1(config)#end
R1#
%SYS-5-CONFIG_I: Configured from console by consoleR1#wr
Building configuration...
[OK]
Examine la tabla de enrutamiento en R1
R1#show ip route
Haga ping desde R3 a PC1
R3#ping 192.168.1.10
TAREA 3
Configure ruta estática en R2 para alcanzar la LAN deR1

R2>enable
Password:
R2#show ip route
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#ip route 192.168.1.0 255.255.255.0 FastEthernet 0/0
R2(config)#R2(config)#end
R2#
%SYS-5-CONFIG_I: Configured from console by console

R2#wr
Building configuration...
[OK]
Examine la tabla de enrutamiento en R2.
R2#show ip route
Haga ping desde R3 a PC1
R3#ping192.168.1.10
Preguntas
Tarea 1
¿Existe alguna ruta estática en la tabla de enrutamiento? En tal caso, enumere las rutas a continuación:

S 192.168.1.0/24 [1/0] via 192.168.3.1
C 192.168.3.0/24 is...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Deber1
  • deber1
  • Deber1
  • DEBER1
  • deber1 programacion
  • Deber1 Estadistica
  • Deber1
  • deber1

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS