cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
293
Views
10
Helpful
1
Replies

bgp process

leungcm
Level 1
Level 1

Hi,

We "sh tech-support" and find following:

6680/9000 BGP Router

5296/6000 BGP I/O

7508/9000 BGP Scanner

We had already disable the "BGP" and romve the "bgp process". Why does it appear in "show stacks"?

Does it consume CPU loading and mem? how do we remove it it? please advise.

Best regards

1 Reply 1

Pavel Bykov
Level 5
Level 5

Hello.

"Show stacks" command does not show information about current state - it's a history command, and is used for troubleshooting router crashes. Information will be gone after router reloads.

See description here:

http://tools.cisco.com/Support/CLILookup/cltSearchAction.do?AT=gD&BM=t&CN="show stacks"&IndexOptionId=All index OPtions&IndexId=IOS

For information about current processes use "show processes cpu" and "show processes mem". If you don't have BGP entries there, than it is not running and is not consuming any CPU or memory resources.

Example:

7206_hra_lab#show processes cpu | include BGP

171 196 858966 0 0.00% 0.00% 0.00% 0 BGP Router

173 888 406936 2 0.00% 0.03% 0.09% 0 BGP I/O

174 28172 28187 999 0.07% 0.00% 0.00% 0 BGP Scanner

7206_hra_lab#conf t

Enter configuration commands, one per line. End with CNTL/Z.

7206_hra_lab(config)#no router bgp 65001

7206_hra_lab(config)#exit

7206_hra_lab#show processes cpu | include BGP

7206_hra_lab#

Hope this helps.

Please rate all helpful posts.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card