Buscar

LabCisco CCNA

Esta é uma pré-visualização de arquivo. Entre para ver o arquivo original

LabCisco/Lab01.pkt
LabCisco/Lab02.pkt
LabCisco/Lab03.pkt
LabCisco/Lab04.pkt
LabCisco/Lab05.pkt
LabCisco/Lab06.pkt
LabCisco/Lab07.pkt
LabCisco/Lab08.pkt
LabCisco/Lab09.pkt
LabCisco/Lab10.pkt
LabCisco/Lab11.pkt
LabCisco/Lab12.zip
Lab12/topology.net
autostart = False
version = 0.8.2
[127.0.0.1:7200]
 workingdir = C:\Temp
 udp = 10000
 [[3640]]
 image = C:\C3640-v124.image
 idlepc = 0x604ff044
 ghostios = True
 chassis = 3640
 [[ROUTER 172.16.14.100]]
 model = 3640
 console = 2012
 aux = 2100
 cnfg = configs\172.16.14.100.cfg
 slot0 = NM-1FE-TX
 f0/0 = SW1 2
 symbol = computer
 x = 259.0
 y = -106.0
 z = 1.0
 [[ROUTER 172.16.24.100]]
 model = 3640
 console = 2016
 aux = 2101
 cnfg = configs\172.16.24.100.cfg
 slot0 = NM-1FE-TX
 f0/0 = SW2 2
 symbol = computer
 x = 260.0
 y = 41.0
 z = 1.0
 [[ROUTER R1]]
 model = 3640
 console = 2007
 aux = 2102
 slot0 = NM-4T
 s0/0 = ISP1 s0/0
 s0/1 = ISP2 s0/0
 slot1 = NM-1FE-TX
 f1/0 = SW1 1
 slot2 = NM-1FE-TX
 f2/0 = SW2 1
 x = -9.0
 y = -25.0
 z = 1.0
 [[ROUTER ISP1]]
 model = 3640
 console = 2008
 aux = 2103
 cnfg = configs\ISP1.cfg
 slot0 = NM-4T
 s0/0 = R1 s0/0
 symbol = cloud
 x = -292.0
 y = -93.0
 z = 1.0
 [[ROUTER ISP2]]
 model = 3640
 console = 2009
 aux = 2104
 cnfg = configs\ISP2.cfg
 slot0 = NM-4T
 s0/0 = R1 s0/1
 symbol = cloud
 x = -287.0
 y = 56.0
 z = 1.0
 [[ETHSW SW1]]
 1 = access 1 R1 f1/0
 2 = access 1 172.16.14.100 f0/0
 x = 97.5
 y = -92.0
 z = 1.0
 [[ETHSW SW2]]
 1 = access 1 R1 f2/0
 2 = access 1 172.16.24.100 f0/0
 x = 95.5
 y = 55.0
 z = 1.0
[GNS3-DATA]
 [[NOTE 1]]
 text = Laboratórios de Tecnologias Cisco em Infraestrutura de Redes\nAutor: Samuel Henrique Bucke Brito ::: www.labcisco.com.br\nLab12.zip - Distribuição de Tráfego na Internet
 x = -329.0
 y = -256.0
 [[NOTE 2]]
 text = LAN 172.16.14.0 /24
 x = 99.0
 y = -60.5
 color = "#141312"
 [[NOTE 3]]
 text = .2
 x = -29.0
 y = 23.5
 color = "#141312"
 [[NOTE 4]]
 text = .2
 x = -31.0
 y = -40.5
 color = "#141312"
 [[NOTE 5]]
 text = 200.200.2.0 /30
 x = -270.0
 y = 81.5
 color = "#141312"
 [[NOTE 6]]
 text = 200.200.1.0 /30
 x = -275.0
 y = -68.5
 color = "#141312"
 [[NOTE 7]]
 text = LAN 172.16.24.0 /24
 x = 92.0
 y = 84.5
 color = "#141312"
 [[NOTE 8]]
 text = 1.1.1.1 /32
 x = -255.0
 y = -6.5
 color = "#3c3c3c"
 [[SHAPE 1]]
 type = ellipse
 x = -343.0
 y = -156.0
 width = 277.0
 height = 313.0
 border_style = 2
 z = -2.0
Lab12/configs/172.16.24.100.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 172.16.24.100
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 ip address 172.16.24.100 255.255.255.0
 duplex auto
 speed auto
!
ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
Lab12/configs/ISP2.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ISP2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface Loopback1
 ip address 1.1.1.1 255.255.255.255
!
interface Serial0/0
 ip address 200.200.2.1 255.255.255.252
 serial restart-delay 0
!
interface Serial0/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/3
 no ip address
 shutdown
 serial restart-delay 0
