SlideShare a Scribd company logo
1 of 9
Download to read offline
Criar a topologia Abaixo
Figura 01: Topologia de Estudo
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVE
PROFESSOR CARLOS RICARDO BERNAL VEIGA
Figura 01: Topologia de Estudo
UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
ERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
1
Configurando o R1
• Configurando o básico no roteador
Router>ena
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#line vty 0 4
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#enable secret cisco
R1(config)#line console 0
R1(config-line)#password cisco
R1(config-line)#login
R1(config-line)#exit
R1(config)#service password
• Configurando a interface Fastethernet
R1(config)#interface fastEthernet 0/0
R1(config-if)#ip address 192.168.10.1 255.255.255.0
R1(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1(config-if)#exit
• Configurando a Interface Serial
R1(config)#interface serial 0/0/0
R1(config-if)#ip address 10.1.1.1
R1(config-if)#encapsulation ppp
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown
R1(config-if)#exit
• Configurando a tabela de roteamento
R1(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.2
R1(config)#exit
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVE
PROFESSOR CARLOS RICARDO BERNAL VEIGA
Configurando o básico no roteador
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
line)#password cisco
R1(config)#enable secret cisco
line)#password cisco
R1(config)#service password-encryption
Configurando a interface Fastethernet
R1(config)#interface fastEthernet 0/0
if)#ip address 192.168.10.1 255.255.255.0
CHANGED: Interface FastEthernet0/0, changed state to up
UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Configurando a Interface Serial 0/0/0 como DCE com uma velocidade de 64 Kbps
R1(config)#interface serial 0/0/0
if)#ip address 10.1.1.1 255.255.255.252
if)#encapsulation ppp
if)#clock rate 64000
tabela de roteamento
R1(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.2
UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
ERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
2
UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
como DCE com uma velocidade de 64 Kbps
• Salvando as configurações
R1#copy running-config startup
Destination filename [startup
Building configuration...
[OK]
R1#
Configurando a máquina da interface LAN do router
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVE
PROFESSOR CARLOS RICARDO BERNAL VEIGA
Salvando as configurações
config startup-config
Destination filename [startup-config]?
Configurando a máquina da interface LAN do router
UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
ERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
3
Configurando o R2
• Configurando o básico no roteador
R2>ena
R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#hostname R2
R2(config)#line vty 0 4
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#enable secret cisco
R2(config)#line console 0
R2(config-line)#password cisco
R2(config-line)#login
R2(config-line)#exit
R2(config)#service password
• Configurando a interface
R2(config)#interface serial 0/0/0
R2(config-if)#ip address 10.1.1.2 255.255.255.252
R2(config-if)#encapsulation ppp
R2(config-if)#no shutdown
R2(config-if)#exit
• Configurando a Interface Serial
R2(config)#interface serial 0/0/1
R2(config-if)#ip address 10.2.2.1 255.255.255.252
R2(config-if)#clock rate 128000
R2(config-if)#encapsulation ppp
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to down
R2(config-if)#exit
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVE
PROFESSOR CARLOS RICARDO BERNAL VEIGA
Configurando o básico no roteador
configuration commands, one per line. End with CNTL/Z.
line)#password cisco
R2(config)#enable secret cisco
rd cisco
R2(config)#service password-encryption
Configurando a interface Serial 0/0/0
R2(config)#interface serial 0/0/0
if)#ip address 10.1.1.2 255.255.255.252
if)#encapsulation ppp
Configurando a Interface Serial 0/0/1 como DCE com uma velocidade de
R2(config)#interface serial 0/0/1
if)#ip address 10.2.2.1 255.255.255.252
if)#clock rate 128000
if)#encapsulation ppp
CHANGED: Interface Serial0/0/1, changed state to down
UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
ERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
4
como DCE com uma velocidade de 128 Kbps
• Configurando a Interface Serial
R2(config)#interface serial 0/1/0
R2(config-if)#ip address 209.165.200.225 255.255.255.252
R2(config-if)#encapsulation ppp
R2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1/0, changed state to down
R2(config-if)#ex
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
it
• Configurando a tabela
R2(config)#ip route 192.168.10.0 255.255.255.0 10.1.1.1
R2(config)#ip route 192.168.30.0 255.255.255.0 10.2.2.2
R2(config)#ip route 209.165.200.0 255.255.255.252 209.165.200.226
R2(config)#exit
%LINEPROTO-5-UPDOWN: Line protocol on Interface
exit
• Salvando as configurações
R2#copy running-config startup
Destination filename [startup
Building configuration...
[OK]
R2#
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVE
PROFESSOR CARLOS RICARDO BERNAL VEIGA
Configurando a Interface Serial 0/1/0
R2(config)#interface serial 0/1/0
209.165.200.225 255.255.255.252
if)#encapsulation ppp
CHANGED: Interface Serial0/1/0, changed state to down
CHANGED: Interface Serial0/0/0, changed state to up
tabela de roteamento
R2(config)#ip route 192.168.10.0 255.255.255.0 10.1.1.1
R2(config)#ip route 192.168.30.0 255.255.255.0 10.2.2.2
R2(config)#ip route 209.165.200.0 255.255.255.252 209.165.200.226
UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
Salvando as configurações
config startup-config
Destination filename [startup-config]?
UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
ERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
5
Serial0/0/0, changed state to up
Configurando o R3
• Configurando o básico no roteador
Router>ena
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#line vty 0 4
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#enable secret cisco
R3(config)#line console 0
R3(config-line)#password cisco
R3(config-line)#login
R3(config-line)#exit
R3(config)#service password
• Configurando a interface Fastethernet
R3(config)#interface fastethernet0/0
R3(config-if)#ip address 192.168.30.1 255.255.255.0
R3(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R3(config-if)#exit
• Configurando a Interface Serial
R3(config)#interface serial 0/0/1
R3(config-if)#ip address 10.2.2.2 255.255.255.252
R3(config-if)#encapsulation ppp
R3(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
R3(config-if)#exit
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVE
PROFESSOR CARLOS RICARDO BERNAL VEIGA
Configurando o básico no roteador
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
line)#password cisco
R3(config)#enable secret cisco
line)#password cisco
R3(config)#service password-encryption
Configurando a interface Fastethernet
R3(config)#interface fastethernet0/0
if)#ip address 192.168.30.1 255.255.255.0
CHANGED: Interface FastEthernet0/0, changed state to up
UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Configurando a Interface Serial 0/0/1
serial 0/0/1
if)#ip address 10.2.2.2 255.255.255.252
if)#encapsulation ppp
CHANGED: Interface Serial0/0/1, changed state to up
UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
ERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
6
UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
• Configurando a tabela de roteamento
R3(config)#ip route 0.0.0.0 0.0.0.0 10.2.2.1
R3(config)#exit
R3#
• Salvando as configurações
R3#copy running-config startup
Destination filename [startup
Building configuration...
[OK]
R3#
Configurando a máquina da interface LAN do router
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVE
PROFESSOR CARLOS RICARDO BERNAL VEIGA
tabela de roteamento
route 0.0.0.0 0.0.0.0 10.2.2.1
Salvando as configurações
config startup-config
Destination filename [startup-config]?
Configurando a máquina da interface LAN do router
UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
ERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
7
Configurando o ISP
• Configurando o básico no roteador
Router>ena
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname ISP
ISP(config)#line vty 0 4
ISP(config-line)#password cisco
ISP(config-line)#login
ISP(config-line)#exit
ISP(config)#enable secret cisco
ISP(config)#line console 0
ISP(config-line)#password cisco
ISP(config-line)#login
ISP(config-line)#exit
ISP(config)#service password
• Configurando a interface Fastethernet
ISP(config)#interface fastethernet0/0
ISP(config-if)#ip address 209.165.200.1 255.255.255.252
ISP(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
ISP(config-if)#exit
• Configurando a Interface Serial
ISP(config)#interface serial 0/0/0
ISP(config-if)#ip address 209.165.200.226 255.255.255.252
ISP(config-if)#encapsulation ppp
ISP(config-if)#clock rate 250000
ISP(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
ISP(config-if)#exit
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVE
PROFESSOR CARLOS RICARDO BERNAL VEIGA
Configurando o básico no roteador
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname ISP
line)#password cisco
ISP(config)#enable secret cisco
line)#password cisco
ISP(config)#service password-encryption
Configurando a interface Fastethernet
ace fastethernet0/0
if)#ip address 209.165.200.1 255.255.255.252
CHANGED: Interface FastEthernet0/0, changed state to up
UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Configurando a Interface Serial 0/0/0 como DCE com uma velocidade de
ISP(config)#interface serial 0/0/0
if)#ip address 209.165.200.226 255.255.255.252
if)#encapsulation ppp
if)#clock rate 250000
CHANGED: Interface Serial0/0/0, changed state to up
UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
ERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
8
UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
como DCE com uma velocidade de 256 Kbps
• Configurando a tabela de roteamento
ISP(config)#ip route 0.0.0.0 0.0.0.0 209.165.200.225
ISP(config)#exit
• Salvando as configurações
R3#copy running-config startup
Destination filename [startup
Building configuration...
[OK]
R3#
Configurando o servidor
CENTRO UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
REDES DE ALTA VELOCIDADE E CONVE
PROFESSOR CARLOS RICARDO BERNAL VEIGA
tabela de roteamento
ISP(config)#ip route 0.0.0.0 0.0.0.0 209.165.200.225
Salvando as configurações
config startup-config
Destination filename [startup-config]?
o servidor da interface LAN do router
UNIVERSITÁRIO DE CAMPO GRANDE
TECNOLOGIA EM REDES DE COMPUTADORES
ERGENTES
PROFESSOR CARLOS RICARDO BERNAL VEIGA
9

More Related Content

What's hot

“見てわかる” ファイバーチャネルSAN基礎講座(第5弾)~さあ、いよいよ、運用です!~
“見てわかる” ファイバーチャネルSAN基礎講座(第5弾)~さあ、いよいよ、運用です!~“見てわかる” ファイバーチャネルSAN基礎講座(第5弾)~さあ、いよいよ、運用です!~
“見てわかる” ファイバーチャネルSAN基礎講座(第5弾)~さあ、いよいよ、運用です!~
Brocade
 
BGP Advance Technique by Steven & James
BGP Advance Technique by Steven & JamesBGP Advance Technique by Steven & James
BGP Advance Technique by Steven & James
Febrian ‎
 
“見てわかる” ファイバーチャネルSAN基礎講座(第4弾)~続・間違わない!FC SAN導入のヒントとコツ~
“見てわかる” ファイバーチャネルSAN基礎講座(第4弾)~続・間違わない!FC SAN導入のヒントとコツ~“見てわかる” ファイバーチャネルSAN基礎講座(第4弾)~続・間違わない!FC SAN導入のヒントとコツ~
“見てわかる” ファイバーチャネルSAN基礎講座(第4弾)~続・間違わない!FC SAN導入のヒントとコツ~
Brocade
 

What's hot (20)

Vo ip avanzado pt
Vo ip avanzado ptVo ip avanzado pt
Vo ip avanzado pt
 
“見てわかる” ファイバーチャネルSAN基礎講座(第5弾)~さあ、いよいよ、運用です!~
“見てわかる” ファイバーチャネルSAN基礎講座(第5弾)~さあ、いよいよ、運用です!~“見てわかる” ファイバーチャネルSAN基礎講座(第5弾)~さあ、いよいよ、運用です!~
“見てわかる” ファイバーチャネルSAN基礎講座(第5弾)~さあ、いよいよ、運用です!~
 
Mikro tik advanced training
Mikro tik advanced trainingMikro tik advanced training
Mikro tik advanced training
 
BGP on mikrotik
BGP on mikrotikBGP on mikrotik
BGP on mikrotik
 
Mss solution guide
Mss solution guideMss solution guide
Mss solution guide
 
Router commands
Router commandsRouter commands
Router commands
 
Brkdcn 2035 multi-x
Brkdcn 2035 multi-xBrkdcn 2035 multi-x
Brkdcn 2035 multi-x
 
BGP Advance Technique by Steven & James
BGP Advance Technique by Steven & JamesBGP Advance Technique by Steven & James
BGP Advance Technique by Steven & James
 
“見てわかる” ファイバーチャネルSAN基礎講座(第4弾)~続・間違わない!FC SAN導入のヒントとコツ~
“見てわかる” ファイバーチャネルSAN基礎講座(第4弾)~続・間違わない!FC SAN導入のヒントとコツ~“見てわかる” ファイバーチャネルSAN基礎講座(第4弾)~続・間違わない!FC SAN導入のヒントとコツ~
“見てわかる” ファイバーチャネルSAN基礎講座(第4弾)~続・間違わない!FC SAN導入のヒントとコツ~
 
Juniper Trouble Shooting
Juniper Trouble ShootingJuniper Trouble Shooting
Juniper Trouble Shooting
 
Juniper Networks Router Architecture
Juniper Networks Router ArchitectureJuniper Networks Router Architecture
Juniper Networks Router Architecture
 
Ccnp workbook network bulls
Ccnp workbook network bullsCcnp workbook network bulls
Ccnp workbook network bulls
 
Demystifying EVPN in the data center: Part 1 in 2 episode series
Demystifying EVPN in the data center: Part 1 in 2 episode seriesDemystifying EVPN in the data center: Part 1 in 2 episode series
Demystifying EVPN in the data center: Part 1 in 2 episode series
 
OpenDaylight 소개
OpenDaylight 소개OpenDaylight 소개
OpenDaylight 소개
 
IPv6 on Mikrotik
IPv6 on MikrotikIPv6 on Mikrotik
IPv6 on Mikrotik
 
Ccnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to heroCcnp enterprise workbook v1.0 bgp zero to hero
Ccnp enterprise workbook v1.0 bgp zero to hero
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPN
 
Ccna command
Ccna commandCcna command
Ccna command
 
RESUME FOR NETWORK ENGINEER
RESUME FOR NETWORK ENGINEERRESUME FOR NETWORK ENGINEER
RESUME FOR NETWORK ENGINEER
 
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
 Configuring a Cisco Router as a PPPoE Client for DSL Connectivity Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
Configuring a Cisco Router as a PPPoE Client for DSL Connectivity
 

Viewers also liked (12)

Biologia aula o3 proteínas
Biologia aula o3  proteínasBiologia aula o3  proteínas
Biologia aula o3 proteínas
 
Bioquimica
BioquimicaBioquimica
Bioquimica
 
Colágeno
ColágenoColágeno
Colágeno
 
2014916 195915 inflamação+aguda+e+crônica
2014916 195915 inflamação+aguda+e+crônica2014916 195915 inflamação+aguda+e+crônica
2014916 195915 inflamação+aguda+e+crônica
 
INFLAMAÇÃO AGUDA E CRÔNICA
INFLAMAÇÃO AGUDA E CRÔNICAINFLAMAÇÃO AGUDA E CRÔNICA
INFLAMAÇÃO AGUDA E CRÔNICA
 
Aula Proteinas
Aula ProteinasAula Proteinas
Aula Proteinas
 
Aula de Inflamacao
Aula de InflamacaoAula de Inflamacao
Aula de Inflamacao
 
Proteínas - Biologia
Proteínas - BiologiaProteínas - Biologia
Proteínas - Biologia
 
Proteínas
Proteínas   Proteínas
Proteínas
 
Aula de bioquímica celular
Aula de bioquímica celularAula de bioquímica celular
Aula de bioquímica celular
 
Colágeno
Colágeno Colágeno
Colágeno
 
Aula Proteínas
Aula ProteínasAula Proteínas
Aula Proteínas
 

Similar to Aula04 - configuração da topologia ppp - resolvido

How to Configure ip address for router interfaces
How to Configure ip address for router interfacesHow to Configure ip address for router interfaces
How to Configure ip address for router interfaces
tcpipguru
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
97148881557
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
galerussel59292
 

Similar to Aula04 - configuração da topologia ppp - resolvido (20)

Router ospf
Router ospfRouter ospf
Router ospf
 
Service Provider Networks and Frame Relay
Service Provider Networks and Frame RelayService Provider Networks and Frame Relay
Service Provider Networks and Frame Relay
 
1
11
1
 
Ccna command
Ccna commandCcna command
Ccna command
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2Basic cisco commands_by_marcus_nielson_2
Basic cisco commands_by_marcus_nielson_2
 
How to Configure ip address for router interfaces
How to Configure ip address for router interfacesHow to Configure ip address for router interfaces
How to Configure ip address for router interfaces
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5
 
Trik singkat STATIC ROUTING via cli Packet Tracer
Trik singkat STATIC ROUTING via cli Packet Tracer Trik singkat STATIC ROUTING via cli Packet Tracer
Trik singkat STATIC ROUTING via cli Packet Tracer
 
ccna cheat_sheet
ccna cheat_sheetccna cheat_sheet
ccna cheat_sheet
 
cisco ccna cheat_sheet
cisco ccna cheat_sheetcisco ccna cheat_sheet
cisco ccna cheat_sheet
 
Ncat ccna cheat sheet
Ncat ccna cheat sheetNcat ccna cheat sheet
Ncat ccna cheat sheet
 
Cisco Commands
Cisco CommandsCisco Commands
Cisco Commands
 
Samplab19
Samplab19Samplab19
Samplab19
 
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docxAll contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
All contents are Copyright © 1992–2012 Cisco Systems, Inc. A.docx
 
OSWAN.pptx
OSWAN.pptxOSWAN.pptx
OSWAN.pptx
 
Configuración del dial peer
Configuración del dial peer Configuración del dial peer
Configuración del dial peer
 

More from Carlos Veiga

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
 
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
Carlos Veiga
 
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
Carlos Veiga
 
Aula02 lab01 - montagem de uma topologia simples
Aula02   lab01 - montagem de uma topologia simplesAula02   lab01 - montagem de uma topologia simples
Aula02 lab01 - montagem de uma topologia simples
Carlos Veiga
 

More from Carlos Veiga (20)

Aula01 projeto de redes de computadores
Aula01   projeto de redes de computadoresAula01   projeto de redes de computadores
Aula01 projeto de redes de computadores
 
Aula01
Aula01Aula01
Aula01
 
Aula08 tecnologia atm
Aula08   tecnologia atmAula08   tecnologia atm
Aula08 tecnologia atm
 
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
 
Aula09 frame relay - pratica
Aula09   frame relay - praticaAula09   frame relay - pratica
Aula09 frame relay - pratica
 
Aula08 - frame-relay
Aula08 -   frame-relayAula08 -   frame-relay
Aula08 - frame-relay
 
Aula07 - desafio
Aula07 -  desafioAula07 -  desafio
Aula07 - desafio
 
Aula08 exercício01
Aula08   exercício01Aula08   exercício01
Aula08 exercício01
 
Aula 07 - topologias híbridas
Aula 07 -  topologias híbridasAula 07 -  topologias híbridas
Aula 07 - topologias híbridas
 
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
 
Aula05 padrões sem fio
Aula05   padrões sem fioAula05   padrões sem fio
Aula05 padrões sem fio
 
Aula04 roteadores wireless
Aula04   roteadores wirelessAula04   roteadores wireless
Aula04 roteadores wireless
 
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
 
Aula02 protocolos da camada 2
Aula02   protocolos da camada 2Aula02   protocolos da camada 2
Aula02 protocolos da camada 2
 
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
 
Aula02 lab01 - montagem de uma topologia simples
Aula02   lab01 - montagem de uma topologia simplesAula02   lab01 - montagem de uma topologia simples
Aula02 lab01 - montagem de uma topologia simples
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 

Aula04 - configuração da topologia ppp - resolvido

  • 1. Criar a topologia Abaixo Figura 01: Topologia de Estudo CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVE PROFESSOR CARLOS RICARDO BERNAL VEIGA Figura 01: Topologia de Estudo UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES ERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 1
  • 2. Configurando o R1 • Configurando o básico no roteador Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R1 R1(config)#line vty 0 4 R1(config-line)#password cisco R1(config-line)#login R1(config-line)#exit R1(config)#enable secret cisco R1(config)#line console 0 R1(config-line)#password cisco R1(config-line)#login R1(config-line)#exit R1(config)#service password • Configurando a interface Fastethernet R1(config)#interface fastEthernet 0/0 R1(config-if)#ip address 192.168.10.1 255.255.255.0 R1(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R1(config-if)#exit • Configurando a Interface Serial R1(config)#interface serial 0/0/0 R1(config-if)#ip address 10.1.1.1 R1(config-if)#encapsulation ppp R1(config-if)#clock rate 64000 R1(config-if)#no shutdown R1(config-if)#exit • Configurando a tabela de roteamento R1(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.2 R1(config)#exit CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVE PROFESSOR CARLOS RICARDO BERNAL VEIGA Configurando o básico no roteador Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R1 line)#password cisco R1(config)#enable secret cisco line)#password cisco R1(config)#service password-encryption Configurando a interface Fastethernet R1(config)#interface fastEthernet 0/0 if)#ip address 192.168.10.1 255.255.255.0 CHANGED: Interface FastEthernet0/0, changed state to up UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Configurando a Interface Serial 0/0/0 como DCE com uma velocidade de 64 Kbps R1(config)#interface serial 0/0/0 if)#ip address 10.1.1.1 255.255.255.252 if)#encapsulation ppp if)#clock rate 64000 tabela de roteamento R1(config)#ip route 0.0.0.0 0.0.0.0 10.1.1.2 UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES ERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 2 UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up como DCE com uma velocidade de 64 Kbps
  • 3. • Salvando as configurações R1#copy running-config startup Destination filename [startup Building configuration... [OK] R1# Configurando a máquina da interface LAN do router CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVE PROFESSOR CARLOS RICARDO BERNAL VEIGA Salvando as configurações config startup-config Destination filename [startup-config]? Configurando a máquina da interface LAN do router UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES ERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 3
  • 4. Configurando o R2 • Configurando o básico no roteador R2>ena R2#conf t Enter configuration commands, one per line. End with CNTL/Z. R2(config)#hostname R2 R2(config)#line vty 0 4 R2(config-line)#password cisco R2(config-line)#login R2(config-line)#exit R2(config)#enable secret cisco R2(config)#line console 0 R2(config-line)#password cisco R2(config-line)#login R2(config-line)#exit R2(config)#service password • Configurando a interface R2(config)#interface serial 0/0/0 R2(config-if)#ip address 10.1.1.2 255.255.255.252 R2(config-if)#encapsulation ppp R2(config-if)#no shutdown R2(config-if)#exit • Configurando a Interface Serial R2(config)#interface serial 0/0/1 R2(config-if)#ip address 10.2.2.1 255.255.255.252 R2(config-if)#clock rate 128000 R2(config-if)#encapsulation ppp R2(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/1, changed state to down R2(config-if)#exit CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVE PROFESSOR CARLOS RICARDO BERNAL VEIGA Configurando o básico no roteador configuration commands, one per line. End with CNTL/Z. line)#password cisco R2(config)#enable secret cisco rd cisco R2(config)#service password-encryption Configurando a interface Serial 0/0/0 R2(config)#interface serial 0/0/0 if)#ip address 10.1.1.2 255.255.255.252 if)#encapsulation ppp Configurando a Interface Serial 0/0/1 como DCE com uma velocidade de R2(config)#interface serial 0/0/1 if)#ip address 10.2.2.1 255.255.255.252 if)#clock rate 128000 if)#encapsulation ppp CHANGED: Interface Serial0/0/1, changed state to down UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES ERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 4 como DCE com uma velocidade de 128 Kbps
  • 5. • Configurando a Interface Serial R2(config)#interface serial 0/1/0 R2(config-if)#ip address 209.165.200.225 255.255.255.252 R2(config-if)#encapsulation ppp R2(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/1/0, changed state to down R2(config-if)#ex %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up it • Configurando a tabela R2(config)#ip route 192.168.10.0 255.255.255.0 10.1.1.1 R2(config)#ip route 192.168.30.0 255.255.255.0 10.2.2.2 R2(config)#ip route 209.165.200.0 255.255.255.252 209.165.200.226 R2(config)#exit %LINEPROTO-5-UPDOWN: Line protocol on Interface exit • Salvando as configurações R2#copy running-config startup Destination filename [startup Building configuration... [OK] R2# CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVE PROFESSOR CARLOS RICARDO BERNAL VEIGA Configurando a Interface Serial 0/1/0 R2(config)#interface serial 0/1/0 209.165.200.225 255.255.255.252 if)#encapsulation ppp CHANGED: Interface Serial0/1/0, changed state to down CHANGED: Interface Serial0/0/0, changed state to up tabela de roteamento R2(config)#ip route 192.168.10.0 255.255.255.0 10.1.1.1 R2(config)#ip route 192.168.30.0 255.255.255.0 10.2.2.2 R2(config)#ip route 209.165.200.0 255.255.255.252 209.165.200.226 UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up Salvando as configurações config startup-config Destination filename [startup-config]? UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES ERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 5 Serial0/0/0, changed state to up
  • 6. Configurando o R3 • Configurando o básico no roteador Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R3 R3(config)#line vty 0 4 R3(config-line)#password cisco R3(config-line)#login R3(config-line)#exit R3(config)#enable secret cisco R3(config)#line console 0 R3(config-line)#password cisco R3(config-line)#login R3(config-line)#exit R3(config)#service password • Configurando a interface Fastethernet R3(config)#interface fastethernet0/0 R3(config-if)#ip address 192.168.30.1 255.255.255.0 R3(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up R3(config-if)#exit • Configurando a Interface Serial R3(config)#interface serial 0/0/1 R3(config-if)#ip address 10.2.2.2 255.255.255.252 R3(config-if)#encapsulation ppp R3(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/1, changed state to up R3(config-if)#exit CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVE PROFESSOR CARLOS RICARDO BERNAL VEIGA Configurando o básico no roteador Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname R3 line)#password cisco R3(config)#enable secret cisco line)#password cisco R3(config)#service password-encryption Configurando a interface Fastethernet R3(config)#interface fastethernet0/0 if)#ip address 192.168.30.1 255.255.255.0 CHANGED: Interface FastEthernet0/0, changed state to up UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Configurando a Interface Serial 0/0/1 serial 0/0/1 if)#ip address 10.2.2.2 255.255.255.252 if)#encapsulation ppp CHANGED: Interface Serial0/0/1, changed state to up UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES ERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 6 UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
  • 7. • Configurando a tabela de roteamento R3(config)#ip route 0.0.0.0 0.0.0.0 10.2.2.1 R3(config)#exit R3# • Salvando as configurações R3#copy running-config startup Destination filename [startup Building configuration... [OK] R3# Configurando a máquina da interface LAN do router CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVE PROFESSOR CARLOS RICARDO BERNAL VEIGA tabela de roteamento route 0.0.0.0 0.0.0.0 10.2.2.1 Salvando as configurações config startup-config Destination filename [startup-config]? Configurando a máquina da interface LAN do router UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES ERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 7
  • 8. Configurando o ISP • Configurando o básico no roteador Router>ena Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname ISP ISP(config)#line vty 0 4 ISP(config-line)#password cisco ISP(config-line)#login ISP(config-line)#exit ISP(config)#enable secret cisco ISP(config)#line console 0 ISP(config-line)#password cisco ISP(config-line)#login ISP(config-line)#exit ISP(config)#service password • Configurando a interface Fastethernet ISP(config)#interface fastethernet0/0 ISP(config-if)#ip address 209.165.200.1 255.255.255.252 ISP(config-if)#no shutdown %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up ISP(config-if)#exit • Configurando a Interface Serial ISP(config)#interface serial 0/0/0 ISP(config-if)#ip address 209.165.200.226 255.255.255.252 ISP(config-if)#encapsulation ppp ISP(config-if)#clock rate 250000 ISP(config-if)#no shutdown %LINK-5-CHANGED: Interface Serial0/0/0, changed state to up ISP(config-if)#exit CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVE PROFESSOR CARLOS RICARDO BERNAL VEIGA Configurando o básico no roteador Enter configuration commands, one per line. End with CNTL/Z. Router(config)#hostname ISP line)#password cisco ISP(config)#enable secret cisco line)#password cisco ISP(config)#service password-encryption Configurando a interface Fastethernet ace fastethernet0/0 if)#ip address 209.165.200.1 255.255.255.252 CHANGED: Interface FastEthernet0/0, changed state to up UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up Configurando a Interface Serial 0/0/0 como DCE com uma velocidade de ISP(config)#interface serial 0/0/0 if)#ip address 209.165.200.226 255.255.255.252 if)#encapsulation ppp if)#clock rate 250000 CHANGED: Interface Serial0/0/0, changed state to up UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES ERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 8 UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up como DCE com uma velocidade de 256 Kbps
  • 9. • Configurando a tabela de roteamento ISP(config)#ip route 0.0.0.0 0.0.0.0 209.165.200.225 ISP(config)#exit • Salvando as configurações R3#copy running-config startup Destination filename [startup Building configuration... [OK] R3# Configurando o servidor CENTRO UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES REDES DE ALTA VELOCIDADE E CONVE PROFESSOR CARLOS RICARDO BERNAL VEIGA tabela de roteamento ISP(config)#ip route 0.0.0.0 0.0.0.0 209.165.200.225 Salvando as configurações config startup-config Destination filename [startup-config]? o servidor da interface LAN do router UNIVERSITÁRIO DE CAMPO GRANDE TECNOLOGIA EM REDES DE COMPUTADORES ERGENTES PROFESSOR CARLOS RICARDO BERNAL VEIGA 9