Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D4068
Change Details
Change Details
Old
New
Diff
Add Salt configuration for FRRouting OSPF on routers. The IntraNought network will be shared to Windriver. A GRE tunnel (gre1) is used on top of this network to establish a direct point-to-point link between each router and Windriver. OSPF is enabled on this GRE interface, allowing routers to dynamically exchange routes. Each router has a unique OSPF router-id to ensure correct neighbor relationships. The OSPF cost is left to its default (10) value for now and will be adjusted later depending on which router is active.
Add Salt configuration for FRRouting OSPF on routers. The IntraNought network will be shared to Windriver. A GRE tunnel (gre1) is used on top of this network to establish a direct point-to-point link between each router and Windriver. OSPF is enabled on both gre1 and vmx0, but route exchange occurs only on gre1 because it is configured as non-passive ("no ip ospf passive"). Each router has a unique OSPF router-id to ensure correct neighbor relationships. The OSPF cost is left to its default (10) value for now and will be adjusted later depending on which router is active.
Add Salt configuration for FRRouting OSPF on routers. The IntraNought network will be shared to Windriver. A GRE tunnel (gre1) is used on top of this network to establish a direct point-to-point link between each router and Windriver. OSPF is enabled on
this GRE interface
both gre1 and vmx0
,
allowing routers to dynamically exchange routes
but route exchange occurs only on gre1 because it is configured as non-passive ("no ip ospf passive")
. Each router has a unique OSPF router-id to ensure correct neighbor relationships. The OSPF cost is left to its default (10) value for now and will be adjusted later depending on which router is active.
Continue