You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Depois que eu fiz o procedimento no Roteador a ligação entre Roteador e Switch ficaram VERMELHA a conexão.
Eu entrei no roteador e fiz o seguinte procedimento:
rt-1941-1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 192.168.1.254 YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Vlan1 unassigned YES NVRAM administratively down down
rt-1941-1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
rt-1941-1(config)#
rt-1941-1(config)#interface giga
rt-1941-1(config)#interface gigabitEthernet 0/0
rt-1941-1(config-if)#
rt-1941-1(config-if)#no shutdown
rt-1941-1(config-if)#
*mar 01, 00:18:42.1818: %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
*mar 01, 00:18:42.1818: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
rt-1941-1(config-if)#
Ai normalizou tudo!
Assim esta correto?
Novamente, muito obrigado!!
The text was updated successfully, but these errors were encountered:
Olá, sim, se você leu o Scritp da Etapa-009 a partir da Linha 82 eu comento sobre isso:
!OBSERVAÇÃO: no vídeo após a cópia da configuração da NVRAM para RAM, por padrão as interfaces não são inicializadas
!OBSERVAÇÃO: sendo necessário inicializar manualmetne cada interface, pois no arquivo running-config não tem o comando: no shutdown
!ERRATA: no vídeo não foi falado ou comentado sobre isso, não esqueça de inicializar as interfaces
Prezado Professor,
Boa Tarde!
Depois que eu fiz o procedimento no Roteador a ligação entre Roteador e Switch ficaram VERMELHA a conexão.
Eu entrei no roteador e fiz o seguinte procedimento:
rt-1941-1#show ip interface brief
Interface IP-Address OK? Method Status Protocol
GigabitEthernet0/0 192.168.1.254 YES NVRAM administratively down down
GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Vlan1 unassigned YES NVRAM administratively down down
rt-1941-1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
rt-1941-1(config)#
rt-1941-1(config)#interface giga
rt-1941-1(config)#interface gigabitEthernet 0/0
rt-1941-1(config-if)#
rt-1941-1(config-if)#no shutdown
rt-1941-1(config-if)#
*mar 01, 00:18:42.1818: %LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
*mar 01, 00:18:42.1818: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up
rt-1941-1(config-if)#
Ai normalizou tudo!
Assim esta correto?
Novamente, muito obrigado!!
The text was updated successfully, but these errors were encountered: