RIP

Post Reply
mouthpiec
Member
Posts: 53
Joined: 27 Aug 2013 10:58

RIP

Post by mouthpiec »

Hi,

I will be doing a small network between four 6850, and I will be implementing RIP.

Is there a way to advertise only selected Local Subnets?

with the following code, all local subnets are redistributed:

Code: Select all

ip route-map local-to-rip sequence-number 10 action permit
ip redist local into rip route-map local-to-rip
ip redist local into rip route-map local-to-rip status enable
devnull
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 976
Joined: 07 Sep 2010 10:16
Location: Germany

Re: RIP

Post by devnull »

You need to fill the routemap with deny and allow statements to allow only certain routes to be redistributed. Should be in the manuals (match statements .. .. (also to be found here in the forum)
mouthpiec
Member
Posts: 53
Joined: 27 Aug 2013 10:58

Re: RIP

Post by mouthpiec »

thanks!
Post Reply

Return to “OmniSwitch 6850 / 6850E”