3 hours ago
For the EIGRP neighborship issues,
It is mainly due to Default class dropping all the remaining matched traffic (like ARP)
Existing Config for Class-default :
class class-default
police 8000 1500 1500 conform-action drop exceed-action drop
Updated Config :
class class-default
police 8000 1500 1500 conform-action transmit exceed-action drop
I think this approach might be better than allowing "arp traffic" on CoPP-Critical Class Map
It is mainly due to Default class dropping all the remaining matched traffic (like ARP)
Existing Config for Class-default :
class class-default
police 8000 1500 1500 conform-action drop exceed-action drop
Updated Config :
class class-default
police 8000 1500 1500 conform-action transmit exceed-action drop
I think this approach might be better than allowing "arp traffic" on CoPP-Critical Class Map

