[Solved] Basic Routing Not Working - Looking For Troubleshooting Ideas #12246
Unanswered
SweetSoccerMoves
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Try traceroute and tcpdump for diagnostic. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Everyone,
I am new to FRR and am looking for assistance with understanding why my FRR topology is not working as expected. I will start with describing the topology and technology involved, describe the problem, and then provide details of my troubleshoot. Again, I am trying to learn this, so I apologize if my terminology or troubleshooting tactics are off.
The Topology and Technology:
• Three Alpine Linux Routers. Hub and Spoke Topology.
• Route Names:
• They're connected in the following way:
• Each Router is running the following versions:
The Problem Description:
CE1-2-1 (10.9.12.2) cannot PING CE1-3-1 (10.9.13.2)
The Details:
This is a simple routing topology. CE1-2-1 and CE1-3-1 have IP addresses on their interfaces and a default gateway pointing to PE1-1. PE1-1 can PING it's own interfaces and both CE1-2-1 and CE1-3-1 (Picture attached to show (FRRouting Issue - PE1-1 PING)). CE1-2-1 can PING PE1-1's VLAN 118 interface (10.9.13.1) interface. And CE1-3-1 can PING PE1-1's VLAN 113 (10.9.12.1) interface. But trying to PING CE1-3-1 (10.9.13.2) from CE1-2-1 (10.9.12.2) does not work. From CE1-2-1, we can PING the VLAN 118 interface on PE1-1, but not the next hop router on the VLAN 118 subnet. Pictures of the topologies have been attached.
I've built this in an Ubuntu Docker environment and in VMware. Both result in this same issue.
I've made sure that the 'net.ipv4.conf.all.forwarding' is set to 1.
The Request:
Does anyone think my configurations are wrong? And does anyone have any tips on how to look at the traffic to find out where the communication breakdown is occurring? I do not know if CE1-2-1 and CE1-3-1 are even sending the ICMP traffic, or if PE1-1 is just not routing.
Beta Was this translation helpful? Give feedback.
All reactions