Which Cisco IOS command is used to view the amount of CPU resources consumed (utilization) due to running BGP processes?
A.
show ip bgp process
B.
show memory | include BGP
C.
show process cpu | include BGP
D.
show ip protocols | include BGP
E.
show cpu utilization | include BGP
Explanation:
show process cpu is the command used to show cpu resources of all processes. Piping to include show only BGP’s usage.