There's a network assessment of my environment taking place and they weren't able to pull info on my firewall (Cisco ASA 5520), assuming that SNMP is not enabled or they didn't have the credentials. I have 2 questions:
1. How can I check to see if SNMP is enabled, and what the community string is?
2. If it's not enabled, how do I enable it? I enabled it on some switches and these are the commands I ran. Would it be the same?
___
Conf t
Snmp-server community communitystring ro
Snmp-server community communitystring rw
Exit
Wr mem
Exit
___
Thanks!