Roamabout perl script to poll local signal and level values from a Roamabout station v1.0 Introduction ------------ Roamabout is the name for wireless Access Points manufactured by Enterasys, former Cabletron. This technology allows ethernet connection from wireless clients as well as from other LANs. For more Information see www.enterasys.com. To get signal and level values from a Roamabout station using SNMP, you first have to set a test environment. This includes setting a remote station MAC address and an internal Roamabout polling interval. It is not possible to do this from a simple Target[] label in MRTG configuration files. The information to use propietary SNMP with Roamabout is not published, although the propietary MIB is downloadable from www.enterasys.com. The information to make this script was inferred from this propietary MIB. The values obtained through SNMP were converted to Roamabout equivalent values following Enterasys support recommendations. This script was tested with the following Roamabout AP revision: HW=V2.2, RO=V1.7, SW=V6.02.07. Disclaimer ------------ As stated above, the information on how to use SNMP to get signal and noise levels from a Roamabout station is not published. This script could be giving incorrect data, or could stop working in the future. There is no need to include legal crap here, but of course, use it at your own risk. Installation ------------ 1. Copy the perl script to any place where MRTG could have access to execute it. 2. The script uses SNMP_Util, so if this package isn't alreade in your @INC, set the correct path to this packge in the use lib statement in the script. 3. Modify MRTG configuration files to use the script. A sample with non real values follows: ### Interface 2 >> Descr: 'Wireless, Port 2' | Name: '' | Ip: '' | Eth: '00-E0-63-82-A1-90' ### #rabtPTPLocalSignalLevel rabtPTPLocalNoiseLevel # # Script return values are negative, needs RRDTOOL Target[172.16.0.1_rabtPTPLocalLevel]: `roamabout.pl 172.16.0.1 00-E0-63-82-A1-90 RWCommString` SetEnv[172.16.0.1_rabtPTPLocalLevel]: MRTG_INT_IP="" MRTG_INT_DESCR="Wireless, Port 2" MaxBytes[172.16.0.1_rabtPTPLocalLevel]: 1 Title[172.16.0.1_rabtPTPLocalLevel]: Wireless Signal & Noise PageTop[172.16.0.1_rabtPTPLocalLevel]:
System: | Roamabout system |
Maintainer: | NOC |
Description: | Wireless Signal & Noise |