Hi

I want to configure a port on my Cat3550 so that all packets will be marked with IPP5
Does this configuration give me the desired results.

access-list 101 permit ip any any

class-map match-all packets
 match access-group 101

policy-map mark
 class packets
  set ip precedence 5

int f0/5
 service-policy input mark

I know that I am only marking IP but cannot find a way to mark all packets.

Also on a CAT3550 I want to mark packets coming into a port with ipp3 if under 125kb bandwidth and ipp2 if over 125kb.
I am sure I can do this with dscp policing but again I do not know how to mark all packets instead on just IP and I cannot use rate-limit or policing.

Any thoughts

Regards

Anthony

Reply via email to