Aula Comandos Roteamento Estatico Cisco

  • Uploaded by: jonathan
  • 0
  • 0
  • January 2021
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Aula Comandos Roteamento Estatico Cisco as PDF for free.

More details

  • Words: 707
  • Pages: 17
Loading documents preview...
RDCP1 | Comandos Básicos de Roteador CISCO

Comandos Básicos de Roteador

CISCO Roteamento estatico ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Cisco 2600

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

A Cisco Systems é uma companhia multinacional sediada em San Jose Califórnia, Estados Unidos da América com 54.000 empregados em todo o mundo e com um faturamento anual de U$28.48 billhões em 2006. A atividade principal da Cisco é o oferecimento de soluções para redes e comunicações quer

seja na fabricação e venda (destacando-se fortemente no mercado de roteadores e switches) ou mesmo na prestação de serviços por meio de suas subsidiárias Linksys, WebEx, IronPort e Scientific Atlanta. No começo de suas operações a Cisco fabricava apenas roteadores de grande porte para empresas mas gradualmente diversificou o seu negócio passando a atender também ao consumidor final com tecnologias como oVoip ao mesmo tempo, em que seu segmento corporativo era ampliado.

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Plano de aula  Objetivos específicos: adquirir conhecimentos e desenvolver a capacidade de compreensão do Sistema operacional Cisco e seus comandos básicos para roteamento estatico.

 Tópicos abordados:  Comandos básicos para roteamento estatico

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Exercício 2

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Roteador utilizado 2621xm Switch utilizado 2950T

A figura do proximo slide ensina a adicionar o modulo Serial no roteador

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

1) Desligue antes de adicionar o modulo.

2)Arraste o modulo Serial WIC-2T p/ o slot do roteador

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Configurando placas de rede Roteador A RTA>enable RTA#configure terminal RTA(config)#interface fastEthernet 0/0 RTA(config-if)#ip address 192.17.100.254 255.255.255.0 RTA(config-if)#no shutdown RTA(config-if)#exit RTA(config)#interface serial 0/1/0 RTA(config-if)#ip address 10.0.0.1 255.255.255.252 RTA(config-if)#no shutdown RTA(config-if)#exit RTA(config)#interface serial 0/1/1 RTA(config-if)#ip address 10.0.0.10 255.255.255.252 RTA(config-if)#no shutdown

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Configurando rotas do Roteador A RTA>enable RTA#configure terminal RTA(config)#ip route 10.0.0.4 255.255.255.252 10.0.0.2 1 RTA(config)#ip route 10.0.0.4 255.255.255.252 10.0.0.9 2 RTA(config)#ip route 192.18.100.0 255.255.255.0 10.0.0.2 1 RTA(config)#ip route 192.18.100.0 255.255.255.0 10.0.0.9 2 RTA(config)#ip route 192.19.100.0 255.255.255.0 10.0.0.9 1 RTA(config)#ip route 192.19.100.0 255.255.255.0 10.0.0.2 2

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Configurando clock rate Roteador A RTA>enable RTA#configure terminal RTA(config)#interface Serial0/0 RTA(config-if)#clock rate 64000

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Configurando placas de rede Roteador B RTB>enable RTB#configure terminal RTB(config)#interface fastEthernet 0/0 RTB(config-if)#ip address 192.18.100.254 255.255.255.0 RTB(config-if)#no shutdown RTB(config-if)#exit RTB(config)#interface serial 0/1/0 RTB(config-if)#ip address 10.0.0.2 255.255.255.252 RTB(config-if)#no shutdown RTB(config-if)#exit RTB(config)#interface serial 0/1/1 RTB(config-if)#ip address 10.0.0.5 255.255.255.252 RTB(config-if)#no shutdown

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Configurando rotas do Roteador B RTB>enable RTB#configure terminal RTB(config)#ip route 10.0.0.8 255.255.255.252 10.0.0.6 1 RTB(config)#ip route 10.0.0.8 255.255.255.252 10.0.0.1 2 RTB(config)#ip route 192.17.100.0 255.255.255.0 10.0.0.1 1 RTB(config)#ip route 192.17.100.0 255.255.255.0 10.0.0.6 2 RTB(config)#ip route 192.19.100.0 255.255.255.0 10.0.0.6 1 RTB(config)#ip route 192.19.100.0 255.255.255.0 10.0.0.1 2

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Configurando clock rate Roteador B RTB>enable RTB#configure terminal RTB(config)#interface Serial0/0 RTB(config-if)#clock rate 64000

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Configurando placas de rede Roteador C RTC>enable RTC#configure terminal RTC(config)#interface fastEthernet 0/0 RTC(config-if)#ip address 192.19.100.254 255.255.255.0 RTC(config-if)#no shutdown RTC(config-if)#exit RTC(config)#interface serial 0/1/0 RTC(config-if)#ip address 10.0.0.9 255.255.255.252 RTC(config-if)#no shutdown RTC(config-if)#exit RTC(config)#interface serial 0/1/1 RTC(config-if)#ip address 10.0.0.6 255.255.255.252 RTC(config-if)#no shutdown

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Configurando rotas do Roteador C RTC>enable RTC#configure terminal RTC(config)#ip route 10.0.0.0 255.255.255.252 10.0.0.5 1 RTC(config)#ip route 10.0.0.0 255.255.255.252 10.0.0.10 2 RTC(config)#ip route 192.17.100.0 255.255.255.0 10.0.0.10 1 RTC(config)#ip route 192.17.100.0 255.255.255.0 10.0.0.5 2 RTC(config)#ip route 192.18.100.0 255.255.255.0 10.0.0.5 1 RTC(config)#ip route 192.18.100.0 255.255.255.0 10.0.0.10 2

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Comandos Básicos de Roteador CISCO

Configurando clock rate Roteador C RTC>enable RTC#configure terminal RTC(config)#interface Serial0/0 RTC(config-if)#clock rate 64000

ESCOLA SENAI SUIÇO-BRASILEIRA PAULO ERNESTO TOLLE

Related Documents


More Documents from "Jose Mise"