Download presentation
Presentation is loading. Please wait.
Published byJewel Brown Modified over 8 years ago
1
Redes de Computadores Prática - Roteamento
2
Equipamentos ● Switch Cisco 1900 Series – 12 portas Ethernet – 2 portas FastEthernet ● Roteador Cisco 2501 – 1 porta Ethernet – 2 portas seriais
3
Topologia Rede 2Rede 1 Rede 3
4
Topologia (cont.) ● Rede 1 (192.168.0.0/24) – Router1-e0: 192.168.0.1 – PC1-e0: 192.168.0.2 ● Rede 2 (192.168.1.0/24) – Router2-e0: 192.168.1.1 – PC2-e0: 192.168.1.2 ● Rede 3 (10.0.0.0/30) – Router1-s0: 10.0.0.1 – Router2-s0: 10.0.0.2
5
Configuração 1)Login no roteador Roteador> enable 2)Configuração da interface local (Ethernet LAN): Roteador# configure terminal Roteador (config)# interface ethernet 0 Roteador (config – if)# ip address 192.168.0.200 255.255.255.0 Roteador (config – if)# no shutdown Roteador (config – if)# exit Roteador (config)#
6
Configuração (cont.) 3)Configuração da interface WAN: Roteador (config)# interface serial 0 Roteador (config – if)# ip address 10.0.0.1 255.255.255.252 Roteador (config – if)# clock rate 64000 Roteador (config – if)# encapsulation ppp Roteador (config – if)# no shutdown Roteador (config – if)# exit Roteador (config)# exit Roteador#
7
Configuração (cont.) 4)Salvando as configurações Roteador# copy run start 5)Configurando as rotas Roteador# config t Roteador (config)# ip route 192.168.0.0 255.255.255.0 192.168.0.1 Roteador (config)# ip route 192.168.1.0 255.255.255.0 serial0 Roteador (config)# ip route 10.0.0.0 255.255.255.252 serial0 Roteador (config)# exit Roteador# copy run start
8
Configuração (cont.) 6)Verificando as configurações Roteador# show configuration Roteador# show interface ethernet 0 Roteador# show interface serial 0
9
Exercícios ● Configurar Roteador 2 ● Testar a comunicação entre as redes
10
Exercício 2
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.