VX9000 - OID RF-Domain quality / Devices offline
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-01-2019 09:23 AM
Hi,
Is there any OID's that show the RF quality per RF domain?
Or the devices offline per domain?
Or other OID's that are interesting to monitor.
I would like to monitor things a little bit better outside the VX9000 portal.
Thank you!
Is there any OID's that show the RF quality per RF domain?
Or the devices offline per domain?
Or other OID's that are interesting to monitor.
I would like to monitor things a little bit better outside the VX9000 portal.
Thank you!
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎02-01-2019 11:33 AM
Hi, please refer to the WING-MIB.mib file that you can find inside the firmware zip package for your controller.
The OIDs are described in the file.
RF Q is available per RF domain, but it will list Q index for each radio in that domain.
wingStatsRfdWlRadioStatQIndex
.1.3.6.1.4.1.388.50.1.4.3.2.9.1.1.21
list of offline APs:
wingStatsNocDevTable
.1.3.6.1.4.1.388.50.1.4.1.2
or
wingStatsNocDevOffLineInfoTable
.1.3.6.1.4.1.388.50.1.4.1.14.1
all of this info is also available via REST API introduced in 5.9.2
The OIDs are described in the file.
RF Q is available per RF domain, but it will list Q index for each radio in that domain.
wingStatsRfdWlRadioStatQIndex
.1.3.6.1.4.1.388.50.1.4.3.2.9.1.1.21
list of offline APs:
wingStatsNocDevTable
.1.3.6.1.4.1.388.50.1.4.1.2
or
wingStatsNocDevOffLineInfoTable
.1.3.6.1.4.1.388.50.1.4.1.14.1
all of this info is also available via REST API introduced in 5.9.2
