Page MenuHomeDevCentral

Configure FRRouting OSPF
AbandonedPublic

Authored by yousra on Wed, Apr 15, 21:57.
Tags
None
Referenced Files
F26650594: D4068.id.diff
Fri, Apr 24, 13:36
F26643818: D4068.id10628.diff
Fri, Apr 24, 12:17
F26641945: D4068.id10628.diff
Fri, Apr 24, 11:55
F26610247: D4068.id10628.diff
Fri, Apr 24, 05:26
F26598329: D4068.id10624.diff
Fri, Apr 24, 03:04
F26576303: D4068.id10628.diff
Thu, Apr 23, 22:38
F26531618: D4068.diff
Thu, Apr 23, 13:49
Unknown Object (File)
Thu, Apr 23, 13:31

Details

Summary

Add Salt configuration for FRRouting OSPF on routers.

The IntraNought network will be shared to Windriver and Ysul.

Two GRE tunnels (gre1 and gre2) are established over this network to provide direct point-to-point links between each router and Windriver and Ysul.

OSPF is configured on gre1, gre2, and vmx0. However, OSPF neighbor relationships and route exchange take place only on gre1 and gre2, as these interfaces are explicitly set as non-passive using no ip ospf passive. The vmx0 interface remains passive.

Each router has a unique OSPF router-id (RID) to ensure correct neighbor
relationships. RID are not real IP addresses, but arbitrary 32 bits values.

The OSPF cost for interface gre1 is left to its default (10) value for now and will be adjusted
later depending on which router is active.

Ref T2303

Test Plan
  • salt router-002 state.apply roles/router
  • salt router-003 state.apply roles/router

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Skipped
Unit
No Test Coverage
Branch
ospf-config
Build Status
Buildable 6660
Build 6948: arc lint + arc unit

Event Timeline

yousra requested review of this revision.Wed, Apr 15, 21:57
yousra created this revision.
dereckson retitled this revision from FRRouting OSPF configuration to Configure FRRouting OSPF.Thu, Apr 16, 07:51

Fix : 4 spaces beside of one space by convention

dereckson edited the test plan for this revision. (Show Details)

Added in the commit message the info RID aren't real IP addresses but 32 bits values.

yousra edited the summary of this revision. (Show Details)

Activated OSPF in interface gre2 so then Ysul can get the route to 172.27.27.0/27.

yousra edited the summary of this revision. (Show Details)
yousra edited the summary of this revision. (Show Details)
yousra edited the summary of this revision. (Show Details)

This review is replaced by D4093 so I will abandon it !