SlideShare uma empresa Scribd logo
1 de 27
Baixar para ler offline
Roteamento

Estático

José Janeiro
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Topologia de Rede

192.168.20.0
S0/0/0
F0/0

R1

S0/0/1
S0/0/0
DCE
DCE
F0/0 R2

F0/1

PC1

192.168.10.0

192.168.40.0
S0/0/0
F0/0 R3

F0/1

PC2

F0/1

PC3

192.168.30.0

PC4

PC5

192.168.50.0
Roteamento Estático

José Janeiro
jaejaneiro@gmail.com

Estudo do
Roteamento Estático
no
Roteador R1
José Janeiro

Roteamento Estático
R1

.1

jaejaneiro@gmail.com

Tabela Roteamento R1

192.168.20.0

Rede

FastEthernet0/0

192.168.20.0

F0/0 .1

Interface

192.168.10.0

S0/0/0

Serial 0/0/0

192.168.10.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R1)

R1(config)#interface FastEthernet0/0
R1(config-if)#ip address 192.168.10.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit

C 192.168.10.0/24 is directly connected, FastEthernet0/0

R1(config)#interface Serial 0/0/0
R1(config-if)#ip address 192.168.20.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit

C

192.168.20.0/24 is directly connected, Serial0/0/0
José Janeiro

Roteamento Estático
R1

jaejaneiro@gmail.com

Redes Remotas

S0/0/0

.2
S0/0/0

F0/0 .1

R2

192.168.30.0

192.168.20.2
192.168.20.2

192.168.50.0

.1

Endereço Próximo Salto

192.168.40.0

192.168.20.0

192.168.20.2

192.168.10.0

Configuração de rotas estáticas
Comando

Rede Remota

ip route

192.168.30.0
192.168.40.0
192.168.50.0

Máscara de Rede

Endereço Próximo Salto

255.255.255.0

192.168.20.2
(Interface Serial 0/0/0
do Roteador R2)
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R1
192.168.20.0

R1

S0/0/0

192.168.40.0

.2 R2

F0/0

S0/0/0
DCE
F0/0

F0/1

S0/0/1
DCE

F0/1

PC1
192.168.10.0

Rede

Interface

192.168.10.0

FastEthernet0/0

F0/0

192.168.20.0

Serial 0/0/0

F0/1

192.168.30.0

Serial 0/0/0

R3

PC2
PC3
192.168.30.0

S0/0/0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R1)

R1(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2

S 192.168.30.0/24 [1/0] via 192.168.20.2
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R1
192.168.20.0

R1

192.168.40.0

F0/0

S0/0/0
DCE
F0/0

F0/1

S0/0/1
DCE

F0/1

PC1
192.168.10.0

PC2
PC3
192.168.30.0

Rede

Interface

192.168.10.0

FastEthernet0/0

F0/0

192.168.20.0

Serial 0/0/0

F0/1

192.168.30.0

Serial 0/0/0

192.168.40.0

S0/0/0

.2 R2

Serial 0/0/0

R3
S0/0/0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R1)

R1(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2

S 192.168.30.0/24 [1/0] via 192.168.20.2

R1(config)#ip route 192.168.40.0 255.255.255.0 192.168.20.2

S 192.168.40.0/24 [1/0] via 192.168.20.2
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R1
192.168.20.0

R1

192.168.40.0

F0/1

192.168.10.0

FastEthernet0/0

F0/0

192.168.20.0

Serial 0/0/0

F0/1

192.168.30.0

Serial 0/0/0

Serial 0/0/0
Serial 0/0/0

R3
S0/0/1
DCE

F0/1

PC1
192.168.10.0

Interface

192.168.50.0

F0/0

S0/0/0
DCE
F0/0

Rede

192.168.40.0

S0/0/0

.2 R2

PC2
PC3
192.168.30.0

S0/0/0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R1)

R1(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2

S 192.168.30.0/24 [1/0] via 192.168.20.2

R1(config)#ip route 192.168.40.0 255.255.255.0 192.168.20.2

S 192.168.40.0/24 [1/0] via 192.168.20.2

R1(config)#ip route 192.168.50.0 255.255.255.0 192.168.20.2

S 192.168.50.0/24 [1/0] via 192.168.20.2
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R1
192.168.20.0

R1

192.168.40.0

192.168.10.0

FastEthernet0/0

F0/0

192.168.20.0

Serial 0/0/0

F0/1

192.168.30.0

Serial 0/0/0

Serial 0/0/0

192.168.50.0

F0/0

S0/0/0
DCE
F0/0

F0/1

Serial 0/0/0

R3
S0/0/1
DCE

S0/0/0

F0/1

PC1
192.168.10.0

Interface

192.168.40.0

S0/0/0

Rede

R2

PC2
PC3
192.168.30.0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R1)

R1(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2

S 192.168.30.0/24 [1/0] via 192.168.20.2

R1(config)#ip route 192.168.40.0 255.255.255.0 192.168.20.2

S 192.168.40.0/24 [1/0] via 192.168.20.2

R1(config)#ip route 192.168.50.0 255.255.255.0 192.168.20.2

S 192.168.50.0/24 [1/0] via 192.168.20.2

R1(config-if)#ip address 192.168.10.0 255.255.255.0

C 192.168.10.0/24 is directly connected, FastEthernet0/0

R1(config-if)#ip address 192.168.20.0 255.255.255.0

C

192.168.20.0/24 is directly connected, Serial0/0/0
Roteamento Estático

José Janeiro
jaejaneiro@gmail.com

Estudo do
Roteamento Estático
no
Roteador R2
José Janeiro

Roteamento Estático
192.168.20.0
.1

R2

jaejaneiro@gmail.com

Tabela Roteamento R2

192.168.40.0
.1

Rede

Configuração na linha de comandos (CLI)
R2(config)#interface FastEthernet0/0
R2(config-if)#ip address 192.168.30.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#exit

R2(config)#interface Serial 0/0/0
R2(config-if)#ip address 192.168.20.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#clocrate 64000
R2(config-if)#exit
R2(config)#interface Serial 0/0/1
R2(config-if)#ip address 192.168.40.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#clockrate 64000
R2(config-if)#exit

Serial 0/0/0

192.168.40.0

192.168.30.0

FastEthernet0/0

192.168.20.0

F0/0 .1

Interface

192.168.30.0

S0/0/1

S0/0/0

Serial 0/0/1

Tabela de Roteamento (R2)
C 192.168.30.0/24 is directly connected, FastEthernet0/0

C

192.168.20.0/24 is directly connected, Serial0/0/0/0

C

192.168.40.0/24 is directly connected, Serial0/0/1
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Redes Remotas

R2 192.168.40.0

R1 .1

S0/0/1

S0/0/0

.2

R3

Endereço Próximo Salto

192.168.10.0

192.168.20.1

192.168.50.0

192.168.20.0

192.168.40.2

F0/0 .1
192.168.30.0

Configuração de rotas estáticas
Comando

Rede Remota

Máscara de Rede

192.168.10.0
ip route

192.168.20.1
255.255.255.0

192.168.50.0

Endereço Próximo Salto
(Interface Serial 0/0/0 do
Roteador R1)

192.168.40.2
(Interface Serial 0/0/0 do
Roteador R3)
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R2
192.168.20.0

R2

R1 .1

S0/0/0

192.168.40.0

S0/0/0
DCE

R3
S0/0/1
DCE

S0/0/0

Rede

Interface

192.168.10.0

Serial 0/0/0

F0/1

PC1
192.168.10.0

F0/0

F0/0

192.168.20.0

Serial 0/0/0

F0/1

F0/1

192.168.30.0

FastEthernet0/0

192.168.40.0

F0/0

Serial 0/0/1

PC2
PC3
192.168.30.0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R2)

R2(config)#ip route 192.168.10.0 255.255.255.0 192.168.20.1

S 192.168.10.0/24 [1/0] via 192.168.20.1
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R2
192.168.20.0

192.168.40.0

R1
S0/0/0

R2
S0/0/0
DCE

S0/0/1
DCE

.2 R3
S0/0/0

Rede

Interface

192.168.10.0

Serial 0/0/0

PC1
192.168.10.0

F0/0

192.168.20.0

Serial 0/0/0

F0/1

F0/1

192.168.30.0

FastEthernet0/0

Serial 0/0/1

192.168.50.0

F0/1

F0/0

192.168.40.0

F0/0

Serial 0/0/1

PC2
PC3
192.168.30.0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R2)

R2(config)#ip route 192.168.10.0 255.255.255.0 192.168.20.1

S 192.168.10.0/24 [1/0] via 192.168.20.1

R2(config)#ip route 192.168.50.0 255.255.255.0 192.168.40.2

S 192.168.50.0/24 [1/0] via 192.168.40.2
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R2
192.168.20.0
R1

S0/0/0

192.168.40.0

R2

S0/0/0
DCE

Rede

S0/0/1
DCE

S0/0/0

Interface

192.168.10.0

R3

Serial 0/0/0

PC1
192.168.10.0

F0/0

192.168.20.0

Serial 0/0/0

F0/1

F0/1

192.168.30.0

FastEthernet0/0

Serial 0/0/1

192.168.50.0

F0/1

F0/0

192.168.40.0

F0/0

Serial 0/0/1

PC2
PC3
192.168.30.0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R2)

R2(config)#ip route 192.168.10.0 255.255.255.0 192.168.20.1

S 192.168.10.0/24 [1/0] via 192.168.20.1

R2(config)#ip route 192.168.50.0 255.255.255.0 192.168.40.2

S 192.168.50.0/24 [1/0] via 192.168.40.2

R2(config-if)#ip addresss 192.168.20.0 255.255.255.0

R2(config-if)#ip address 192.168.30.0 255.255.255.0
R2(config-if)#ip address 192.168.40.0 255.255.255.0

C

192.168.20.0/24 is directly connected, Serial0/0/0

C 192.168.30.0/24 is directly connected, FastEthernet0/0
C

192.168.40.0/24 is directly connected, Serial0/0/1
Roteamento Estático

José Janeiro
jaejaneiro@gmail.com

Estudo do
Roteamento Estático
no
Roteador R3
José Janeiro

Roteamento Estático
192.168.40.0

.2

jaejaneiro@gmail.com

Tabela Roteamento R3

R3

Rede

FastEthernet0/0

192.168.40.0

F0/0

Interface

192.168.50.0

S0/0/0

Serial 0/0/0

192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R3)

R3(config)#interface FastEthernet0/0
R3(config-if)#ip address 192.168.50.1 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#exit

C 192.168.50.0/24 is directly connected, FastEthernet0/0

R3(config)#interface Serial 0/0/0
R3(config-if)#ip address 192.168.40.2 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#exit

C

192.168.40.0/24 is directly connected, Serial0/0/0
José Janeiro

Roteamento Estático
R2

S0/0/1

.2

R3

S0/0/0

F0/0

Redes Remotas

Endereço Próximo Salto

192.168.10.0

192.168.40.1

192.168.20.0

192.168.40.0

.1

jaejaneiro@gmail.com

192.168.40.1

192.168.30.0

192.168.40.1

192.168.50.0

Configuração de rotas estáticas

Comando

Rede Remota

ip route

