Forum Cisco-BR
Gostaria de reagir a esta mensagem? Crie uma conta em poucos cliques ou inicie sessão para continuar.

Forum Cisco-BR

Simulados, simuladores, apostilas, forum brasileiro
 
InícioInício  ProcurarProcurar  Últimas imagensÚltimas imagens  RegistarRegistar  EntrarEntrar  
Procurar
 
 

Resultados por:
 
Rechercher Pesquisa avançada
Últimos assuntos
» SWITCH CATALYST 2950
DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeQua Nov 04, 2020 9:27 pm por ismaelmaldinni

» Controle de banda
DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeQua Fev 28, 2018 11:13 am por leandro1977

» Cisco Aironet 2700 Series
DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeQui Out 26, 2017 9:08 pm por leandro1977

» Preparatório CCNA R&S
DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeTer Abr 05, 2016 2:10 pm por Sávio Augusto

» Problema roteamento
DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeTer Mar 22, 2016 5:51 pm por joaormv

» Avaliação do curso de suporte a redes do SENAI
DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeTer Mar 22, 2016 4:55 pm por joaormv

» Relatório syslog
DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeTer Mar 22, 2016 4:51 pm por joaormv

» DDNS NO-IP CISCO 1905
DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeSex Mar 11, 2016 10:23 pm por diegofrancaa

» Air Point Cisco 1041 ACESSAR
DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeSex Mar 11, 2016 10:08 pm por diegofrancaa

Navegação
 Portal
 Índice
 Membros
 Perfil
 FAQ
 Buscar
Fórum
Parceiros

 

 DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1

Ir para baixo 
2 participantes
AutorMensagem
Nakano
Admin
Nakano


Número de Mensagens : 467
Idade : 41
Localização : São Paulo
Reputação : 43
Pontos : 336
Data de inscrição : 21/07/2007

DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Empty
MensagemAssunto: DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1   DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeSex Jul 18, 2008 7:23 pm

Este LAB possui um pouco de EIGRP, roteamento estático de HSRP.

Sua tarefa estara completa quando:

1 - o CE_P deve ser o principal no HSRP e no EIGRP (no momento é backup)

2 - o CE_P conseguir pingar o ip 20.0.0.1 da Fast 0/1 do C2

3 - o C2 conseguir pingar o IP virtual do HSRP 172.10.0.1

4 - O C2 conseguir pingar as Loopbacks do CE_P (10.0.0.4) e CE_B (10.0.0.3)

Topologia:

DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Topo10

Config dos routers:


********** CE_P **********
conf t

service tcp-keepalives-in
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service compress-config
hostname CE_P
logging buffered 16000 debugging
no logging console
no ip source-route
no ip domain lookup
ip cef
interface Loopback0
ip address 10.0.0.4 255.255.255.255
interface FastEthernet0/0
no shut
ip address 172.10.0.2 255.255.255.0
standby 1 ip 172.10.0.1
standby 1 priority 120
interface Serial1/0
no shut
bandwidth 64
ip address 200.0.0.1 255.255.255.252
router eigrp 100
network 10.0.0.4 0.0.0.0
network 172.10.0.0 0.0.0.255
network 200.0.0.0 0.0.0.3
no auto-summary

end

wr

********** CE_B **********
conf t

service tcp-keepalives-in
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service compress-config
hostname CE_B
logging buffered 16000 debugging
no logging console
no ip source-route
no ip domain lookup
ip cef
interface Loopback0
ip address 10.0.0.3 255.255.255.255
interface FastEthernet0/0
no shut
ip address 172.10.0.3 255.255.255.0
standby 1 ip 172.10.0.1
standby 1 priority 130
interface Serial1/1
no shut
bandwidth 128
ip address 200.0.1.1 255.255.255.252
router eigrp 100
network 10.0.0.3 0.0.0.0
network 172.10.0.0 0.0.0.255
network 200.0.1.0 0.0.0.3
no auto-summary

end

wr

********** C1 **********
conf t

service tcp-keepalives-in
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service compress-config
hostname C1
logging buffered 16000 debugging
no logging console
no ip subnet-zero
no ip source-route
no ip domain lookup
ip cef
interface Loopback0
ip address 10.0.0.2 255.255.255.255
interface FastEthernet0/0
no shut
ip address 172.20.0.1 255.255.255.0
interface Serial1/0
no shut
bandwidth 64
ip address 200.0.0.2 255.255.255.252
interface Serial1/1
no shut
bandwidth 128
ip address 200.0.1.2 255.255.255.252
router eigrp 100
network 10.0.0.2 0.0.0.0
network 172.20.0.0 0.0.0.255
network 200.0.0.0 0.0.0.3
network 200.0.1.0 0.0.0.3
auto-summary
no ip classless
ip route 10.0.0.0 255.255.0.0 172.20.0.2

end

wr

********** C2 **********
conf t

