Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

How to enable interferers in VisualRF 

Oct 20, 2016 11:05 AM

Requirement:

Need to see Interfering devices on VisualRF Floor Plans.



Solution:

By default AMP does not export interfering devices data to the Visual RF. Hence, in Floor Plan View if you enable/check Interferers you wont see the interfering devices.

Even they are showed up under Radio Page of the AP in AMP. 

 

In order to export interfering Data to the Visual RF, you need to enable an option from Airwave database in seas_config table.

 

You could view the current status using the command:

# dbc 'select send_interferers_to_vrf from seas_config ;'

If output of the command is '0', that means it's disabled.

 



Configuration:

To send the data to VRF, we need to update the table using the command below:

# dbc 'update seas_config set send_interferers_to_vrf = 1;'

Once the table is updated, AMP will start sending the Interfering Devices' data to Visualrf.



Verification

To verify the status after change, use the same select syntax as below:

# dbc 'select send_interferers_to_vrf from seas_config ;'

You should be seeing the output as '1' now

 

Once done, Refresh the VisualRF. You should be seeing the interferers on the Floor plans.

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.