List of questions
Related questions
Question 267 - 300-410 discussion
The network administrator configured CoPP so that all HTTP and HTTPS traffic from the administrator device located at 172.16 1.99 toward the router CPU is limited to 500 kbps. Any traffic that exceeds this limit must be dropped.
access-list 100 permit ip host 172.16.1.99 any
! class-map CM-ADMIN match access-group 100
! policy-map PM-COPP class CM-ADMIN police 500000 conform-action transmit
!i nterface E0/0 service-policy input PM-COPP
CoPP failed to capture the desired traffic and the CPU load is getting higher.
Which two configurations resolve the issue? (Choose two.)
interface E0/0
no service-policy input PM-COPP
!
control-plane
service-policy input PM-COPP
policy-map PM-COPP
class CM-ADMIN
no police 500000 conform-action transmit
police 500 conform-action transmit
!
control-plane
service-policy input PM-COPP
no access-list 100
access-list 100 permit tcp host 172.16.1.99 any eq 80
no access-list 100
access-list 100 permit tcp host 172.16.1.99 any eq 80
access-list 100 permit tcp host 172.16.1.99 any eq 443
policy-map PM-COPP
class CM-ADMIN
no police 500000 conform-action transmit
police 500 conform-action transmit
0 comments
Leave a comment first