Why do we need to configure OSPF in all 3 routers in order for PC-A to ping PC-C?
Why is OSPF needed?
368 Views Asked by PancakesAndWaffles010 At
2
There are 2 best solutions below
0
aboyum
On
If there was a connection between R1 and R3 you could use dynamic routing, such as OSPF, however, here on the left side there are only one innside router connected to ISP, and to the right there is one router talking to the ISP. -So OSPF will not help you in this case, unless ISP uses OSPF, witch is rare. Static routes may be best here.
Related Questions in NETWORKING
- How to avoid duplicates with the pull-based subscribe model?
- How to simulate CSMA/CD protocol in ns3?
- Network System - Cisco Packet Tracer
- Adhoc / mesh network not working (with and without batman-adv)
- Algorithm for finding a subset of nodes in a weighted connected graph such that the distance between any pair nodes are under a postive number?
- Python Client-Server Communication with Protocol
- I registered a service in eureka which is resolving through java code. But it is not able to resolve its name when hitting through chrome or postman
- Share files from the server without data or internet usage
- Player names not synchronizing in unity Mirror Networking
- My phone can not visit the server on macos in the same local network
- Unable to ping remote websites from an ipV6 only ubuntu ec2 Instance
- Linux Networking - Routing packets from one network interface to another
- wrong output from Supernetting algorithm
- Mapping localhost port on host to docker container
- Microsoft Message Analyzer disable resolving IP address to their domain names a.k.a turn off AutoIP feature
Related Questions in ROUTER
- Hosting nextjs with nodejs as a backend locally
- next js route groups issue
- Vue router path matching behaviour
- What is vue router :matchRest(.*)* and when should I use it?
- How to set up URL redirection on D-Link router for specific domain?
- Why we say "Every Fragment-Offset except the last one, must contain a multiple of 8 bytes of data. In IPv4 header
- Angular router can't match routes after update (v14 -> v17)
- Accessing locale in nextJS 14 App Directory
- How to Integrate Contentful and Next.js App Router
- Router.Navigate from Angular Library Doesn't Work
- Nextjs issue with Server-Side Rendering
- when return chain.filter(exchange) the request is not terminated ,still running even executing all filters in Spring cloud gateway
- Routes Problem with node.js 404 not found
- in express how to execute a function (like db commit) only after successful response is sent?
- Prevent Blazor Router to found some components with @page directive
Related Questions in SWITCHING
- Can not switch camera while recording with camera plugin, setDescription working but preview doesn't change
- How do I know when the dsa_loop and dsa_loop_bdinfo linux kernel modules are working?
- Handling Ansible prompt validation with netcommon.cli
- TACACS+ Deployment Issue on HPE 5120 Switches: Active User Sessions Prevent Configuration
- NextJS intl set wrong font changing locale
- How to implement multicast/broadcast function in omnet++ inet switch model?
- Switching block PNGs in PyGame
- Phantom MEASURE value in Table
- Dynamic Layout Cloning
- How to switch routing protocol midway from aodv to olsr in ns3?
- Hybrid OF Ports on Allied Telesis Switches
- Simulating Memristors and RRAM in Silvaco: Exploring I-V Hysteresis and Oxygen Vacancy Effects
- Not able to switch between activities in android studio
- Thread creation and implementation of mutual exclusion by use switching
- Do UDP/TCP packets get sent to router/firewall if its on same network segment of same switch?
Related Questions in OSPF
- routing based on incoming interface
- why my raw socket recv() seemed to get nothing?
- establishing DHCP's setting up OSPF, and loopbacks in a small network with a switch
- Prioritising OSPF Packets
- How a router decides that this packet is of a particular protocol?
- How to configure FRR OSPF so that the route is advertised by the OSPF daemon but not added in the linux routing table?
- Juniper: How to see OSPF routes that didn't make the routing table
- How activate OSPF in a router Cisco-IOS-XE using RESTCONF?
- Why cant Routing Information Protocol RIP (distance-vector routing protocol) use Dijkstra instead of bellman ford?
- How to remove lans from OSPF config
- OSPF area topology
- about ibgp config and ping Time exceeded: Hop limit
- OSPF unnumbered No ping between Switch and Vm possible
- Where are the Designated Router in this picture?
- Loop thru the interfaces in the config file. If an interface is found that is not configured with authentication, then display result
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

I don't think you'll be able to configure OSPF on the ISP router. Usually they won't allow you to configure IGP to an ISP. It is common to use EGP like BGP.