cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Netsight FlexView for requesting "WLAN DCS Average Channel Utilization"

Creating Netsight FlexView for requesting "WLAN DCS Average Channel Utilization"

M_Nees
Contributor III

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

 

2113087123b249e6abc45163c39d14a2_RackMultipart20151104-8240-lct8b3-FlexView-DCS-Average-Channel-Utilization_inline.jpg

 


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

 

2 REPLIES 2

M_Nees
Contributor III
Many thanks to Daniel! - It works.

2d88bc36dc884211ac54bc44e6b6fdde_RackMultipart20151105-29552-om0jw7-FlexView-DCS-Average-Channel-Utilization-V2_inline.jpg


Murphy__Daniel
Extreme Employee
Assuming you are trying to 'remove rows' that are not responding.
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 Hide instance column ifIndex is not really of much help.
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.
GTM-P2G8KFN