The network administrator configured R1 for Control Plane Policing so that the inbound Telnet traffic is policed to 100 kbps. This policy must not apply to traffic coming in from 10.1.1.1/32 and 172.16.1.1/32. The administrator has configured this: The network administrator is not getting the desired results. Which set of configurations resolves this issue?

IT Questions BankCategory: CCNP 300-410The network administrator configured R1 for Control Plane Policing so that the inbound Telnet traffic is policed to 100 kbps. This policy must not apply to traffic coming in from 10.1.1.1/32 and 172.16.1.1/32. The administrator has configured this: The network administrator is not getting the desired results. Which set of configurations resolves this issue?

The network administrator configured R1 for Control Plane Policing so that the inbound Telnet traffic is policed to 100 kbps. This policy must not apply to traffic coming in from 10.1.1.1/32 and 172.16.1.1/32. The administrator has configured this:

!
class-map COPP-TELNET
 match access-group 101
!
policy-map PM-COPP
 class COPP-TELNET
  police 100000 conform transmit exceed drop
!
control-plane
 service-policy input PM-COPP

The network administrator is not getting the desired results. Which set of configurations resolves this issue?

A.
no access-list 101
access-list 101 deny tcp host 10.1.1.1 any eq 23
access-list 101 deny tcp host 172.16.1.1 any eq 23
access-list 101 permit ip any any

B.
no access-list 101
access-list 101 deny tcp host 10.1.1.1 any eq 23
access-list 101 deny tcp host 172.16.1.1 any eq 23
access-list 101 permit ip any any
!
interface E0/0
service-policy input PM-CoPP

C.
control-plane
no service-policy input PM-CoPP
!
interface Ethernet 0/0
service-policy input PM-CoPP

D.
control-plane
no service-policy input PM-CoPP
service-policy input PM-CoPP

Correct Answer: A

Exam with this question: CCNP ENARSI 300-410 Dumps

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x