Replies: 2 comments 9 replies
-
I don't think that's a good idea for scenarios where someone could turn on OSPF (or IS-IS) on another device (IS-IS labs come to mind ;). Anyway, I don't think I've ever seen OSPF/IS-IS P2P type used on edge segments (even though that would technically make sense). |
Beta Was this translation helpful? Give feedback.
1 reply
-
Looks like we have another bikeshedding exercise. What's wrong with the ospf.network_type: broadcast VLAN attribute? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I noticed that
netlab/netsim/modules/_routing.py
Line 87 in 34c0569
network_type
to "point-to-point" in some cases. In my case, it was VLANs between 2 switches with no hosts connected to them (yet)It occurred to me that even if there were hosts, there would still be only 2 OSPF speakers on the segment - so could this optimization be broadened? Instead of checking
len(neighbors)==1
filter for neighbors that have the corresponding routing protocol enabled?Beta Was this translation helpful? Give feedback.
All reactions