192.168.10.0
192.168.20.0
192.168.30.0

Máscara de Rede

Endereço Próximo Salto

255.255.255.0

192.168.40.1
(Interface Serial 0/0/1
do Roteador R2)
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R3
192.168.20.0
R1

S0/0/0

192.168.40.0

F0/0

S0/0/0
DCE
F0/0

F0/1

S0/0/1
DCE

F0/1

PC1
192.168.10.0

Rede

Interface

192.168.50.0

FastEthernet0/0

F0/0

192.168.40.0

Serial 0/0/0

F0/1

192.168.10.0

Serial 0/0/0

R3

R2 .1

PC2
PC3
192.168.30.0

S0/0/0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R3)

R3(config)#ip route 192.168.10.0 255.255.255.0 192.168.40.1

S 192.168.10.0/24 [1/0] via 192.168.40.1
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R3
192.168.20.0

192.168.40.0

S0/0/0

Interface

192.168.50.0

FastEthernet0/0

F0/0

192.168.40.0

Serial 0/0/0

F0/1

192.168.10.0

Serial 0/0/0

Serial 0/0/0

R3

R2 .1

F0/0

S0/0/0
DCE
F0/0

F0/1

S0/0/1
DCE

F0/1

PC1
192.168.10.0

Rede

192.168.20.0

R1

PC2
PC3
192.168.30.0

S0/0/0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R3)

R3(config)#ip route 192.168.10.0 255.255.255.0 192.168.40.1

S 192.168.10.0/24 [1/0] via 192.168.40.1

R3(config)#ip route 192.168.20.0 255.255.255.0 192.168.40.1

S 192.168.20.0/24 [1/0] via 192.168.40.1
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R3
192.168.20.0

192.168.40.0

192.168.50.0

FastEthernet0/0

F0/0

192.168.40.0

Serial 0/0/0

F0/1

192.168.10.0

Serial 0/0/0

Serial 0/0/0
Serial 0/0/0

R3

R2 .1

F0/0

S0/0/0
DCE
F0/0

F0/1

S0/0/1
DCE

F0/1

PC1
192.168.10.0

Interface

192.168.30.0

S0/0/0

Rede

192.168.20.0

R1

PC2
PC3
192.168.30.0

S0/0/0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R3)

R3(config)#ip route 192.168.10.0 255.255.255.0 192.168.40.1

S 192.168.10.0/24 [1/0] via 192.168.40.1

R3(config)#ip route 192.168.20.0 255.255.255.0 192.168.40.1

S 192.168.20.0/24 [1/0] via 192.168.40.1

R3(config)#ip route 192.168.30.0 255.255.255.0 192.168.40.1

S 192.168.30.0/24 [1/0] via 192.168.40.1
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Tabela Roteamento R3
192.168.20.0

192.168.40.0

192.168.50.0

FastEthernet0/0

F0/0

192.168.40.0

Serial 0/0/0

F0/1

192.168.10.0

Serial 0/0/0

Serial 0/0/0
Serial 0/0/0

R3

R2

F0/0

S0/0/0
DCE
F0/0

F0/1

S0/0/1
DCE

F0/1

PC1
192.168.10.0

Interface

192.168.30.0

S0/0/0

Rede

192.168.20.0

R1

PC2
PC3
192.168.30.0

S0/0/0

PC5
PC4
192.168.50.0

Configuração na linha de comandos (CLI)

Tabela de Roteamento (R3)

R3(config)#ip route 192.168.10.0 255.255.255.0 192.168.40.1

S 192.168.10.0/24 [1/0] via 192.168.40.1

R3(config)#ip route 192.168.20.0 255.255.255.0 192.168.40.1

S 192.168.20.0/24 [1/0] via 192.168.40.1

R3(config)#ip route 192.168.30.0 255.255.255.0 192.168.40.1

S 192.168.30.0/24 [1/0] via 192.168.40.1

R3(config-if)#ip address 192.168.40.2 255.255.255.0
R3(config-if)#ip address 192.168.50.1 255.255.255.0

C

192.168.40.0/24 is directly connected, Serial0/0/0

C 192.168.50.0/24 is directly connected, FastEthernet0/0
Roteamento Estático
R1: Configuração Roteamento Estático
R1(config)#interface FastEthernet0/0
R1(config-if)#ip address 192.168.10.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface Serial 0/0/0
R1(config-if)#ip address 192.168.20.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config-if)#ip route 192.168.30.0 255.255.255.0 192.168.20.2
R1(config-if)#ip route 192.168.40.0 255.255.255.0 192.168.20.2
R1(config-if)#ip route 192.168.50.0 255.255.255.0 192.168.20.2

R1: Output do comando show ip route

José Janeiro
jaejaneiro@gmail.com
Roteamento Estático
R2: Configuração Roteamento Estático
R2(config)#interface FastEthernet0/0
R2(config-if)#ip address 192.168.30.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#interface Serial 0/0/0
R2(config-if)#ip address 192.168.20.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#clocrate 64000
R2(config-if)#exit
R2(config)#interface Serial 0/0/1
R2(config-if)#ip address 192.168.40.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#clockrate 64000
R2(config-if)#exit
R2(config)#ip route 192.168.10.0 255.255.255.0 192.168.20.1
R2(config)#ip route 192.168.50.0 255.255.255.0 192.168.40.2

R2: Output do comando show ip route

José Janeiro
jaejaneiro@gmail.com
Roteamento Estático
R3: Configuração Roteamento Estático
R3(config)#interface FastEthernet0/0
R3(config-if)#ip address 192.168.50.1 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#exit
R3(config)#interface Serial 0/0/0
R3(config-if)#ip address 192.168.40.2 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#exit
R3(config-if)#ip route 192.168.10.0 255.255.255.0 192.168.40.1
R3(config-if)#ip route 192.168.20.0 255.255.255.0 192.168.40.1
R3(config-if)#ip route 192.168.30.0 255.255.255.0 192.168.40.1

