Forum Discussion

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

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...
  • Kalo_52732's avatar
    Jan 27, 2019

    try these.

    curl -sku :  https:///mgmt/tm/sys/provision|python -m json.tool
    curl -sku :  https:///mgmt/tm/sys/license|python -m json.tool