(E-Mail Removed), India wrote:
> I have a PC at home with internet connection. It is loaded with RedHat
> Enterprise Linux in that PC.
>
> Is it possible to practice SNMP programming with this single PC?
> If so, where should I start(I have intermediate level programming
> knowledge in C++).
>
> What all should I learn to do SNMP programming in this single PC ?
> Kindly suggest the related book references and internet links.
>
> Kindly help
>
> Thanks
> V.Subramanian
SNMP is a protocol, not a language. What exactly do you mean by SNMP
programming?
Well, you can certainly run SNMP on your simple PC - look for a package
called snmpd or net-snmpd. You could start by reading the tutorials on
<http://www.net-snmp.org/> or playing with the utilities that are part
of the net-snmp distribution. The protocol is defined by RFCs 3411 - 3418.
Robert