Re: Monitor application on remote Centos
Posted: Tue Nov 10, 2015 9:17 am
snmpwalk is a powerful tool, but it is a simple tool at the same time. You may be running up against this issue, taken from the man page for snmpwalk for the "-Cc" option
Other tools, especially graphical ones such as what you might be using on a PC, may be correcting that issue under the hood and continuing to display information past the point at which snmpwalk is stopping.
Code: Select all
Do not check whether the returned OIDs are increasing. Some agents (LaserJets are an example) return OIDs out of order, but can complete the walk anyway. Other agents return OIDs that are out of order and can cause snmpwalk to loop indefinitely. By default, snmpwalk tries to detect this behavior and warns you when it hits an agent acting illegally. Use -Cc to turn off this check.