Question

200.1.1.2 /24 200.1.1.1/24 Subnet 4 1941 PC-PT PCO 1941 Router0 Router1 Network Address 192.168.21.0/24 5 subnets required SeTasks required for a pass (you need to follow the instructions carefully to match the correct subnet to which VLAN) Configure

Hi please help me solve this! Been stuck on this for a long time. I don;t know how to upload the file but packet tracer is required. Please help!! I don;t know how to begin or finish this!

Regards

200.1.1.2 /24 200.1.1.1/24 Subnet 4 1941 PC-PT PCO 1941 Router0 Router1 Network Address 192.168.21.0/24 5 subnets required Serial link 4 VLANS required VLAN 20 (Staf) (Subnet 0) VLAN 30 (Student) (Subnet 1) VLAN 40 (Server) (Subnet 2) VLAN 100 (Management)(Subnet 3) MainSwitch Port Assignments Fa 0/1 to Switch 1 Fa 0/2 to Switch2 Fa 0/3 to Switch 3 2960 2417 Main Switch Gig 0/1 to Router0 Switch3 Port Assignments Switch 1 Port Assignments Switch2 Port Assignments 296014TT Sw tc 296024TT 29624TT F 0/1-trunk to MainSwitch S it h2 Fa 0/2- 0/12- VLAN 20 Switch Fa 0/1 - trunk to MainSwitch Fa 0/2 - Fa 0/23 - VLAN 40 Fa 0/1 trunk to MainSwitch Fa 0/2 -0/12 - VLAN 20 Fa 0/24 VLAN 100 Fa 0/13 Fa 0/23 - VLAN 30 Fa 0/24 VLAN 100 Fa 0/13 - Fa 0/23 - VLAN 30 Fa 0/24 VLAN 100 PC-PT РС-РТ РС-РТ РС-РТ PC4 PC3 Server-PT DHCP Server Server-PT PC1 PC2 Student PC Staff PC Staff PC Student PC Web Server
Tasks required for a pass (you need to follow the instructions carefully to match the correct subnet to which VLAN) Configure IP addresses on Routers Configure RIPV2 as the Routing Protocol Configure a default route to PC0 on Router 1, advertise that default route using RIP Configure VLANS on switches Configure Trunk ports on switches Configure ports to belong to VLANS as per notes Configure Configure Intervlan Routing Configure DHCP server to assign IP addresses to PC's on Address the Web and DHCP server using the second an third address from subnet 3 Configure IP helper address an SVI on the four switches on the Management VLAN using the 2nd through 5th addresses from that subnet on Router0 VLAN 20 and 30 on sub-interfaces to allow DHCP Task for Credit (must have completed Pass section) 1. Create an ACL to be used for permitting all addresses from the 192.168.21.0 network 2. Configure NAT with overload to translate all internal addresses as part of the NAT command. they exit Router1's G0/0 interface. Use the ACL as Tasks for Distinction (must have completed Credit section) 1. Configure Routers 0 and 1 to use the DHCP server as a syslog and NTP server. 2. Configure port Security on Switches 1, 2 and 3 to only learn 2 MAC addresses on each interface configured as access ports. Email the completed file with what you attempted and your name in the subject field to
0 0
Add a comment Improve this question Transcribed image text
Answer #1

here is the answer...........

Addressing Table :

Device

Interface

IP Address

Subnet Mask

Network IP

Default Gateway

Router 0

Fa0/0

192.168.35.1

255.255.255.128

192.168.35.0

N/A

Fa1/0

192.168.35.129

255.255.255.192

192.168.35.128

N/A

Se2/0

192.168.35.241

255.255.255.252

192.168.35.240

N/A

Router1

Fa0/0

192.168.35.193

255.255.255.224

192.168.35.192

N/A

Fa1/0

192.168.35.225

255.255.255.240

192.168.35.224

N/A

Se2/0

192.168.35.242

255.255.255.252

192.168.35.241

N/A

PC0

NIC

192.168.35.2

255.255.255.128

192.168.35.0

192.168.35.1

PC3

NIC

192.168.35.130

255.255.255.192

192.168.35.128

