-
Notifications
You must be signed in to change notification settings - Fork 106
Modified Topology of Reference Application Failed to Connect #106
Comments
Hi, Can you make the following update and try? Basically, use the link numbers on the nodes in sequence without leaving any gaps. Thanks
|
Thanks for your suggestion. However, by changing:
into:
did not give me any improvement. |
Have you configured/enabled any routing protocol between spine1 and spine2 (the new link that you have added)? John |
No. I did not configured/enabled any routing. Since the original topology works fine, I believe that Quagga can learn routes automatically. |
if routing reconfiguration is a must in my case, |
Please refer to the following files for adding new interfaces to spine switches and have routing protocol do the rest. These files describe the currnet routing configuration. |
As suggested previously in this thread, does "use the link numbers on the nodes in sequence without leaving any gaps" necessary? |
I followed your advice, but it's not working. I added new interface on spine1(10.1.77.1) and on spine2(10.1.77.2). the following are modified files. for Spine1:
mininet/configs/spine1/l3_int_ref_topo/quagga/bgpd.conf:
for Spine2,
mininet/configs/spine2/l3_int_ref_topo/quagga/bgpd.conf:
And p4factory/mininet/int_ref_topology.py remains the same as I modified previously in this thread:
What else did I miss? |
I noticed my mistakes. I fixed it as follows, but it does not work either. for Spine1:
mininet/configs/spine1/l3_int_ref_topo/quagga/bgpd.conf:
for Spine2,
mininet/configs/spine2/l3_int_ref_topo/quagga/bgpd.conf:
|
I intended to modify the Test Network Topology into a linear one.
My idea is to break the line between Spine1 and Leaf2, and the line between Spine2 and Leaf1, and setup a new connection between Spine1 and Spine2.
part of the original code in p4factory/mininet/int_ref_topology.py:
I modified it as follows:
The topology setup seemed fine, but when I tested pingall under mininet:
Spine1 and Spine2 seemed failed to connect, or failed to exchange routes with each other.
What did I miss?
The text was updated successfully, but these errors were encountered: