Forum Discussion

Max_125224's avatar
Max_125224
Icon for Nimbostratus rankNimbostratus
Mar 17, 2013

Pool members management via SNMP

Hi guys,

 

 

I'm searching way to manage pool members via SNMP (OID) in F5 LTM 1600. All what I need is enable or disable pool member.

 

Is it possible? Did someone tried to manage pool members?

 

2 Replies

  • Hi Max

     

    I'm not sure about SNMPSET but you can do that with IControl. Check devcentral for many scripts

     

  • I'm searching way to manage pool members via SNMP (OID) in F5 LTM 1600. All what I need is enable or disable pool member.

    it seems to be read-only. mine is 11.4.0.

    ltmPoolMbrStatusEnabledState OBJECT-TYPE 
       SYNTAX INTEGER {
            none(0),
            enabled(1),
         disabled(2),
            disabledbyparent(3)
     }
       MAX-ACCESS read-only
        STATUS current
      DESCRIPTION
         "The activity status of the specified pool member, as specified 
            by the user."
       ::= { ltmPoolMbrStatusEntry 6 } 
    

    this is write-only but deprecated. anyway, i tested but got notWritable error.

    ltmPoolMemberNewSessionEnable OBJECT-TYPE 
      SYNTAX INTEGER {
            user-disabled(1),
           user-enabled(2),
            monitor-enabled(3),
         monitor-disabled(4)
     }
       MAX-ACCESS write-only
       STATUS   deprecated
     DESCRIPTION
         "Deprecated!  
           This field is not interested to user through SNMP interface
             Whether a new session can be enabled or not for the specified pool member."
        ::= { ltmPoolMemberEntry 12 } 
    
    [root@ve11a:Active:Not All Devices Synced] config  snmpset -v 2c -c private localhost .1.3.6.1.4.1.3375.2.2.5.3.2.1.12.11.47.67.111.109.109.111.110.47.102.111.111.23.47.67.111.109.109.111.110.47.50.48.48.46.50.48.48.46.50.48.48.46.49.48.49.80 i 1
    Error in packet.
    Reason: notWritable (That object does not support modification)
    Failed object: F5-BIGIP-LOCAL-MIB::ltmPoolMemberNewSessionEnable."/Common/foo"."/Common/200.200.200.101".80