Skip to main content

Posts

Showing posts with the label Redistribution : Rip and OSPF Using Packet Tracer

Redistribution : Rip & OSPF Using Packet Tracer

I was playing around with Packet Tracer today, thought why not give it a try. Nice program none the less. So here is a very modest try on basic redistribution. I thought it will help someone. The lab had very basic set up, i used three routers and with a bunch of loopbacks i tested the redistribution between RIP and OSPF. You can use this lab as a tester or a reference point. PT lacks a lot of command options but is still very highly usable. So here is the setup: Router 1: (RIP V2) interface Loopback1 ip address 192.168.10.100 255.255.255.0 ! interface Loopback2 ip address 2.2.2.2 255.0.0.0 ! interface Serial0/0 ip address 172.16.10.1 255.255.255.252 ! router rip version 2 network 2.0.0.0 network 172.16.0.0 network 192.168.10.0 no auto-summary Router 3: (OSPF 1) interface Loopback1 ip address 3.3.3.3 255.0.0.0 ! interface Loopback2 ip address 192.168.20.100 255.255.255.0 ! interface Serial0/0 ip address 172.16.20.1 255.255.255.252 clock rate 64000 ! router ospf 1 log-adjacency-cha