300-410 • Practice Test 13
Free 300-410 practice test — 15 questions with explanations. Set 13. No signup required.
Examine the following CoPP configuration on a Cisco IOS-XE router:
!--- ACL to match traffic
access-list 100 permit tcp any any eq 22
access-list
100 permit tcp any any eq 23
access-list
100 permit icmp any any echo! !--- Class-map class-map match-all COPP-MGMT match access-group 100 ! !--- Policy-map policy-map COPP-POLICY
class COPP-MGMTpolice 8000 conform-action transmit exceed-action drop
class class-defaultpolice 64000 conform-action transmit exceed-action drop ! !--- Apply to control-plane control-plane service-policy input COPP-POLICY
What is the effect of this configuration?