12-06-2023 10:01 PM
Hello and thank you for my time, the thing i need help with is for my CCNA 2 project which is about
Objective:
The objective of this assignment is to design and implement the infrastructure of an Internet Service Provider (ISP) while incorporating various modules from CCNA 2, specifically focusing on Switching, Routing, and Wireless Essentials. Students will gain practical experience in configuring VLANs, STP, EtherChannel, DHCP, HSRP, Dynamic Routing Protocol (RIP), Wireless, and other relevant technologies to provide internet services to clients (Home Users, Banks, Enterprise, etc.)
Requirements:
NOTE: “Please try to implement the modules from CCNA 2 as much as you can, as your score will be based on the modules that you will be applying in your assignment”
from that requirement my concept is to build an ISP network to provide to rural areas where they have a school, internet shop and like home users and provide them with web services but after thinking i just can not think of a topology that represent that in cisco packet tracer so can anyone help?
Thank you.
12-07-2023 05:28 AM - edited 12-07-2023 05:28 AM
Couldn't you just do a star/hub and spoke topology, and designate the hub router as the "ISP"? Something like this.
12-07-2023 05:52 AM
But if i use the hub and spoke topology what about the requirement to connect a server to the isp ?
12-07-2023 06:06 AM
Do you think either of those would work for you?
12-07-2023 06:29 AM
Yea i think that would work thank you for your suggestion
12-07-2023 11:46 PM - edited 12-11-2023 04:02 AM
Certainly, I can help you with the topology of an ISP (Internet Service Provider) company in Cisco Packet Tracer. Creating a comprehensive ISP topology involves multiple components such as routers, switches, and servers. Below is a basic example of an ISP topology in Cisco Packet Tracer:
plaintextCopy code
ISP +----------+ | | +------+ Internet +------+ | | Cloud | | | +----------+ | | | | | | | +----+----+ +----+----+ | | | | | Router 1| | Router 2| | | | | +----+----+ +----+----+ | | +---+----+ +---+----+ | | | | |Switch 1| |Switch 2| | | | | +---+----+ +---+----+ | | +----+----+ +----+----+ | | | | | PC1 | | PC2 | | | | | +---------+ +---------+
Explanation:
ISP (Internet Service Provider):
Represents the external connection to the Internet.
Internet Cloud:
Symbolizes the global Internet infrastructure.
Routers (Router 1 and Router 2):
Connect the internal network to the ISP and manage traffic between the internal network and the Internet.
Switches (Switch 1 and Switch 2):
Provide local network connectivity, connecting end-user devices (PC1 and PC2) to the routers.
End-user Devices (PC1 and PC2):
Represent the computers or devices used by customers or employees.
This is a basic representation, and you can customize it based on your specific requirements. In a real ISP environment, you might have multiple routers, switches, and additional infrastructure components to handle the complexity of providing internet services to a large number of customers.
If you have specific requirements or questions about certain aspects of the ISP topology, feel free to provide more details so that I can offer more targeted assistance.
12-07-2023 11:56 PM
12-07-2023 11:57 PM
What about this this kind of topology
12-08-2023 05:28 AM
I think that topology looks good and will meet the requirements.
12-08-2023 06:01 AM
so i am going to use the router rip v2 routing protocol for my 3 router and do HSRP on 2 left and right outer but i dont know what i should configure on my layer 3 switch so that it can reach the other network like my school router or the router to cell tower?
12-08-2023 06:19 AM
I am assuming you mean the routers using rip v2 are the ones that are connected with serial?
(I am not very familiar with rip configs) For the layer 3 switch, could you just use rip on them as well so there are dynamically learned routes for all the networks? Or you can just use static routes for simplicity.
This requirement makes me think that you need another router next to router 4, and then configure both of them with hsrp.
12-08-2023 06:26 AM
so i should just user rip on them as well and we let them leraned the network for all the 3 customer and the the router connect to serial as well on my l3 switch ?
so add an extra router to all of my customer is what you are saying ?
12-08-2023 07:34 AM - edited 12-08-2023 08:13 AM
I would say just use rip on the multilayer switches, and routers 0,1,2. But, you will probably still need to add some static routes for full connectivity.
Yes, add an extra router for hsrp, like this, to meet the requirements of clients accessing the ISP in different ways with HSRP. Note that these configurations will need to be made on subinterfaces because you are using router-on-a-stick. I believe, you can change the priorities (for hsrp) on the subinterfaces, so different vlans will go to different routers.
You might also change those routers to multilayer switches, it might be easier that way.
12-09-2023 12:15 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide