Dears,
A part of the question is asking to Ensure that all fragmented packets transiting the router are limited to 1 Mbps.
The solution is configured using packets per second as per below
policy-map TRANSIT_RATE_LIMIT
class FRAGMENTS
police rate 1000000 pps burst 200000 packets
it needs to be like below:
policy-map TRANSIT_RATE_LIMIT
class FRAGMENTS
police 1000000 200000
Please correct me if i am wrong
Best regards,
Moustafa