cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1001
Views
0
Helpful
6
Replies

cpp with arp

Muhammed AKYUZ
Level 1
Level 1

cpp arp, i want to make control plane policing for the arp packets but i am bot sure how many mbits per second is ok with that? do you have any idea?

1 Accepted Solution

Accepted Solutions

Use our favourite search engine and search for " deploying control plane policing"

View solution in original post

6 Replies 6

andrew.prince
Level 10
Level 10

A default policy would be

!

class-map match-all CoPP-arp

match protocol arp

!

class CoPP-arp

police 500000 4470 4470 conform-action transmit exceed-action drop

!

how can i determine the optimum policing rate for arp?

Sent from Cisco Technical Support iPhone App

That is the default cisco recommendation.

Muhammed AKYUZ
Level 1
Level 1

do you have any documentation for that?

Sent from Cisco Technical Support iPhone App

Use our favourite search engine and search for " deploying control plane policing"

thanks

Sent from Cisco Technical Support iPhone App