09-26-2013 12:10 AM
Hello Guys
I have one great problem. So We have Cisco SCE1010 and we have Monitoring Server. From Monitoring Server I wanna query SCE 1010 by this command:
snmpwalk -v2c -c public 192.168.192.2
In response:
Error: OID not increasing: RFC1213-MIB::atIfIndex.2.192.168.192.2
>= RFC1213-MIB::atIfIndex.1.192.168.192.1
Any idea about this error?
09-26-2013 12:43 AM
Hi,
from the snmpbulkwalk man-page (option -Cs):
... 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 snmpbulkwalk to loop indefinitely. By default, snmpbulkwalk tries to detect this behavior and warns you when it hits an agent acting illegally. Use -Cc to turn off this behaviour.
HTH
Rolf
09-30-2013 01:21 AM
Hi,
I tried this option, its works.
But where I cant put this option on SNMP server? I mean server by default query 192.168.192 with option -c,
but I need -Cc
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