02-04-2005 12:02 PM - edited 03-02-2019 09:29 PM
On a GSR12008 with GRP-B processor, I notice the following.
The CPU utilization of the router usually averages to under 10%. But every 60 seconds to the BGP Scanner running, the CPU utilization runs up to 70%.
This router is a route-reflector for two IBGP clients (receiving 400 routes from each client) and also has an EBGP connection receiving full routes (155000).
Is there a work around or a fix in later IOS versions to reduce these per minute spikes? The GSR is running IOS 120-27.S4
Is this something to be concerned about?
02-04-2005 12:21 PM
Hello,
this is normal BGP behaviour, the BGP scanner process runs every 60 seconds to confirm reachability of the next hops. If you have the full Internet routing table, this will put a heavy load on your CPU. Since you have the GSR12008, I assume you work for an ISP ? If at all possible, you might want to try and reduce the BGP table, which might not be an option for an ISP...
Check the following document:
Troubleshooting High CPU Caused by the BGP Scanner or BGP Router Process
http://www.cisco.com/warp/public/459/highcpu-bgp.html
HTH,
GP
02-04-2005 01:47 PM
Thank you GP.
I was concerned about the spikes going up to 70 - 75%.
Yes, this is an ISP router, and at the most, I can reduce about 5-10% of routes from the full routing table being received from my upstream BGP peer.
02-05-2005 01:01 PM
As Georg stated, this CPU spike is due to next-hop validation and should not be too much of a concern on a distributed platform like the GSR since this process runs at lower priority and the RP should not be involved with forwarding packets.
The next-hop validation has been replaced by Next-hop tracking (NHT) in 12.0(29)S, which dinamically tracks the status of the BGP next-hops and therefore gets rid of this CPU spike every 60 seconds (or whatever the BGP scan-time might be set to).
Please refer to the following URL for more information on BGP NHT:
Hope this helps,
02-04-2005 04:20 PM
Can you enable bgp dampening... If so, this may take away some of the CPU headaches that BGP Scanner is giving you...
02-05-2005 09:22 AM
I will give it a try and see if it alleviates the problem.
Thank you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide