From: Modular (modulartx@gmail.com)
Date: Sat Nov 29 2008 - 19:20:15 ARST
I'm working on a Lab where I redistribute router R2s connected (Loopback)
interfaces into RIP and set the metric (hop) of those routes to 5. This is
being done on R2. R2 has a RIP peer, R1, that is receiving those
redistributed routes. When I look at the metric/hop for those routes on R1
it's 5?? When I look at those redistributed routes on R2, in the Rip
database, their metric is 5. Shouldn't the hop count increase from 5 to 6
between R2 and R1 and the metric of these routes on R1 be 6?? How can the
metric for a route be 5 in the Rip database on R2 and also be 5 in the
routing table on R1??
Thanks for the help,
Mod
R2#show run | be router rip
router rip
version 2
redistribute connected route-map rip-connected
route-map rip-connected permit 10
match interface Loopback0 Loopback1 Loopback2 Loopback3
set metric 5
R2#show ip rip database | begin 200.0.0.5
200.0.0.5/32 redistributed
[5] via 150.100.100.5,
R1#show ip rip database | be 200.0.0.5
200.0.0.5/32
[5] via 150.100.12.2, 00:00:17, FastEthernet0
Blogs and organic groups at http://www.ccie.net
This archive was generated by hypermail 2.1.4 : Mon Dec 01 2008 - 08:18:32 ARST