redistributing static via rip

Hi all,

I have a Cisco 3640 (12.1(2)T) that serves as ISDN backup router and I want to make it to redistribute ISDN static routes to another router with starting number of hops 10. As far as I know only thing I should make is "redistribute static metric 10" under router rip config.

But Catalyst 4500 (on the same LAN as 3640) continues to receives static routes via rip with hop metric 1. Any clue why? Something else to make in the config to force Cisco 3640 to send static routes via RIP with starting metric 10?

regards, Ivana

Reply to
Ivana
Loading thread data ...

post your configs and show ip route from both routers

Reply to
Merv

Ok, these are the configs:

Cisco 3640 (10.10.100.3):

router rip version 2 timers basic 30 60 60 70 redistribute static metric 12 passive-interface Dialer1 passive-interface Dialer4 network 10.0.0.0 !

3640#sho ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route 10.0.0.0/8 is variably subnetted, 18 subnets, 4 masks C 10.10.0.0/16 is directly connected, Ethernet0/0 S 10.0.14.0/24 is directly connected, Dialer4 S 10.0.15.0/24 is directly connected, Dialer1

Catalyst:

interface Vlan100 ip address 10.10.100.1 255.255.0.0 ! router rip version 2 timers basic 30 60 60 70 passive-interface Vlan100 network 10.0.0.0 !

Catalyst#sho ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route

10.0.0.0/8 is variably subnetted, 17 subnets, 4 masks C 10.10.0.0/16 is directly connected, Vlan100 R 10.0.14.0/24 [120/1] via 10.10.100.3, 00:00:06, Vlan100 R 10.0.15.0/24 [120/1] via 10.10.100.3, 00:00:06, Vlan100

You can see that Catalyst is receiving route 10.0.14.0 with metric 1, instead f 13. Am I missed smth in the config?

Thanks, Ivana

Reply to
Ivana

I think this is a bug

try setting metric via route-map:

router rip no redistribute static metric 10 redistribute static route-map STATIC_TO_RIP exit

route-map STATIC_TO_RIP permit 10 set metric 10 exit

Reply to
Merv

been having some weird redistribution into rip from static routes also with metrics.

Think I will this suggestion a try myself.

Thanks

Reply to
MC

It's working:), thanks!

Reply to
Ivana

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.