El 26/26/2004 09:50AM, Jorn Argelo escribio: > I believe that there's an SNMP daemon shipping with FreeBSD. At least, I have > one on my FreeBSD 5.2.1 Box and I never installed anything regarding SNMP. > > /usr/local/sbin/snmpd >
FreeBSD doesnt ship an SNMP daemon with the base system, if it did it would've been placed in /usr/sbin, you can test which port that binary came from using: % pkg_which /usr/local/sbin/snmpd The package you'd want to use for SNMP is net-snmp. -- Breno _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