R3: Output do comando show ip route

José Janeiro
jaejaneiro@gmail.com
José Janeiro

Roteamento Estático

jaejaneiro@gmail.com

Exercícios
Exercício 1

Utilizando o software de
simulação de redes crie e
configure a topologia de
rede da presente aula.

Exercício 2

Utilizando o software de
simulação de redes crie e
configure a topologia de
rede fornecida pelo
professor.
Roteamento Estático

José Janeiro
jaejaneiro@gmail.com

Para seu estudo consulte também:
•

• A matéria teórica em formato PDF

•

• Assista o vídeo sobre roteamento estático no endereço youtube:

www.youtube.com/jaejaneiro

10-07-2011
José Afonso Esteves Janeiro

Mais conteúdo relacionado

Mais procurados

Ipso vrrp troubleshooting
Ipso vrrp troubleshootingIpso vrrp troubleshooting
Ipso vrrp troubleshootingPavan Kumar
 
8 subredesssss
8 subredesssss8 subredesssss
8 subredessssssovon123
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationHamed Moghaddam
 
Vhdl practical exam guide
Vhdl practical exam guideVhdl practical exam guide
Vhdl practical exam guideEslam Mohammed
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationHamed Moghaddam
 
IBM Power Systems Performance Report
IBM Power Systems Performance ReportIBM Power Systems Performance Report
IBM Power Systems Performance ReportthinkASG
 
Howto ethereal-wireshark-trace en
Howto ethereal-wireshark-trace enHowto ethereal-wireshark-trace en
Howto ethereal-wireshark-trace enJORGE GOMEZ
 
BGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBookBGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBookRHC Technologies
 
OSPF Route Filtering
OSPF Route FilteringOSPF Route Filtering
OSPF Route FilteringNetwax Lab
 
IS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBookIS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBookRHC Technologies
 
IPv6 for Pentesters
IPv6 for PentestersIPv6 for Pentesters
IPv6 for Pentesterscamsec
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentAngel Clavel
 
AWS VPC by hellocloud.io
AWS VPC by hellocloud.ioAWS VPC by hellocloud.io
AWS VPC by hellocloud.ioHello Cloud
 
Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Shanxi Cai
 

Mais procurados (20)

1
11
1
 
Ipso vrrp troubleshooting
Ipso vrrp troubleshootingIpso vrrp troubleshooting
Ipso vrrp troubleshooting
 
Сүлжээ1
Сүлжээ1Сүлжээ1
Сүлжээ1
 
8 subredesssss
8 subredesssss8 subredesssss
8 subredesssss
 
Juniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route ConfigurationJuniper JNCIA – Juniper OSPF Route Configuration
Juniper JNCIA – Juniper OSPF Route Configuration
 
Vhdl practical exam guide
Vhdl practical exam guideVhdl practical exam guide
Vhdl practical exam guide
 
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route ConfigurationJuniper JNCIA – Juniper RIP and OSPF Route Configuration
Juniper JNCIA – Juniper RIP and OSPF Route Configuration
 
IBM Power Systems Performance Report
IBM Power Systems Performance ReportIBM Power Systems Performance Report
IBM Power Systems Performance Report
 
Howto ethereal-wireshark-trace en
Howto ethereal-wireshark-trace enHowto ethereal-wireshark-trace en
Howto ethereal-wireshark-trace en
 
BGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBookBGP Route Reflectors Lab WorkBook
BGP Route Reflectors Lab WorkBook
 
OSPF Route Filtering
OSPF Route FilteringOSPF Route Filtering
OSPF Route Filtering
 
IS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBookIS-IS Routing Lab WorkBook
IS-IS Routing Lab WorkBook
 
VRF Lab WorkBook
VRF Lab WorkBookVRF Lab WorkBook
VRF Lab WorkBook
 
Ccna commands
Ccna commandsCcna commands
Ccna commands
 
IPv6 for Pentesters
IPv6 for PentestersIPv6 for Pentesters
IPv6 for Pentesters
 
Ccna commands
Ccna commands   Ccna commands
Ccna commands
 
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_studentCcn pv7 route_lab2-1_eigrp-load-balancing_student
Ccn pv7 route_lab2-1_eigrp-load-balancing_student
 
Experiment 16 x2 parallel lcd
Experiment   16 x2 parallel lcdExperiment   16 x2 parallel lcd
Experiment 16 x2 parallel lcd
 
AWS VPC by hellocloud.io
AWS VPC by hellocloud.ioAWS VPC by hellocloud.io
AWS VPC by hellocloud.io
 
Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)Vista 1600 c epon olt quick start manual(r1.2)
Vista 1600 c epon olt quick start manual(r1.2)
 

Destaque (11)

Roteamento
RoteamentoRoteamento
Roteamento
 
Ethernet regras de segmentação-miguel ferreira
Ethernet regras de segmentação-miguel ferreiraEthernet regras de segmentação-miguel ferreira
Ethernet regras de segmentação-miguel ferreira
 
Roteamento
RoteamentoRoteamento
Roteamento
 
Roteamento Bgp
Roteamento BgpRoteamento Bgp
Roteamento Bgp
 
Roteadores
RoteadoresRoteadores
Roteadores
 
Roteadores e roteamento
Roteadores e roteamentoRoteadores e roteamento
Roteadores e roteamento
 
Protocolos de Roteamento BGP IGP EGP
Protocolos de Roteamento BGP IGP EGPProtocolos de Roteamento BGP IGP EGP
Protocolos de Roteamento BGP IGP EGP
 
