Any one out there please help to start to run
snmpwalk, snmpget, snmppnext, snmptrap...
here is what I did and I got error in return.
snmpwalk -c public -v 1 -Oqs -m all 10.XX.XX.XX
please please me with other too snmpget, snmptrap etc.
Thanks
___
Hi All,
Can anyone please tell me why it does not work?
Using snmpwalk with name of an object it does not work and return error, but it works if I use OID instead.
Here is what I use
snmpwalk -v 1 -c public -Osq -m all names of Object
it does not work with this format.
snmpwalk -v 1 -
Every time , I start snmpwalk , I get an return error
C:\SNMP\bin>snmpwalk -v 1 -c public -Oqs - 10.35.64.108 systemTableC:/SNMP/etc/snmp/snmpapp.local.conf: line 0: Warning: Unknown token: 10.35.64.108.snmpwalk: Unknown host (No such file or directory)
C:\SNMP\bin>
What should I need to do