[c-nsp] control-plane qos marking
Reinhold Fischer
Reinhold.Fischer at gmx.net
Wed Mar 26 09:15:46 EDT 2008
On Wed, Mar 26, 2008 at 02:36:56PM +0200, Dmitry Kiselev wrote:
> Hello!
>
> I there any way to set some dscp value to packets originating
> from Cisco IOS itself? I mean syslog messages, netflow data export,
> snmp messages, icmp and so on. I know about default cs6 marking
> for routing protocols, but it is not all traffic :)
> Could anybody point me to right direction? Thanks!
>
> P.S. platforms are C7600 and Cat3750
>
> --
> Dmitry Kiselev
You can use PBR to mark the local generated traffic:
! Use ACL to specify what you want to have marked
access-list 166 permit ...
...
route-map local-qos permit 10
match ip address 166
set ip precedence x
ip local policy route-map local-qos
regards
Reinhold
More information about the cisco-nsp
mailing list