Hi
I'm trying to setup SNMP on our CentOS 7 (10.192.167.10) server. I want it to send SNMP traps to our Probe installed on 10.192.167.2.
So far I have:
group notConfigGroup v1 notConfigUser
group notConfigGroup v2c notConfigUser
view systemview included .1
view systemview included .1.3.6.1.2.1.25.1.1
view AllView included .1 80
access notConfigGroup "" any noauth exact systemview none none
syslocation Unknown (edit /etc/snmp/snmpd.conf)
syscontact Root <root@localhost> (configure /etc/snmp/snmp.local.conf)
dontLogTCPWrappersConnects yes
rocommunity public 10.192.167.2/32
agentAddress udp:161
syslocation "Company"
syscontact [email protected]
Using Paessler SNMP Tester, I get:
----------------------- New Test -----------------------
Paessler SNMP Tester - 20.2.4 Computername: DDBDC02 Interface: 10.192.167.2
02-07-2020 15:31:07 (12 ms) : Device: 10.192.167.10
02-07-2020 15:31:07 (17 ms) : SNMP v1
02-07-2020 15:31:07 (21 ms) : Uptime
02-07-2020 15:31:09 (2028 ms) : SNMP Datatype: ASN_UNIVERSAL
02-07-2020 15:31:09 (2033 ms) : -------
02-07-2020 15:31:09 (2037 ms) : DISMAN-EVENT-MIB::sysUpTimeInstance = No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003) ( 0 seconds )
02-07-2020 15:31:11 (4044 ms) : SNMP Datatype: ASN_UNIVERSAL
02-07-2020 15:31:11 (4049 ms) : HOST-RESOURCES-MIB::hrSystemUptime.0 = No response (check: firewalls, routing, snmp settings of device, IPs, SNMP version, community, passwords etc) (SNMP error # -2003) ( 0 seconds )
02-07-2020 15:31:11 (4053 ms) : Done
Can anyone help?
Thanks
Br.
Michael
Add comment