-
Notifications
You must be signed in to change notification settings - Fork 0
/
09-ConfguraçãoDaInterfaceDeInternet.txt
44 lines (32 loc) · 1.17 KB
/
09-ConfguraçãoDaInterfaceDeInternet.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
!Conexão no Switch do Professor
! Grupo-01 - Porta do Switch: 01
! Grupo-02 - Porta do Switch: 02
! Grupo-03 - Porta do Switch: 03
! Grupo-04 - Porta do Switch: 04
! Grupo-05 - Porta do Switch: 05
! Grupo-06 - Porta do Switch: 06
!Utilizar a Porta GigabitEthernet 0/1 do seu Router para conectar no Switch
!Professor (simulação da conexão com a Internet do ISP - Internet Service Provider)
!Acessando o modo exec user
enable
!Acessar modo de configuração global
configure terminal
!Configuração da interface GigabitEthernet 0/1 para acesso a Internet
interface gigabitEthernet 0/1
!Descriação da Interface
description Interface de acesso a Internet do Grupo-??
!Configuração do endereçamento IP Dinâmico via DHCP
ip address dhcp
!Inicializando a Interface
no shutdown
!Saindo das configurações da interface
end
!Salvando as informações
copy running-config startup-config
!Comandos para visualização das informações:
show running-config
show ip interface brief
ping 10.26.40.191 <-- servidor do SENAC
ping 10.26.40.190 <-- servidor do SENAC
ping 8.8.8.8 <-- servidor do Google
!Testar a conexão com a Internet utilizando o Navegador