This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SNMP daemon restart

Dear Community,

 

I have problem with XG firewall (SFOS 17.5.9 MR-9) HA deployment that in the last week don't respond to the SMNP quesris.

I face the same problem in the past several times and we had solved with an appliance reload.

Is there any possibility to restart the SNMP daemon service instead to reload the appliance? Which services is running SNMP ?

 

Thank you



This thread was automatically locked due to age.
Parents
  • You can list all services with "service -S" 

    There is a service called "snmpd".

    With "service snmpd:restart -ds nosync" you should be able to restart this service. 

    Maybe check first the current running state with "service -S |grep snmp"

  • I've try your suggestion in serveral XGs but this services does not exist:

     

    XG230_WP02_SFOS 17.5.9 MR-9# service snmpd:restart -ds nosync
    400 Service not found
    XG230_WP02_SFOS 17.5.9 MR-9#

    XG230_WP02_SFOS 17.5.9 MR-9# service -S |grep snmp
    XG230_WP02_SFOS 17.5.9 MR-9#

     

    Can you please verify and give to the community the correct answer?

    Thank you

Reply
  • I've try your suggestion in serveral XGs but this services does not exist:

     

    XG230_WP02_SFOS 17.5.9 MR-9# service snmpd:restart -ds nosync
    400 Service not found
    XG230_WP02_SFOS 17.5.9 MR-9#

    XG230_WP02_SFOS 17.5.9 MR-9# service -S |grep snmp
    XG230_WP02_SFOS 17.5.9 MR-9#

     

    Can you please verify and give to the community the correct answer?

    Thank you

Children