This project demonstrates the interconnection of two distinct routing domains (RIPv2 and OSPF) using a border router to perform mutual route redistribution, achieving full network convergence.
- Routing Protocols: RIPv2 & OSPF
- Features: Bidirectional Route Redistribution
- Simulation Environment: GNS3 on Ubuntu Linux
- Platform: Cisco IOS (7200 Series)
- RIPv2 Domain: Configured across routers R1, R2, R3, R5, and R6. Full local convergence and internal connectivity validated.
- OSPF Domain: Configured across routers R7, R8, and R9. Full local convergence and neighbor adjacencies established.
- R4 acts as the Autonomous System Boundary Router (ASBR).
- Mutual redistribution is configured on R4 to inject RIP routes into the OSPF domain and OSPF routes into the RIP domain.
End-to-end communication is fully operational across the entire topology. For instance, R3 (RIP domain) can successfully reach R8 (OSPF domain) via ICMP echo requests (ping), confirming successful cross-protocol routing injection.
- Administrative Distance Management: Handled the transition between RIP (AD 120) and OSPF (AD 110) on the ASBR (R4) to prevent routing loops and suboptimal routing.
- Metric Seed Configuration: Proper seed metrics were explicitly defined during redistribution to ensure routes are correctly interpreted by each receiving protocol.
- Optimized Subnetting: Used precise
/30subnets for point-to-point links to optimize the IP addressing space.
/configs: Contains clean, individual startup configuration files (.cfg) for each router (R1 to R9).projet_routageIP_L2.gns3: Main GNS3 topology file.
