|
|
|
|
|
by jimB0
4631 days ago
|
|
To run BGP, you would not have to run /32s everywhere. You could have multiple tiers of aggregation that keep your routing tables manageable. It would look something like this. hosts (/32) -> rack-sw -> (/26) -> aggregation-sw -> (/17) If you need some specifics to be advertised, scale would be dependent on the number of specifics that you desire to be advertised out of rack in the case above, so it would look something like this. hosts (/32) -> rack-sw -> (/26 + N * /32_external) -> aggregation-sw -> (/17) On the note about label switching versus ip forwarding, I would not think of it as either/or but rather both could be used since you need to eventually serve pages to users. |
|
All that said, you do get a couple thousand prefixes on your $10,000 trident box. And im obviously not an NE. So maybe it would work inside a small cluster.