With  the following configuration, RIP do not redistribute the static
route;  if the static route is changed to /24, it does redistribute.

R1

ip route 195.0.0.0 255.255.255.0 null 0
!
router rip
version 1
network 192.168.13.0
redistribute static

There is no other interfaces using the net 195.x.x.x

With the "ip route 195.0.0.0 255.255.255.0 null 0"  (/24), the route is
advertised:

Debug in R1 shows that it does not advertise the route 195.0.0.0
      With 195.0.0.0 255.255.255.0 it does advertise:
      1d00h:  network 10.0.0.0 metric 1
      1d00h:  network 192.168.13.0 metric 1
      1d00h:  network 195.0.0.0 metric 1

I did not find any notes about this behavior. The article "Behavior of RIP
and IGRP When Sending and
Receiving Updates" do not cover this.

Any thoughts?




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=66245&t=66245
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to