0% found this document useful (0 votes)
131 views5 pages

d4 7 2 2 Prototype Network

The document provides configuration scripts for routers R1, R2, R3 and R4 and switches S1 and S2 to implement a prototype network. The scripts configure IP addresses, EIGRP routing, interfaces and passwords on each device based on a design with routers connected by serial and fast ethernet links and switches connecting hosts. Instructions note to add wildcard masks for EIGRP routes and enable VLAN1 on switches if needed.

Uploaded by

MD Amin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
131 views5 pages

d4 7 2 2 Prototype Network

The document provides configuration scripts for routers R1, R2, R3 and R4 and switches S1 and S2 to implement a prototype network. The scripts configure IP addresses, EIGRP routing, interfaces and passwords on each device based on a design with routers connected by serial and fast ethernet links and switches connecting hosts. Instructions note to add wildcard masks for EIGRP routes and enable VLAN1 on switches if needed.

Uploaded by

MD Amin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 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…

Landing Pad‎> ‎CIS 104‎> ‎


D4 7.2.2 Prototype Network
PT 7.2.2 Prototype Network

Packet tracer Discovery 4, chapter 7.2.2 build a p…


p…

The IP Table is from the PDF packet tracer folder on the NETACAD site for this class

This project goes with the test plan PDF activity.

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

You might also like