[c-nsp] Remarking ip precedence of all traffic
Rodney Dunn
rodunn at cisco.com
Mon Jan 29 13:19:52 EST 2007
It's most likely more cross platform friendly to just do this:
policy-map remark-precedence-to-zero
class class-default
set ip precedence 0
If there is a situation where class-default isn't honored I'd
say your MQC policy below is just as good.
rodney
On Mon, Jan 29, 2007 at 06:23:22PM +0100, hjan wrote:
> Hi at all,
> i'm trying to remark ip precedence to zero on all packet that enter our
> network from the internet frontend router , I'm thinking to something like:
>
> class-map ip-to-remark
> Match protocol ip
> policy-map remark-precedence-to-zero
> class ip-to-remark
> set ip precedence 0
>
> int x/y
> service-policy in remark-precedence-to-zero
>
> Someone suggest me to use rate-limit, i.e for a 1GE interface
>
> rate-limit input 10000000000 1000000000 2000000000 conform-action
> set-prec-transmit 0 exceed-action set-prec-transmit 0
>
> because we have different platform, GSR and 7600, and different Ex LC on
> GSR.
> Are there other way to do this?
>
> Regards,
> Gianluca
>
>
> _______________________________________________
> cisco-nsp mailing list cisco-nsp at puck.nether.net
> https://puck.nether.net/mailman/listinfo/cisco-nsp
> archive at http://puck.nether.net/pipermail/cisco-nsp/
More information about the cisco-nsp
mailing list