cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
438
Views
0
Helpful
1
Replies

How to use the IOS commands to monitor health of cisco network equipment?

ssweehin
Level 1
Level 1

How to use Cisco IOS (Cisco Internetwork Operating System) commands to monitor system health of Cisco network equipment? Please give example. Thanks.

1 Reply 1

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Swee,

as a starting point without knowing your specific needs you can be interested in:

sh ver | inc uptime

to know if the device is stable and has not reloaded recently

sh ver shows you also the reason for last reload and the name of the IOS image that is running.

cpu

sh proc cpu | inc util

to know if cpu is not too loaded

sh proc cpu history

memory

sh proc mem | inc Free

to see total and Free memory

these are the very basic parameters to check.

Multiple other checks are possible.

To be noted most of these commands have SNMP MIB counterparts that provide the same information and it is quite common for management systems to use SNMP to monitor state of multiple devices.

(these are UDP messages with no login access)

Hope to help

Giuseppe

Review Cisco Networking products for a $25 gift card