Search found 5 matches

by maj
Wed Sep 20, 2006 7:52 pm
Forum: Help: General
Topic: polling data using proxy and context name
Replies: 6
Views: 1205

Just a post reflection on this method. It will work following the method above but I have noticed varied results with the cisco IOS versions it is monitoring, I still have problems querying interfaces for some versions but not others, the 12.4(6)T/2/3 branch seems to have the most luck. Just keep th...
by maj
Sun Sep 17, 2006 10:23 pm
Forum: Help: General
Topic: polling data using proxy and context name
Replies: 6
Views: 1205

Actually I've just found the problem while pasting that snmp.php, I had missed one authNoPriv in the snmp_auth.

Context now works! A dirty but very simple hack.
by maj
Sun Sep 17, 2006 10:19 pm
Forum: Help: General
Topic: polling data using proxy and context name
Replies: 6
Views: 1205

I guess It'll probably help to paste the changes i've made and my results. Here is my modified snmp.php: define("REGEXP_SNMP_TRIM", "(hex|counter(32|64)|gauge|gauge(32|64)|float|ipaddress|string|integer):"); define("SNMP_METHOD_PHP", 1); define("SNMP_METHOD_BINARY&...
by maj
Sun Sep 17, 2006 8:34 pm
Forum: Help: General
Topic: polling data using proxy and context name
Replies: 6
Views: 1205

I've found a few posts touching this kind of subject, turning the community string into the context name. Cacti is able to grab the SysDesc and what not but its having touble querying interfaces, I put it down to snmpv3 to snmpv2 translation (even though cacti should be polling purely snmpv2 stuff s...
by maj
Sun Sep 17, 2006 8:25 pm
Forum: Help: General
Topic: polling data using proxy and context name
Replies: 6
Views: 1205

polling data using proxy and context name

Hi all, I'm having some trouble configuring cacti to allow polling for multiple devices. This is my goal: 1. Setup each cisco router with snmpv2 (achieved) 2. Setup the firewall using net-snmp, have incoming snmpv3 with context names being matched to each context name in each respective proxy direct...