Hi ]\/[arco,
Thanks for your comment. What your saying makes sense I guess. Presumably you could also run multiple peering exchanges (or multiple connections to the same exchange) on the same router so its not wasted as such :-)
I'll read into urpf now - hard finding exact examples for alot of these topics as they are generally probably implemented in large organisations with big budgets :-)
If you or anyone else could check over my config I'd be greatful. Specifically I guess If I'm going to run a dedicated router for this task all I need to do is setup iBGP so my routes are exported but filter ALL incoming routes (inc default) to ensure there is no way a packet destined for another network could ever get forwarded?
Thanks.
Mike
Main Topics
Browse All Topics





by: marmata75Posted on 2009-08-14 at 06:53:03ID: 25097995
I'd also go for a dedicated peering router. Not only for the pointing default and next-hop manipulation, but because with a lot of peerings (and you'll have a lot in an IXP!) configs become cluttered (more difficult to manage), the number of bgp sessions can influence the cpu of the software based router (and you don't want to have your borders with high cpu), and it's, after all, a more 'elegant' way.
A way to combat they pointing default at you is urpf. You can't use that on a transit router, as the interface is shared between all peers, you'd then resort to an acl which blocks all the traffic not destined to your network. Just remember to update everytime you add networks/downstreams!
Cheers,
]\/[arco