-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IS-IS: When configuring routing, a routing loop was found in the routing table #17766
Open
2 tasks done
Labels
triage
Needs further investigation
Comments
Z-Yivon
changed the title
IS-IS: When configuring routing, an error was found in the routing table
IS-IS: When configuring routing, a routing loop was found in the routing table
Jan 5, 2025
Can you provide a routing table as well? |
This is the routing table I made based on the topology: r0:
r3:
|
What you have is not the routing table. |
I'm sorry, I misunderstood what you meant. Now, I use the "show ip route" on both r0 and r3. This is the output of r0:
This is the output of r3:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The topology is as follows:
Configuration of r0:
Configuration of r3:
Version
How to reproduce
I set the metric to 25 for all interfaces. When I run the network and then use "show isis route "
The output of r0:
The output of r3:
Expected behavior
Network "158.192.0.0/10" is the direct connection between r3 and r0. However, the routing table of r0 or r3 shows that the next hop router to reach the network is the other router. For the data packet passing through r3, it needs to reach r0 first before reaching "158.192.0.0/10", and r0 will send the data packet to r3, causing a loop.
Actual behavior
Network:" 158.192.0.0/10 " is a directly connected network of r3 and r0, but why is their metric not 0 in the routing table and they need to jump to adjacent routing?
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: