02-16-2012 03:30 AM - edited 03-07-2019 04:59 AM
Hello.
I have a router running OSPF and RIPv2. Routes from RIPv2 are redistributed to OSPF. I recieve information about same network from one interface (RIP) and from another (OSPF). Of course, router choose route recieved from OSPF. I suppose to see an extra route in RIP database, but I can't. Is it an expected behavior of IOS?
02-16-2012 03:43 AM
Hi,
can you attach a diagram and tell us on which router you're looking at the RIP database and what you expect to see.
Regards.
Alain
02-16-2012 04:56 AM
router ospf 16
no log-adjacency-changes
area 3 authentication message-digest
area 3 nssa
redistribute rip metric 48 subnets
network 10.0.0.0 0.7.255.255 area 3
maximum-paths 2
!
router rip
version 2
passive-interface default
no passive-interface FastEthernet0
network 10.0.0.0
distribute-list 3 out
distribute-list 4 in
no auto-summary
!
access-list 3 deny any
access-list 4 permit 10.0.0.0 0.7.255.255
I want to see in sh ip rip database on Router1 something like that:
10.3.3.0/29 [1] via 10.2.2.5, 00:00:22, FastEthernet0
but i can't see that route..
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide