- Posts: 158
- Thank you received: 1
Distance vector routing protocol, error?
Is it increase or decrease by one im not quite sure?Please clarify . thanks
www.firewall.cx/distance_vector.php
"...you are never too old to learn" anon
According to some references that I have here, Yes RIP uses hop count as limiting factor to prevent loops, (>15 is unreachable). It also uses hop count a metric.
However, IGRP uses hop count as a limiting factor, but does not use it as a metric. IGRPs metric is calculated using 4 values: Bandwidth, Delay, (and optionaly) Reliability and Load. This composite metric appears to have nothing to do with the maximum hops count.
In IGRP, by default more than 100 hop count is unreachable. But this can be changed to up to 255 using a command like this
[code:1]R1(config-router)# metric maximum-hops <hop-count>[/code:1]
Experts, please correct me if I'm wrong.
Studying CCNP...
Ammar Muqaddas
Forum Moderator
www.firewall.cx
As far as I know it increases by one. Do not confuse this with the TTL value which decreases.
According to some references that I have here, Yes RIP uses hop count as limiting factor to prevent loops, (>15 is unreachable). It also uses hop count a metric.
However, IGRP uses hop count as a limiting factor, but does not use it as a metric. IGRPs metric is calculated using 4 values: Bandwidth, Delay, (and optionaly) Reliability and Load. This composite metric appears to have nothing to do with the maximum hops count.
In IGRP, by default more than 100 hop count is unreachable. But this can be changed to up to 255 using a command like this
[code:1]R1(config-router)# metric maximum-hops <hop-count>[/code:1]
Experts, please correct me if I'm wrong.
thanks i think you are correct. i was confusing it with time to live (TTL) which decreases by one as it traverses a router on its path to its destination. thanks
"...you are never too old to learn" anon
In addtion of this EIGRP is also having limited hop like IGRP by default more than 100 hop count is unreachable. But this can be changed to up to 255 using a command said by s0lo.
this hop count cocern only for design point of view.....
correct me if i am wrong!!
If there is a WILL,There is a WAY.