Search found 1 match

by jimq
Thu Apr 20, 2006 3:44 pm
Forum: Scripts and Templates
Topic: Cisco Aironet RSSI Values
Replies: 28
Views: 49509

Cisco aironet RSSI values from perl

Here is the same thing in Perl. Just set your /path/to/snmpwalk and set $maxclients to the proper value which is the maximum number of clients to graph. Too high and it might not work. #!/usr/bin/perl die "Usage: $0 community IP\n" if @ARGV !=2; $maxclients=20; $loop=0; @results=`/path/to/...