06-14-2006 05:07 AM - edited 02-21-2020 12:57 AM
Just wondering if anyone could provide me with basic setup or a link to basic setup for SNMP monitoring on an ASA 5520.
Thanks,
Chris
Solved! Go to Solution.
06-14-2006 05:11 AM
snmp-server host Inside 192.168.1.185 community XXXXX
^--- sets up only host 192.168.1.185 can obtain snmp data
snmp-server community xxxxx
^--- open to everyone if you want
snmp-server location Home-Office
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
snmp-server enable traps syslog
snmp-server enable traps ipsec start stop
snmp-server enable traps entity config-change fru-insert fru-remove
snmp-server enable traps remote-access session-threshold-exceeded
that should be most of what you need
06-14-2006 05:11 AM
snmp-server host Inside 192.168.1.185 community XXXXX
^--- sets up only host 192.168.1.185 can obtain snmp data
snmp-server community xxxxx
^--- open to everyone if you want
snmp-server location Home-Office
no snmp-server contact
snmp-server enable traps snmp authentication linkup linkdown coldstart
snmp-server enable traps syslog
snmp-server enable traps ipsec start stop
snmp-server enable traps entity config-change fru-insert fru-remove
snmp-server enable traps remote-access session-threshold-exceeded
that should be most of what you need
06-14-2006 05:22 AM
That was exactly what I was looking for thanks.
06-14-2006 11:55 PM
Hi all
sometimes you have to split poll access and trap access, like this
for polling
snmp-server host Inside 192.168.1.185 poll community XXXXX
for traps
snmp-server host Inside 192.168.1.181 trap community YYYYY
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide