On 6/Jun/16 11:04, Yuriy B. Borysov wrote:

> Hello!
>
> There is a need to apply policer depending on whether a prefix came from.
>
> For example, traffic on the prefixes that come from the IXPs - limit with one 
> policer, from uplinks - another.
>
> On our Cisco routers we match prefixes by community and set qos-group:
>
> route-map SET-QOS-GROUP permit 10
>  match community IXP
>   set ip qos-group 1
>
>  rate-limit input qos-group 1 10000000 1875000 3750000 conform-action 
> continue exceed-action drop
>  rate-limit output qos-group 1 10000000 1875000 3750000 conform-action 
> continue exceed-action drop
>
>
> Now, I need to migrate a similar scheme to the MX box.
>
> Is it possible?

Look up DCU.

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

Reply via email to