SlideShare uma empresa Scribd logo
1 de 17
Baixar para ler offline
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
1
CRIAÇÃO DA TOPOLOGIA DE TRABALHO
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
2
Utilize a tabela de endereçamento abaixo para configurar os roteadores
Tabela de endereçamento
Dispositivo Interface DLCI DCE/DTE Endereço IP Máscara de Sub-
rede
Gateway
Padrão
CAMPO_GRANDE
Fa0/0 - 192.168.1.1 255.255.255.224
S0/0/0 DCE - - -
S0/0/0.1 101 DCE 192.168.1.193 255.255.255.252
S0/1/0.2 102 DCE 192.168.1.197 255.255.255.252
S0/0/0.3 103 DCE 192.168.1.201 255.255.255.252
CORUMBA
Fa0/0 - 192.168.1.33 255.255.255.224
S0/0/0 DTE 255.255.255.252
S0/0/0.1 201 DTE 192.168.1.194 255.255.255.252
TRES_LAGOAS
Fa0/0 DTE 192.168.1.65 255.255.255.192
S0/0/0 DTE - - -
S0/0/0.1 202 DTE 192.168.1.198 255.255.255.252
DOURADOS
Fa0/0 - 192.168.1.129 255.255.255.192
S0/0/0 DTE - - -
S0/0/0.1 203 DTE 192.168.1.202 255.255.255.252
PC - CG
ETH0 - - 192.168.1.2 255.255.255.224 192.168.1.1
PC - CORUMBA ETH0 - - 192.168.1.34 255.255.255.224 192.168.1.33
PC –
TRES_LAGOAS
ETH0 - - 192.168.1.66 255.255.255.192 192.168.1.65
PC – DOURADOS ETH0 - - 192.168.1.130 255.255.255.192 192.168.1.129
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
3
CONFIGURAR A NUVEM FRAME-RELAY
• Criar as 3 DLCIs NA SERIAL 0 DA NUVEM FRAME RELAY:
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
4
• Criar a DLCI NA SERIAL 1 DA NUVEM FRAME RELAY para o link de CORUMBA:
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
5
• Criar a DLCI NA SERIAL 2 DA NUVEM FRAME RELAY para o link de TRES LAGOAS:
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
6
• Criar a DLCI NA SERIAL 2 DA NUVEM FRAME RELAY para o link de DOURADOS:
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
7
• Criar os circuitos virtuais na NUVEM
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
8
LIGAR AS INTERFACES DAS NUVEM COM AS SERIAIS 0/0/0 DOS ROTEADORES
• Ligação da serial 0/0/0 do router CAMPO GRANDE para a interface serial 0 da nuvem
No final a configuração deverá estar assim:
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
9
COMANDOS DESCRIÇÕES
CAMPO_GRANDE(config)#interface serial 0/0/0 Acessa a interface serial do roteador
CAMPO_GRANDE(config-if)#description Grande
Porta CG
Cria uma descrição para a interface
CAMPO_GRANDE(config-if)#bandwidth 2048 Define uma largura de banda para a
interface(para monitoramento do link)
CAMPO_GRANDE(config-if)#clock rate 2000000 Geração do clock
CAMPO_GRANDE(config-if)#encapsulation frame-
relay IETF
Realiza o encapsulamento FRAME-RELAY para o
formato IETF - O tipo de encapsulamento IETF
segue os padrões RFC 1490 e RFC 2427. Use essa
opção ao conectar-se a um roteador que não seja
Cisco.
CAMPO_GRANDE(config-if)#frame-relay lmi-type
cisco
Cria o formato para o gerenciamento da interface
CAMPO_GRANDE(config-if)#no shutdown Habilita a interface
CAMPO_GRANDE(config-if)#exit Sai da interface
CAMPO_GRANDE(config)#interface serial 0/0/0.1
point-to-point
Cria uma subinterface dentro da interface
principal
CAMPO_GRANDE(config-subif)#description CG-
CORUMBA
Cria uma descrição para a sub-interface
CAMPO_GRANDE(config-subif)#bandwidth 256 Define uma largura de banda para a
interface(para monitoramento do link)
CAMPO_GRANDE(config-subif)#ip address
192.168.1.193 255.255.255.252
Define um end. IP para a sub-interface
CAMPO_GRANDE(config-subif)#frame-relay
interface-dlci 101
Cria um DLCI para a sub-interface
CAMPO_GRANDE(config-if)#no shutdown Habilita a sub-interface
CAMPO_GRANDE(config-if)#exit Sai da sub-interface
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
10
CONFIGURAÇÃO DOS ROTEADORES
CONFIGURAÇÃO DO ROTEADOR CAMPO GRANDE
• Configurações básicas
Router>ena
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname CAMPO_GRANDE
CAMPO_GRANDE(config)#enable secret cisco
CAMPO_GRANDE(config)#line vty 0 4
CAMPO_GRANDE(config-line)#password cisco
CAMPO_GRANDE(config-line)#login
CAMPO_GRANDE(config-line)#exit
CAMPO_GRANDE(config)#line console 0
CAMPO_GRANDE(config-line)#password cisco
CAMPO_GRANDE(config-line)#login
• Configurações de Frame Relay na interface principal
CAMPO_GRANDE(config)#interface serial 0/0/0
CAMPO_GRANDE(config-if)#description Grande Porta CG
CAMPO_GRANDE(config-if)#bandwidth 2048
CAMPO_GRANDE(config-if)#clock rate 2000000
CAMPO_GRANDE(config-if)#encapsulation frame-relay IETF
CAMPO_GRANDE(config-if)#frame-relay lmi-type cisco
CAMPO_GRANDE(config-if)#no shutdown
CAMPO_GRANDE(config-if)#exit
• Configuração da Sub-interface que ligará Campo Grande a Corumbá
CAMPO_GRANDE(config)#interface serial 0/0/0.1 point-to-point
CAMPO_GRANDE(config-subif)#description CG-CORUMBA
CAMPO_GRANDE(config-subif)#bandwidth 256
CAMPO_GRANDE(config-subif)#ip address 192.168.1.193 255.255.255.252
CAMPO_GRANDE(config-subif)#frame-relay interface-dlci 101
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
11
CAMPO_GRANDE(config-if)#no shutdown
CAMPO_GRANDE(config-if)#exit
• Configuração da Sub-interface que ligará Campo Grande a Tres Lagoas
CAMPO_GRANDE(config)#interface serial 0/0/0.2 point-to-point
CAMPO_GRANDE(config-subif)#description CG-TLS
CAMPO_GRANDE(config-subif)#bandwidth 256
CAMPO_GRANDE(config-subif)#ip address 192.168.1.197 255.255.255.252
CAMPO_GRANDE(config-subif)#frame-relay interface-dlci 102
CAMPO_GRANDE(config-if)#no shutdown
CAMPO_GRANDE(config-if)#exit
• Configuração da Sub-interface que ligará Campo Grande a Dourados
CAMPO_GRANDE(config)#interface serial 0/0/0.3 point-to-point
CAMPO_GRANDE(config-subif)#description CG-DOURADOS
CAMPO_GRANDE(config-subif)#bandwidth 256
CAMPO_GRANDE(config-subif)#ip address 192.168.1.201 255.255.255.252
CAMPO_GRANDE(config-subif)#frame-relay interface-dlci 103
CAMPO_GRANDE(config-if)#no shutdown
CAMPO_GRANDE(config-if)#exit
• Configuração da Interface Lan que se ligará ao Servidor de Gerencia
CAMPO_GRANDE(config)#interface FastEthernet0/0
CAMPO_GRANDE(config-if)# ip address 192.168.1.1 255.255.255.224
CAMPO_GRANDE(config-if)#no shutdown
CAMPO_GRANDE(config-if)#exit
• Roteamento
CAMPO_GRANDE(config)# ip route 192.168.1.32 255.255.255.224 192.168.1.194
CAMPO_GRANDE(config)#ip route 192.168.1.64 255.255.255.192 192.168.1.198
CAMPO_GRANDE(config)#ip route 192.168.1.128 255.255.255.192 192.168.1.202
• Salvar as configurações
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
12
CAMPO_GRANDE(config)# exit
CAMPO_GRANDE#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
CONFIGURAÇÃO DOS ROTEADORES NAS BORDAS
• CONFIGURAÇÃO DO ROTEADOR CORUMBA
Router>ena
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname CORUMBA
CORUMBA (config)#enable secret cisco
CORUMBA (config)#line vty 0 4
CORUMBA (config-line)#password cisco
CORUMBA (config-line)#login
CORUMBA (config-line)#exit
CORUMBA (config)#line console 0
CORUMBA (config-line)#password cisco
CORUMBA (config-line)#login
• Configurações de Frame Relay na interface principal
CORUMBA (config)#interface serial 0/0/0
CORUMBA (config-if)#no ip address
CORUMBA (config-if)#description SERIAL CORUMBA
CORUMBA (config-if)#encapsulation frame-relay IETF
CORUMBA (config-if)#frame-relay lmi-type cisco
CORUMBA (config-if)#no shutdown
CORUMBA (config-if)#exit
• Configuração da Sub-interface que ligará Corumbá a Campo Grande
CORUMBA (config)#interface serial 0/0/0.1 point-to-point
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
13
CORUMBA (config-subif)#description CORUMBA-CG
CORUMBA (config-subif)#ip address 192.168.1.194 255.255.255.252
CORUMBA (config-subif)#frame-relay interface-dlci 201
CORUMBA (config-if)#no shutdown
CORUMBA (config-if)#exit
• Configuração da Interface Lan que se ligará à rede
CORUMBA (config)#interface FastEthernet0/0
CORUMBA (config-if)# ip address 192.168.1.33 255.255.255.224
CORUMBA (config-if)#no shutdown
• Roteamento
CORUMBA (config)# ip classless
CORUMBA (config)# ip route 0.0.0.0 0.0.0.0 192.168.1.193
• Salvar as configurações
CORUMBA (config)#exit
CORUMBA #copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
CONFIGURAÇÃO DO ROTEADOR TRES LAGOAS
Router>ena
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname TRES_LAGOAS
TRES_LAGOAS(config)#enable secret cisco
TRES_LAGOAS(config)#line vty 0 4
TRES_LAGOAS(config-line)#password cisco
TRES_LAGOAS(config-line)#login
TRES_LAGOAS(config-line)#exit
TRES_LAGOAS(config)#line console 0
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
14
TRES_LAGOAS(config-line)#password cisco
TRES_LAGOAS(config-line)#login
• Configurações de Frame Relay na interface principal
TRES_LAGOAS(config)#interface serial 0/0/0
TRES_LAGOAS(config-if)#no ip address
TRES_LAGOAS(config-if)#description SERIAL TRES_LAGOAS
TRES_LAGOAS(config-if)#encapsulation frame-relay IETF
TRES_LAGOAS(config-if)#frame-relay lmi-type cisco
TRES_LAGOAS(config-if)#no shutdown
TRES_LAGOAS(config-if)#exit
• Configuração da Sub-interface que ligará Corumbá a Campo Grande
TRES_LAGOAS(config)#interface serial 0/0/0.1 point-to-point
TRES_LAGOAS(config-subif)#description TRES_LAGOAS-CG
TRES_LAGOAS(config-subif)#ip address 192.168.1.198 255.255.255.252
TRES_LAGOAS(config-subif)#frame-relay interface-dlci 202
TRES_LAGOAS(config-if)#no shutdown
TRES_LAGOAS(config-if)#exit
• Configuração da Interface Lan que se ligará à rede
TRES_LAGOAS(config)#interface FastEthernet0/0
TRES_LAGOAS(config-if)# ip address 192.168.1.65 255.255.255.192
TRES_LAGOAS(config-if)#no shutdown
TRES_LAGOAS(config-if)#exit
• Roteamento
TRES_LAGOAS(config)#ip classless
TRES_LAGOAS(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.197
• Salvar as configurações
TRES_LAGOAS(config)#exit
TRES_LAGOAS#copy running-config startup-config
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
15
Destination filename [startup-config]?
Building configuration...
[OK]
CONFIGURAÇÃO DO ROTEADOR DOURADOS
Router>ena
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname DOURADOS
DOURADOS(config)#enable secret cisco
DOURADOS(config)#line vty 0 4
DOURADOS(config-line)#password cisco
DOURADOS(config-line)#login
DOURADOS(config-line)#exit
DOURADOS(config)#line console 0
DOURADOS(config-line)#password cisco
DOURADOS(config-line)#login
• Configurações de Frame Relay na interface principal
DOURADOS(config)#interface serial 0/0
DOURADOS(config-if)#no ip address
DOURADOS(config-if)#description SERIAL DOURADOS
DOURADOS(config-if)#encapsulation frame-relay IETF
DOURADOS(config-if)#frame-relay lmi-type cisco
DOURADOS(config-if)#no shutdown
DOURADOS(config-if)#exit
• Configuração da Sub-interface que ligará Dourados a Campo Grande
DOURADOS(config)#interface serial 0/0/0.1 point-to-point
DOURADOS(config-subif)#description DOURADOS-CG
DOURADOS(config-subif)#ip address 192.168.1.202 255.255.255.252
DOURADOS(config-subif)#frame-relay interface-dlci 203
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
16
DOURADOS(config-if)#no shutdown
DOURADOS(config-if)#exit
• Configuração da Interface Lan que se ligará à rede
DOURADOS(config)#interface FastEthernet0/0
DOURADOS(config-if)# ip address 192.168.1.129 255.255.255.192
DOURADOS(config-if)#no shutdown
DOURADOS(config-if)#exit
• Roteamento
DOURADOS(config)#ip classless
DOURADOS(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.201
• Salvar as configurações
DOURADOS(config)#exit
DOURADOS#copy running-config startup-config
Destination filename [startup-config]?
Building configuration...
[OK]
TOPOLOGIA CONSTRUÍDA
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
17

Mais conteúdo relacionado

Mais procurados

Aula 10 meios de comunicação de dados
Aula 10 meios de comunicação de dadosAula 10 meios de comunicação de dados
Aula 10 meios de comunicação de dados
Jorge Ávila Miranda
 
Normas de Cabeamento
Normas de CabeamentoNormas de Cabeamento
Normas de Cabeamento
Mary Kelly
 
C Esercizi Indirizzamento
C Esercizi IndirizzamentoC Esercizi Indirizzamento
C Esercizi Indirizzamento
acapone
 
Cabeamento 2 visão geral do cabeamento estuturado
Cabeamento 2   visão geral do cabeamento estuturadoCabeamento 2   visão geral do cabeamento estuturado
Cabeamento 2 visão geral do cabeamento estuturado
Paulo Fonseca
 
Travaux pratiques configuration du routage entre réseaux locaux virtuels
Travaux pratiques   configuration du routage entre réseaux locaux virtuelsTravaux pratiques   configuration du routage entre réseaux locaux virtuels
Travaux pratiques configuration du routage entre réseaux locaux virtuels
Mohamed Keita
 

Mais procurados (20)

Aula 10 meios de comunicação de dados
Aula 10 meios de comunicação de dadosAula 10 meios de comunicação de dados
Aula 10 meios de comunicação de dados
 
Tecnologias Atuais de Redes - Aula 5 - VoIP
Tecnologias Atuais de Redes - Aula 5 - VoIPTecnologias Atuais de Redes - Aula 5 - VoIP
Tecnologias Atuais de Redes - Aula 5 - VoIP
 
(services)
(services)(services)
(services)
 
Rede de Computadores - Cabo Coaxial
Rede de Computadores - Cabo CoaxialRede de Computadores - Cabo Coaxial
Rede de Computadores - Cabo Coaxial
 
Normas de Cabeamento
Normas de CabeamentoNormas de Cabeamento
Normas de Cabeamento
 
Methodes d'accès dans les réseaux locaux
Methodes d'accès dans les réseaux locauxMethodes d'accès dans les réseaux locaux
Methodes d'accès dans les réseaux locaux
 
Aula 3 - Transmissão Digital: SDH - Hierarquia Digital Sincrona
Aula 3 - Transmissão Digital: SDH - Hierarquia Digital SincronaAula 3 - Transmissão Digital: SDH - Hierarquia Digital Sincrona
Aula 3 - Transmissão Digital: SDH - Hierarquia Digital Sincrona
 
Modelo osi visão geral
Modelo osi   visão geralModelo osi   visão geral
Modelo osi visão geral
 
Topologias de rede
Topologias de redeTopologias de rede
Topologias de rede
 
Teknologi Jaringan Berbasis Luas 1.pptx
Teknologi Jaringan Berbasis Luas 1.pptxTeknologi Jaringan Berbasis Luas 1.pptx
Teknologi Jaringan Berbasis Luas 1.pptx
 
C Esercizi Indirizzamento
C Esercizi IndirizzamentoC Esercizi Indirizzamento
C Esercizi Indirizzamento
 
1 chi tiet dau noi day quang truyen dan - port antena 2-g-3g-4g
1 chi tiet dau noi day quang   truyen dan - port antena 2-g-3g-4g 1 chi tiet dau noi day quang   truyen dan - port antena 2-g-3g-4g
1 chi tiet dau noi day quang truyen dan - port antena 2-g-3g-4g
 
Vo ip avanzado pt
Vo ip avanzado ptVo ip avanzado pt
Vo ip avanzado pt
 
Cabeamento 2 visão geral do cabeamento estuturado
Cabeamento 2   visão geral do cabeamento estuturadoCabeamento 2   visão geral do cabeamento estuturado
Cabeamento 2 visão geral do cabeamento estuturado
 
Modelo OSI Visão Geral
Modelo OSI   Visão GeralModelo OSI   Visão Geral
Modelo OSI Visão Geral
 
Présentation de la technologie CPL
Présentation de la technologie CPL Présentation de la technologie CPL
Présentation de la technologie CPL
 
Cablagem estruturada: CEF
Cablagem estruturada: CEFCablagem estruturada: CEF
Cablagem estruturada: CEF
 
Tokenring
TokenringTokenring
Tokenring
 
Travaux pratiques configuration du routage entre réseaux locaux virtuels
Travaux pratiques   configuration du routage entre réseaux locaux virtuelsTravaux pratiques   configuration du routage entre réseaux locaux virtuels
Travaux pratiques configuration du routage entre réseaux locaux virtuels
 
Pembahasan Solusi Perhitungan VLSM untuk Lab 11.9.3 Packet Tracer - VLSM Desi...
Pembahasan Solusi Perhitungan VLSM untuk Lab 11.9.3 Packet Tracer - VLSM Desi...Pembahasan Solusi Perhitungan VLSM untuk Lab 11.9.3 Packet Tracer - VLSM Desi...
Pembahasan Solusi Perhitungan VLSM untuk Lab 11.9.3 Packet Tracer - VLSM Desi...
 

Destaque

Resolução - prova n1-2014
Resolução -  prova n1-2014Resolução -  prova n1-2014
Resolução - prova n1-2014
Carlos Veiga
 

Destaque (20)

Aula04 – sistemas de proteção de dispositivos parte 01
Aula04 – sistemas de proteção de dispositivos   parte 01Aula04 – sistemas de proteção de dispositivos   parte 01
Aula04 – sistemas de proteção de dispositivos parte 01
 
Aula01 conceitos iniciais de infraestrura de redes
Aula01   conceitos iniciais de infraestrura de redesAula01   conceitos iniciais de infraestrura de redes
Aula01 conceitos iniciais de infraestrura de redes
 
Curso Básico de cabeamento estruturado
Curso Básico de cabeamento estruturadoCurso Básico de cabeamento estruturado
Curso Básico de cabeamento estruturado
 
Criptografia - Fernando Muller
Criptografia - Fernando MullerCriptografia - Fernando Muller
Criptografia - Fernando Muller
 
Aula04 - cabeamento estruturado - parte 01
Aula04 - cabeamento estruturado - parte 01Aula04 - cabeamento estruturado - parte 01
Aula04 - cabeamento estruturado - parte 01
 
Aula05 - cyrus imap
Aula05 -  cyrus imapAula05 -  cyrus imap
Aula05 - cyrus imap
 
instalação do expresso br
instalação do expresso brinstalação do expresso br
instalação do expresso br
 
Aula03 - protocolo ldap
Aula03 -  protocolo ldapAula03 -  protocolo ldap
Aula03 - protocolo ldap
 
Aula02 protocolos da camada 2
Aula02   protocolos da camada 2Aula02   protocolos da camada 2
Aula02 protocolos da camada 2
 
Aula01 projeto de redes de computadores
Aula01   projeto de redes de computadoresAula01   projeto de redes de computadores
Aula01 projeto de redes de computadores
 
Aula01 - protocolos da camada de aplicação
Aula01 - protocolos da camada de aplicaçãoAula01 - protocolos da camada de aplicação
Aula01 - protocolos da camada de aplicação
 
Aula02 - protocolos de email
Aula02 -  protocolos de emailAula02 -  protocolos de email
Aula02 - protocolos de email
 
Aula07 - desafio
Aula07 -  desafioAula07 -  desafio
Aula07 - desafio
 
Aula08 exercício01
Aula08   exercício01Aula08   exercício01
Aula08 exercício01
 
Prj interdisciplinar - protocolos
Prj   interdisciplinar - protocolosPrj   interdisciplinar - protocolos
Prj interdisciplinar - protocolos
 
Aula06 – sistemas de proteção de dispositivos
Aula06 – sistemas de proteção de dispositivosAula06 – sistemas de proteção de dispositivos
Aula06 – sistemas de proteção de dispositivos
 
Aula 07 - topologias híbridas
Aula 07 -  topologias híbridasAula 07 -  topologias híbridas
Aula 07 - topologias híbridas
 
Aula05 padrões sem fio
Aula05   padrões sem fioAula05   padrões sem fio
Aula05 padrões sem fio
 
Aula08 tecnologia atm
Aula08   tecnologia atmAula08   tecnologia atm
Aula08 tecnologia atm
 
Resolução - prova n1-2014
Resolução -  prova n1-2014Resolução -  prova n1-2014
Resolução - prova n1-2014
 

Semelhante a Aula09 frame relay - pratica

Aula 03 configuração da topologia ppp
Aula 03   configuração da topologia pppAula 03   configuração da topologia ppp
Aula 03 configuração da topologia ppp
Carlos Veiga
 
Equipamento ativo de rede
Equipamento ativo de redeEquipamento ativo de rede
Equipamento ativo de rede
davidcordeiro07
 
Redes_Industriais_Introducao (2021_01_24 20_56_02 UTC).pdf
Redes_Industriais_Introducao (2021_01_24 20_56_02 UTC).pdfRedes_Industriais_Introducao (2021_01_24 20_56_02 UTC).pdf
Redes_Industriais_Introducao (2021_01_24 20_56_02 UTC).pdf
Alan Coelho
 
Projeto final m_243_dulo_4
Projeto final m_243_dulo_4Projeto final m_243_dulo_4
Projeto final m_243_dulo_4
y3vg3n
 

Semelhante a Aula09 frame relay - pratica (20)

Aula 03 configuração da topologia ppp
Aula 03   configuração da topologia pppAula 03   configuração da topologia ppp
Aula 03 configuração da topologia ppp
 
Aula vlans
Aula   vlansAula   vlans
Aula vlans
 
Aula04 roteadores wireless
Aula04   roteadores wirelessAula04   roteadores wireless
Aula04 roteadores wireless
 
Interconexão de redes - Documentação de Rede
Interconexão de redes - Documentação de RedeInterconexão de redes - Documentação de Rede
Interconexão de redes - Documentação de Rede
 
Configurando+uma+rede
Configurando+uma+redeConfigurando+uma+rede
Configurando+uma+rede
 
Projeto rede local
Projeto rede localProjeto rede local
Projeto rede local
 
Rede profibus
Rede profibusRede profibus
Rede profibus
 
Nap050
Nap050Nap050
Nap050
 
Nap050
Nap050Nap050
Nap050
 
Trabalho - Projeto redes
Trabalho - Projeto redesTrabalho - Projeto redes
Trabalho - Projeto redes
 
31_Dias_Para_o_CCNA.pdf
31_Dias_Para_o_CCNA.pdf31_Dias_Para_o_CCNA.pdf
31_Dias_Para_o_CCNA.pdf
 
Instalação de rede
Instalação de redeInstalação de rede
Instalação de rede
 
TECREDES_ROT - Aula 16 (Conexão de roteadores e servidores Web e DNS ).pdf
TECREDES_ROT - Aula 16 (Conexão de roteadores e servidores Web e DNS ).pdfTECREDES_ROT - Aula 16 (Conexão de roteadores e servidores Web e DNS ).pdf
TECREDES_ROT - Aula 16 (Conexão de roteadores e servidores Web e DNS ).pdf
 
Equipamento ativo de rede
Equipamento ativo de redeEquipamento ativo de rede
Equipamento ativo de rede
 
Infraestrutura do Centro de Dados - Inducao_simplificado.pptx
Infraestrutura do Centro de Dados - Inducao_simplificado.pptxInfraestrutura do Centro de Dados - Inducao_simplificado.pptx
Infraestrutura do Centro de Dados - Inducao_simplificado.pptx
 
10. camada de rede
10. camada de rede10. camada de rede
10. camada de rede
 
Redes_Industriais_Introducao (2021_01_24 20_56_02 UTC).pdf
Redes_Industriais_Introducao (2021_01_24 20_56_02 UTC).pdfRedes_Industriais_Introducao (2021_01_24 20_56_02 UTC).pdf
Redes_Industriais_Introducao (2021_01_24 20_56_02 UTC).pdf
 
Redes industriais introducao
Redes industriais introducaoRedes industriais introducao
Redes industriais introducao
 
Configurando uma rede local com acesso internet
Configurando uma rede local com acesso  internetConfigurando uma rede local com acesso  internet
Configurando uma rede local com acesso internet
 
Projeto final m_243_dulo_4
Projeto final m_243_dulo_4Projeto final m_243_dulo_4
Projeto final m_243_dulo_4
 

Mais de Carlos Veiga (14)

Aula01
Aula01Aula01
Aula01
 
Aula10 topologia extendida com roteamento
Aula10   topologia extendida com roteamentoAula10   topologia extendida com roteamento
Aula10 topologia extendida com roteamento
 
Aula08 dispositivos wireless
Aula08   dispositivos wirelessAula08   dispositivos wireless
Aula08 dispositivos wireless
 
Aula06 - exercícios redes sem fio
Aula06 -  exercícios redes sem fioAula06 -  exercícios redes sem fio
Aula06 - exercícios redes sem fio
 
Aula06 - criação da topologia dsl
Aula06 -  criação da topologia dslAula06 -  criação da topologia dsl
Aula06 - criação da topologia dsl
 
Aula05 - tecnologias dsl
Aula05 -  tecnologias dslAula05 -  tecnologias dsl
Aula05 - tecnologias dsl
 
Aula04 - configuração da topologia ppp - resolvido
Aula04 -  configuração da topologia ppp - resolvidoAula04 -  configuração da topologia ppp - resolvido
Aula04 - configuração da topologia ppp - resolvido
 
Aula01 introdução a camanda 2 do modelo osi
Aula01   introdução a camanda 2 do modelo osiAula01   introdução a camanda 2 do modelo osi
Aula01 introdução a camanda 2 do modelo osi
 
Aula03 transmissão de dados em redes wireless
Aula03   transmissão de dados em redes wirelessAula03   transmissão de dados em redes wireless
Aula03 transmissão de dados em redes wireless
 
Aula 01 transmissão de dados em redes wireless
Aula 01   transmissão de dados em redes wirelessAula 01   transmissão de dados em redes wireless
Aula 01 transmissão de dados em redes wireless
 
Ferramentas de ataques
Ferramentas de ataquesFerramentas de ataques
Ferramentas de ataques
 
Cascateamento de switch
Cascateamento de switchCascateamento de switch
Cascateamento de switch
 
Aula06 - postfix
Aula06 -  postfixAula06 -  postfix
Aula06 - postfix
 
Aula06 - postfix
Aula06 -  postfixAula06 -  postfix
Aula06 - postfix
 

Aula09 frame relay - pratica

  • 1. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 1 CRIAÇÃO DA TOPOLOGIA DE TRABALHO
  • 2. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 2 Utilize a tabela de endereçamento abaixo para configurar os roteadores Tabela de endereçamento Dispositivo Interface DLCI DCE/DTE Endereço IP Máscara de Sub- rede Gateway Padrão CAMPO_GRANDE Fa0/0 - 192.168.1.1 255.255.255.224 S0/0/0 DCE - - - S0/0/0.1 101 DCE 192.168.1.193 255.255.255.252 S0/1/0.2 102 DCE 192.168.1.197 255.255.255.252 S0/0/0.3 103 DCE 192.168.1.201 255.255.255.252 CORUMBA Fa0/0 - 192.168.1.33 255.255.255.224 S0/0/0 DTE 255.255.255.252 S0/0/0.1 201 DTE 192.168.1.194 255.255.255.252 TRES_LAGOAS Fa0/0 DTE 192.168.1.65 255.255.255.192 S0/0/0 DTE - - - S0/0/0.1 202 DTE 192.168.1.198 255.255.255.252 DOURADOS Fa0/0 - 192.168.1.129 255.255.255.192 S0/0/0 DTE - - - S0/0/0.1 203 DTE 192.168.1.202 255.255.255.252 PC - CG ETH0 - - 192.168.1.2 255.255.255.224 192.168.1.1 PC - CORUMBA ETH0 - - 192.168.1.34 255.255.255.224 192.168.1.33 PC – TRES_LAGOAS ETH0 - - 192.168.1.66 255.255.255.192 192.168.1.65 PC – DOURADOS ETH0 - - 192.168.1.130 255.255.255.192 192.168.1.129
  • 3. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 3 CONFIGURAR A NUVEM FRAME-RELAY • Criar as 3 DLCIs NA SERIAL 0 DA NUVEM FRAME RELAY:
  • 4. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 4 • Criar a DLCI NA SERIAL 1 DA NUVEM FRAME RELAY para o link de CORUMBA:
  • 5. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 5 • Criar a DLCI NA SERIAL 2 DA NUVEM FRAME RELAY para o link de TRES LAGOAS:
  • 6. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 6 • Criar a DLCI NA SERIAL 2 DA NUVEM FRAME RELAY para o link de DOURADOS:
  • 7. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 7 • Criar os circuitos virtuais na NUVEM
  • 8. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 8 LIGAR AS INTERFACES DAS NUVEM COM AS SERIAIS 0/0/0 DOS ROTEADORES • Ligação da serial 0/0/0 do router CAMPO GRANDE para a interface serial 0 da nuvem No final a configuração deverá estar assim:
  • 9. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 9 COMANDOS DESCRIÇÕES CAMPO_GRANDE(config)#interface serial 0/0/0 Acessa a interface serial do roteador CAMPO_GRANDE(config-if)#description Grande Porta CG Cria uma descrição para a interface CAMPO_GRANDE(config-if)#bandwidth 2048 Define uma largura de banda para a interface(para monitoramento do link) CAMPO_GRANDE(config-if)#clock rate 2000000 Geração do clock CAMPO_GRANDE(config-if)#encapsulation frame- relay IETF Realiza o encapsulamento FRAME-RELAY para o formato IETF - O tipo de encapsulamento IETF segue os padrões RFC 1490 e RFC 2427. Use essa opção ao conectar-se a um roteador que não seja Cisco. CAMPO_GRANDE(config-if)#frame-relay lmi-type cisco Cria o formato para o gerenciamento da interface CAMPO_GRANDE(config-if)#no shutdown Habilita a interface CAMPO_GRANDE(config-if)#exit Sai da interface CAMPO_GRANDE(config)#interface serial 0/0/0.1 point-to-point Cria uma subinterface dentro da interface principal CAMPO_GRANDE(config-subif)#description CG- CORUMBA Cria uma descrição para a sub-interface CAMPO_GRANDE(config-subif)#bandwidth 256 Define uma largura de banda para a interface(para monitoramento do link) CAMPO_GRANDE(config-subif)#ip address 192.168.1.193 255.255.255.252 Define um end. IP para a sub-interface CAMPO_GRANDE(config-subif)#frame-relay interface-dlci 101 Cria um DLCI para a sub-interface CAMPO_GRANDE(config-if)#no shutdown Habilita a sub-interface CAMPO_GRANDE(config-if)#exit Sai da sub-interface
  • 10. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 10 CONFIGURAÇÃO DOS ROTEADORES CONFIGURAÇÃO DO ROTEADOR CAMPO GRANDE • Configurações básicas Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname CAMPO_GRANDE CAMPO_GRANDE(config)#enable secret cisco CAMPO_GRANDE(config)#line vty 0 4 CAMPO_GRANDE(config-line)#password cisco CAMPO_GRANDE(config-line)#login CAMPO_GRANDE(config-line)#exit CAMPO_GRANDE(config)#line console 0 CAMPO_GRANDE(config-line)#password cisco CAMPO_GRANDE(config-line)#login • Configurações de Frame Relay na interface principal CAMPO_GRANDE(config)#interface serial 0/0/0 CAMPO_GRANDE(config-if)#description Grande Porta CG CAMPO_GRANDE(config-if)#bandwidth 2048 CAMPO_GRANDE(config-if)#clock rate 2000000 CAMPO_GRANDE(config-if)#encapsulation frame-relay IETF CAMPO_GRANDE(config-if)#frame-relay lmi-type cisco CAMPO_GRANDE(config-if)#no shutdown CAMPO_GRANDE(config-if)#exit • Configuração da Sub-interface que ligará Campo Grande a Corumbá CAMPO_GRANDE(config)#interface serial 0/0/0.1 point-to-point CAMPO_GRANDE(config-subif)#description CG-CORUMBA CAMPO_GRANDE(config-subif)#bandwidth 256 CAMPO_GRANDE(config-subif)#ip address 192.168.1.193 255.255.255.252 CAMPO_GRANDE(config-subif)#frame-relay interface-dlci 101
  • 11. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 11 CAMPO_GRANDE(config-if)#no shutdown CAMPO_GRANDE(config-if)#exit • Configuração da Sub-interface que ligará Campo Grande a Tres Lagoas CAMPO_GRANDE(config)#interface serial 0/0/0.2 point-to-point CAMPO_GRANDE(config-subif)#description CG-TLS CAMPO_GRANDE(config-subif)#bandwidth 256 CAMPO_GRANDE(config-subif)#ip address 192.168.1.197 255.255.255.252 CAMPO_GRANDE(config-subif)#frame-relay interface-dlci 102 CAMPO_GRANDE(config-if)#no shutdown CAMPO_GRANDE(config-if)#exit • Configuração da Sub-interface que ligará Campo Grande a Dourados CAMPO_GRANDE(config)#interface serial 0/0/0.3 point-to-point CAMPO_GRANDE(config-subif)#description CG-DOURADOS CAMPO_GRANDE(config-subif)#bandwidth 256 CAMPO_GRANDE(config-subif)#ip address 192.168.1.201 255.255.255.252 CAMPO_GRANDE(config-subif)#frame-relay interface-dlci 103 CAMPO_GRANDE(config-if)#no shutdown CAMPO_GRANDE(config-if)#exit • Configuração da Interface Lan que se ligará ao Servidor de Gerencia CAMPO_GRANDE(config)#interface FastEthernet0/0 CAMPO_GRANDE(config-if)# ip address 192.168.1.1 255.255.255.224 CAMPO_GRANDE(config-if)#no shutdown CAMPO_GRANDE(config-if)#exit • Roteamento CAMPO_GRANDE(config)# ip route 192.168.1.32 255.255.255.224 192.168.1.194 CAMPO_GRANDE(config)#ip route 192.168.1.64 255.255.255.192 192.168.1.198 CAMPO_GRANDE(config)#ip route 192.168.1.128 255.255.255.192 192.168.1.202 • Salvar as configurações
  • 12. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 12 CAMPO_GRANDE(config)# exit CAMPO_GRANDE#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] CONFIGURAÇÃO DOS ROTEADORES NAS BORDAS • CONFIGURAÇÃO DO ROTEADOR CORUMBA Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname CORUMBA CORUMBA (config)#enable secret cisco CORUMBA (config)#line vty 0 4 CORUMBA (config-line)#password cisco CORUMBA (config-line)#login CORUMBA (config-line)#exit CORUMBA (config)#line console 0 CORUMBA (config-line)#password cisco CORUMBA (config-line)#login • Configurações de Frame Relay na interface principal CORUMBA (config)#interface serial 0/0/0 CORUMBA (config-if)#no ip address CORUMBA (config-if)#description SERIAL CORUMBA CORUMBA (config-if)#encapsulation frame-relay IETF CORUMBA (config-if)#frame-relay lmi-type cisco CORUMBA (config-if)#no shutdown CORUMBA (config-if)#exit • Configuração da Sub-interface que ligará Corumbá a Campo Grande CORUMBA (config)#interface serial 0/0/0.1 point-to-point
  • 13. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 13 CORUMBA (config-subif)#description CORUMBA-CG CORUMBA (config-subif)#ip address 192.168.1.194 255.255.255.252 CORUMBA (config-subif)#frame-relay interface-dlci 201 CORUMBA (config-if)#no shutdown CORUMBA (config-if)#exit • Configuração da Interface Lan que se ligará à rede CORUMBA (config)#interface FastEthernet0/0 CORUMBA (config-if)# ip address 192.168.1.33 255.255.255.224 CORUMBA (config-if)#no shutdown • Roteamento CORUMBA (config)# ip classless CORUMBA (config)# ip route 0.0.0.0 0.0.0.0 192.168.1.193 • Salvar as configurações CORUMBA (config)#exit CORUMBA #copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] CONFIGURAÇÃO DO ROTEADOR TRES LAGOAS Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname TRES_LAGOAS TRES_LAGOAS(config)#enable secret cisco TRES_LAGOAS(config)#line vty 0 4 TRES_LAGOAS(config-line)#password cisco TRES_LAGOAS(config-line)#login TRES_LAGOAS(config-line)#exit TRES_LAGOAS(config)#line console 0
  • 14. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 14 TRES_LAGOAS(config-line)#password cisco TRES_LAGOAS(config-line)#login • Configurações de Frame Relay na interface principal TRES_LAGOAS(config)#interface serial 0/0/0 TRES_LAGOAS(config-if)#no ip address TRES_LAGOAS(config-if)#description SERIAL TRES_LAGOAS TRES_LAGOAS(config-if)#encapsulation frame-relay IETF TRES_LAGOAS(config-if)#frame-relay lmi-type cisco TRES_LAGOAS(config-if)#no shutdown TRES_LAGOAS(config-if)#exit • Configuração da Sub-interface que ligará Corumbá a Campo Grande TRES_LAGOAS(config)#interface serial 0/0/0.1 point-to-point TRES_LAGOAS(config-subif)#description TRES_LAGOAS-CG TRES_LAGOAS(config-subif)#ip address 192.168.1.198 255.255.255.252 TRES_LAGOAS(config-subif)#frame-relay interface-dlci 202 TRES_LAGOAS(config-if)#no shutdown TRES_LAGOAS(config-if)#exit • Configuração da Interface Lan que se ligará à rede TRES_LAGOAS(config)#interface FastEthernet0/0 TRES_LAGOAS(config-if)# ip address 192.168.1.65 255.255.255.192 TRES_LAGOAS(config-if)#no shutdown TRES_LAGOAS(config-if)#exit • Roteamento TRES_LAGOAS(config)#ip classless TRES_LAGOAS(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.197 • Salvar as configurações TRES_LAGOAS(config)#exit TRES_LAGOAS#copy running-config startup-config
  • 15. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 15 Destination filename [startup-config]? Building configuration... [OK] CONFIGURAÇÃO DO ROTEADOR DOURADOS Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname DOURADOS DOURADOS(config)#enable secret cisco DOURADOS(config)#line vty 0 4 DOURADOS(config-line)#password cisco DOURADOS(config-line)#login DOURADOS(config-line)#exit DOURADOS(config)#line console 0 DOURADOS(config-line)#password cisco DOURADOS(config-line)#login • Configurações de Frame Relay na interface principal DOURADOS(config)#interface serial 0/0 DOURADOS(config-if)#no ip address DOURADOS(config-if)#description SERIAL DOURADOS DOURADOS(config-if)#encapsulation frame-relay IETF DOURADOS(config-if)#frame-relay lmi-type cisco DOURADOS(config-if)#no shutdown DOURADOS(config-if)#exit • Configuração da Sub-interface que ligará Dourados a Campo Grande DOURADOS(config)#interface serial 0/0/0.1 point-to-point DOURADOS(config-subif)#description DOURADOS-CG DOURADOS(config-subif)#ip address 192.168.1.202 255.255.255.252 DOURADOS(config-subif)#frame-relay interface-dlci 203
  • 16. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 16 DOURADOS(config-if)#no shutdown DOURADOS(config-if)#exit • Configuração da Interface Lan que se ligará à rede DOURADOS(config)#interface FastEthernet0/0 DOURADOS(config-if)# ip address 192.168.1.129 255.255.255.192 DOURADOS(config-if)#no shutdown DOURADOS(config-if)#exit • Roteamento DOURADOS(config)#ip classless DOURADOS(config)#ip route 0.0.0.0 0.0.0.0 192.168.1.201 • Salvar as configurações DOURADOS(config)#exit DOURADOS#copy running-config startup-config Destination filename [startup-config]? Building configuration... [OK] TOPOLOGIA CONSTRUÍDA
  • 17. CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 17