Archived community.zenoss.org | full text search
Skip navigation
4379 Views 9 Replies Latest reply: Sep 9, 2011 10:28 AM by Shane Scott RSS
moss2k10 Rank: White Belt 24 posts since
Dec 13, 2010
Currently Being Moderated

Sep 1, 2011 6:10 AM

Snmp agent down on ASA - new problem?

Hello,

 

I'm having SNMP agent down problem - zMaxOIDPerRequest decreased to 20 or even 10 did not solve it.

 

I'm able to successfully snmpwalk (version 3) the device from zenoss server .

 

What is more running  zenperfsnmp run -v 10 -d devicename also works.

 

SNMP agent down remains and no OS/graph's data is being updated.

 

Restarting zenoss/zenperfsnmp/readding the device checked and doesn't help.

 

Zenperfsnmp logs from both (working and snmp_agent_down) devices attached.

 

 

Any ideas?

 

Peter

  • Shane Scott ZenossMaster 1,373 posts since
    Jul 6, 2009
    Currently Being Moderated
    1. Sep 1, 2011 10:53 AM (in response to moss2k10)
    Re: Snmp agent down on ASA - new problem?

    moss2k10:

     

    I'd reccomend verifying that theres no packet loss between the zenoss colelctor and the problem device.

     

    Next I'd suggest moving it to another colelctor and back to ensure the config is pushed:

    `su zenoss`

    `zendmd`

    d=dmd.Devices.findDevice('problem device')

    d.setPerformanceMonitor('localhost-temp')

    commit()

    sync()

    d.pushconfig()

    commit()

    sync()

    d.setPerformanceMonitor('localhost')

    commit()

    sync()

    d.pushConfig()

     

    If you're using distributed collectors be sure to substitute 'localhost' with the correct collector name. Additionally be sure to update the host collector of the device post operation. Do note that this will restart all the daemons on that collector.

     

    Let me know if it works. If not we can try some other items.

     

    Best,

    --Hackman238

  • Shane Scott ZenossMaster 1,373 posts since
    Jul 6, 2009
    Currently Being Moderated
    3. Sep 2, 2011 8:48 AM (in response to moss2k10)
    Re: Snmp agent down on ASA - new problem?

    moss2k10:

     

    I'm not familliar with the ASA failover pairing. Are you monitoring the devices via a VIP or are you hitting intentionally assigned management interfaces on each?

     

    --Hackman238

  • Shane Scott ZenossMaster 1,373 posts since
    Jul 6, 2009
    Currently Being Moderated
    5. Sep 2, 2011 9:56 AM (in response to moss2k10)
    Re: Snmp agent down on ASA - new problem?

    moss2k10:

     

    Pairing complicates monitoring with some devices. If you've it working in another instance the same way then that definately sounds like a local instance problem. Let me know if the restore produces differnt results.

     

    Best,

    --Hackman238

  • Shane Scott ZenossMaster 1,373 posts since
    Jul 6, 2009
    Currently Being Moderated
    9. Sep 9, 2011 10:28 AM (in response to moss2k10)
    Re: Snmp agent down on ASA - new problem?

    Pete:

     

    Interesting. Gladd you got it working!

     

    Best,

    --Shane

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points