08-10-2009 10:28 PM - edited 03-04-2019 05:42 AM
Hi,
Does configuring of SNMP on Routers differ from ASA Firewall
On router it works straight forward with command
snmp-server community 1@1 RO
snmp-server community 1@1w RW
on Cisco ASA it doesnt works
snmp-server community 1@1
Error Output - IP address doesnt respond to snmp query.
Solved! Go to Solution.
08-11-2009 05:29 AM
In the ASA you also need to configure what hosts are allowed to poll SNMP.
snmp-server host inside 192.168.1.56
Hope that helps.
08-11-2009 05:29 AM
In the ASA you also need to configure what hosts are allowed to poll SNMP.
snmp-server host inside 192.168.1.56
Hope that helps.
09-24-2025 07:32 AM
Model: cisco N540X-16Z4G8Q2C-D
How to add SNMP V2
snmp-server interface Loopback11
!
snmp-server interface FortyGigE0/0/0/28
!
snmp-server host 0.0.0.0 traps version 2c cactimonitor
snmp-server community cacti@monitor RO IPv4 SNMP-ACL
snmp-server community cactimonitor RO IPv4 CACTI-ACCESS
snmp-server trap-source Loopback11
control-plane
management-plane
inband
interface all
allow SSH
!
interface Loopback11
allow SNMP
!
interface TenGigE0/0/0/18
allow SNMP
!
!
!
!
ipv4 access-list SNMP-ACL
10 permit ipv4 any any
20 deny ipv4 any any log
!
ipv4 access-list CACTI-ACCESS
10 permit ipv4 host 103.135.X.X any
20 deny ipv4 any any log
!
, it's configured, but the problem is that it doesn't connect to the server.give me nay solution or advise
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