[j-nsp] Aggregate Routes Revisited
Chuck Anderson
cra at WPI.EDU
Wed Jan 12 19:22:45 EST 2011
On Wed, Jan 12, 2011 at 04:01:45PM -0500, Paul Stewart wrote:
> Just wanted to write back to the list and say THANK YOU! I had already
> created a policy very similar to what you had suggested - but - when I added
> it to the outbound policy for the upstream I didn't pay attention to the
> order it was applied.
I've generally taken to having a separate REJECT policy that simply
does "then reject" and I use it at the end of a policy chain instead
of hardcoding a "then reject" term in any other policy.
policy-statement REJECT {
term REJECT {
then reject;
}
}
export [ TO-FOO MATCH-BAR REJECT ];
More information about the juniper-nsp
mailing list