juniperwlc
Download
Version | File |
---|---|
0.1 | juniper_wlc_0.1.zip |
Installation
Put the trpzapstats.xml in ”/resource/snmp_queries” and import the templates. You should be able to query a Juniper WLC 2800 now and select the radios you want. Data-Query-Templates, Graph templates and host templates are included as well.
This is a first attempt. I wold appreciate feedback. The Percent re transmitted bytes of total Bytes transmitted graph requires several custom CDEFS.
These CDEFS are required: Total Juniper AP Radio Unicast and Multicast Octets cdef=CURRENT_DATA_SOURCE,ALL_DATA_SOURCES_NODUPS,CURRENT_DATA_SOURCE,-,/,100,*
Make Current Data Source Zero cdef=CURRENT_DATA_SOURCE,0,*
Current DS as Proportion of all DS cdef=CURRENT_DATA_SOURCE,ALL_DATA_SOURCES_NODUPS,/
Turn Bytes into Bits cdef=CURRENT_DATA_SOURCE,8,*