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

Configuring policy-map in 4503 switch

gopinathv
Level 1
Level 1

Hi, we trying to configure policy-map in 4503 switch and by applying through police we are experiencing packet drop.

config detail:

class-map match-any voice

description voice

match access-group 101

!

!

policy-map priortization

class voice

police 768000 bps 1000 byte conform-action transmit exceed-action drop

class class-default

police 7000000 bps 1000 byte conform-action transmit exceed-action drop

Please let us know what is the best method of configuring the same

thanks

2 Replies 2

royalblues
Level 10
Level 10

Which class are you seeing the drops?

Chnage your policy map to something like this

policy-map priortization

class voice

priority 768

class class-default

police 7000000 bps 1000 byte conform-action transmit exceed-action drop

The priority command will enable the class for priority queueing and will have an implicit policer as well.

Narayan

hi, in this switch i can see only few option in policy-map

cat01(config-pmap-c)#?

QoS policy-map class configuration commands:

no Negate or set default values of a command

police Police traffic matching current class

set Set QoS values

dbl Dynamic buffer limiting

exit Exit from QoS class action configuration mode

trust Set trust value for the class

i dont see the priority or bandwidth option in this Version 12.2(20)EW4 switch.

thanks

Review Cisco Networking products for a $25 gift card