cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1727
Views
0
Helpful
2
Replies

High CPU Utilization on Catalyst 3750G with Video

mlouis
Level 1
Level 1

Hello Folks,

I am in the process of troubleshooting some issues we are experiencing with one of our cat3750s. We have an IDF supporting roughly 4-5 workstations and approximately 30-45 video cameras over wireless and wired connections. Recently one of our switches started experiencing 99% CPU utilization. It appears to be mostly from the IP Input Process - 60-75%. Today this switch is supporting 2 routed ports (no switchport) and 5 VLAN SVIs. I have run the debug IP packet detail and logged buffer traffic but I don't see any of the usual suspects - large number of broadcasts, local destination packets, high rate hosts, everything looks normal. If I start shutting down SVIs I see about 10-15 percent improvement.

I have a couple questions:

in the show sdm prefer command it notes that only 8 routed interfaces and 1024 vlans are supported in the default desktop mode.

GRB_HEC_VID#show sdm prefer
The current template is "desktop default" template.
The selected template optimizes the resources in
the switch to support this level of features for
8 routed interfaces and 1024 VLANs.

  number of unicast mac addresses:                  6K
  number of IPv4 IGMP groups + multicast routes:    1K
  number of IPv4 unicast routes:                    8K
    number of directly-connected IPv4 hosts:        6K
    number of indirect IPv4 routes:                 2K
  number of IPv4 policy based routing aces:         0
  number of IPv4/MAC qos aces:                      0.5K
  number of IPv4/MAC security aces:                 1K

Does the routed interface count include SVIs and routed interfaces or just one or the other? What happens when you exceed this count?

The switch should be rated for a lot more throughput than what we are pushing through it today - Maximum of about 90 Mbps aggregate today.

Is this switch design to support more than 8 routed interfaces (using various templates). Is this a switch capability issue or some DoS attack on the LAN? Any help troubleshooting this is greatly appreciated.

2 Replies 2

andtoth
Level 4
Level 4

Hi,

Try checking the following guides to troubleshoot the high CPU event:

Catalyst 3750 Series Switches High CPU Utilization Troubleshooting

http://www.cisco.com/en/US/products/hw/switches/ps5023/products_tech_note09186a00807213f5.shtml

Troubleshooting High CPU Utilization in IP Input Process

http://www.cisco.com/en/US/products/hw/routers/ps359/products_tech_note09186a00801c2af3.shtml

Andras

Shashank Singh
Cisco Employee
Cisco Employee

You can check the TCAM utilization on the switch, here is the command:

sh platform tcam utilization

If the TCAM share for routing has been exhausted, you may want to change the sdm template to 'routing' (sdm prefer routing in global config mode) to have more TCAM alloted for routing. (This would require a reload). The template would look something like the following on WS-C3750G-12S :

Switch#sh sdm prefer

The current template is "aggregate routing" template.

The selected template optimizes the resources in

the switch to support this level of features for

8 routed interfaces and 1024 VLANs.

  number of unicast mac addresses:                  6K

  number of IPv4 IGMP groups + multicast routes:    1K

  number of IPv4 unicast routes:                    20K

    number of directly-connected IPv4 hosts:        6K

    number of indirect IPv4 routes:                 14K

  number of IPv4 policy based routing aces:         0.5K

  number of IPv4/MAC qos aces:                      0.5K

  number of IPv4/MAC security aces:                 1K

Review Cisco Networking products for a $25 gift card