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

Alcatel Lucent Gpon Technology Training 2
Alcatel Lucent Gpon Technology Training 2Alcatel Lucent Gpon Technology Training 2
Alcatel Lucent Gpon Technology Training 2Wahyu Nasution
 
Cisco hsrp configuration
Cisco hsrp configurationCisco hsrp configuration
Cisco hsrp configurationWahyu Nasution
 
Cisco 2960 basic configuration – vlan configuration
Cisco 2960 basic configuration – vlan configurationCisco 2960 basic configuration – vlan configuration
Cisco 2960 basic configuration – vlan configuration3Anetwork com
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsDsunte Wilson
 
project on OSPF
project on OSPFproject on OSPF
project on OSPFOm Prakash
 
Job Queue in Golang
Job Queue in GolangJob Queue in Golang
Job Queue in GolangBo-Yi Wu
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsAlejandro Marin
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTCCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTNishant Goel
 
MUM Melbourne : Build Enterprise Wireless with CAPsMAN
MUM Melbourne : Build Enterprise Wireless with CAPsMANMUM Melbourne : Build Enterprise Wireless with CAPsMAN
MUM Melbourne : Build Enterprise Wireless with CAPsMANGLC Networks
 
Example for configuring local attack defense
Example for configuring local attack defenseExample for configuring local attack defense
Example for configuring local attack defenseHuanetwork
 
BGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikBGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikGLC Networks
 
BGP on RouterOS7 -Part 1
BGP on RouterOS7 -Part 1BGP on RouterOS7 -Part 1
BGP on RouterOS7 -Part 1GLC Networks
 
flowspec @ APF 2013
flowspec @ APF 2013flowspec @ APF 2013
flowspec @ APF 2013Tom Paseka
 
TechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterTechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterRobb Boyd
 

What's hot (20)

Alcatel Lucent Gpon Technology Training 2
Alcatel Lucent Gpon Technology Training 2Alcatel Lucent Gpon Technology Training 2
Alcatel Lucent Gpon Technology Training 2
 
Cisco hsrp configuration
Cisco hsrp configurationCisco hsrp configuration
Cisco hsrp configuration
 
Cisco 2960 basic configuration – vlan configuration
Cisco 2960 basic configuration – vlan configurationCisco 2960 basic configuration – vlan configuration
Cisco 2960 basic configuration – vlan configuration
 
CCNA Advanced Routing Protocols
CCNA Advanced Routing ProtocolsCCNA Advanced Routing Protocols
CCNA Advanced Routing Protocols
 
project on OSPF
project on OSPFproject on OSPF
project on OSPF
 
power 6210.pdf
power 6210.pdfpower 6210.pdf
power 6210.pdf
 
Job Queue in Golang
Job Queue in GolangJob Queue in Golang
Job Queue in Golang
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
 
Basic BGP Configuration
Basic BGP ConfigurationBasic BGP Configuration
Basic BGP Configuration
 
Mikrotik firewall raw table
Mikrotik firewall raw tableMikrotik firewall raw table
Mikrotik firewall raw table
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTCCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPT
 
Mikro tik advanced training
Mikro tik advanced trainingMikro tik advanced training
Mikro tik advanced training
 
Ccna command
Ccna commandCcna command
Ccna command
 
MUM Melbourne : Build Enterprise Wireless with CAPsMAN
MUM Melbourne : Build Enterprise Wireless with CAPsMANMUM Melbourne : Build Enterprise Wireless with CAPsMAN
MUM Melbourne : Build Enterprise Wireless with CAPsMAN
 
Example for configuring local attack defense
Example for configuring local attack defenseExample for configuring local attack defense
Example for configuring local attack defense
 
BGP vs OSPF on Mikrotik
BGP vs OSPF on MikrotikBGP vs OSPF on Mikrotik
BGP vs OSPF on Mikrotik
 
BGP on RouterOS7 -Part 1
BGP on RouterOS7 -Part 1BGP on RouterOS7 -Part 1
BGP on RouterOS7 -Part 1
 
flowspec @ APF 2013
flowspec @ APF 2013flowspec @ APF 2013
flowspec @ APF 2013
 
TechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the DatacenterTechWiseTV Workshop: Segment Routing for the Datacenter
TechWiseTV Workshop: Segment Routing for the Datacenter
 
VLAN Network for Extreme Networks
VLAN Network for Extreme NetworksVLAN Network for Extreme Networks
VLAN Network for Extreme Networks
 

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

Service Provider Networks and Frame Relay
Service Provider Networks and Frame RelayService Provider Networks and Frame Relay
Service Provider Networks and Frame RelayTharindu Sankalpa
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configurationsamreenghauri786
 
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_2MAFANTIRI SELLO
 
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 interfacestcpipguru
 
Intro to router_config
Intro to router_configIntro to router_config
Intro to router_config97148881557
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5Garima Singh
 
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 Selamet Hariadi
 
cisco ccna cheat_sheet
cisco ccna cheat_sheetcisco ccna cheat_sheet
cisco ccna cheat_sheetGuntaka Reddy
 
Ncat ccna cheat sheet
Ncat ccna cheat sheetNcat ccna cheat sheet
Ncat ccna cheat sheetEZREIG OMAR
 
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.docxgalerussel59292
 

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

Router ospf
Router ospfRouter ospf
Router ospf
 
Networking Lab Report
Networking Lab ReportNetworking Lab Report
Networking Lab Report
 
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
 
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
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
Ciso commands
Ciso commandsCiso commands
Ciso commands
 
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
 

More from Carlos Veiga

Aula01 projeto de redes de computadores
Aula01   projeto de redes de computadoresAula01   projeto de redes de computadores
Aula01 projeto de redes de computadoresCarlos Veiga
 
Aula08 tecnologia atm
Aula08   tecnologia atmAula08   tecnologia atm
Aula08 tecnologia atmCarlos Veiga
 
Aula10 topologia extendida com roteamento
Aula10   topologia extendida com roteamentoAula10   topologia extendida com roteamento
Aula10 topologia extendida com roteamentoCarlos Veiga
 
Aula08 dispositivos wireless
Aula08   dispositivos wirelessAula08   dispositivos wireless
Aula08 dispositivos wirelessCarlos Veiga
 
Aula09 frame relay - pratica
Aula09   frame relay - praticaAula09   frame relay - pratica
Aula09 frame relay - praticaCarlos Veiga
 
Aula08 - frame-relay
Aula08 -   frame-relayAula08 -   frame-relay
Aula08 - frame-relayCarlos Veiga
 
Aula08 exercício01
Aula08   exercício01Aula08   exercício01
Aula08 exercício01Carlos Veiga
 
Aula 07 - topologias híbridas
Aula 07 -  topologias híbridasAula 07 -  topologias híbridas
Aula 07 - topologias híbridasCarlos Veiga
 
Aula06 - exercícios redes sem fio
Aula06 -  exercícios redes sem fioAula06 -  exercícios redes sem fio
Aula06 - exercícios redes sem fioCarlos Veiga
 
Aula06 - criação da topologia dsl
Aula06 -  criação da topologia dslAula06 -  criação da topologia dsl
Aula06 - criação da topologia dslCarlos Veiga
 
Aula05 - tecnologias dsl
Aula05 -  tecnologias dslAula05 -  tecnologias dsl
Aula05 - tecnologias dslCarlos Veiga
 
Aula05 padrões sem fio
Aula05   padrões sem fioAula05   padrões sem fio
Aula05 padrões sem fioCarlos Veiga
 
Aula04 roteadores wireless
Aula04   roteadores wirelessAula04   roteadores wireless
Aula04 roteadores wirelessCarlos 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 pppCarlos Veiga
 
Aula02 protocolos da camada 2
Aula02   protocolos da camada 2Aula02   protocolos da camada 2
Aula02 protocolos da camada 2Carlos 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 osiCarlos 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 wirelessCarlos 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 simplesCarlos 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

API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governanceWSO2
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseWSO2
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceIES VE
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...WSO2
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformWSO2
 

Recently uploaded (20)

API Governance and Monetization - The evolution of API governance
API Governance and Monetization -  The evolution of API governanceAPI Governance and Monetization -  The evolution of API governance
API Governance and Monetization - The evolution of API governance
 
Navigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern EnterpriseNavigating Identity and Access Management in the Modern Enterprise
Navigating Identity and Access Management in the Modern Enterprise
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
+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...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
WSO2 Micro Integrator for Enterprise Integration in a Decentralized, Microser...
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
 

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