WANs e Roteadores Cap. 6 Roteamento e Protocolos de Roteamento - CCNA 3.1 Wel...
WANs e Roteadores Cap. 6 Roteamento e Protocolos de Roteamento - CCNA 3.1 Wel...WANs e Roteadores Cap. 6 Roteamento e Protocolos de Roteamento - CCNA 3.1 Wel...
WANs e Roteadores Cap. 6 Roteamento e Protocolos de Roteamento - CCNA 3.1 Wel...
 
Introdução ao OSPF e BGP
Introdução ao OSPF e BGPIntrodução ao OSPF e BGP
Introdução ao OSPF e BGP
 
Redes de Computadores - Modelo de Referência OSI/ISO
Redes de Computadores - Modelo de Referência OSI/ISORedes de Computadores - Modelo de Referência OSI/ISO
Redes de Computadores - Modelo de Referência OSI/ISO
 
Projeto de redes
Projeto de redesProjeto de redes
Projeto de redes
 

Semelhante a Roteamento estatico

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
 
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 - resolvidoCarlos Veiga
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration3Anetwork com
 
Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeEincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeNetwax Lab
 
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
 
Static & Dynamic Routing
Static & Dynamic RoutingStatic & Dynamic Routing
Static & Dynamic RoutingAnandaAyu ZB
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configurationsamreenghauri786
 
Acn Experiment No 6
Acn Experiment No 6Acn Experiment No 6
Acn Experiment No 6Garima Singh
 
Service Provider Networks and Frame Relay
Service Provider Networks and Frame RelayService Provider Networks and Frame Relay
Service Provider Networks and Frame RelayTharindu Sankalpa
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)IT Tech
 
Cisco Router EIGRP Config
Cisco Router EIGRP ConfigCisco Router EIGRP Config
Cisco Router EIGRP ConfigKadir CIKIS
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingJohnson Liu
 
Skill final-resuelto
Skill final-resueltoSkill final-resuelto
Skill final-resueltoelviscd_4
 
CCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxCCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxSanathKumarV3
 

Semelhante a Roteamento estatico (20)

Router ospf
Router ospfRouter ospf
Router ospf
 
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
 
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
 
Networking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP ConfigurationNetworking Tutorial Goes to Basic PPP Configuration
Networking Tutorial Goes to Basic PPP Configuration
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
 
Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeEincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static route
 
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
 
Static & Dynamic Routing
Static & Dynamic RoutingStatic & Dynamic Routing
Static & Dynamic Routing
 
Detailed explanation of Basic router configuration
Detailed explanation of Basic router configurationDetailed explanation of Basic router configuration
Detailed explanation of Basic router configuration
 
Acn Experiment No 6
Acn Experiment No 6Acn Experiment No 6
Acn Experiment No 6
 
Service Provider Networks and Frame Relay
Service Provider Networks and Frame RelayService Provider Networks and Frame Relay
Service Provider Networks and Frame Relay
 
Cisco Network and Engineering
Cisco Network and EngineeringCisco Network and Engineering
Cisco Network and Engineering
 
How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)How to Configure Routing Information Protocol (RIP)
How to Configure Routing Information Protocol (RIP)
 
Cisco Router EIGRP Config
Cisco Router EIGRP ConfigCisco Router EIGRP Config
Cisco Router EIGRP Config
 
R1
R1R1
R1
 
Packet Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 RoutingPacket Tracer Simulation Lab Layer3 Routing
Packet Tracer Simulation Lab Layer3 Routing
 
Skill final-resuelto
Skill final-resueltoSkill final-resuelto
Skill final-resuelto
 
CCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptxCCNA_LAB_MANUAL_part1.pptx
CCNA_LAB_MANUAL_part1.pptx
 
OSPF Virtual Link
OSPF Virtual LinkOSPF Virtual Link
OSPF Virtual Link
 

Último

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docxPoojaSen20
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxShobhayan Kirtania
 

Último (20)

1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
mini mental status format.docx
mini    mental       status     format.docxmini    mental       status     format.docx
mini mental status format.docx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
The byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptxThe byproduct of sericulture in different industries.pptx
The byproduct of sericulture in different industries.pptx
 

