Forum Discussion

zhechev_229888's avatar
zhechev_229888
Icon for Nimbostratus rankNimbostratus
Jan 26, 2019

SNMP query about Active F5 Modules or via scripts or API ?

Hello All,

 

I've a bunch of F5 devices and I need to get Information about Active modules. I thought about SNMP query or use API (I'm not sure how to use it) or write napalm / netmiko script for it. What do you think about those ideas? What is the correct OID for receiving this information.

 

Best Regards!

 

1 Reply

  • You can use the API to get provisioning information:

    curl -X GET -H "Content-Type: application/json" -H "X-F5-Auth-Token: ABCDEFGHIJKLM" "https://my.bigip.local/mgmt/tm/sys/provision"