Assuming you have an export-policy defined outbound to that
peer - add
something along these lines to the export policy:
policy-options {
policy-statement upstream {
term accept {
from {
[policy, community, protocol, etc]
}
then {
community add upstream-suppress;
accept;
}
}
}
community upstream-suppress members xxxxx
}
Hope that helps.
-Kevin
On Sat, 18 Nov 2006, Kanagaraj Krishna wrote:
> Hi,
> I've requested one of my upstream not to advertise
our AS to their peers.
> They requested me to tag the routes that I don't want
us to announce to peers
> with xxxxx . I
would need to do the tagging in the export policy, right?.
How
> would I configure these scenario? Thanks.
>
> Regards,
> Kana
> _______________________________________________
> juniper-nsp mailing list juniper-nsp puck.nether.net
>
https://puck.nether.net/mailman/listinfo/juniper-nsp
>
_______________________________________________
juniper-nsp mailing list juniper-nsp puck.nether.net
https://puck.nether.net/mailman/listinfo/juniper-nsp
|