Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,When I was calculating aggregating routes for (192.168.0.0/24 ~ 192.168.7.0/24), a quick question jumped into my head was what about 192.168.8.0/24? It is a valid subnet, but it's not part of 192.168.0.0/21. What if I did't have the next 8 subnets...
Hi,As we all know, route aggregation reduce the size of routing table and save processing power when re-calculating routes on the main/core router. Could you help me to understand how does the main/core or upper stream router make the routing decisio...
Hi,I'm seeing those -C, -K, -L works as the value for the Regulatory Domain column here, https://www.cisco.com/c/dam/assets/prod/wireless/wireless-compliance-tool/index.htmlMy questions is, 1. who defines these letter-based Regulatory Domain? Is it C...
I recently see more than 10% of retransmission from a sniffer trace via wireshark. It sounds really a big problem to me since on Ethernet, I vaguely recall that the baseline of retransmission rate is about 0.5% (correct me if I was wrong)? I am not s...
Hi,
On this diagram, the antenna is at the center of the circle. The strongest signal is at the outer ring. The signal strength attenuates as it travels, then why the signal strength at '3' is weaker than '1'? Isn't '3' is closer to the antenna? I ...
The drawing can be misleading. I think I can explain my own question as: since 192.168.8.0/24 cannot be aggregated, it is simply that we won't have an aggregating route on the upstream router (the left one), there will still be a single route to 192....
Oh...yes, I made a typo, 192.168.8.0/24 is the one with the longest prefix matching. And if the packets was destined to 192.168.9.100, then we should get a destination unreachable (no route) error if I was correct.
Also, it reminds me a general rule of route selection that is the longest prefix match. In a case where on the upstream router, there is an entry for the next /21 subnets block that is 192.168.8.0/21 and another entry for 192.168.8.0/24. For an incom...
Hi @Richard Burts , I am in learning the theory of route aggregation. With the help from @Giuseppe Larosa and you, I think I've cleared my question. As you mentioned, the core router (which I didn't draw) is the router who was benefit from the aggr...
thanks @Giuseppe Larosa , I think I got your point. The upper stream router in the white-boarding also contains the component routes, not just the aggregate route. The aggregate route will be distributed to the left of the world so everyone now knows...