š„Keeping up with the Pepelnjakį£µ ā OSPF over unnumbered interfaces for SROS
Another week, another Netsim-Tools release š© One would think that a āreduced scope of activitiesā and Irena leaving would slow things down, butā¦The āsā (exponential) in the title reflects my suspicion that Ivan has somehow managed to clone himself, or perhaps we are seeing the outputs of an as-yet unnamed team of collaborators publishing in his name. Either way, things are crazy hot and changing on a daily basis, the ābleeding edgeā of network automation indeed.
OSPF over unnumbered interfaces
This morning Ivan published a blog post about OSPF over unnumbered interfaces. The topology for that article can be found here; observant readers will quickly notice a problem with it, but we can easily fix that:
netlab up -d sros -p clab
That is, bring up the same topology, but use Nokia SR-OS devices and Containerlab instead of the defaults.
As Ivan explains in his article, OSPF doesnāt work over unnumbered multi-access links, and so Netsim-Tools complains and stops you from wasting more time.
After the nodes boot (and adding support for OVS bridges), we get full adjacencies:
Unlike CSR, SROS does send out OSPF Hello packets on unnumbered multi-access interfaces, but it assumes they should be point-to-point interfaces instead. The adjacency fails to form because the interface type in the Hello packet (point-to-point) does not match the configured type ā allowing the user to see an error in the logs.
In summary
OSPF(v2) works just fine over unnumbered interfaces, now also on Nokia SROS using Netsim-Tools 1.1.
What would you like to see us do next?