DaemonForums  

Go Back   DaemonForums > FreeBSD > FreeBSD Ports and Packages

FreeBSD Ports and Packages Installation and upgrading of ports and packages on FreeBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 20th May 2010
dzudja100 dzudja100 is offline
New User
 
Join Date: May 2010
Posts: 1
Question Enable SNMP?

Hi,
I've problems with my monitoring system on FreeBSD.
Can anybody help me how to enable SNMP messages on my host, and how to setup my firewall to enable SNMP traffic?

Thanks very mucho.
Reply With Quote
  #2   (View Single Post)  
Old 20th May 2010
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

I have no experience with SNMP, but google has a few interesting hits which may be of use.

FreeBSD has bsnmpd(1) in the base system. The net-mgmt/net-snmp/ also looks promising.

As for the firewall, services(5) is of help:
Code:
$ grep -i snmp /etc/services 
snmp            161/tcp
snmp            161/udp
snmptrap        162/tcp    snmp-trap
snmptrap        162/udp    snmp-trap
synotics-relay  391/tcp    #SynOptics SNMP Relay Port
synotics-relay  391/udp    #SynOptics SNMP Relay Port
snmp-tcp-port   1993/tcp   #cisco SNMP TCP port
snmp-tcp-port   1993/udp   #cisco SNMP TCP port
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
memory usage monitoring using net-snmp ducu_00 FreeBSD Ports and Packages 2 11th October 2008 03:12 PM
Enable jumbo frames Seb74 OpenBSD General 10 30th June 2008 05:10 PM
boot bug with USB enable nORKy FreeBSD Installation and Upgrading 5 12th June 2008 04:56 PM
problems with installing net-snmp dejabu18 FreeBSD Ports and Packages 9 17th May 2008 07:17 PM


All times are GMT. The time now is 07:01 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick