cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
670
Views
0
Helpful
2
Replies

SNMP

saquib.nawazz
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

Collin Clark
VIP Alumni
VIP Alumni

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.

View solution in original post

2 Replies 2

Collin Clark
VIP Alumni
VIP Alumni

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.

sohag1192
Level 1
Level 1

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