제 2 강 CCNA 랩과 Dynamips 구성
! -- Dynagen Network File
[localhost]
[[3640]]
image = d:\ios\c3640-i-mz.123-9a.bin
ram = 32
slot0 = NM-1FE-TX
slot1 = NM-4T
idlepc = 0x604f864c
[[router FR1]]
model = 3640
console = 2000
s1/0 = R11 s1/0
s1/1 = R12 s1/0
s1/2 = R13 s1/0
s1/3 = R14 s1/0
[[router R11]]
model = 3640
console = 2001
s1/1 = R12 s1/1
[[router R12]]
model = 3640
console = 2002
[[router R13]]
model = 3640
console = 2003
s1/1 = R14 s1/1
[[router R14]]
model = 3640
console = 2004
*************************************************************
! -- FR1 config
!
hostname FR1
!
enable secret cisco
!
line console 0
logging synchronous
!
line vty 0 4
no login
exit
!
no ip domain-lookup
!
interface serial1/0
ip address 192.168.1.1 255.255.255.252
bandwidth 1024
no shutdown
!
interface serial1/1
ip address 192.168.1.5 255.255.255.252
bandwidth 1024
no shutdown
!
interface serial 1/2
ip address 192.168.1.9 255.255.255.252
bandwidth 1024
no shutdown
!
interface serial 1/3
ip address 192.168.1.13 255.255.255.252
bandwidth 1024
no shutdown
!
interface loopback 0
ip address 10.10.10.1 255.255.255.0
exit
!
router eigrp 100
network 192.168.1.0
network 10.0.0.0
no auto-summary
!
end
! -- R11 Config
!
!
hostname R11
!
enable secret cisco
!
line console 0
logging synchronous
!
line vty 0 4
no login
exit
!
no ip domain-lookup
!
interface serial1/0
ip address 192.168.1.2 255.255.255.252
bandwidth 1024
clock rate 64000
no shutdown
!
interface serial1/1
ip address 192.168.1.17 255.255.255.252
bandwidth 1024
clock rate 64000
no shutdown
!
interface loopback 0
ip address 172.11.0.0 255.255.255.0
exit
!
router eigrp 100
network 192.168.1.0
network 172.11.0.0
no auto-summary
!
end
! -- R12 Config
!
!
hostname R12
!
enable secret cisco
!
line console 0
logging synchronous
!
line vty 0 4
no login
exit
!
no ip domain-lookup
!
interface serial1/0
ip address 192.168.1.6 255.255.255.252
bandwidth 1024
clock rate 64000
no shutdown
!
interface serial1/1
ip address 192.168.1.18 255.255.255.252
bandwidth 1024
no shutdown
!
interface loopback 0
ip address 172.12.0.0 255.255.255.0
exit
!
router eigrp 100
network 192.168.1.0
network 172.12.0.0
no auto-summary
!
end
! -- R13 Config
!
!
hostname R13
!
enable secret cisco
!
line console 0
logging synchronous
!
line vty 0 4
no login
exit
!
no ip domain-lookup
!
interface serial1/0
ip address 192.168.1.10 255.255.255.252
bandwidth 1024
clock rate 64000
no shutdown
!
interface serial1/1
ip address 192.168.1.21 255.255.255.252
bandwidth 1024
clock rate 64000
no shutdown
!
interface loopback 0
ip address 172.13.0.0 255.255.255.0
exit
!
router eigrp 100
network 192.168.1.0
network 172.13.0.0
no auto-summary
!
end
! -- R14 Config
!
!
hostname R14
!
enable secret cisco
!
line console 0
logging synchronous
!
line vty 0 4
no login
exit
!
no ip domain-lookup
!
interface serial1/0
ip address 192.168.1.14 255.255.255.252
bandwidth 1024
clock rate 64000
no shutdown
!
interface serial1/1
ip address 192.168.1.22 255.255.255.252
bandwidth 1024
no shutdown
!
interface loopback 0
ip address 172.14.0.0 255.255.255.0
exit
!
router eigrp 100
network 192.168.1.0
network 172.14.0.0
no auto-summary
!
end