Estados de los interfaces
Los interfaces de los routers o switches puedden estar en diversos estados en funcion de varios parámetrosl
- administratively down / down
- down/protocol down (disabled)
- up/protocol down (disabled)
- FastEthernet2/1 is up, line protocol is down
administratively down / down
S1#sh interfaces gigabitEthernet 0/1 GigabitEthernet0/1 is administratively down, line protocol is down
El interface esta caído porque esta deshabilitado mediante shutdown.
S1#conf terminal Enter configuration commands, one per line. End with CNTL/Z. S1(config)#int gigabitEthernet 0/1 S1(config-if)#no shutdown S1(config-if)# %LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up S1(config-if)#^Z S1# S1#sh interfaces GigabitEthernet 0/1 GigabitEthernet0/1 is up, line protocol is up (connected)
up/protocol down (disabled)
El interface del otro lado aparece como down, pero no menciona la causa
S2#sh interfaces gigabitEthernet 0/1 GigabitEthernet0/1 is down, line protocol is down (disabled)
El interface muestra lo siguiente
RTenerife#sh int GigabitEthernet 0/1 GigabitEthernet0/1 is up, line protocol is down (disabled)
He probado de levantar el interfce pero no levanta. Es la conexion de un switch con un router a traves de interfaces GigabitEthernet.
He probado de configurar el duplex y ha ocurrido lo siguiente:
RTenerife(config-if)#duplex full
RTenerife(config-if)#shutdown
RTenerife(config-if)#no shutdown
RTenerife(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
RTenerife(config-if)#
Switch(config)#int GigabitEthernet 0/1
Switch(config-if)#no sh
Switch(config-if)#no shutdown
Switch(config-if)#duplex full
Switch(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
Así que ya lo tenemos, configuramos el duplex y se soluciona
down/protocol down (disabled)
En el log se muestra el siguiente contenido
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to down %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to down
Aquí hemos desconectado el cable y no hay conexión.
S1#sh interfaces gigabitEthernet 0/1 GigabitEthernet0/1 is down, line protocol is down (disabled)
Lo conectamos de nuevo y vemos el log y el estado del interface
%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up
Este error aparece del mismo modo si la configuracion de duplex es erronea
FastEthernet2/1 is up, line protocol is down
Probablemente el cable usado es incorrecto. Si has modificado el cable y no funciona, a mi me ha solucionado reiniciando el interface
ESW1(config)#int FastEthernet 2/1 ESW1(config-if)#shutdown ESW1(config-if)#no shutdown *Mar 1 00:26:13.079: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet2/1, changed state to up
También me ha ocurrido que intentando crear un trunk, el inteface se ha quedado así.
switch-core1e#sh interfaces FastEthernet 2/15 FastEthernet2/15 is up, line protocol is down Hardware is Fast Ethernet, address is c201.17fc.f20f (bia c201.17fc.f20f) MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec,
AUTOR: David Perez Martorell davidperezmartorell@gmail.com
—
Nota: Si te sirvió lo que postié, te pido 2 segundos para contestar las encuestas que figuran abajo.
Gracias!