Sie sind auf Seite 1von 3

9.2.3.

14 TROUBLESHOOTING ENTERPRISE NETWORKS 3


TOPOLOGA

BSQUEDA DE PROBLEMAS DE RED Y POSIBLES SOLUCIONES

1. Problemas en R1: Gateway predeterminado errneo en pool de direcciones


IP del DHCP. No se debe propagar la ruta predeterminada
Solucin:
R1(dhcp-config) ip dhcp pool Access
R1(dhcp-config) default-router 192.168.10.1
R1(config-router) router ospf 1
R1(config-router) no default-information originate

2. Problema en R2: Se debe configurar la propagacin de ruta


predeterminada. Y la encapsulacin es incorrecta en S0/0/01.
Solucin:
R2(config-router) router ospf 1
R2(config-router) default-information originate
R2(config-if) interface s0/0/1
R2(config-if) encapsulation hdlc
R2(config-if) encapsulation hdlc

3. Problema en R3: No hay adyacencia con R2 y R3


Solucin:
R3(config-router) router ospf 1
R3(config-router) no passive-interface default
R3(config-router) passive-interface g0/1

4. Problema en S1: la seguridad del puerto est configurado en la interface


incorrecta.
Solucion:
S1(config-if)# interface FastEthernet0/3
S1(config-if)# switchport access vlan 10
S1(config-if)# switchport mode access
S1(config-if)# switchport port-security
S1(config-if)# switchport port-security mac-address sticky

5. Problema en S3: La interface G0/1 no est configurada como troncal.


Solucin:
S3(config-if)# interface g1/1
S3(config-if)# switchport mode trunk

6. Problema en S4: Los canales de los puertos estn mal configurados.


Solucin:
S3(config-if-range)# interface range f0/1-2
S3(config-if-range)# no channel-group 3 mode auto
S3(config-if-range)# channel-group 2 mode auto
S3(config-if-range)# interface range f0/3-4
S3(config-if-range)# no channel-group 2 mode auto
S3(config-if-range)# channel-group 3 mode auto

VERIFICACIN DE LA CONECTIVIDAD
CONCLUSIONES DE LABORATORIO
En la resolucin de problemas con un enfoque ascendente, se comienza por los
componentes fsicos de la red y se atraviesan las capas del modelo OSI de
manera ascendente hasta que se identifica la causa del problema. En primera
instancia se recopilan los sntomas, posteriormente se asla el problema, se
corrige y se verifica si la solucin genero otros problemas.

Das könnte Ihnen auch gefallen