!
ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 Serial0/0
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
Lab12/configs/172.16.14.100.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 172.16.14.100
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 ip address 172.16.14.100 255.255.255.0
 duplex auto
 speed auto
!
ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
Lab12/configs/ISP1.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ISP1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface Loopback1
 ip address 1.1.1.1 255.255.255.0
!
interface Serial0/0
 ip address 200.200.1.1 255.255.255.252
 serial restart-delay 0
!
interface Serial0/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/3
 no ip address
 shutdown
 serial restart-delay 0
!
ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 Serial0/0
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
LabCisco/Lab13.zip
Lab13/topology.net
autostart = False
version = 0.8.2
[127.0.0.1:7200]
 workingdir = C:\Temp
 udp = 10000
 [[3640]]
 image = C:\C3640-v124.image
 ghostios = True
 chassis = 3640
 [[ETHSW SW1]]
 1 = access 1 R1 f0/0
 x = -290.5
 y = 68.0
 z = 1.0
 [[ROUTER ISP3]]
 model = 3640
 console = 2008
 aux = 2103
 cnfg = configs\ISP3.cfg
 slot0 = NM-1FE-TX
 slot1 = NM-1FE-TX
 slot2 = NM-4T
 s2/0 = ISP1 s2/2
 s2/1 = ISP2 s2/1
 x = 161.0
 y = 24.0
 z = 1.0
 [[ROUTER ISP1]]
 model = 3640
 console = 2006
 aux = 2101
 cnfg = configs\ISP1.cfg
 slot0 = NM-1FE-TX
 slot1 = NM-1FE-TX
 slot2 = NM-4T
 s2/0 = R1 s2/0
 s2/1 = R1 s2/1
 s2/2 = ISP3 s2/0
 x = 19.0
 y = -63.0
 z = 1.0
 [[ROUTER ISP2]]
 model = 3640
 console = 2007
 aux = 2102
 cnfg = configs\ISP2.cfg
 slot0 = NM-1FE-TX
 slot1 = NM-1FE-TX
 slot2 = NM-4T
 s2/0 = R1 s2/2
 s2/1 = ISP3 s2/1
 x = 26.0
 y = 158.0
 z = 1.0
 [[ROUTER R1]]
 model = 3640
 console = 2005
 aux = 2100
 cnfg
= configs\R1.cfg
 slot0 = NM-1FE-TX
 f0/0 = SW1 1
 slot1 = NM-1FE-TX
 slot2 = NM-4T
 s2/0 = ISP1 s2/0
 s2/1 = ISP1 s2/1
 s2/2 = ISP2 s2/0
 x = -164.0
 y = 64.0
 z = 1.0
[GNS3-DATA]
 [[NOTE 1]]
 text = AS 300
 x = 208.0
 y = -47.5
 color = "#141312"
 [[NOTE 2]]
 text = 181.0.0.0 /8\n182.0.0.0 /8\n183.0.0.0 /8\n184.0.0.0 /8\n185.0.0.0 /8
 x = 231.0
 y = -2.5
 color = "#141312"
 [[NOTE 3]]
 text = AS 1000
 x = -222.0
 y = -98.5
 color = "#141312"
 [[NOTE 4]]
 text = AS 200
 x = 29.0
 y = 76.5
 color = "#141312"
 [[NOTE 5]]
 text = 192.168.0.0 /24
 x = -293.0
 y = 105.5
 color = "#141312"
 [[NOTE 6]]
 text = 200.18.245.64 /27
 x = -252.0
 y = -64.5
 color = "#141312"
 [[NOTE 7]]
 text = .1
 x = -189.0
 y = 53.5
 color = "#141312"
 [[NOTE 8]]
 text = 10.2.0.0 /30
 x = -112.0
 y = 231.5
 color = "#141312"
 [[NOTE 9]]
 text = AS 100
 x = 19.0
 y = -134.5
 color = "#141312"
 [[NOTE 10]]
 text = 10.1.0.0 /30
 x = -121.0
 y = -149.5
 color = "#141312"
 [[NOTE 11]]
 text = Laboratórios de Tecnologias Cisco em Infraestrutura de Redes\nAutor: Samuel Henrique Bucke Brito ::: www.labcisco.com.br\nLab13.zip - Roteamento Externo Via BGP
 x = -347.0
 y = -258.5
 color = "#141312"
 [[NOTE 12]]
 text = 191.2.0.0 /30
 x = 180.0
 y = 174.5
 color = "#141312"
 [[NOTE 13]]
 text = 191.1.0.0 /30
 x = 160.0
 y = -109.5
 color = "#141312"
 [[SHAPE 1]]
 type = ellipse
 x = -46.0
 y = -147.0
 width = 199.0
 height = 200.0
 border_style = 2
 z = -2.0
 [[SHAPE 2]]
 type = ellipse
 x = -40.0
 y = 59.0
 width = 200.0
 height = 200.0
 border_style = 2
 z = -2.0
 [[SHAPE 3]]
 type = ellipse
 x = 143.0
 y = -57.0
 width = 200.0
 height = 200.0
 border_style = 2
 z = -2.0
 [[SHAPE 4]]
 type = ellipse
 x = -305.0
 y = -148.0
 width = 246.0
 height = 409.0
 border_style = 2
 z = -2.0
