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:
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