Sunteți pe pagina 1din 8

Actividad 7.4.

3: Resolucin de problemas de DHCP y NAT


NOTA PARA EL USUARIO: Esta actividad es una variacin de la prctica de laboratorio 7.4.3. Es posible que Packet Tracer no admita todas las tareas especificadas en la prctica de laboratorio. Esta actividad no debe considerarse equivalente a completar la prctica de laboratorio. Packet Tracer no reemplaza la experiencia de la prctica de laboratorio con equipos reales. Tabla de direccionamiento
Dispositivo Interfaz Direccin IP S0/0/0 R1 Fa0/0 Fa0/1 S0/0/0 R2 ISP S0/0/1 Fa0/0 S0/0/1 172.16.0.1 172.16.10.1 172.16.11.1 172.16.0.2 209.165.201.1 172.16.20.1 209.165.201.2 Mscara de subred 255.255.255.252 255.255.255.0 255.255.255.0 255.255.255.252 255.255.255.252 255.255.255.0 255.255.255.252

Objetivos de aprendizaje Al completar esta prctica de laboratorio podr:


Detectar y corregir errores de red Documentar la red corregida

Escenario Un ingeniero de redes inexperto configur los routers de su empresa. Diversos errores en la configuracin produjeron problemas de conectividad. Su jefe le pidi que resuelva y corrija los errores de configuracin y que documente su trabajo. Detecte y corrija los errores utilizando sus conocimientos del DHCP, la NAT y los mtodos estndar de evaluacin. Asegrese de que todos los clientes tengan conectividad total.

Tarea 1: Detectar y corregir errores de red Utilice los comandos de resolucin de problemas para detectar los errores y luego corregirlos. Una vez que se hayan corregido todos los errores, debe poder hacer ping desde PC1 y PC2 hasta el ISP. El ISP debe poder hacer ping al servidor Web interno en su direccin IP pblica. Error 1: La interfaz s0/0/0 estaba apagada

Error 2: No se introduca el modo de NAT de la interfaz NAT s0/0/0 en el Router 2 (ip nat inside)

Error 3: Errnea la lista de origen NAT en el Router 2

WAN Technologies

ITCs Enginnering

Error 4: No se haba aplicado el default-information originate al rip del Router 2

Tarea 2: Documentar la red corregida En cada router, ejecute el comando show run y capture las configuraciones. R1
R1#show run Building configuration... Current configuration : 1112 bytes ! version 12.3 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R1 ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ip dhcp excluded-address 172.16.10.1 172.16.10.3 ip dhcp excluded-address 172.16.11.1 172.16.11.3 ! ip dhcp pool R1_LAN10 network 172.16.10.0 255.255.255.0 dns-server 172.16.20.254 ip dhcp pool R1_LAN11 network 172.16.11.0 255.255.255.0 dns-server 172.16.20.254 ! ! !

WAN Technologies

ITCs Enginnering

! ! ! ! no ip domain-lookup ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 ip address 172.16.10.1 255.255.255.0 duplex auto speed auto ! interface FastEthernet0/1 ip address 172.16.11.1 255.255.255.0 duplex auto speed auto ! interface Serial0/0/0 ip address 172.16.0.1 255.255.255.252 clock rate 125000 ! interface Serial0/0/1 no ip address shutdown ! interface Vlan1 no ip address shutdown ! router rip version 2 network 172.16.0.0 no auto-summary ! ip classless ! ! ! banner motd ^CAUTHORIZED ACCESS ONLY^C ! ! ! ! line con 0 password cisco login ! line aux 0

WAN Technologies

ITCs Enginnering

! line vty 0 4 password cisco login ! ! ! end

R2
R2#show run Building configuration... Current configuration : 1220 bytes ! version 12.3 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname R2 ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! ! ! ! ! ! ! no ip domain-lookup ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 ip address 172.16.20.1 255.255.255.0 ip nat inside duplex auto speed auto ! interface FastEthernet0/1

WAN Technologies

ITCs Enginnering

no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 ip address 172.16.0.2 255.255.255.252 ip nat inside ! interface Serial0/0/1 ip address 209.165.201.1 255.255.255.252 ip nat outside clock rate 125000 ! interface Vlan1 no ip address shutdown ! router rip version 2 network 172.16.0.0 default-information originate no auto-summary ! ip nat pool NAT_POOL 209.165.201.9 209.165.201.14 netmask 255.255.255.248 ip nat inside source list NAT_ACL pool NAT_POOL overload ip nat inside source static 172.16.20.254 209.165.201.30 ip classless ip route 0.0.0.0 0.0.0.0 209.165.201.2 ! ! ip access-list standard NAT_ACL permit 172.16.10.0 0.0.0.255 ! banner motd ^CAUTHORIZED ACCESS ONLY^C ! ! ! ! line con 0 password cisco login ! line aux 0 ! line vty 0 4 password cisco login ! ! ! end

WAN Technologies

ITCs Enginnering

ISP
ISP#show run Building configuration... Current configuration : 798 bytes ! version 12.3 no service timestamps log datetime msec no service timestamps debug datetime msec no service password-encryption ! hostname ISP ! ! ! enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1 ! ! ! ! ! ! ! ! ! ! no ip domain-lookup ! ! spanning-tree mode pvst ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto shutdown ! interface FastEthernet0/1 no ip address duplex auto speed auto shutdown ! interface Serial0/0/0 no ip address shutdown ! interface Serial0/0/1

WAN Technologies

ITCs Enginnering

ip address 209.165.201.2 255.255.255.252 ! interface Vlan1 no ip address shutdown ! ip classless ip route 209.165.200.0 255.255.255.224 Serial0/0/1 ! ! ! banner motd ^CAUTHORIZED ACCESS ONLY^C ! ! ! ! line con 0 password cisco login ! line aux 0 ! line vty 0 4 password cisco login ! ! ! end

WAN Technologies

ITCs Enginnering

S-ar putea să vă placă și