Roteamento estatico

  • 2. José Janeiro Roteamento Estático jaejaneiro@gmail.com Topologia de Rede 192.168.20.0 S0/0/0 F0/0 R1 S0/0/1 S0/0/0 DCE DCE F0/0 R2 F0/1 PC1 192.168.10.0 192.168.40.0 S0/0/0 F0/0 R3 F0/1 PC2 F0/1 PC3 192.168.30.0 PC4 PC5 192.168.50.0
  • 3. Roteamento Estático José Janeiro jaejaneiro@gmail.com Estudo do Roteamento Estático no Roteador R1
  • 4. José Janeiro Roteamento Estático R1 .1 jaejaneiro@gmail.com Tabela Roteamento R1 192.168.20.0 Rede FastEthernet0/0 192.168.20.0 F0/0 .1 Interface 192.168.10.0 S0/0/0 Serial 0/0/0 192.168.10.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R1) R1(config)#interface FastEthernet0/0 R1(config-if)#ip address 192.168.10.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit C 192.168.10.0/24 is directly connected, FastEthernet0/0 R1(config)#interface Serial 0/0/0 R1(config-if)#ip address 192.168.20.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit C 192.168.20.0/24 is directly connected, Serial0/0/0
  • 5. José Janeiro Roteamento Estático R1 jaejaneiro@gmail.com Redes Remotas S0/0/0 .2 S0/0/0 F0/0 .1 R2 192.168.30.0 192.168.20.2 192.168.20.2 192.168.50.0 .1 Endereço Próximo Salto 192.168.40.0 192.168.20.0 192.168.20.2 192.168.10.0 Configuração de rotas estáticas Comando Rede Remota ip route 192.168.30.0 192.168.40.0 192.168.50.0 Máscara de Rede Endereço Próximo Salto 255.255.255.0 192.168.20.2 (Interface Serial 0/0/0 do Roteador R2)
  • 6. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R1 192.168.20.0 R1 S0/0/0 192.168.40.0 .2 R2 F0/0 S0/0/0 DCE F0/0 F0/1 S0/0/1 DCE F0/1 PC1 192.168.10.0 Rede Interface 192.168.10.0 FastEthernet0/0 F0/0 192.168.20.0 Serial 0/0/0 F0/1 192.168.30.0 Serial 0/0/0 R3 PC2 PC3 192.168.30.0 S0/0/0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R1) R1(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2 S 192.168.30.0/24 [1/0] via 192.168.20.2
  • 7. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R1 192.168.20.0 R1 192.168.40.0 F0/0 S0/0/0 DCE F0/0 F0/1 S0/0/1 DCE F0/1 PC1 192.168.10.0 PC2 PC3 192.168.30.0 Rede Interface 192.168.10.0 FastEthernet0/0 F0/0 192.168.20.0 Serial 0/0/0 F0/1 192.168.30.0 Serial 0/0/0 192.168.40.0 S0/0/0 .2 R2 Serial 0/0/0 R3 S0/0/0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R1) R1(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2 S 192.168.30.0/24 [1/0] via 192.168.20.2 R1(config)#ip route 192.168.40.0 255.255.255.0 192.168.20.2 S 192.168.40.0/24 [1/0] via 192.168.20.2
  • 8. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R1 192.168.20.0 R1 192.168.40.0 F0/1 192.168.10.0 FastEthernet0/0 F0/0 192.168.20.0 Serial 0/0/0 F0/1 192.168.30.0 Serial 0/0/0 Serial 0/0/0 Serial 0/0/0 R3 S0/0/1 DCE F0/1 PC1 192.168.10.0 Interface 192.168.50.0 F0/0 S0/0/0 DCE F0/0 Rede 192.168.40.0 S0/0/0 .2 R2 PC2 PC3 192.168.30.0 S0/0/0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R1) R1(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2 S 192.168.30.0/24 [1/0] via 192.168.20.2 R1(config)#ip route 192.168.40.0 255.255.255.0 192.168.20.2 S 192.168.40.0/24 [1/0] via 192.168.20.2 R1(config)#ip route 192.168.50.0 255.255.255.0 192.168.20.2 S 192.168.50.0/24 [1/0] via 192.168.20.2
  • 9. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R1 192.168.20.0 R1 192.168.40.0 192.168.10.0 FastEthernet0/0 F0/0 192.168.20.0 Serial 0/0/0 F0/1 192.168.30.0 Serial 0/0/0 Serial 0/0/0 192.168.50.0 F0/0 S0/0/0 DCE F0/0 F0/1 Serial 0/0/0 R3 S0/0/1 DCE S0/0/0 F0/1 PC1 192.168.10.0 Interface 192.168.40.0 S0/0/0 Rede R2 PC2 PC3 192.168.30.0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R1) R1(config)#ip route 192.168.30.0 255.255.255.0 192.168.20.2 S 192.168.30.0/24 [1/0] via 192.168.20.2 R1(config)#ip route 192.168.40.0 255.255.255.0 192.168.20.2 S 192.168.40.0/24 [1/0] via 192.168.20.2 R1(config)#ip route 192.168.50.0 255.255.255.0 192.168.20.2 S 192.168.50.0/24 [1/0] via 192.168.20.2 R1(config-if)#ip address 192.168.10.0 255.255.255.0 C 192.168.10.0/24 is directly connected, FastEthernet0/0 R1(config-if)#ip address 192.168.20.0 255.255.255.0 C 192.168.20.0/24 is directly connected, Serial0/0/0
  • 10. Roteamento Estático José Janeiro jaejaneiro@gmail.com Estudo do Roteamento Estático no Roteador R2
  • 11. José Janeiro Roteamento Estático 192.168.20.0 .1 R2 jaejaneiro@gmail.com Tabela Roteamento R2 192.168.40.0 .1 Rede Configuração na linha de comandos (CLI) R2(config)#interface FastEthernet0/0 R2(config-if)#ip address 192.168.30.1 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#exit R2(config)#interface Serial 0/0/0 R2(config-if)#ip address 192.168.20.1 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#clocrate 64000 R2(config-if)#exit R2(config)#interface Serial 0/0/1 R2(config-if)#ip address 192.168.40.1 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#clockrate 64000 R2(config-if)#exit Serial 0/0/0 192.168.40.0 192.168.30.0 FastEthernet0/0 192.168.20.0 F0/0 .1 Interface 192.168.30.0 S0/0/1 S0/0/0 Serial 0/0/1 Tabela de Roteamento (R2) C 192.168.30.0/24 is directly connected, FastEthernet0/0 C 192.168.20.0/24 is directly connected, Serial0/0/0/0 C 192.168.40.0/24 is directly connected, Serial0/0/1
  • 12. José Janeiro Roteamento Estático jaejaneiro@gmail.com Redes Remotas R2 192.168.40.0 R1 .1 S0/0/1 S0/0/0 .2 R3 Endereço Próximo Salto 192.168.10.0 192.168.20.1 192.168.50.0 192.168.20.0 192.168.40.2 F0/0 .1 192.168.30.0 Configuração de rotas estáticas Comando Rede Remota Máscara de Rede 192.168.10.0 ip route 192.168.20.1 255.255.255.0 192.168.50.0 Endereço Próximo Salto (Interface Serial 0/0/0 do Roteador R1) 192.168.40.2 (Interface Serial 0/0/0 do Roteador R3)
  • 13. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R2 192.168.20.0 R2 R1 .1 S0/0/0 192.168.40.0 S0/0/0 DCE R3 S0/0/1 DCE S0/0/0 Rede Interface 192.168.10.0 Serial 0/0/0 F0/1 PC1 192.168.10.0 F0/0 F0/0 192.168.20.0 Serial 0/0/0 F0/1 F0/1 192.168.30.0 FastEthernet0/0 192.168.40.0 F0/0 Serial 0/0/1 PC2 PC3 192.168.30.0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R2) R2(config)#ip route 192.168.10.0 255.255.255.0 192.168.20.1 S 192.168.10.0/24 [1/0] via 192.168.20.1
  • 14. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R2 192.168.20.0 192.168.40.0 R1 S0/0/0 R2 S0/0/0 DCE S0/0/1 DCE .2 R3 S0/0/0 Rede Interface 192.168.10.0 Serial 0/0/0 PC1 192.168.10.0 F0/0 192.168.20.0 Serial 0/0/0 F0/1 F0/1 192.168.30.0 FastEthernet0/0 Serial 0/0/1 192.168.50.0 F0/1 F0/0 192.168.40.0 F0/0 Serial 0/0/1 PC2 PC3 192.168.30.0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R2) R2(config)#ip route 192.168.10.0 255.255.255.0 192.168.20.1 S 192.168.10.0/24 [1/0] via 192.168.20.1 R2(config)#ip route 192.168.50.0 255.255.255.0 192.168.40.2 S 192.168.50.0/24 [1/0] via 192.168.40.2
  • 15. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R2 192.168.20.0 R1 S0/0/0 192.168.40.0 R2 S0/0/0 DCE Rede S0/0/1 DCE S0/0/0 Interface 192.168.10.0 R3 Serial 0/0/0 PC1 192.168.10.0 F0/0 192.168.20.0 Serial 0/0/0 F0/1 F0/1 192.168.30.0 FastEthernet0/0 Serial 0/0/1 192.168.50.0 F0/1 F0/0 192.168.40.0 F0/0 Serial 0/0/1 PC2 PC3 192.168.30.0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R2) R2(config)#ip route 192.168.10.0 255.255.255.0 192.168.20.1 S 192.168.10.0/24 [1/0] via 192.168.20.1 R2(config)#ip route 192.168.50.0 255.255.255.0 192.168.40.2 S 192.168.50.0/24 [1/0] via 192.168.40.2 R2(config-if)#ip addresss 192.168.20.0 255.255.255.0 R2(config-if)#ip address 192.168.30.0 255.255.255.0 R2(config-if)#ip address 192.168.40.0 255.255.255.0 C 192.168.20.0/24 is directly connected, Serial0/0/0 C 192.168.30.0/24 is directly connected, FastEthernet0/0 C 192.168.40.0/24 is directly connected, Serial0/0/1
  • 16. Roteamento Estático José Janeiro jaejaneiro@gmail.com Estudo do Roteamento Estático no Roteador R3
  • 17. José Janeiro Roteamento Estático 192.168.40.0 .2 jaejaneiro@gmail.com Tabela Roteamento R3 R3 Rede FastEthernet0/0 192.168.40.0 F0/0 Interface 192.168.50.0 S0/0/0 Serial 0/0/0 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R3) R3(config)#interface FastEthernet0/0 R3(config-if)#ip address 192.168.50.1 255.255.255.0 R3(config-if)#no shutdown R3(config-if)#exit C 192.168.50.0/24 is directly connected, FastEthernet0/0 R3(config)#interface Serial 0/0/0 R3(config-if)#ip address 192.168.40.2 255.255.255.0 R3(config-if)#no shutdown R3(config-if)#exit C 192.168.40.0/24 is directly connected, Serial0/0/0
  • 18. José Janeiro Roteamento Estático R2 S0/0/1 .2 R3 S0/0/0 F0/0 Redes Remotas Endereço Próximo Salto 192.168.10.0 192.168.40.1 192.168.20.0 192.168.40.0 .1 jaejaneiro@gmail.com 192.168.40.1 192.168.30.0 192.168.40.1 192.168.50.0 Configuração de rotas estáticas Comando Rede Remota ip route 192.168.10.0 192.168.20.0 192.168.30.0 Máscara de Rede Endereço Próximo Salto 255.255.255.0 192.168.40.1 (Interface Serial 0/0/1 do Roteador R2)
  • 19. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R3 192.168.20.0 R1 S0/0/0 192.168.40.0 F0/0 S0/0/0 DCE F0/0 F0/1 S0/0/1 DCE F0/1 PC1 192.168.10.0 Rede Interface 192.168.50.0 FastEthernet0/0 F0/0 192.168.40.0 Serial 0/0/0 F0/1 192.168.10.0 Serial 0/0/0 R3 R2 .1 PC2 PC3 192.168.30.0 S0/0/0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R3) R3(config)#ip route 192.168.10.0 255.255.255.0 192.168.40.1 S 192.168.10.0/24 [1/0] via 192.168.40.1
  • 20. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R3 192.168.20.0 192.168.40.0 S0/0/0 Interface 192.168.50.0 FastEthernet0/0 F0/0 192.168.40.0 Serial 0/0/0 F0/1 192.168.10.0 Serial 0/0/0 Serial 0/0/0 R3 R2 .1 F0/0 S0/0/0 DCE F0/0 F0/1 S0/0/1 DCE F0/1 PC1 192.168.10.0 Rede 192.168.20.0 R1 PC2 PC3 192.168.30.0 S0/0/0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R3) R3(config)#ip route 192.168.10.0 255.255.255.0 192.168.40.1 S 192.168.10.0/24 [1/0] via 192.168.40.1 R3(config)#ip route 192.168.20.0 255.255.255.0 192.168.40.1 S 192.168.20.0/24 [1/0] via 192.168.40.1
  • 21. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R3 192.168.20.0 192.168.40.0 192.168.50.0 FastEthernet0/0 F0/0 192.168.40.0 Serial 0/0/0 F0/1 192.168.10.0 Serial 0/0/0 Serial 0/0/0 Serial 0/0/0 R3 R2 .1 F0/0 S0/0/0 DCE F0/0 F0/1 S0/0/1 DCE F0/1 PC1 192.168.10.0 Interface 192.168.30.0 S0/0/0 Rede 192.168.20.0 R1 PC2 PC3 192.168.30.0 S0/0/0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R3) R3(config)#ip route 192.168.10.0 255.255.255.0 192.168.40.1 S 192.168.10.0/24 [1/0] via 192.168.40.1 R3(config)#ip route 192.168.20.0 255.255.255.0 192.168.40.1 S 192.168.20.0/24 [1/0] via 192.168.40.1 R3(config)#ip route 192.168.30.0 255.255.255.0 192.168.40.1 S 192.168.30.0/24 [1/0] via 192.168.40.1
  • 22. José Janeiro Roteamento Estático jaejaneiro@gmail.com Tabela Roteamento R3 192.168.20.0 192.168.40.0 192.168.50.0 FastEthernet0/0 F0/0 192.168.40.0 Serial 0/0/0 F0/1 192.168.10.0 Serial 0/0/0 Serial 0/0/0 Serial 0/0/0 R3 R2 F0/0 S0/0/0 DCE F0/0 F0/1 S0/0/1 DCE F0/1 PC1 192.168.10.0 Interface 192.168.30.0 S0/0/0 Rede 192.168.20.0 R1 PC2 PC3 192.168.30.0 S0/0/0 PC5 PC4 192.168.50.0 Configuração na linha de comandos (CLI) Tabela de Roteamento (R3) R3(config)#ip route 192.168.10.0 255.255.255.0 192.168.40.1 S 192.168.10.0/24 [1/0] via 192.168.40.1 R3(config)#ip route 192.168.20.0 255.255.255.0 192.168.40.1 S 192.168.20.0/24 [1/0] via 192.168.40.1 R3(config)#ip route 192.168.30.0 255.255.255.0 192.168.40.1 S 192.168.30.0/24 [1/0] via 192.168.40.1 R3(config-if)#ip address 192.168.40.2 255.255.255.0 R3(config-if)#ip address 192.168.50.1 255.255.255.0 C 192.168.40.0/24 is directly connected, Serial0/0/0 C 192.168.50.0/24 is directly connected, FastEthernet0/0
  • 23. Roteamento Estático R1: Configuração Roteamento Estático R1(config)#interface FastEthernet0/0 R1(config-if)#ip address 192.168.10.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config)#interface Serial 0/0/0 R1(config-if)#ip address 192.168.20.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#exit R1(config-if)#ip route 192.168.30.0 255.255.255.0 192.168.20.2 R1(config-if)#ip route 192.168.40.0 255.255.255.0 192.168.20.2 R1(config-if)#ip route 192.168.50.0 255.255.255.0 192.168.20.2 R1: Output do comando show ip route José Janeiro jaejaneiro@gmail.com
  • 24. Roteamento Estático R2: Configuração Roteamento Estático R2(config)#interface FastEthernet0/0 R2(config-if)#ip address 192.168.30.1 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#exit R2(config)#interface Serial 0/0/0 R2(config-if)#ip address 192.168.20.1 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#clocrate 64000 R2(config-if)#exit R2(config)#interface Serial 0/0/1 R2(config-if)#ip address 192.168.40.1 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#clockrate 64000 R2(config-if)#exit R2(config)#ip route 192.168.10.0 255.255.255.0 192.168.20.1 R2(config)#ip route 192.168.50.0 255.255.255.0 192.168.40.2 R2: Output do comando show ip route José Janeiro jaejaneiro@gmail.com
  • 25. Roteamento Estático R3: Configuração Roteamento Estático R3(config)#interface FastEthernet0/0 R3(config-if)#ip address 192.168.50.1 255.255.255.0 R3(config-if)#no shutdown R3(config-if)#exit R3(config)#interface Serial 0/0/0 R3(config-if)#ip address 192.168.40.2 255.255.255.0 R3(config-if)#no shutdown R3(config-if)#exit R3(config-if)#ip route 192.168.10.0 255.255.255.0 192.168.40.1 R3(config-if)#ip route 192.168.20.0 255.255.255.0 192.168.40.1 R3(config-if)#ip route 192.168.30.0 255.255.255.0 192.168.40.1 R3: Output do comando show ip route José Janeiro jaejaneiro@gmail.com
  • 26. José Janeiro Roteamento Estático jaejaneiro@gmail.com Exercícios Exercício 1 Utilizando o software de simulação de redes crie e configure a topologia de rede da presente aula. Exercício 2 Utilizando o software de simulação de redes crie e configure a topologia de rede fornecida pelo professor.
  • 27. Roteamento Estático José Janeiro jaejaneiro@gmail.com Para seu estudo consulte também: • • A matéria teórica em formato PDF • • Assista o vídeo sobre roteamento estático no endereço youtube: www.youtube.com/jaejaneiro 10-07-2011 José Afonso Esteves Janeiro