cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
605
Views
0
Helpful
2
Replies

routes in RIP database

Maria Yurkina
Level 1
Level 1

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?

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

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

Don't forget to rate helpful posts.

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..

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card