On the Station device:
Rx CCQ: 1.3.6.1.4.1.14988.1.1.1.1.1.10.(link_index)
Tx CCQ: 1.3.6.1.4.1.14988.1.1.1.1.1.9.(link_index)
I can't recall how to get the link index number though. Although I added the below function to Dude and added it to the label for link appearance in the main settings. Dude has a built-in function for link index retrieval, but it doesn't expose the code used. #BlackMagic.
Function Name:
snmp_wireless_link_ccq
if (
string_size(
oid(
concatenate(
"iso.org.dod.internet.private.enterprises.mikrotik.mikrotikExperimentalModule.mtXRouterOs.mtxrWireless.mtxrWlStatTable.mtxrWlStatEntry.mtxrWlStatSsid.",
link_index()
), 300, 600)),
concatenate("Rx CCQ: ",
oid(concatenate("1.3.6.1.4.1.14988.1.1.1.1.1.10.",link_index())),
"% "," ","Tx CCQ: ",
oid(concatenate("1.3.6.1.4.1.14988.1.1.1.1.1.9.",link_index())),
"% ",
"
"
)
,
""
)
You do not have the required permissions to view the files attached to this post.