cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
657
Views
10
Helpful
4
Replies

OSPF and RIP

drnteam
Level 1
Level 1

Hi,

I am trying to redistribute RIP into OSPF but im getting the following message;

"Only classful network is allowed"

And because of this i am not getting any RIP updates in my OSPF domain.

4 Replies 4

if you do "redistribute rip" then it will only redistribute the classfull networks, like 10.0.0.0/8, 16.0.0.0/8 etc.

Now if you want to redistribute all routes both classfull and classless then give the command

"redistribute rip subnets".

Hi,

Currently I am using the command "redistribute rip metric 10". Do u wanna me to change to redistribute rip subnets.

hey,

try doing it in 2 statements:

#redistribute rip subnets

#default-metric 10

maybe that will work. if it still comes up with an error, try moving to rip version 2.

The issue here is an OSPF issue. It would be the same if you use RIPv2 (or if you use EIGRP). dhananjoy correctly identified the issue is that if the subnets parameter is not used on the redistribute statement then only the classful networks (no subnets) are redistributed. You could use 2 statements or you can put both the subnets and metric parameters on the redistribute statement.

HTH

Rick

HTH

Rick
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