Changing Quagga/OSPF MDR #747
jhonzy0928
started this conversation in
General
Replies: 1 comment
-
At this point your issue is more with Quagga/OSPF and changing it, than CORE, from what I can see. You may want to use a simple WLAN to avoid EMANE being a factor at all. Then get things running as desired. CORE will simply run the scripts and configuration you are modifying, after that it has no involvement. |
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
-
Describe the bug
A clear and concise description of what the bug is.
First, what I want to do is modify the Quagga routing protocol in the CORE to support multiple nodes using the same routing protocol but with different Hello-interval values in the protocol. So in Figure 1, I add a new class to Quagga's Service.py file and select the routing protocol in CORE. Secondly, as shown in Figure 2, CORE in operation can have connection lines, but I cannot ping any node from the terminal, and there is no node information in the routing neighbor table. Finally, as shown in Figure 3, although there is no information about the neighbor node, I can grab the information exchanged by the beacon (HELLO) using the packet capture tool tcpdump. So is this a BUG? If not, how can I set a different beacon exchange interval for each node? I would appreciate it if you could answer my questions!
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
If it works, each node should be able to set a different HELLO-Interval and work properly
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Thank you again for reading the full information!
Beta Was this translation helpful? Give feedback.
All reactions