service tcp-keepalives-in
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service compress-config
hostname C2
logging buffered 16000 debugging
no ip source-route
no ip domain lookup
no ip bootp server
ip cef
interface Loopback0
ip address 10.0.0.1 255.255.255.255
interface FastEthernet0/0
no shut
ip address 172.20.0.2 255.255.255.0
interface FastEthernet0/1
no shut
ip address 20.0.0.1 255.255.255.0
ip route 0.0.0.0 0.0.0.0 172.20.0.1

end

wr

arquivo Dynamips (este arquivo foi gerado para o dynamips padrão, caso resolva utilizar o GNS será necessário montar a topologia na hora, não esqueça de corrigir o caminho do IOS e de fazer o idlepc)

autostart = False
[localhost:7200]
[[7200]]
image = .\c7200-jk8s-mz.122-15.T17.bin
ghostios = True
sparsemem = True
[[ROUTER CE_P]]
console = 2000
f0/0 = LAN 1
s1/0 = C1 S1/0
model = 7200
[[ROUTER CE_B]]
console = 2001
f0/0 = LAN 1
s1/1 = C1 S1/1
model = 7200
[[ROUTER C1]]
console = 2002
f0/0 = LAN 2
model = 7200
[[ROUTER C2]]
console = 2003
f0/0 = LAN 2
f0/1 = LAN 3
model = 7200

IOS para download:
/http://www.4shared.com/file/9914030/50c618/c7200-jk8s-mz122-15T17.html
Ir para o topo Ir para baixo
https://cisco.forumeiros.com
marcelosguerra
Admin



Número de Mensagens : 81
Idade : 41
Localização : Sao Paulo - SP
Reputação : 16
Pontos : 80
Data de inscrição : 24/07/2007

DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Empty
MensagemAssunto: Re: DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1   DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeSeg Jul 21, 2008 8:28 pm

Falai pessoal do Fórum, blz.

Então acho que foi, estou disponibilizando abaixo as configurações e no final do tópico a solução, referente a este Desafio da Cisco BR.


------------------------------------ CE_P -------------------------------------------!
hostname CE_P
!
interface Loopback0
ip address 10.0.0.4 255.255.255.255
!
interface FastEthernet0/0
ip address 172.10.0.2 255.255.255.0
duplex auto
speed auto
standby 1 ip 172.10.0.1
standby 1 priority 130
standby 1 preempt delay minimum 120
standby 1 track Serial1/0
!
interface Serial1/0
bandwidth 512
ip address 200.0.0.1 255.255.255.252
serial restart_delay 0
!
router eigrp 100
passive-interface FastEthernet0/0
network 10.0.0.4 0.0.0.0
network 172.10.0.0 0.0.0.255
network 200.0.0.0 0.0.0.3
no auto-summary

------------------------- CE_B -------------------------------------------------------------------------------

hostname CE_B
!
!
interface Loopback0
ip address 10.0.0.3 255.255.255.255
!
interface FastEthernet0/0
ip address 172.10.0.3 255.255.255.0
duplex auto
speed auto
standby 1 ip 172.10.0.1
standby 1 priority 125
standby 1 preempt delay minimum 120
standby 1 track Serial1/1
!
!
interface Serial1/1
bandwidth 256
ip address 200.0.1.1 255.255.255.252
!
!
router eigrp 100
passive-interface FastEthernet0/0
network 10.0.0.3 0.0.0.0
network 172.10.0.0 0.0.0.255
network 200.0.1.0 0.0.0.3
no auto-summary
!

---------------------------------------------------C1-------------------------------------------

hostname C1
!
!
ip subnet-zero
!
!
interface Loopback0
ip address 10.0.0.2 255.255.255.255
!
interface FastEthernet0/0
ip address 172.20.0.1 255.255.255.0
duplex auto
speed auto

!
interface Serial1/0
bandwidth 512
ip address 200.0.0.2 255.255.255.252
serial restart_delay 0
!
interface Serial1/1
bandwidth 256
ip address 200.0.1.2 255.255.255.252

!
router eigrp 100
redistribute static
network 10.0.0.2 0.0.0.0
network 172.20.0.0 0.0.0.255
network 200.0.0.0 0.0.0.3
network 200.0.1.0 0.0.0.3
no auto-summary
!
no ip classless
ip route 10.0.0.1 255.255.255.255 172.20.0.2
ip route 20.0.0.0 255.255.255.0 172.20.0.2

--------------------------------------- C2 ----------------------------------------------------

hostname C2
!
!
interface Loopback0
ip address 10.0.0.1 255.255.255.255
!
interface FastEthernet0/0
ip address 172.20.0.2 255.255.255.0
!
interface FastEthernet0/1
ip address 20.0.0.1 255.255.255.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 172.20.0.1
------------------------------------------------- ------------------------------------ -----------------------------------




Segue resposta do Desafio

1 - o CE_P deve ser o principal no HSRP e no EIGRP (no momento é backup)
R: Foi alterado onde o Hsrp(CE_P – Prioridade 130 e CE_B prioridade 125)
R1.1: CE_P#sh standby
FastEthernet0/0 - Group 1
State is Active

R: Para mudar o sentido do roteamento mudei o bandwidth nas interfaces, onde o EIGRP estará escolhendo a de bandwidth mais alto, conforme seu cálculos custo. Existe outra forma de ser feio com offset-list ` mas acho que não era o intuito deste desafio.

Log:
C1# sh ip eigrp topology
P 172.10.0.0/24, 1 successors, FD is 5514496
via 200.0.0.1 (5514496/28160), Serial1/0
via 200.0.1.1 (10514432/28160), Serial1/1
------------ ----------------- ---------------- ---------------- ------------- ------
2 - o CE_P conseguir pingar o ip 20.0.0.1 da Fast 0/1 do C2
R:
CE_P#ping 20.0.0.1 r 10

Type escape sequence to abort.
Sending 10, 100-byte ICMP Echos to 20.0.0.1, timeout is 2 seconds:
!!!!!!!!!!
Success rate is 100 percent (10/10), round-trip min/avg/max = 8/34/80 ms
------------ ----------------- ---------------- ---------------- ------------- ------

3 - o C2 conseguir pingar o IP virtual do HSRP 172.10.0.1
R: Foi inserida uma rota estatica em C1 para C2 e adicionada a linha no EIGRP: redistribute static

LOg.
C2#ping 172.10.0.1 r 10
Type escape sequence to abort.
Sending 10, 100-byte ICMP Echos to 172.10.0.1, timeout is 2 seconds:
!!!!!!!!!!
Success rate is 100 percent (10/10), round-trip min/avg/max = 20/46/100 ms
------------ ----------------- ---------------- ---------------- ------------- ------

4 - O C2 conseguir pingar as Loopbacks do CE_P (10.0.0.4) e CE_B (10.0.0.3);
C2#ping 10.0.0.4 r 10

Type escape sequence to abort.
Sending 10, 100-byte ICMP Echos to 10.0.0.4, timeout is 2 seconds:
!!!!!!!!!!
Success rate is 100 percent (10/10), round-trip min/avg/max = 16/42/88 ms

C2#ping 10.0.0.3 r 10
Type escape sequence to abort.
Sending 10, 100-byte ICMP Echos to 10.0.0.3, timeout is 2 seconds:
!!!!!!!!!!
Success rate is 100 percent (10/10), round-trip min/avg/max = 32/52/92 ms
------------ ----------------- ---------------- ---------------- ------------- ------

5: C1 também estava sem a configuração ip subnet-zero, foi adicionada.
6: Durante teste foi verificado que o EIGRP também estava divulgando o roteamento de para CE_P e CE_B através da LAN devido o custo das fast, onde foi adicionado a linha. passive-interface
7: Existia a rota estática 10.0.0.0/16 de C1 para C2 sendo divulgada o que poderia direcionar todos os encaminhamento das Loopbacks dos demais incorretamente para C2 devido o auto-summary(EM C1), rota foi alterada para 10.0.0.1/32.

Novamente valeu Nakano pelo Desafio.

Abraços a todos,
Marcelo Guerra.
Ir para o topo Ir para baixo
Nakano
Admin
Nakano


Número de Mensagens : 467
Idade : 41
Localização : São Paulo
Reputação : 43
Pontos : 336
Data de inscrição : 21/07/2007

DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Empty
MensagemAssunto: Re: DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1   DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitimeSeg Jul 21, 2008 11:51 pm

Valeu Marcelo era isso mesmo, a idéia no EIGRP era só alterar o bandwitdh mesmo. Como neste caso não utilizamos QoS não há impacto.

Uma das pegadinhas que tinha colocado era o subnet-zero, que impedia a configuração da rota estatica.

A alteração da rota foi uma boa idéia, mas apenas desabilitar o auto-summary já teria resolvido.

Amanhã vou ver se monto um lab com BGP, RR e MPLS para ficar um pouco mais dificil.

parabéns, a madruga está te fazendo bem hein eheheheh

abs
Ir para o topo Ir para baixo
https://cisco.forumeiros.com
Conteúdo patrocinado





DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Empty
MensagemAssunto: Re: DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1   DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1 Icon_minitime

Ir para o topo Ir para baixo
 
DESAFIO EIGRP+ESTATICO+HSRP NIVEL 1
Ir para o topo 
Página 1 de 1
 Tópicos semelhantes
-
» DESAFIO EIGRP + FRSW + MFR NIVEL 2
» DESAFIO BGP NIVEL 1
» DESAFIO OSPF NIVEL 1
» DESAFIO SWITCH NIVEL 1
» DESAFIO OSPF+BGP+RR+MPLS NIVEL 2

Permissões neste sub-fórumNão podes responder a tópicos
Forum Cisco-BR :: Simuladores e Aplicativos :: Dynamips :: Desafio Dynamips-
Ir para: