Vous êtes sur la page 1sur 18

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Comandos Bsicos de Roteador

CISCO

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Plano de aula
Objetivos especficos: adquirir conhecimentos e desenvolver a capacidade de compreenso do Sistema operacional Cisco e seus comandos bsicos. Tpicos abordados: Comandos bsicos

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Exercicio Roteamento Dinamico com EIGRP


ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Roteador utilizado 2621xm Switch utilizado 2950T

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

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

1) Desligue antes de adicionar o modulo.

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

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no 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 SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Configurando rotas do Roteador A

RTA>enable RTA#configure terminal RTA(config)#router eigrp 100 RTA(config-router)#network 10.0.0.0 0.0.0.3 RTA(config-router)#network 10.0.0.8 0.0.0.3 RTA(config-router)#network 192.17.100.0 0.0.0.255 RTA(config-router)#no auto-summary Wildcard=mascara cheia mascara RTA(config-router)#exit Mascara cheia 255.255.255.255 RTA(config)#exit Mascara 255.255.255.0 RTA#wr Wildcard 0 . 0 . 0 .255 Building configuration... [OK] Router#

Wildcard=mascara cheia mascara Mascara cheia 255.255.255.255 Mascara 255.255.255.252 Wildcard 0 . 0 . 0 .3

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Exibindo a tabela de roteamento Dinamico Roteador A


Router#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/30 is subnetted, 3 subnets 10.0.0.0 is directly connected, Serial0/1/0 10.0.0.4 [90/2681856] via 10.0.0.9, 00:01:14, Serial0/1/1 [90/2681856] via 10.0.0.2, 00:01:12, Serial0/1/0 10.0.0.8 is directly connected, Serial0/1/1 192.17.100.0/24 is directly connected, FastEthernet0/0 192.18.100.0/24 [90/2172416] via 10.0.0.2, 00:01:13, Serial0/1/0 192.19.100.0/24 [90/2172416] via 10.0.0.9, 00:01:14, Serial0/1/1

C D C C D D

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Configurando clock rate Roteador A


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

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no 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 SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Configurando rotas do Roteador B

RTB>enable RTB#configure terminal RTB (config)#router eigrp 100 RTB (config-router)#network 10.0.0.0 0.0.0.3 RTB (config-router)#network 10.0.0.4 0.0.0.3 RTB (config-router)#network 192.18.100.0 0.0.0.255 RTB (config-router)#no auto-summary Wildcard=mascara cheia mascara RTB (config-router)#exit Mascara cheia 255.255.255.255 RTB (config)#exit Mascara 255.255.255.0 RTB#wr Wildcard 0 . 0 . 0 .255 Building configuration... [OK] RTB#

Wildcard=mascara cheia mascara Mascara cheia 255.255.255.255 Mascara 255.255.255.252 Wildcard 0 . 0 . 0 .3

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Exibindo a tabela de roteamento Dinamico Roteador B


Router#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/30 is subnetted, 3 subnets 10.0.0.0 is directly connected, Serial0/1/0 10.0.0.4 is directly connected, Serial0/1/1 10.0.0.8 [90/2681856] via 10.0.0.1, 00:06:18, Serial0/1/0 [90/2681856] via 10.0.0.6, 00:06:18, Serial0/1/1 192.17.100.0/24 [90/2172416] via 10.0.0.1, 00:06:18, Serial0/1/0 192.18.100.0/24 is directly connected, FastEthernet0/0 192.19.100.0/24 [90/2172416] via 10.0.0.6, 00:06:18, Serial0/1/1

C C D

D C D

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Configurando clock rate Roteador B


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

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Configurando placas de rede Roteador C


RTC>enable RTC#configure terminal RTC(config)#interface fastEthernet 0/0 RTC(config-if)#ip address 192.18.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 SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Configurando rotas do Roteador C

RTC>enable RTC#configure terminal RTC(config)#router eigrp 100 RTC(config-router)#network 10.0.0.4 0.0.0.3 RTC(config-router)#network 10.0.0.8 0.0.0.3 RTC(config-router)#network 192.19.100.0 0.0.0.255 RTC(config-router)#no auto-summary Wildcard=mascara cheia mascara RTC(config-router)#exit Mascara cheia 255.255.255.255 RTC(config)#exit Mascara 255.255.255.0 RTC#wr Wildcard 0 . 0 . 0 .255 Building configuration... [OK] RTC#

Wildcard=mascara cheia mascara Mascara cheia 255.255.255.255 Mascara 255.255.255.252 Wildcard 0 . 0 . 0 .3

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Exibindo a tabela de roteamento Dinamico Roteador C


Router#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set 10.0.0.0/30 is subnetted, 3 subnets 10.0.0.0 [90/2681856] via 10.0.0.10, 00:09:49, Serial0/1/0 [90/2681856] via 10.0.0.5, 00:09:47, Serial0/1/1 10.0.0.4 is directly connected, Serial0/1/1 10.0.0.8 is directly connected, Serial0/1/0 192.17.100.0/24 [90/2172416] via 10.0.0.10, 00:09:49, Serial0/1/0 192.18.100.0/24 [90/2172416] via 10.0.0.5, 00:09:47, Serial0/1/1 192.19.100.0/24 is directly connected, FastEthernet0/0

C C D D C

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

RDCP1 | Roteamento Dinamico EIGRP no CISCO

Configurando clock rate Roteador C


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

ESCOLA SENAI SUIO-BRASILEIRA PAULO ERNESTO TOLLE

Vous aimerez peut-être aussi