Hi I have a Cisco 2950EI and while the rate limiting is good in ingress, I wanted to also blend in prioritization in the prority queue. However in the policy map I would like to make bsd10 traffic low priority, while the rest is high. I typed some stuff into the 2950 'policy-map bsd10' but I am not sure how these rules behave:
!
!
class-map match-all match-any
match access-group 1
class-map match-all bsd10only
match access-group name bsd10
class-map match-all bsd10
match access-group name bsd10
!
!
policy-map 8Mbps
class match-any
police 16000000 32768 exceed-action drop
set ip dscp 56
policy-map bsd10
class match-any
police 11000000 32768 exceed-action drop
set ip dscp 8
class bsd10
set ip dscp 8
police 17000000 32768 exceed-action drop
!
Please ignore my duplicate post in an older thread thnx
!
!
class-map match-all match-any
match access-group 1
class-map match-all bsd10only
match access-group name bsd10
class-map match-all bsd10
match access-group name bsd10
!
!
policy-map 8Mbps
class match-any
police 16000000 32768 exceed-action drop
set ip dscp 56
policy-map bsd10
class match-any
police 11000000 32768 exceed-action drop
set ip dscp 8
class bsd10
set ip dscp 8
police 17000000 32768 exceed-action drop
!
Please ignore my duplicate post in an older thread thnx