CAPsMAN SNMP

Has anyone been able to monitor the status of remote CAPsMAN Devices using the only the controllers detail. I was hoping to only poll the controller and retrieve the list of CAPsMAN interfaces using SNMP to determine which are bound which are inactive?

I see through a print of the interfaces it doesn’t provide the OID option.

ROS: RouterOS 6.38.7
[admin@capsman] > /caps-man interface print
Print values of item properties in different formats.

append –
as-value –
brief – Displays brief description
count-only –
detail – Displays detailed information
file – Print the content of the submenu into specific file
follow –
follow-only –
from –
interval – Displays information and refreshes it in selected time interval
terse – Show details in compact and machine friendly format
value-list – Show properties one per line
where –
without-paging – Displays information in one pieceAny thoughts?

You’ll find those in the generic interface list, type is cap:

/interface print oid where type=cap

-Chris