JALURI 17,453 SUMMARIES / 50 SOURCES
SEARCH LAST PASS 07:00 ATOM

Dear Junos, Tunnels Are Not Virtual Links

Late June netlab added GRE tunnel support, including Junos, but integration tests with FRR containers exposed a Junos OSPFv3 failure because it incorrectly sent DBD packets over GRE tunnels with MTU set to zero, a behavior meant for virtual links.

MAIN POINTS
  1. netlab added GRE tunnel support in late June, including a Junos implementation.
  2. Initial testing appeared successful until GRE tunnels were tested between a device and FRR containers.
  3. Junos failed to form an OSPFv3 adjacency over GRE with FRR.
  4. Stefano Sasso traced the issue to Junos treating GRE tunnels like virtual links and using MTU zero for DBD packets.
TAKEAWAYS
  1. Integration tests can reveal interoperability issues that basic validation misses.
  2. GRE tunnel behavior may differ across vendors, especially in routing protocol handling.
  3. Junos OSPFv3 has a specific MTU-related quirk when operating over GRE.
  4. FRR-based test setups are useful for exposing real-world protocol compatibility problems.
READ THE ORIGINAL