02-28-2016 05:11 AM - edited 02-21-2020 05:44 AM
Hi,
I was trying to add ASA to prtg for snmp monitoring .
Could not create the sensor SNMP Traffic on device Device ().
Sensor does not get response from device. SNMP credentials are wrong or device does not support the required uptime OID (1.3.6.1.2.1.1.3.0) for traffic sensors. This OID is mandatory by the SNMP RFC. Check SNMP access rights or contact device vendor. (code: PE244)
sh snmp-server oidlist
-------------------------------------------------
[0] 1.3.6.1.2.1.1.1. sysDescr
[1] 1.3.6.1.2.1.1.2. sysObjectID
[2] 1.3.6.1.2.1.1.3. sysUpTime
[3] 1.3.6.1.2.1.1.4. sysContact
[4] 1.3.6.1.2.1.1.5. sysName
[5] 1.3.6.1.2.1.1.6. sysLocation
Please any help
02-28-2016 12:48 PM
It definitely works. Make sure you have something like:
snmp-server host inside <prtg IP address> community public version 2c
02-28-2016 11:36 PM
Hi,
Thanks for the reply
snmp-server host Inside 192.168.7.10 trap community ***** version 2c
no snmp-server location
no snmp-server contact
snmp-server enable traps syslog
snmp-server enable traps cpu threshold rising
communtiy string is correct
Now the error is different
No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003)
03-15-2016 10:55 AM
Hi,
You need to set the SNMP server for SNMP polling. In your configuration only mentions SNMP traps.
An example configuration would be
Your ASA will send out SNMP traps but will not respond to SNMP Polls.
04-17-2016 06:15 AM
Hi,
Thank you
which one is the correct one .
Do i need to add the below command also ?
snmp-server host Inside 192.168.7.10 trap community ***** version 2c
Thanks
04-17-2016 12:56 PM
You need the exact answer I gave 2 months ago. It is still the correct answer. You only need:
snmp-server host inside <prtg IP address> community public version 2c
04-26-2016 06:22 AM
Hi
PRTG allow both SNMP polling and the receipt of SNMP traps. the first command is best.
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