cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1098
Views
0
Helpful
1
Replies

Configuring simple SNMP on NEXUS 93128

scottcummins
Level 1
Level 1

 

I have inherited a slightly odd set up. I have two stacked 6509's that are configured in an HSRP setup with a NEXUS 93128. I have a solarwinds Instance I want to access them both, The I have ACLs on them configured . Can I simply configure the SNMP String and add  the host to the ACL as normal and the Solarwinds instance will be able to access the required items? When I add the IP address of the new Solarwinds to the ACL and try to add the NEW Community String it tells me 'SNMP entry not found"

 

ACL on 6509

ip access-list standard snmp-access-in
permit 10.50.1.51
permit 10.50.50.46
permit 192.168.168.252
permit 10.50.40.80
permit 10.50.30.240
permit 10.50.10.0 0.0.0.255

 

ACL on NEXUS 93128

ip access-list snmp-access-in
10 permit ip 10.50.1.51/32 any
20 permit ip 192.168.168.255/32 any
30 permit ip 10.50.10.0/24 any

 

snmp-server user admin network-admin auth md5 0xabc652a2e8cc36d6f742e2671ddd3add priv 0xabc652a2e8cc36d6f742e2671ddd3add localizedkey
snmp-server user netadmin network-admin auth md5 0x3b9f66870314040e21a6b0c5eb7a5b29 priv 0x3b9f66870314040e21a6b0c5eb7a5b29 localizedkey
snmp-server user scummins network-admin auth md5 0xf3d1b696e87d2a1abc3e341627f35b8a priv 0xf3d1b696e87d2a1abc3e341627f35b8a localizedkey
rmon event 1 log trap public description FATAL(1) owner PMON@FATAL
rmon event 2 log trap public description CRITICAL(2) owner PMON@CRITICAL
rmon event 3 log trap public description ERROR(3) owner PMON@ERROR
rmon event 4 log trap public description WARNING(4) owner PMON@WARNING
rmon event 5 log trap public description INFORMATION(5) owner PMON@INFO

1 Reply 1