Skip to main content

ASA 5510 and SNMP

More
16 years 7 months ago #25797 by goose
ASA 5510 and SNMP was created by goose
Hello all, we have a new ASA 5510 and I'm having some trouble getting SNMP to work correctly. Here's what I have for SNMP in the config file:

[code:1]snmp-server host inside 192.168.12.0 community public
snmp-server location MDF Closet
snmp-server contact SysAdmin
snmp-server community public
snmp-server enable traps snmp authentication linkup linkdown coldstart
snmp-server enable traps syslog[/code:1]

When I try to walk up the SNMP tree from my Nix box, I get a timeout error. Why can't I get SNMP to work? Any help is appreciated, thank you in advance.
More
16 years 7 months ago #25819 by Smurf
Replied by Smurf on topic Re: ASA 5510 and SNMP
SNMP will defult to verison 1, are you using that to walk through the SNMP MIB ? Also, there are no access-lists blocking access to udp port 162

Wayne Murphy
Firewall.cx Team Member
www.firewall.cx

Now working for a Security Company called Sec-1 Ltd in the UK, for any
Penetration Testing work visit www.sec-1.com or PM me for details.
More
16 years 4 months ago #26649 by goose
Replied by goose on topic Re: ASA 5510 and SNMP
So yeah, I forgot that I made this post when I was searching for how to do this..

I'm still having issues with it.

I'm using the following syntax when attempting the snmpwalk:

[code:1]snmpwalk -v1 -c public 192.168.12.1[/code:1]

Also as far as I can tell there aren't any ACL's blocking SNMP. Should I put some in place to allow it?

Thank you again.
Time to create page: 0.118 seconds