Lab13/configs/ISP2.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ISP2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial2/0
 ip address 10.2.0.2 255.255.255.252
 serial restart-delay 0
 clock rate 64000
!
interface Serial2/1
 ip address 191.2.0.1 255.255.255.252
 serial restart-delay 0
 clock rate 64000
!
interface Serial2/2
 no ip address
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
router bgp 200
 no synchronization
 bgp log-neighbor-changes
 neighbor 10.2.0.1 remote-as 1000
 neighbor 10.2.0.1 password SENHA
 neighbor 191.2.0.2 remote-as 300
 neighbor 191.2.0.2 password SENHA
 no auto-summary
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
Lab13/configs/ISP1.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ISP1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface Loopback1
 ip address 10.10.10.10 255.255.255.255
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial2/0
 ip address 10.1.0.2 255.255.255.252
 serial restart-delay 0
 clock rate 64000
!
interface Serial2/1
 ip address 10.1.0.6 255.255.255.252
 serial restart-delay 0
 clock rate 64000
!
interface Serial2/2
 ip address 191.1.0.1 255.255.255.252
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
router bgp 100
 no synchronization
 bgp log-neighbor-changes
 neighbor 11.11.11.11 remote-as 1000
 neighbor 11.11.11.11 password SENHA
 neighbor 11.11.11.11 ebgp-multihop 2
 neighbor 11.11.11.11 update-source Loopback1
 neighbor 191.1.0.2 remote-as 300
 neighbor 191.1.0.2 password SENHA
 no auto-summary
!
no ip http server
no ip http secure-server
ip route 11.11.11.11 255.255.255.255 Serial2/0
ip route 11.11.11.11 255.255.255.255 Serial2/1
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
Lab13/configs/R1.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner motd �
################################################
Bem-Vindo ao Roteador R1
################################################
�
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab13/configs/ISP3.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname ISP3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial2/0
 ip address 191.1.0.2 255.255.255.252
 serial restart-delay 0
 clock rate 64000
!
interface Serial2/1
 ip address 191.2.0.2 255.255.255.252
 serial restart-delay 0
 clock rate 64000
!
interface Serial2/2
 no ip address
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
router bgp 300
 no synchronization
 bgp log-neighbor-changes
 network 181.0.0.0 mask 255.0.0.0
 network 182.0.0.0 mask 255.0.0.0
 network 183.0.0.0 mask 255.0.0.0
 network 184.0.0.0 mask 255.0.0.0
 network 185.0.0.0 mask 255.0.0.0
 neighbor 191.1.0.1 remote-as 100
 neighbor 191.1.0.1 password SENHA
 neighbor 191.2.0.1 remote-as 200
 neighbor 191.2.0.1 password SENHA
 no auto-summary
!
no ip http server
no ip http secure-server
ip route 181.0.0.0 255.0.0.0 Null0
ip route 182.0.0.0 255.0.0.0 Null0
ip route 183.0.0.0 255.0.0.0 Null0
ip route 184.0.0.0 255.0.0.0 Null0
ip route 185.0.0.0 255.0.0.0 Null0
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
LabCisco/Lab14.zip
Lab14/topology.net
autostart = False
version = 0.8.2
[127.0.0.1:7201]
 workingdir = C:\Temp
