A-9
Appendix A Event Log Scripts
Redline Communications Inc.. Confidential and Proprietary
Input Requirements
A text file named “ips.txt” must be located in the working directory. It must include the IP
address of each sector to be polled, one per line.
Note
This script requires that the login and password on each sector is the same, and
uses the default debug/Redline account. If this account information has been
modified, you will need to modify the script accordingly.
Usage
To use the script, enter the following command at the command line:
perl findNoisefloor.pl
Once processing is complete, the results will be printed to the screen. You can store the
report directly to file, by redirecting the output to a file using the following command:
perl findNoisefloor.pl > report.txt
Output
At each iteration, this script will print to screen the IP address of the sector polled, and the
returned noise floor value.
Example A-7
Sample Output from findNoisefloor.pl
172.27.0.4 -> -96.7 dBm
172.27.0.5 -> -102.7 dBm
172.27.2.4 -> -103.8 dBm
172.27.2.5 -> -105.5 dBm
172.27.2.6 -> -97.5 dBm
172.27.4.4 -> -99.7 dBm
172.27.4.5 -> -99.7 dBm
172.27.4.6 -> -105.5 dBm
172.27.6.4 -> -105.5 dBm
172.27.6.5 -> -105.5 dBm
172.27.8.4 -> -100.1 dBm
172.27.8.5 -> -102.0 dBm
172.27.8.6 -> -100.1 dBm