Why does network warrior state this about equal cost
CodeBlox
Member Posts: 1,363 ■■■■□□□□□□
in CCNA & CCENT
When a newer update is received for a route that hasalready been inserted into the routing table, the newer update is considered to bemore reliable, andis itself insertedinto the routing table, overwriting the previousentry. This means that each time Router B receives an update from Router A orRouter C, it will change its routing table to show that network 10.0.0.0 is behind the router from which it received the update.
He's referring to classful routing with RIP. His example is using a discontiguous network and the router in the middle(B) recieves advertisements from A and C for route 10.0.0.0/8. He basically makes it sound like router B will remove one of the routes, replacing it with the other when the timed update is sent, swapping the routes out. I do not think this is true, RIP will load balance the equal cost paths, not replace one of them with the other.
He also says that RIPv2 has a max hop count of 255. I'm pretty sure it's got the same limitation of 16 just as RIPv1. I'm not at home in the lab to test this right now so...
Currently reading: Network Warrior, Unix Network Programming by Richard Stevens
Comments
-
tr1x Member Posts: 213Max hop count is 255 for RIPv2. I don't think RIP load balances by default, isn't that something you have to enable with maximum-paths command?
-
veritas_libertas Member Posts: 5,746 ■■■■■■■■■■Max hop count is 255 for RIPv2. I don't think RIP load balances by default, isn't that something you have to enable with maximum-paths command?
It load balances by default. This can be a good and bad thing. Bad because it doesn't make a distinction between a fast and slow link. -
tr1x Member Posts: 213Thanks for the info.. how come it's not load balancing in CodeBlox's example?
-
CodeBlox Member Posts: 1,363 ■■■■□□□□□□Max hop count is 255 for RIPv2. I don't think RIP load balances by default, isn't that something you have to enable with maximum-paths command?
It does load balance by default. I'll check the hop count thing when I get home... Could have sworn it was 15 just as in RIPv1Currently reading: Network Warrior, Unix Network Programming by Richard Stevens -
tr1x Member Posts: 213You're absolutely right, I'm sorry. I must have been thinking of another routing protocol. I just looked it up on a few different web pages, max hop count is 15. I also found a post on another forum very similar to yours, I'd say the author of Network Warrior is wrong. Thanks for finding it, I'll be reading that book in a couple months.
-
MickQ Member Posts: 628 ■■■■□□□□□□The maximum paths command is for EIGRP, as that's the only protocol that can do unequal load balancing (AD&FD). The others, which do load balancing, will do it over equal metric cost links.
-
Zartanasaurus Member Posts: 2,008 ■■■■■■■■■□You're absolutely right, I'm sorry. I must have been thinking of another routing protocol. I just looked it up on a few different web pages, max hop count is 15. I also found a post on another forum very similar to yours, I'd say the author of Network Warrior is wrong. Thanks for finding it, I'll be reading that book in a couple months.Currently reading:
IPSec VPN Design 44%
Mastering VMWare vSphere 5 42.8% -
Zartanasaurus Member Posts: 2,008 ■■■■■■■■■□The maximum paths command is for EIGRP, as that's the only protocol that can do unequal load balancing (AD&FD). The others, which do load balancing, will do it over equal metric cost links.Currently reading:
IPSec VPN Design 44%
Mastering VMWare vSphere 5 42.8% -
ElvisG Member Posts: 167Speaking of this, I just finished reading "31 days before your CCNA exam" and it said RIPv1 was 15 and RIPv2 was 25. I had just finished The Network Warrior and just assumed that the author meant 25 instead of 255. It's funny though because everyone says it's 15. I am gonna assume that the answer is 15 but it's weird that two books have it written like that.
-
MickQ Member Posts: 628 ■■■■□□□□□□Speaking of this, I just finished reading "31 days before your CCNA exam" and it said RIPv1 was 15 and RIPv2 was 25. I had just finished The Network Warrior and just assumed that the author meant 25 instead of 255. It's funny though because everyone says it's 15. I am gonna assume that the answer is 15 but it's weird that two books have it written like that.
Whenever I see something like that, so so similar to a power of two (2^4), I always consider that it might be a typo.