babak
07-01-2002, 04:50 AM
Hi
What is SNMTP? I didint used yet, but what can you do whith SNMTP?
TNX.
Regards,
Babak
What is SNMTP? I didint used yet, but what can you do whith SNMTP?
TNX.
Regards,
Babak
![]() | View Full Version : Snmtp? babak 07-01-2002, 04:50 AM Hi What is SNMTP? I didint used yet, but what can you do whith SNMTP? TNX. Regards, Babak CobaltCuban 07-01-2002, 12:08 PM SMTP or SNMP ?? babak 07-01-2002, 12:11 PM Oeps!! I mean Simple Network Management Protocol (SNMP) Agent. tnx. regards, babak ljprevo 07-01-2002, 12:40 PM I heard there are security risk with it, I would be careful. http://www.cert.org/advisories/CA-2002-03.html CobaltCuban 07-01-2002, 07:09 PM http://www.intermapper.com/immanual/appxe/snmp.html And yes, try not to use it unless you are fully aware of the problems it may give you. also remember to change the default password for snmp (use to be public/private) otherwise you can have unwanted visitors to your server. jalonz 07-01-2002, 11:38 PM regarding snmp: its very valuable. snmp reads and traps are often the primary means of communicating and monitoring with large amounts of networking equipment. its a standard, its free and its relatively stable. 1) make sure your server/equipment is patched up to the latest snmp server release. 2) turn off snmp writes, only enable reads. shall we say that again? do you really want someone running a script to reset your switches counter's to 0 every second so you lose all your MRTG stats and cant bill by bandwidth? 3) both cisco and ucd-snmpd allow you to setup an ip-access list on the server-side. use it to allow only your central snmp monitor machine to access it. 4) the community string isnt exactly a password - its not nearly that secure. just change it to something other than "public", its never encrypted, it can get sniffed on the way by, so dont use any of your favorite passwords. think of it more like an org specifier for a group of machines. 5) wait and pray for SNMPv3 with real encryption built in! this is a good article showing snmp useage between different machine groups, its history, whats coming, etc. http://www.networkcomputing.com/915/915f1.html :) jalon |