On Apr 14, 2009, at 8:53 PM, Mark Tinka wrote:

On Wednesday 15 April 2009 10:19:24 am Stacy W. Smith wrote:

Are you certain you don't see this same behavior for an
IPv4 BGP export policy?

Yes, perhaps that's the bug :-). I'll take a closer look at
it and figure out what's going on. We only have one or two
of these policies. It's more than the exception than the
norm.

Yes, I believe if you're not seeing this behavior for IPv4 BGP export policy, that would be a bug. Please provide more detail (version, relevant config, and 'show' outputs) if that's the case.

You probably already know this, but it's worth stating for the archives...

There's a difference between a final term of:

term foo {
    then accept;
}

and the protocol-specific implicit default policy. In the case of BGP, the default policy is equivalent to:

policy foo {
    term bar {
        from protocol bgp;
        then accept;
    }
}

--Stacy

_______________________________________________
juniper-nsp mailing list juniper-nsp@puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp

Reply via email to