Search found 3 matches

by avillegas
Tue May 23, 2006 3:40 pm
Forum: Addons for Cacti
Topic: CBWFQ stats collector for Cisco
Replies: 33
Views: 62242

Well, I finally managed to solve it. The problem was the script was not correctly parsing the output from snmpget. I just made a simple modification on the script and it worked. I modified the " print $ifpol1[13] . "\n"; " line, to parse the 18th field instead of the 13th: #getti...
by avillegas
Fri May 19, 2006 9:07 am
Forum: Addons for Cacti
Topic: CBWFQ stats collector for Cisco
Replies: 33
Views: 62242

I just realized that the value 11, which is being acquired for all traffic graphs is the last part of the corresponding OID: 1.3.6.1.4.1.9.9.166.1.15.1.1.11 For the Drops Graphs, the value acquired is always 14, which corresponds also to the last part of the OID: 1.3.6.1.4.1.9.9.166.1.15.1.1.14 When...
by avillegas
Thu May 18, 2006 6:55 pm
Forum: Addons for Cacti
Topic: CBWFQ stats collector for Cisco
Replies: 33
Views: 62242

I imported the templates, adjusted the script to reflect my "snmpwalk" and "snmpget" paths. The query seems to be working fine, I get information about the different Class Maps I have. However, when I create the graphs for the different classes, all graphs show the same value: 11...