cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
343
Views
0
Helpful
2
Replies

QOS on 3550

ciscoforum
Level 1
Level 1

I have questions on this link about QOS on 3550. http://www.cisco.com/warp/customer/473/153.pdf

1. It keeps saying mark and markdown. What's the differenc between them?

2. from the "show mls qos interface g0/3 statistics" output, there is Egress: incoming DSCP entry. I don;t understand since its egrss why there is incoming dscp associated with it?

2 Replies 2

'Mark' is where your service policy sets the DSCP value in line with the policy. i.e. incoming voice packets (identified by an ACL) have the DSCP value set to 46.

'Markdown' is where you have a policer within your service policy and packets that do not conform to the policer will have the DSCP value changed. Other options of the policer are to drop the packets.

The Markdown behaviour is useful when you have a high-bandwidth Campus LAN infrastructure where dropping or delaying packets is unlikely. If the packets must exit the Campus and use low-bandwidth links then the DSCP value can be used to determine traffic that is 'inside' and 'outside' of the policy - packets that have been marked down can be given less priority or dropped than packets with 'good' DSCP values.

Have a search on Scavenger Class for a good explanation by Cisco.

Andy

Thanks