########################################################################################################### # Created by Dennis Slagers # d.d. 20-07-2004 # # example file: wireless.cfg for MRTG # # SNMP statistics for Conceptronic C54APT (using DWL-2100 AP firmware) # & # SNMP Statistics for Dlink's DWL-2100 AP # # Using OID 1.3.6.1.2.1.2.2.1.11.1 and 2 (where 1 is WLAN, and 2 is LAN) # Option: IfInUcastPkts and IfOutUcastPkts are used for determining the transferred / received Data # # # if you have more tips, hints: dennis@mixfans.org # ########################################################################################################### ### Global Defaults # to get bits instead of bytes and graphs growing to the right # We want to have Kbytes so we disable the bits option. EnableIPv6: no Workdir: /home/groups/home/web/mrtg Options[_]: growright ###################################################################### # System: AroundMyRoom's Access Point # Description: WLAN Access Point # Contact: John Doe # Location: Home ###################################################################### ### Interface 1 >> Descr: 'Wireless-802.11G' | Name: '' | Ip: '[192.168.1.1' | Eth: '' ### Target[192.168.1.1_1]: 1.3.6.1.2.1.2.2.1.11.1&1.3.6.1.2.1.2.2.1.17.1:public@192.168.1.1 SetEnv[192.168.1.1_1]: MRTG_INT_IP="192.168.1.1" MRTG_INT_DESCR="Wireless-802.11G" MaxBytes[192.168.1.1_1]: 6750000 Title[192.168.1.1_1]: Traffic Analysis for AP PageTop[192.168.1.1_1]: <H1>Traffic Analysis for AroundMyRoom Access Point</H1> <TABLE> <TR><TD>System:</TD> <TD>Access Point</TD></TR> <TR><TD>Maintainer:</TD> <TD>John Doe</TD></TR> <TR><TD>Description:</TD><TD>AccessPoint </TD></TR> <TR><TD>ifType:</TD> <TD>Wireless</TD></TR> <TR><TD>ifName:</TD> <TD>WLAN</TD></TR> <TR><TD>Max Speed:</TD> <TD>54.0 Mbits/s</TD></TR> <TR><TD>Ip:</TD> <TD>192.168.1.25</TD></TR> </TABLE> ### Interface 2 >> Descr: 'Ethernet' | Name: '' | Ip: '' | Eth: '' ### Target[192.168.1.1_2]: 1.3.6.1.2.1.2.2.1.11.2&1.3.6.1.2.1.2.2.1.17.2:public@192.168.1.25 SetEnv[192.168.1.1_2]: MRTG_INT_IP="" MRTG_INT_DESCR="Ethernet" MaxBytes[192.168.1.1_2]: 12500000 Title[192.168.1.1_2]: Traffic Analysis for AP PageTop[192.168.1.1_2]: <H1>Traffic Analysis Access Point</H1> <TABLE> <TR><TD>System:</TD> <TD>Access Point</TD></TR> <TR><TD>Maintainer:</TD> <TD>John Doe</TD></TR> <TR><TD>Description:</TD><TD>AccessPoint </TD></TR> <TR><TD>ifType:</TD> <TD>ethernetCsmacd (6)</TD></TR> <TR><TD>ifName:</TD> <TD>LAN</TD></TR> <TR><TD>Max Speed:</TD> <TD>100.0 Mbits/s</TD></TR> </TABLE>