192.168.35.129

PC6

NIC

192.168.35.194

255.255.255.224

192.168.35.192

192.168.35.193

PC9

NIC

192.168.35.226

255.255.255.240

192.168.35.224

192.168.35.225

Server

192.168.35.2

255.255.255.128

192.168.35.0

192.168.35.1

Step 1: Configure the routers

Router0 :

Router> enable

Router# configure terminal

Router(config)#interface FastEthernet0/0

Router(config-if)# ip address 192.168.35.1 255.255.255.128

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#interface Serial2/0

Router(config-if)#clock rate 64000

Router(config-if)# ip address 192.168.35.241 255.255.255.252

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#exit

Router1 :

Router> enable

Router# configure terminal

Router(config)#interface FastEthernet0/0

Router(config-if)# ip address 192.168.35.193 255.255.255.224

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#interface Serial2/0

Router(config-if)#clock rate 64000

Router(config-if)# ip address 192.168.35.242 255.255.255.252

Router(config-if)#no shutdown

Router(config-if)#exit

Router(config)#exit

Configuring Dynamic IP-ROUTE (configuring RIP protocol on individual routers)

Router0 :

Router> enable

Router# configure terminal

Router(config)#no router rip

Router(config)#router rip

Router(config-router)#version 2

Router(config-router)#network 192.168.35.1

Router(config-router)#network 192.168.35.129

Router(config-router)#no auto-summary

Router1 :

Router> enable

Router# configure terminal

Router(config)#no router rip

Router(config)#router rip

Router(config-router)#version 2

Router(config-router)#network 192.168.35.1

Router(config-router)#network 192.168.35.129

Router(config-router)#no auto-summary

Configuring DHCP Service on DHCP server

Server­ > Desktop > IP-Configuration

IP-address     = 192.168.35.20

Subnet mask =255.255.255.128

Gate way       = 192.168.35.1

Pool name

Default Gateway

Start IP Address

Subnet Mask

Max Users

Server pool

192.168.35.1

192.168.35.20

255.255.255.128

1

Network 1

192.168.35.1

192.168.35.2

255.255.255.128

80

Network 2

192.168.35.128

192.168.35.129

255.255.255.192

45

Network 3

192.168.35.192

192.168.35.193

255.255.255.224

26

Network 4

192.168.35.224

192.168.35.225

255.255.255.240

12

Configuring IP-helper on individual routers

Router0 :

Router> enable

Router# configure terminal

Router(config)#interface FastEthernet0/0

Router(config-if)#ip helper-address 192.168.35.2

Router(config)#interface FastEthernet0/1

Router(config-if)#ip helper-address 192.168.35.2

Router1 :

Router> enable

Router# configure terminal

Router(config)#interface FastEthernet0/0

Router(config-if)#ip helper-address 192.168.35.2

Router(config)#interface FastEthernet0/1

Router(config-if)#ip helper-address 192.168.35.2

Configuring OSPF:

Router0:

Router> enable

Router# configure terminal

Router(config)#router ospf 1

Router(config-if)#network 192.168.35.0   0.0.0.127 area 0

Router(config)# network 192.168.35.128 0.0.0.63 area 0

Router(config-if)# network 192.168.35.241   0.0.0.3 area 0

Router1:

Router> enable

Router# configure terminal

Router(config)#router ospf 1

Router(config-if)#network 192.168.35.192   0.0.0.31 area 0

Router(config)# network 192.168.35.224 0.0.0.15 area 0

Router(config-if)# network 192.168.35.242   0.0.0.3 area 0

Troubleshooting network

Applying ping command from pc1 to pc11

PC > Desktop > IP-Configuration

Packet Tracer PC Command Line 1.0 PC>ping 192.168.4.194 Pinging 192.168.4.194 with 32 bytes of data: Request timed out. Reply

