Descargar archivo PKT
Los usuarios de la red se quejan del lento funcionamiento de la red. Cierto día al finalizar la jornada laboral decido hacer unos ajustes en la velocidad de los puertos troncales de los switchs y la red se cae. Algunos problemas pueden derivar si no se configura bien la velocidad o el duplex de los interfaces.
El estado de las interfaces es el siguiente:
SW-A#sh inter g0/2
GigabitEthernet0/2 is down, line protocol is down (disabled)
Hardware is Lance, address is 0060.70ed.c31a (bia 0060.70ed.c31a)
BW 10000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 1000Mb/s
input flow-control is off, output flow-control is off
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:08, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
956 packets input, 193351 bytes, 0 no buffer
Received 956 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 watchdog, 0 multicast, 0 pause input
0 input packets with dribble condition detected
2357 packets output, 263570 bytes, 0 underruns
0 output errors, 0 collisions, 10 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
SW-B#sh inter g0/2
GigabitEthernet0/2 is down, line protocol is down (disabled)
Hardware is Lance, address is 0009.7cc8.391a (bia 0009.7cc8.391a)
BW 100000 Kbit, DLY 1000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s
input flow-control is off, output flow-control is off
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:08, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
956 packets input, 193351 bytes, 0 no buffer
Received 956 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 watchdog, 0 multicast, 0 pause input
0 input packets with dribble condition detected
2357 packets output, 263570 bytes, 0 underruns
0 output errors, 0 collisions, 10 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Como administrador de la red me veo en la obligación de resolver el problema observando las configuraciones.
Efectivamente observo que el enlace se ha caído porque las interfaces están desactivadas, miro la velocidad y me doy cuenta de que no son iguales allí puede estar el problema. La solución sera cambiar la velocidad de la otra interfaz también.
SW-B>ena
SW-B#conf t
SW-B(config)#interf g0/2
SW-B(config-if)#speed 1000
SW-B(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to up
SW-B(config-if)#end
SW-B#
SW-B#copy run start
Destination filename [startup-config]?
Building configuration...
[OK]
Poniendo la velocidad igual en ambas interfaces o en auto (default), el enlace troncal se levanta volviendo al normal funcionamiento. Lo mismo sucede si configuramos uno de los interfaces a half duplex, el enlace se cae impidiendo la comunicación. Por defecto los interfaces son full duplex.
SW-B(config-if)#duplex half
SW-B(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/2, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to down
%LINK-5-CHANGED: Interface GigabitEthernet0/2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/2, changed state to up
Tenga especial cuidado con estos temas que suelen ser preguntas en el examen de certificación.
No hay comentarios:
Publicar un comentario
"Tu opinión es importante, gracias por comentar"