d4 7 2 2 Prototype Network
d4 7 2 2 Prototype Network
tmpl=%2Fsystem%2Fapp%2Ftempla…
The IP Table is from the PDF packet tracer folder on the NETACAD site for this class
https://sites.google.com/site/tvccwarnproject2012/home/cis-104/d4-7-2-2-prototype-network?tmpl=%2Fsystem%2Fapp%2Ftemplates%2Fprint%2F&s… 1/5
2/4/23, 12:44 AM https://sites.google.com/site/tvccwarnproject2012/home/cis-104/d4-7-2-2-prototype-network?tmpl=%2Fsystem%2Fapp%2Ftempla…
Make sure you add the wildcard mask on the EIGRP routes if they don't work. Also don't forget to enable Vlan1 on the switches.
https://sites.google.com/site/tvccwarnproject2012/home/cis-104/d4-7-2-2-prototype-network?tmpl=%2Fsystem%2Fapp%2Ftemplates%2Fprint%2F&s… 2/5
2/4/23, 12:44 AM https://sites.google.com/site/tvccwarnproject2012/home/cis-104/d4-7-2-2-prototype-network?tmpl=%2Fsystem%2Fapp%2Ftempla…
So I assembled this script after testing each piece to make sure there was 100% completion.
R1
conf t
no ip domain-lookup
hostname R1
int fa0/0
ip address 172.18.4.1 255.255.255.0
no shut
exit
int fa0/1
ip address 172.18.0.5 255.255.255.252
no shut
exit
int s0/1/0
ip address 172.18.0.9 255.255.255.252
no shut
exit
router eigrp 1
no auto-summary
network 172.18.4.0 0.0.0.255
network 172.18.0.4 0.0.0.3
network 172.18.0.8 0.0.0.3
exit
line vty 0 4
password cisco
login
exit
R2
https://sites.google.com/site/tvccwarnproject2012/home/cis-104/d4-7-2-2-prototype-network?tmpl=%2Fsystem%2Fapp%2Ftemplates%2Fprint%2F&s… 3/5
2/4/23, 12:44 AM https://sites.google.com/site/tvccwarnproject2012/home/cis-104/d4-7-2-2-prototype-network?tmpl=%2Fsystem%2Fapp%2Ftempla…
conf t
hostname r2
no ip domain-lookup
int fa0/0
ip address 172.18.4.2 255.255.255.0
no shut
exit
int fa0/1
ip address 172.18.0.13 255.255.255.252
no shut
exit
int s0/1/0
clock rate 64000
ip address 172.18.0.10 255.255.255.252
no shut
exit
router eigrp 1
no auto-summary
network 172.18.4.0
network 172.18.0.8
network 172.18.0.12
exit
line vty 0 4
password cisco
login
exit
R3
conf t
hostname R3
no ip domain-lookup
int fa0/0
ip address 172.18.0.14 255.255.255.252
no shut
exit
int fa0/1
ip address 172.18.0.6 255.255.255.252
no shut
exit
int s0/1/0
ip address 172.18.0.17 255.255.255.252
no shut
exit
router eigrp 1
no auto-summary
network 172.18.0.4 0.0.0.3
network 172.18.0.12 0.0.0.3
network 172.18.0.16 0.0.0.3
exit
line vty 0 4
password cisco
login
end
R4
conf t
hostname R4
no ip domain-lookup
int fa0/0
ip address 172.18.8.1 255.255.255.0
no shut
exit
int se0/1/0
ip address 172.18.0.18 255.255.255.252
clock rate 64000
no shut
exit
router eigrp 1
https://sites.google.com/site/tvccwarnproject2012/home/cis-104/d4-7-2-2-prototype-network?tmpl=%2Fsystem%2Fapp%2Ftemplates%2Fprint%2F&s… 4/5
2/4/23, 12:44 AM https://sites.google.com/site/tvccwarnproject2012/home/cis-104/d4-7-2-2-prototype-network?tmpl=%2Fsystem%2Fapp%2Ftempla…
no auto-summary
network 172.18.8.0 0.0.0.255
network 172.18.0.16 0.0.0.3
exit
line vty 0 4
password cisco
login
exit
S1
conf t
hostname S1
no ip domain-lookup
int vlan1
no shut
ip address 172.18.4.3 255.255.255.0
ip default-gateway 172.18.4.1
no shut
line vty 0 4
password cisco
login
exit
S2
conf t
hostname S2
no ip domain-lookup
int vlan1
ip address 172.18.8.2 255.255.255.0
ip default-gateway 172.18.8.1
line vty 0 4
password cisco
login
exit
https://sites.google.com/site/tvccwarnproject2012/home/cis-104/d4-7-2-2-prototype-network?tmpl=%2Fsystem%2Fapp%2Ftemplates%2Fprint%2F&s… 5/5