Forum Discussion

Mareeswaran_133's avatar
Mareeswaran_133
Icon for Nimbostratus rankNimbostratus
Sep 10, 2013
Solved

Could any one please help me on changing snmp community string using tmsh command

Could any one please help me on changing snmp community string using tmsh command.

 

I have a group of F5 LBs both LTM & GTM Need to update SNMP string to all devices need tmsh commands to modify the snmp community string

 

Please help me on this

 

  • First do this to see which communities you have setup and which one you want to modify: tmsh list sys snmp communities

     

    Then do this: modify sys snmp communities modify { snmpcommunitynamehere { community-name snmpstringhere } }

     

8 Replies

  • First do this to see which communities you have setup and which one you want to modify: tmsh list sys snmp communities

     

    Then do this: modify sys snmp communities modify { snmpcommunitynamehere { community-name snmpstringhere } }

     

  • thank you for your answer..

     

    i found the below command..

     

    tmsh modify sys snmp communities modify ?"{" Required delimiter

     

    what should i add in the "{" required delimiter. do i need to give any script...

     

    please help on the syntax..

     

    thanks in advance

     

    • Cory_50405's avatar
      Cory_50405
      Icon for Noctilucent rankNoctilucent
      Use the brackets as I specified above in my answer. TMSH requires them.