ROUTE Notes - Routing IPv6
Study Questions Why would anyone develop a version of RIP that supports IPv6? I have no idea. Boredom, maybe. Whatever the case, it works just like RIPv2, which is pretty scary. In EIGRP for IPv4, …
Study Questions Why would anyone develop a version of RIP that supports IPv6? I have no idea. Boredom, maybe. Whatever the case, it works just like RIPv2, which is pretty scary. In EIGRP for IPv4, …
Study Notes Exactly how big is an IPv6 address? It’s 128 bits long. This shouldn’t be on the test, but how many unique addresses is that? That’s 2^128 or a “3” with 38 …
As always, feel free to correct. Study Notes When a router redistributes from one routing protocol to another, where does the router get the list of routes to redistribute? From the routing table. …
As always, feel free to correct. Study Questions When you redistribute OSPF into EIGRP, what are you really redistributing? Routes knows via OSPF Networks of OSPF-enabled interfaces What’s the …
Feel free to correct. I feel like I’m missing a big piece here, so please fill in a gap if you see one. Thanks. :) Study Questions How many area 0s (zero) can you have in an OSPF implementation …
Feel free to correct all this stuff. Additions are also welcome. Study Questions How do I keep an area route from reaching a router in that area? You don’t. That defeats the whole purpose of having …
Feel free to correct. Study Questions What are the definitions of the hello and dead intervals? The hello intervals is how often a router sends hello messages. The dead interval is how long to wait …
Corrections welcome. Study Questions Why would you ever want to summarize routes? Summarizing routes minimizes the routes advertised to the network. For example, instead of advertising 192.168.0.0/24, …
Study Questions How do you keep EIGRP from killing your WAN? You can use the ip bandwidth-percent eigrp AS X command to limit the amount of bandwidth that EIGRP uses to update neighbors. How does …