cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
480
Views
0
Helpful
4
Replies

Redistribute static with subnet info

s.hellman
Level 1
Level 1

I'm running a couple of routers and using rip2 as the routing protocol and advertises the static routes with Redistribute static. But now I added a static route on one of the routers,

ip route 193.45.139.240 255.255.255.255 10.0.4.105

but when I check the routing tables on the other routers they've got

R 193.45.139.0/24 [120/1] via 10.0.5.2, 00:00:01, GigabitEthernet5

Why isn't the subnetmask advertised? Rip2 handles different subnetmasks all the other time.

Here is a pice of the running.config:

router rip

version 2

redistribute static

network 10.0.0.0

!

ip classless

ip route 0.0.0.0 0.0.0.0 10.5.1.31

ip route 193.45.139.240 255.255.255.255 10.0.4.105

ip route 194.22.190.13 255.255.255.255 10.5.1.60

ip route 195.198.127.34 255.255.255.255 10.5.1.60

ip http server

!

1 Accepted Solution

Accepted Solutions

router rip

..

no auto-summary

!

will fix it.

View solution in original post

4 Replies 4

glen.grant
VIP Alumni
VIP Alumni

Try the command "redistribute static subnets" .

It dont reconize the option 'subnets'

Is it availiable for the Rip2-protocol?

router rip

..

no auto-summary

!

will fix it.

Yes, no auto-summary did it! Thanks

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: