OpenBSD - snmp interfaces

Shawn Southern <[email protected]> Fri, 21 Sep 2018 00:53:22 +0000
Newsgroups gmane.network.opennms.general
Message-ID <YTXPR01MB0527008CC824B7DD594B504CFD120@YTXPR01MB0527.CANPRD01.PROD.OUTLOOK.COM>
I have the snmpd configured on OpenBSD, but when OpenNMS rescans the host, it only finds the interface SNMP is configured on.  On other devices, it finds all of the interfaces.

Has anyone else got OpenNMS monitoring interfaces, etc. on OpenBSD?  Should I switch to net-snmp (which is working on my Linux systems)?  I expect this may be an issue with OpenBSD's snmpd, but I thought I'd start here.

This is my snmpd.conf:
# $OpenBSD: snmpd.conf,v 1.1 2014/07/11 21:20:10 deraadt Exp $

#listen_addr="127.0.0.1"
listen_addr="10.x.y.z"
listen on $listen_addr

read-only community opennms
read-write disabled

# Specify a number of trap receivers
trap receiver opennmshost community opennms

# Adjust the local system information
system contact "Charlie Root ([email protected])"
system description "Powered by OpenBSD"
system location "Rack A1-24, Room 13"
system name "openbsdsystem.example.com"
system services 74

# Enable SNMPv3 USM with authentication, encryption and two defined users
seclevel enc
user "opennms" authkey "MyPassword" auth hmac-sha1 enckey "MyPassword" enc aes

_______________________________________________
Please read the OpenNMS Mailing List FAQ:
http://www.opennms.org/index.php/Mailing_List_FAQ

opennms-discuss mailing list

To *unsubscribe* or change your subscription options, see the bottom of this page:
https://lists.sourceforge.net/lists/listinfo/opennms-discuss