04-25-2020 04:28 PM
Hi All,
I am doing some control plane simulation and using c7200 router but not sure why my ACLs is not accepted by the control plane?
example1:
- access-list configuration
access-list 100 permit ICMP any any
- class-map configuration
class-map dos-traffic
match access-group 100
exit
- policy-map configuration
policy-map POLICE
class dos-traffic
police 8000 conform-action transmit exceed-action drop
exit
- control-plane configuration
service-policy input POLICE
I use ping <IP> -t -l 65500 command to send huge packets, however when using "show policy-map control-plane", it doesn't show any packets captured by dos-traffic class map, but the class map class-default pre-defined by the router showing packets received (please see the attached result).
I appreciate your help in advance. Thanks
Solved! Go to Solution.
04-25-2020 05:09 PM
04-25-2020 05:09 PM
The config looks ok .. possibly virtualisation/simulation issue
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide