Thread: Enable SNMP?
View Single Post
  #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