Forum Discussion

BigD_300005's avatar
BigD_300005
Icon for Cirrostratus rankCirrostratus
Oct 17, 2017
Solved

SNMP Pools

I'm trying to probe the status of a pool via SNMP and not translating the whole pool name into an OID as doing that for each and every pool is not efficient. On the F5 I can run the following comma...
  • Kevin_K_51432's avatar
    Oct 17, 2017

    Greetings,

    Did you allow access to the snmpv2c agent?

     

    tmsh modify sys snmp snmpv2c { allowed-addresses add { 10.10.10.0/24 }
    
    tmsh list sys snmp snmpv2c allowed-addresses
    sys snmp {
        allowed-addresses { 127.0.0.0/8 10.12.23.0/24 10.10.10.0/24 }
        snmpv2c {
    }
    
    

     

    Kevin