dslreports logo
 
    All Forums Hot Topics Gallery
spc
Search similar:


uniqs
323
generik
join:2006-06-22
Australia

generik

Member

Error detected at this command. Click OK?

Hi,

I have been trying to make this outbound shaping policy that basically restricts outbound traffic from a vlan to a certain speed, but I received an error when I try to apply the policy which marks the packets to the vlan interface.

My config is basically like this:

<...>
class-map match-any Marked-Zero
match ip dscp default
class-map match-any Marked-Eight
match ip dscp cs1
<...>

policy-map ColourPacketsEight
class class-default
set ip dscp cs1
policy-map ColourPacketsZero
class class-default
set ip dscp default
policy-map OutboundShape
class QoS-Routing
set ip dscp cs7
class QoS-Critical
set ip dscp cs6
class QoS-Games
set ip dscp ef
class QoS-Transactional
set ip dscp cs5
class QoS-Bulk
set ip dscp af11
class Marked-Zero
police cir 56000 pir 64000
conform-action set-prec-transmit 0
exceed-action drop
class class-default
fair-queue

The idea is OutboundShape will be applied to outbound traffic on the WAN interface, ColourPacketsEight will be applied to outbound traffic on VLAN1, and ColourPacketsZero will be applied to outbound traffic on VLAN2. Yet when I tried to apply either of the VLAN policies through SDM I got an error dialog:

"Preparing commands for delivery...
Submitting 3 commands, please wait...
service-policy output ColourPacketsZero

Error detected at this command. Click OK"

What else should I look into?

Thanks!