udp = 10100
 [[3640]]
 image = C:\C3640-v124.image
 ghostios = True
 chassis = 3640
 [[ROUTER R4]]
 model = 3640
 console = 2013
 aux = 2100
 cnfg = configs\R4.cfg
 slot0 = NM-1FE-TX
 f0/0 = SW1 1
 slot1 = NM-1FE-TX
 f1/0 = SW2 1
 slot2 = NM-4T
 s2/0 = R2 s0/1
 x = -265.0
 y = 22.0
 z = 1.0
 [[ROUTER R5]]
 model = 3640
 console = 2014
 aux = 2101
 cnfg = configs\R5.cfg
 slot0 = NM-1FE-TX
 f0/0 = SW3 1
 slot1 = NM-1FE-TX
 f1/0 = SW4 1
 slot2 = NM-4T
 s2/0 = R3 s2/1
 x = 165.0
 y = 21.0
 z = 1.0
 [[ROUTER R1]]
 model = 3640
 console = 2010
 aux = 2102
 cnfg = configs\R1.cfg
 slot0 = NM-1FE-TX
 slot1 = NM-1FE-TX
 slot2 = NM-4T
 s2/0 = R2 s0/0
 s2/1 = R3 s2/0
 x = -46.0
 y = -174.0
 z = 1.0
 [[ROUTER R2]]
 model = 3640
 console = 2011
 aux = 2103
 cnfg = configs\R2.cfg
 slot0 = NM-4T
 s0/0 = R1 s2/0
 s0/1 = R4 s2/0
 slot1 = NM-1FE-TX
 slot2 = NM-4T
 x = -152.0
 y = -100.0
 z = 1.0
 [[ROUTER R3]]
 model = 3640
 console = 2012
 aux = 2104
 cnfg = configs\R3.cfg
 slot0 = NM-1FE-TX
 slot1 = NM-1FE-TX
 slot2 = NM-4T
 s2/0 = R1 s2/1
 s2/1 = R5 s2/0
 x = 64.0
 y = -98.0
 z = 1.0
 [[ETHSW SW1]]
 1 = access 1 R4 f0/0
 x = -306.5
 y = 146.0
 z = 1.0
 [[ETHSW SW3]]
 1 = access 1 R5 f0/0
 x = 113.5
 y = 141.0
 z = 1.0
 [[ETHSW SW2]]
 1 = access 1 R4 f1/0
 x = -190.5
 y = 193.0
 z = 1.0
 [[ETHSW SW4]]
 1 = access 1 R5 f1/0
 x = 247.5
 y = 191.0
 z = 1.0
[GNS3-DATA]
 [[NOTE 1]]
 text = Laboratórios de Tecnologias Cisco em Infraestrutura de Redes\nAutor: Samuel Henrique Bucke Brito ::: www.labcisco.com.br\nLab14.zip - Roteamento Avançado Utilizando o OSPF
 x = -346.0
 y = -260.5
 color = "#141312"
 [[NOTE 2]]
 text = 10.0.16.0 /30
 x = -250.0
 y = -51.5
 color = "#141312"
 [[NOTE 3]]
 text = 10.0.0.4 /30
 x = 18.0
 y = -171.5
 color = "#141312"
 [[NOTE 4]]
 text = 10.0.0.0 /30
 x = -141.0
 y = -169.5
 color = "#141312"
 [[NOTE 5]]
 text = 10.0.34.0 /30
 x = 165.0
 y = -40.5
 color = "#141312"
 [[NOTE 6]]
 text = 192.168.99.0 /24
 x = 207.0
 y = 224.5
 color = "#141312"
 [[NOTE 7]]
 text = 192.168.98.0 /24
 x = 79.0
 y = 173.5
 color = "#141312"
 [[NOTE 8]]
 text = 192.168.88.0 /24
 x = -341.0
 y = 181.5
 color = "#141312"
 [[NOTE 9]]
 text = 192.168.89.0 /24
 x = -234.0
 y = 227.5
 color = "#141312"
 [[NOTE 10]]
 text = ABR
 x = 48.0
 y = -39.5
 color = "#141312"
 [[NOTE 11]]
 text = ABR
 x = -119.0
 y = -42.5
 color = "#141312"
 [[NOTE 12]]
 text = Backbone
 x = -59.0
 y = -50.5
 color = "#141312"
 [[NOTE 13]]
 text = Area 16
 x = -259.0
 y = -142.5
 color = "#141312"
 [[NOTE 14]]
 text = Area 34
 x = 157.0
 y = -146.5
 color = "#141312"
 [[NOTE 15]]
 text = Area 0
 x = -46.0
 y = -68.5
 color = "#141312"
 [[NOTE 16]]
 text = Sumarização\n192.168.98.0 /23
 x = 141.0
 y = -100.0
 [[NOTE 17]]
 text = Sumarização\n192.168.88.0 /23
 x = -290.0
 y = -97.0
 [[SHAPE 1]]
 type = ellipse
 x = -325.0
 y = -151.0
 width = 200.0
 height = 200.0
 border_style = 2
 [[SHAPE 2]]
 type = ellipse
 x = -126.0
 y = -150.0
 width = 216.0
 height = 200.0
 border_style = 2
 [[SHAPE 3]]
 type = ellipse
 x = 90.0
 y = -153.0
 width = 200.0
 height = 200.0
 border_style = 2
Lab14/configs/R2.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2-ABR
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface Loopback2
 ip address 2.2.2.2 255.255.255.255
!
interface Serial0/0
 ip address 10.0.0.2 255.255.255.252
 serial restart-delay 0
!
interface Serial0/1
 ip address 10.0.16.1 255.255.255.252
 serial restart-delay 0
 clock rate 64000
