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.
Na Segunda etapa do documento "Etapa-021-ConfiguracaoSpeedDuplex-Switch.txt" é solicitado para acessar os Switches L2 e configurar o Description das interfaces.
É informado o Range giga 0/1 -2 como "Porta de Backbone com o Switch Layer 3 3560", porém a porta Giga 0/2 é conectada ao Swithcer L2 "sw-l2-2960-4.
Nesse caso não seria "Porta de Backbone com o Switch Layer 3 3560 e tronco com sw-l2-2960-4"?
Obrigado e continue com os vídeos pois são ótimos.
The text was updated successfully, but these errors were encountered:
Bom dia @andremmviana obrigado pela observação, sim, como utilizei a opção de range, a descrição fica errada mesmo, já fiz o ADENDO e ERRATA no script:
interface GigabitEthernet 0/1
description Porta de Backbone com o Switch Layer 3 3560
speed 1000
no mdix auto
exit
!ADENDO: adicionado a configuração individual da Porta GigabitEthernet 0/2
!ERRATA: no vídeo utilizei a opção de range, mais a descrição das Interfaces são diferentes
interface GigabitEthernet 0/2
description Porta de Backbone com o Switch Layer 2 2960
speed 1000
no mdix auto
end
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Boa noite professor,
Na Segunda etapa do documento "Etapa-021-ConfiguracaoSpeedDuplex-Switch.txt" é solicitado para acessar os Switches L2 e configurar o Description das interfaces.
É informado o Range giga 0/1 -2 como "Porta de Backbone com o Switch Layer 3 3560", porém a porta Giga 0/2 é conectada ao Swithcer L2 "sw-l2-2960-4.
Nesse caso não seria "Porta de Backbone com o Switch Layer 3 3560 e tronco com sw-l2-2960-4"?
Obrigado e continue com os vídeos pois são ótimos.
The text was updated successfully, but these errors were encountered: