17 Sep
2009
17 Sep
'09
10:48 a.m.
On 17.09.2009, at 11:37, Ondrej Filip wrote:
On 17.9.2009 11:09, Wolfgang Hennerbichler wrote:
Dear BIRD-Users,
I'm currently investigating if it's possible to do as-path prepending in bird in filters or pipes. What I could find was this: bgppath BGP path is a list of autonomous system numbers. You can't write literals of this type.
Use e.g. this:
export filter { if source = RTS_STATIC then { bgp_path.prepend(65000); accept; } reject; };
Ah, thanks a lot! Should have done more reading...
too bad. The goal would be to be able to do a prepending per peer within a pipe or filter. Does Anybody know if this is possible?
Ondrej
Wolfgang
-- www.vix.at | www.aco.net wh@univie.ac.at | WH844-RIPE Vienna University Computer Center