!
interface Serial0/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial0/3
 no ip address
 shutdown
 serial restart-delay 0
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial2/0
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab14/configs/R4.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface Loopback4
 ip address 4.4.4.4 255.255.255.255
!
interface FastEthernet0/0
 ip address 192.168.88.254 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet1/0
 ip address 192.168.89.254 255.255.255.0
 duplex auto
 speed auto
!
interface Serial2/0
 ip address 10.0.16.2 255.255.255.252
 serial restart-delay 0
!
interface Serial2/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
Lab14/configs/R1.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1-Backbone
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface Loopback1
 ip address 1.1.1.1 255.255.255.255
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial2/0
 ip address 10.0.0.1 255.255.255.252
 serial restart-delay 0
 clock rate 64000
!
interface Serial2/1
 ip address 10.0.0.5 255.255.255.252
 serial restart-delay 0
 clock rate 64000
!
interface Serial2/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab14/configs/R5.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R5
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface Loopback5
 ip address 5.5.5.5 255.255.255.255
!
interface FastEthernet0/0
 ip address 192.168.98.254 255.255.255.0
 duplex auto
 speed auto
!
interface FastEthernet1/0
 ip address 192.168.99.254 255.255.255.0
 duplex auto
 speed auto
!
interface Serial2/0
 ip address 10.0.34.2 255.255.255.252
 serial restart-delay 0
!
interface Serial2/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
Lab14/configs/R3.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3-ABR
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface Loopback3
 ip address 3.3.3.3 255.255.255.255
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface Serial2/0
 ip address 10.0.0.6 255.255.255.252
 serial restart-delay 0
!
interface Serial2/1
 ip address 10.0.34.1 255.255.255.252
 serial restart-delay 0
 clock rate 64000
!
interface Serial2/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial2/3
 no ip address
 shutdown
 serial restart-delay 0
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
LabCisco/Lab15.zip
Lab15/topology.net
autostart = False
version = 0.8.2
[127.0.0.1:7201]
 workingdir = C:\Temp
 udp = 10100
 [[3640]]
 image = C:\C3640-v124.image
 idlepc = 0x603dd794
 ghostios = True
 chassis = 3640
 [[ETHSW SW1]]
 1 = access 1 R1 f1/0
 2 = access 1 R2 f1/0
 3 = access 1 R3 f1/0
 x = -9.5
 y = 161.0
 z = 1.0
 [[ROUTER Internet]]
 model = 3640
 console = 2025
 aux = 2103
 cnfg = configs\Internet.cfg
 slot0 = NM-1FE-TX
 f0/0 = R1 f0/0
 slot1 = NM-1FE-TX
 f1/0 = R2 f0/0
 slot2 = NM-1FE-TX
 f2/0 = R3 f0/0
 symbol = cloud
 x = 109.0
 y = -181.0
 z = 1.0
 [[ROUTER R1]]
 model = 3640
 console = 2026
 aux = 2100
 cnfg = configs\R1.cfg
 slot0 = NM-1FE-TX
 f0/0 = Internet f0/0
 slot1 = NM-1FE-TX
 f1/0 = SW1 1
 x = -137.0
 y = 27.0
 z = 1.0
 [[ROUTER R2]]
 model = 3640
 console = 2027
 aux = 2101
 cnfg = configs\R2.cfg
 slot0 = NM-1FE-TX
 f0/0 = Internet f1/0
 slot1 = NM-1FE-TX
 f1/0 = SW1 2
 x = -3.0
 y = 30.0
 z = 1.0
 [[ROUTER R3]]
 model = 3640
 console = 2028
 aux = 2102
 cnfg = configs\R3.cfg
 slot0 = NM-1FE-TX
 f0/0 = Internet f2/0
 slot1 = NM-1FE-TX
 f1/0 = SW1 3
 x = 123.0
 y = 28.0
 z = 1.0
[GNS3-DATA]
 [[NOTE 1]]
 text = Laboratórios de Tecnologias Cisco em Infraestrutura de Redes\nAutor: Samuel Henrique Bucke Brito ::: www.labcisco.com.br\nLab15.zip - Alta Disponibilidade em Cluster de Roteadores
 x = -349.0
 y = -267.0
 [[NOTE 2]]
 text = .253
 x = 134.0
 y = 71.5
 color = "#141312"
 [[NOTE 3]]
 text = LAN \n192.168.0.0 /24
 x = -39.0
 y = 203.5
 color = "#141312"
 [[NOTE 4]]
 text = Gateway Virtual: \n192.168.0.1
 x = -283.0
 y = -8.5
 color = "#141312"
 [[NOTE 5]]
 text = f2/0 >>> R3\n200.0.3.1 /30\n200.0.3.2 /30
 x = -3.0
 y = -175.5
 color = "#141312"
 [[NOTE 6]]
 text = f0/0 >>> R1\n200.0.1.1 /30\n200.0.1.2 /30
 x = -247.0
 y = -177.5
 color = "#141312"
 [[NOTE 7]]
 text = f1/0 >>> R2\n200.0.2.1 /30\n200.0.2.2 /30
 x = -127.414213562
 y = -176.5
 color = "#141312"
 [[NOTE 8]]
 text = .251
 x = -126.0
 y = 70.5
 color = "#141312"
 [[NOTE 9]]
 text = .252
 x = 31.0
 y = 71.5
 color = "#141312"
 [[Cloud LAN]]
 x = -59.5
 y = 188.0
 z = 1.0
 [[SHAPE 1]]
 type = rectangle
 x = -287.0
 y = -10.0
 width = 506.0
 height = 118.0
 fill_color = "#c0ffc0"
 border_color = "#ffffff"
Lab15/configs/R2.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner motd �
################################################
Bem-Vindo ao Roteador R2
################################################
�
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab15/configs/R1.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner motd �
################################################
Bem-Vindo ao Roteador R1
################################################
�
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab15/configs/Internet.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Internet
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
no ip dhcp use vrf connected
ip dhcp excluded-address 200.0.1.1
ip dhcp excluded-address 200.0.2.1
ip dhcp excluded-address 200.0.3.1
!
ip dhcp pool to-R1
 network 200.0.1.0 255.255.255.252
 default-router 200.0.1.1 
!
ip dhcp pool to-R2
 network 200.0.2.0 255.255.255.252
 default-router 200.0.2.1 
!
ip dhcp pool to-R3
 network 200.0.3.0 255.255.255.252
 default-router 200.0.3.1 
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 ip address 200.0.1.1 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet1/0
 ip address
200.0.2.1 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet2/0
 ip address 200.0.3.1 255.255.255.252
 duplex auto
 speed auto
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner motd �
################################################
Operadora Brito Telecom S/A
################################################
�
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab15/configs/R3.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R3
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
banner motd �
################################################
Bem-Vindo ao Roteador R3
################################################
�
!
line con 0
line aux 0
line vty 0 4
!
!
end
LabCisco/Lab16.zip
Lab16/topology.net
autostart = False
version = 0.8.2
[127.0.0.1:7202]
 workingdir = C:\Temp
 udp = 10200
 [[3640]]
 image = C:\C3640-v124.image
 idlepc = 0x604ff044
 ghostios = True
 chassis = 3640
 [[ROUTER Internet]]
 model = 3640
 console = 2000
 aux = 2100
 cnfg = configs\Internet.cfg
 slot0 = NM-1FE-TX
 slot1 = NM-1FE-TX
 f1/0 = SP f0/0
 slot2 = NM-1FE-TX
 f2/0 = RJ f0/0
 slot3 = NM-1FE-TX
 symbol = cloud
 x = -78.0
 y = -3.0
 z = 1.0
 [[ROUTER SP]]
 model = 3640
 console = 2001
 aux = 2101
 cnfg = configs\SP.cfg
 slot0 = NM-1FE-TX
 f0/0 = Internet f1/0
 slot1 = NM-1FE-TX
 f1/0 = SW1 1
 x = -280.0
 y = 10.0
 z = 1.0
 [[ROUTER 192.168.20.100]]
 model = 3640
 console = 2004
 aux = 2104
 cnfg = configs\192.168.20.100.cfg
 slot0 = NM-1FE-TX
 f0/0 = SW2 2
 symbol = computer
 x = 116.0
 y = 166.0
 z = 1.0
 [[ROUTER 192.168.10.100]]
 model = 3640
 console = 2003
 aux = 2103
 cnfg = configs\192.168.10.100.cfg
 slot0 = NM-1FE-TX
 f0/0 = SW1 2
 symbol = computer
 x = -148.0
 y = 171.0
 z = 1.0
 [[ETHSW SW1]]
 1 = access 1 SP f1/0
 2 = access 1 192.168.10.100 f0/0
 x = -286.5
 y = 120.0
 z = 1.0
 [[ETHSW SW2]]
 1 = access 1 RJ f1/0
 2 = access 1 192.168.20.100 f0/0
 x = 221.5
 y = 118.0
 z = 1.0
 [[ROUTER RJ]]
 model = 3640
 console = 2002
 aux = 2102
 cnfg = configs\RJ.cfg
 slot0 = NM-1FE-TX
 f0/0 = Internet f2/0
 slot1 = NM-1FE-TX
 f1/0 = SW2 1
 x = 224.0
 y = 10.0
 z = 1.0
