I have three Routers, A B and C.
Each Router has the following configurations:
Serial: classA IP/30
Ethernet: ClassC IP/29
Subnets: Two end Devices, ClassC subnet/29
Ip Route is configured using RIP
I can't send data packets from Router A's end device to either Router B or C's end device.
How do I resolve this?
I've tried to Ping end devices from a different network eg. Router A and Router C, the result is a 100% loss - Request timed out.
PS: I'm doing this on CISCO packet tracer.
Communication between Routers with different CIDER values for Ethernet/Serial Ports
19 Views Asked by Splendour At
0
There are 0 best solutions below
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 CIDR
- Get up-to-date facebook crawler ip list
- Calculating all IPs in subnet using Python 2.7 built in modules only
- kibana error in displaying some data
- CIDR IP Assignment
- Convert IP to 32-bit Binary in TSQL
- how to convert ipaddress/mask to CIDR using c++?
- golang CIDR prefix notation to IP address/subnet mask (dot-decimal)
- Python Network/cidr Calculations
- Getting list IPs from CIDR notation in PHP
- In Java, given an IP Address range, return the minimum list of CIDR blocks that covers the range
- CIDR notation and IP range validator pattern
- Speeding up checking of IP address membership in CIDR ranges, for large datasets
- Bit shifting limit?
- Docker-compose set subnet as variable results to "should use the CIDR format"
- How to trim CIDR notation off an IP?
Related Questions in CISCO-IOS
- What is generating the /isan/etc/dcos_sshd_config file?
- Connect ssh to cisco switch with ansible
- Netmiko Recv'd Strange Characters Breaking Find Prompt Function
- Attempting to automate file transfer from cisco switch to file server
- i want to use python code for configure cisco switches
- Failed to import the required Python library (ansible-pylibssh)
- Regex returning undesired value
- SSH connection to Cisco IOS CLI rejected when using Paramiko
- Line breaks are removed in text output
- Python Netmiko Pattern Not Detected
- Python ciscoconfparse to find PE configuration (VRF, INTERFACE, BGP Setup)
- Unable to connect to CSR Router using NCClient on PPC64LE /REL 9.2
- Cisco/AWS IKEv2/IPSEC Site-to-Site VPN: Received an IKE msg id outside supported window
- Read a particular status keyword from Cisco output in Ansible
- Communication between Routers with different CIDER values for Ethernet/Serial Ports
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 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?