ipspace / netlab

Making virtual networking labs suck less
https://netlab.tools
Other
428 stars 63 forks source link

[BUG] ArubaCX: incorrect IPv6 prefix advertised for OSPF loopbacks #1123

Closed ipspace closed 4 months ago

ipspace commented 4 months ago

Similar to Cisco IOS and NXOS, it seems like ArubaCX assumes the IPv6 prefix length on a loopback interface is /128 regardless of what the actual configured prefix is. I had to use ospf network-type point-to-point on Cisco devices to force them to use the configured prefix

ssasso commented 4 months ago

Unfortunately I was not able to find a similar workaround for AOS-CX :-(

ipspace commented 4 months ago

Unfortunately I was not able to find a similar workaround for AOS-CX :-(

Because AOS-CX works like RFC 5340 says it should. See https://datatracker.ietf.org/doc/html/rfc5340#section-4.4.3.9

I'm going to fix the test and all the templates I 'fixed' the wrong way :((