Re: Package for sending SNMP , UDP packets



Ranjan schrieb:
I have an equipment that understand SNMP and UDP packets . The
equipment is having a Network Management System to access it. The NMS
actually sends SNMP packets when I click on any button in its GUI.

I want to do the same using TCL script. I want to know is there any
package that exist which can help me create, send and receive SNMP
and/or UDP packets.

I am not getting any idea how to do it as I have never done Socket
programming.

If your into SNMP stuff you should look at the somewhat dated but
nevertheless working Tkined/Scotty/Tnm package:

http://wiki.tcl.tk/scotty

If you have some money available i would strongly recommend to look also at:
http://wiki.tcl.tk/8844

If your rather desperate or have lots of time you could also use
something like ceptcl and the tcllib asn.1 parser to write your own snmp
library.
See:
http://wiki.tcl.tk/ceptcl
http://tcllib.sourceforge.net/doc/asn.html
http://wiki.tcl.tk/16631

Michael
.


Quantcast