[GNS3-DATA]
 [[NOTE 1]]
 text = Laboratórios de Tecnologias Cisco em Infraestrutura de Redes\nAutor: Samuel Henrique Bucke Brito ::: www.labcisco.com.br\nLab16.zip - Tunelamento VPN
 x = -346.0
 y = -261.0
 [[NOTE 2]]
 text = .2
 x = 281.0
 y = -13.5
 color = "#141312"
 [[NOTE 3]]
 text = 200.31.27.2 /30
 x = -210.0
 y = -0.5
 color = "#141312"
 [[NOTE 4]]
 text = 172.16.100.0 /30
 x = -60.0
 y = -137.5
 color = "#141312"
 [[NOTE 5]]
 text = 200.87.13.2 /30
 x = 92.0
 y = -0.5
 color = "#141312"
 [[NOTE 6]]
 text = Configuração de Rede Virtual Privativa (VPN) c/ Túnel GRE-IPSec
 x = -225.0
 y = -363.5
 color = "#141312"
 [[NOTE 7]]
 text = .1
 x = -295.0
 y = -18.5
 color = "#141312"
 [[NOTE 8]]
 text = VPN
 x = -18.0
 y = -163.5
 color = "#141312"
 [[NOTE 9]]
 text = .254
 x = 207.0
 y = 58.5
 color = "#141312"
 [[NOTE 10]]
 text = .254
 x = -241.0
 y = 57.5
 color = "#141312"
 [[SHAPE 1]]
 type = rectangle
 x = -291.0
 y = 35.0
 width = 585.0
 height = 100.0
 fill_color = "#ffffff"
 border_color = "#ffffff"
 [[SHAPE 2]]
 type = ellipse
 x = -267.0
 y = -96.0
 width = 540.0
 height = 216.0
 border_color = "#ff0000"
 border_style = 2
 z = -1.0
Lab16/configs/192.168.20.100.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Host-20
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 ip address 192.168.20.100 255.255.255.0
 duplex auto
 speed auto
!
no ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab16/configs/SP.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SP
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
Lab16/configs/RJ.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname RJ
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
 login
!
!
end
Lab16/configs/Internet.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Internet
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
no ip dhcp use vrf connected
ip dhcp excluded-address 200.31.27.1
ip dhcp excluded-address 200.87.13.1
!
ip dhcp pool SP
 network 200.31.27.0 255.255.255.252
 default-router 200.31.27.1 
!
ip dhcp pool RJ
 network 200.87.13.0 255.255.255.252
 default-router 200.87.13.1 
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 description toSP
 ip address 200.31.27.1 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet2/0
 description toRJ
 ip address 200.87.13.1 255.255.255.252
duplex auto
 speed auto
!
interface FastEthernet3/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab16/configs/192.168.10.100.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Host-10
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 ip address 192.168.10.100 255.255.255.0
 duplex auto
 speed auto
!
no ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
LabCisco/Lab17.zip
Lab17/topology.net
autostart = False
version = 0.8.2
[127.0.0.1:7203]
 workingdir = C:\Temp
 udp = 10200
 [[3640]]
 image = C:\C3640-v124.image
 ghostios = True
 chassis = 3640
 [[ROUTER HostSP]]
 model = 3640
 console = 2003
 aux = 2103
 cnfg = configs\HostSP.cfg
 slot0 = NM-1FE-TX
 f0/0 = SW1 2
 symbol = computer
 x = -155.0
 y = 163.0
 z = 1.0
 [[ROUTER SP]]
 model = 3640
 console = 2001
 aux = 2101
 cnfg = configs\SP.cfg
 slot0 = NM-1FE-TX
 f0/0 = IPv4 f1/0
 slot1 = NM-1FE-TX
 f1/0 = SW1 1
 x = -281.0
 y = -12.0
 z = 1.0
 [[ROUTER IPv4]]
 model = 3640
 console = 2000
 aux = 2100
 cnfg = configs\IPv4.cfg
 slot0 = NM-1FE-TX
 slot1 = NM-1FE-TX
 f1/0 = SP f0/0
 slot2 = NM-1FE-TX
 f2/0 = RJ f0/0
 slot3 = NM-1FE-TX
 symbol = cloud
 x = -79.0
 y = -25.0
 z = 1.0
 [[ETHSW SW1]]
 1 = access 1 SP f1/0
 2 = access 1 HostSP f0/0
 x = -287.5
 y = 98.0
 z = 1.0
 [[ETHSW SW2]]
 1 = access 1 RJ f1/0
 2 = access 1 HostRJ f0/0
 x = 220.5
 y = 96.0
 z = 1.0
 [[ROUTER HostRJ]]
 model = 3640
 console = 2004
 aux = 2104
 cnfg = configs\HostRJ.cfg
 slot0 = NM-1FE-TX
 f0/0 = SW2 2
 symbol = computer
 x = 95.0
 y = 162.0
 z = 1.0
 [[ROUTER RJ]]
 model = 3640
 console = 2002
 aux = 2102
 cnfg = configs\RJ.cfg
 slot0 = NM-1FE-TX
 f0/0 = IPv4 f2/0
 slot1 = NM-1FE-TX
 f1/0 = SW2 1
 x = 221.0
 y = -13.0
 z = 1.0
[GNS3-DATA]
 [[NOTE 1]]
 text = Laboratórios de Tecnologias Cisco em Infraestrutura de Redes\nAutor: Samuel Henrique Bucke Brito ::: www.labcisco.com.br\nLab17.zip - Tunelamento IPv6 em IPv4 Via Túnel 6in4
 x = -353.0
 y = -267.0
 [[NOTE 2]]
 text = FD00:0:0:1::1 /64
 x = -243.0
 y = 35.5
 color = "#141312"
 [[NOTE 3]]
 text = FD00:0:0:2::1 /64
 x = 113.0
 y = 33.5
 color = "#141312"
 [[NOTE 4]]
 text = FD00:0:0:2:: /64
 x = 227.0
 y = 130.5
 color = "#141312"
 [[NOTE 5]]
 text = 200.87.13.2 /30
 x = 91.0
 y = -22.5
 color = "#141312"
 [[NOTE 6]]
 text = Tunelamento de IPv6 em IPv4 Através de Túnel Virtual 6in4
 x = -220.0
 y = -330.5
 color = "#141312"
 [[NOTE 7]]
 text = FD00:0:0:1:: /64
 x = -351.0
 y = 134.5
 color = "#141312"
 [[NOTE 8]]
 text = 200.31.27.2 /30
 x = -211.0
 y = -22.5
 color = "#141312"
 [[NOTE 9]]
 text = Internet
 x = -29.0
 y = -1.5
 color = "#141312"
 [[NOTE 10]]
 text = FD00:0:0:2::10
 x = 70.0
 y = 221.5
 color = "#141312"
 [[NOTE 11]]
 text = FD00:ABC:CAFE:: /127
 x = -88.0
 y = -149.5
 color = "#141312"
 [[NOTE 12]]
 text = .0
 x = -296.0
 y = -37.5
 color = "#141312"
 [[NOTE 13]]
 text = FD00:0:0:1::10
 x = -180.0
 y = 222.5
 color = "#141312"
 [[NOTE 14]]
 text = Túnel 6in4
 x = -42.0
 y = -175.5
 color = "#141312"
 [[NOTE 15]]
 text = .1
 x = 275.0
 y = -36.5
 color = "#141312"
 [[SHAPE 1]]
 type = rectangle
 x = -288.0
 y = 14.0
 width = 585.0
 height = 100.0
 fill_color = "#ffffff"
 border_color = "#ffffff"
 [[SHAPE 2]]
 type = ellipse
 x = -268.0
 y = -118.0
 width = 540.0
 height = 216.0
 border_color = "#ff0000"
 border_style = 2
 z = -1.0
Lab17/configs/HostRJ.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HostRJ
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
ipv6 unicast-routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address FD00:0:0:2::10/64
!
no ip http server
no ip http secure-server
!
!
!
ipv6 route ::/0 FastEthernet0/0
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab17/configs/SP.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname SP
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab17/configs/IPv4.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname IPv4
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
no ip dhcp use vrf connected
ip dhcp excluded-address 200.31.27.1
ip dhcp excluded-address 200.87.13.1
!
ip dhcp pool SP
 network 200.31.27.0 255.255.255.252
 default-router 200.31.27.1 
!
ip dhcp pool RJ
 network 200.87.13.0 255.255.255.252
 default-router 200.87.13.1 
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 description toSP
 ip address 200.31.27.1 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet2/0
 description toRJ
 ip address 200.87.13.1 255.255.255.252
 duplex auto
 speed auto
!
interface FastEthernet3/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab17/configs/RJ.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname RJ
!
boot-start-marker
boot-end-marker
!
!
no
aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
interface FastEthernet1/0
 no ip address
 shutdown
 duplex auto
 speed auto
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end
Lab17/configs/HostSP.cfg
!
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname HostSP
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
!
ipv6 unicast-routing
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
! 
!
!
!
!
interface FastEthernet0/0
 no ip address
 duplex auto
 speed auto
 ipv6 address FD00:0:0:1::10/64
!
no ip http server
no ip http secure-server
!
!
!
ipv6 route ::/0 FastEthernet0/0
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
!
!
end

Teste o Premium para desbloquear

Aproveite todos os benefícios por 3 dias sem pagar! 😉
Já tem cadastro?

Outros materiais