본문 바로가기

해봐야 안다.OTL/Network

EIGRP(Dynamips setting) 실습

FR1
!
conf t
hostname FR1
no ip domain lookup
!
line console 0
logging synchronous
exec-timeout 0 0
no login
exit
!
line vty 0 4
no password
no login
exit
!
int lo 0
ip add 10.10.10.1 255.255.255.0
no shut
exit
!
int s1/0
ip add 192.168.1.1 255.255.255.252
band 2048
no shut
exit
!
int s1/1
ip add 192.168.1.5 255.255.255.252
band 2048
no shut
exit
!
int s1/2
ip add 192.168.1.9 255.255.255.252
band 2048
no shut
exit
!
int s1/3
ip add 192.168.1.13 255.255.255.252
band 2048
no shut
exit
!
router eigrp 65000
no auto-summary
network 192.168.1.0 0.0.0.3
network 192.168.1.4 0.0.0.3
network 192.168.1.8 0.0.0.3
network 192.168.1.12 0.0.0.3
end
copy run star

R11
!
conf t
hostname R11
no ip domain lookup
!
line console 0
logging synchronous
exec-timeout 0 0
no login
exit
!
line vty 0 4
no password
no login
exit
!
int lo 0
ip add 172.11.0.1 255.255.255.0
no shut
exit
!
int s1/0
ip add 192.168.1.2 255.255.255.252
band 2048
no shut
exit
!
int s1/1
ip add 192.168.1.17 255.255.255.252
band 2048
no shut
exit
!
router eigrp 65000
no auto-summary
network 192.168.1.0 0.0.0.3
network 192.168.1.16 0.0.0.3
network 172.11.0.0 0.0.0.255
end
copy run star


R12
!
conf t
hostname R12
no ip domain lookup
!
line console 0
logging synchronous
exec-timeout 0 0
no login
exit
!
line vty 0 4
no password
no login
exit
!
int lo 0
ip add 172.12.0.1 255.255.255.0
no shut
exit
!
int s1/0
ip add 192.168.1.6 255.255.255.252
band 2048
no shut
exit
!
int s1/1
ip add 192.168.1.18 255.255.255.252
band 2048
no shut
exit
!
router eigrp 65000
no auto-summary
network 192.168.1.4 0.0.0.3
network 192.168.1.16 0.0.0.3
network 172.12.0.0 0.0.0.255
end
copy run star

 


R13
!
conf t
hostname R13
no ip domain lookup
!
line console 0
logging synchronous
exec-timeout 0 0
no login
exit
!
line vty 0 4
no password
no login
exit
!
int lo 0
ip add 172.13.0.1 255.255.255.0
no shut
exit
!
int s1/0
ip add 192.168.1.10 255.255.255.252
band 2048
no shut
exit
!
int s1/1
ip add 192.168.1.21 255.255.255.252
band 2048
clock rate 2000000
no shut
exit
!
router eigrp 65000
no auto-summary
network 192.168.1.8 0.0.0.3
network 192.168.1.20 0.0.0.3
network 172.13.0.0 0.0.0.255
end
copy run star


R14
!
conf t
hostname R14
no ip domain lookup
!
line console 0
logging synchronous
exec-timeout 0 0
no login
exit
!
line vty 0 4
no password
no login
exit
!
int lo 0
ip add 172.14.0.1 255.255.255.0
no shut
exit
!
int s1/0
ip add 192.168.1.14 255.255.255.252
band 2048
no shut
exit
!
int s1/1
ip add 192.168.1.22 255.255.255.252
band 2048
no shut
exit
!
router eigrp 65000
no auto-summary
network 192.168.1.12 0.0.0.3
network 192.168.1.20 0.0.0.3
network 172.14.0.0 0.0.0.255
end
copy run star