Add a comment
Know the answer?
Add Answer to:
Hi please help me solve this! Been stuck on this for a long time. I don;t...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • please solve all the questions VLAN abbreviation is 2. Two devices is the same network need...

    please solve all the questions VLAN abbreviation is 2. Two devices is the same network need router to communicate between themselves. True / False. 3. All information related to VLAN is stored in named the file 7 8 In VLAN, by default all the ports of a switch will be assigned to default VLAN. True / False. s VLAN can be created using router in layer 3. True / False. 6. IP address and subnet masks are assigned in the...

  • ?=55 completing the attached table using thr given topology IPV4 & IPV6 Default G/W IPV4 Network...

    ?=55 completing the attached table using thr given topology IPV4 & IPV6 Default G/W IPV4 Network Interface IP Interface Device IPV6 GUP 10.20.232/27 2002:DB8:?:A::/64 Name N/A 10.20.2.33/27 G0/0 RI N/A 2002:DB8:?:A::1/64 IC-20.cr S0/0/0 DC) S0/0/1 G0/0 R2 SO/0/0 S0/0/1 G0/0 R3 S0/0/0 S0/0/1 Management SWI port Management SW2 port Management SW3 port FastEthernet0 PCO PC1 FastEthernet0 FastEthernet0 PC2 PC3 FastEthernet0 Web- FastEthernet0 Server ALogical Physical x 1569. y 213 X LAN-1 1020.?32/27 2002:DB8.?A:/64 SW-1 Web Server R1 WAN-2 1.1.2.4/30 2004...

  • please help me complete this exam, i've work 12 hours per day, doing the 2nd/Grave yard...

    please help me complete this exam, i've work 12 hours per day, doing the 2nd/Grave yard shift, to raise my children. i had no time to study to complete this exam. please help me, thank you very very much. Logical Physical x 651, y: 325 LAN-01: 100 hosts 296024TT Switch3 PC-PT PC3 LAN-05: 290 hosts LAN-03: 130 hosts PC-PT PCT 2960-2411 Switch1 560-24TT Switch PC-PT PC5 1941 N 1941, Routero Router1 Router LAN-06: 100 hosts LAN-02: 260 hosts LAN-04: 175...

  • HINTS FOR THE MACHINE PROELEM 1 Problem 1.1 a) i. DHCP. CHCP D4CFOffer Desanbe in detatl...

    HINTS FOR THE MACHINE PROELEM 1 Problem 1.1 a) i. DHCP. CHCP D4CFOffer Desanbe in detatl the 1-step process that the DHCP Client requests for the P Address frcm the DHCF Serrer. Capture te pockage DHC PDiscovez DHCP0fter, DHCPRequest, DHC PAck to shotw their struuctuTes. i ARP. Describe in dtail the 5-step process of a machine or router perocning ARP protocol to ind the phrsical address of the network node with the known IF address Captue the packages: ARP Request,...

  • PLEASE ATTACH A SCREENSHOT OF YOUR SUCCESSFUL PING IN PACKET TRACER FOR THE END!!!!!!!!!!! THANK YOU! Objectives Part...

    PLEASE ATTACH A SCREENSHOT OF YOUR SUCCESSFUL PING IN PACKET TRACER FOR THE END!!!!!!!!!!! THANK YOU! Objectives Part A: Configure a simple static routing . Part B: Configure a simple RIP routing Part A: Configure a simple static routing 1. Create the following network topology on Packet Tracer Router-PT Router-PT Addressing Table Device Interface IP Address Subnet Mask Default Gatewa 10.0.0.1 20.0.0.1 30.0.0.1 20.0.0.2 0.0.0.10 30.0.0.10 N/A 255.0.0.0 255.0.0.0 255.0.0.0 255.0.0.0 255.0.0.0 255.0.0.0 Routero 2/0 NIA NIA NIA 10.0.0.1 30.0.0.1...

  • can you please help me with this homework. DCOM 101 – Introduction to Data Communications Final Project Instructions: In this Final Project, you will test the skills and knowledge gained throughout th...

    can you please help me with this homework. DCOM 101 – Introduction to Data Communications Final Project Instructions: In this Final Project, you will test the skills and knowledge gained throughout this course. The steps listed below are loosely based on the Assignments you have completed thus far, so don’t hesitate to look back and use those resources. Follow the steps in each section, and paste screenshots when prompted. This assignment is worth 10% of your final grade. Basic Network...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT