Create Date: May 23 2013 8:50PM
Hmm... usually CPU is processing:
- arp packets and traffic that is coming to switch IP interface
- broadcast traffic
- when you disable learning for example on one vlan, broadcast traffic going through this vlan is hitting the CPU
- switch management traffic
- routing and control protocols ICMP, BGP, OSPF, STP, EAPS, ESRP
- packets directed to the switch that must be discarded by the CPU
I don't know how your network looks like (config,etc..), what traffic is allowed and what not,
but maybe you can try to use IP Security functions like Flood Rate Limitation,
Gratuitous ARP Protection, Protocol Anomaly Protection, dhcpsnooping. arp validation etc.
ACL on switch IP interface or when you use disable learning vlan function use acl with action deny-cpu
And finally you can mirror traffic to one port and check what is going on in the network...
--
Jarek (from Jaroslaw_Kasjaniuk)