Creating Netsight FlexView for requesting "WLAN DCS Average Channel Utilization"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-04-2015 04:08 PM
I want to configure a FlexView within Netsight Console for showing me all Values of "WLAN DCS Average Channel Utilization" - for all APs and for all Radios - with one Request.
Why - see here: https://extremeportal.force.com/ExtrArticleDetail?an=000089320
For a first start i get all information (by modify a prefinied Netsight Flexview).
But for a better overview i have to hide the first interfaces because this are the configured SSIDs which deliver no "DCS Channel Util Data".
Next is to hide the every ethernet LAN Interface from every AP.
How can i achieve this with FlexView ?
Here the WLAN-DCS-Channel-Utilization.tpl code:
WLAN-DCS-Channel-Utilization
com.ets.nac.tables.TbModel
ReqID
OID::ReqID:::SNMP::ReqID
IP Address
OID::IP Address:::SNMP::IP Address
Interface
OID::Instance:::SNMP::Instance
Name
The textual name of the interface.
OID::ifName:::SNMP::SNMP;false;15;3;false;false;5;2;0;0;0;0;0
Type
The type of interface.
OID::ifType:::SNMP::SNMP;false;2;4;false;false;4;2;0;0;0;0;0
Description
The textual description of the interface.
OID::ifDescr:::SNMP::SNMP;false;15;5;false;false;4;2;0;0;0;0;0
Alias
The user specified name for this interface.
OID::ifAlias:::SNMP::SNMPW;false;15;6;true;false;6;2;0;0;0;0;0
dot11ExtRadioAvgChlOccCount
The textual name of the interface.
OID::dot11ExtRadioAvgChlOccCount:::SNMP::SNMP;false;2;7;false;false;5;2;0;0;0;0;0
This view displays MIB-II interface information.
TBLHASH::::TBLHDR::0;0;false;30;ifXEntry;V.0.3.3.0;0;0;113
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-05-2015 09:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎11-04-2015 04:34 PM
Given that all OIDs appear to have the same index (ifIndex)
Then basic rule should work.
Set the primary OID: As default request -- this will be the only rows you then show.
Move 'ifType" to request block 2 -- (get Instance using the default request )
Move ifName & ifAlias to block 3 -- (get instance off the first table )
save.
In FlexView editor I would check the
to change the 'Request Group" as asked above click on the OID columns and use the combo box.
When you are done make sure only the 'key OID' is in the default request group.