Re: Is there a netsnmp_register_string?

2004-06-01 Thread Dave Shield
The code appears to be ok, but the string isn't registered: $ snmpget -v2c -c public localhost 1.3.6.1.4.1.10.1.2 SNMPv2-SMI::enterprises.10.1.2 = No Such Instance currently exists at this OID Is this the same OID that you gave in the netsnmp_create_handler_registration() call?

Re: Issues while moving the configuration from file to Database

2004-06-01 Thread Dave Shield
I have observed that net-snmp does not support snmpCommunityTable of RFC 3584(SNMP-COMMUNITY-MIB), though the data related to this is maintained in local memory. Is there any particular reason that this is not supported. Because no-one has implemented this particular MIB. The equivalent

Use of BIT STRING data type in MIBs

2004-06-01 Thread Andreas Köster
Hi,I'm writing a snmp agent MIB for an embedded system. I would like to usethe BIT STRING data type.But by searching the web for snmp tools I found only the net-snmp projectwhich supports the BIT STRING.So my fear is that "BIT STRING" is very seldom used, and it could be better(but not so

reference to my bug reports...

2004-06-01 Thread
Hi, ucd-snmp develerpers. I Found out bug in the ucd-snmp 4.2.6 and net-snmp 5.1.1 I have tested forsmux moudule with zebra-0.94. If I do snmp-set String object with NULL value. net-snmp is down. I fixed this case as follows... source: agent/mibgoup/smux/smux.c : 375 :

Re: Redirection?

2004-06-01 Thread Dave Shield
I find that several of the MIBs I'm implementing provide the same or similar information in different groupings. Is there a way to tell snmpd, When you get a request for .8.7.56.45.4, just return the value for .2.6.5.7.9? It's not really possible to get the agent to do this sort of

Redirection - and Carlos, turn off your HTML mail. Use plain text, please.

2004-06-01 Thread William R. Buckley
Carlos: Let's try a slightly more confusing analogy: Bill has cable, Dave has satellite, and Bob has an antenna. Each tunes-in to Are You Being Served? But: Bill's on channel 4, Dave's on 57, and Bob's on 17. All get the same data regardless of channel. You're instru- mentation knows that

Re: HTML in netsnmp posts

2004-06-01 Thread Users
On Tue, 1 Jun 2004 15:06:15 -0600 Carlos wrote: CC So I think I figured it out. It's not that I have HTML turned on CC since I could never find where to turn it off. It's that Lotus Notes CC allows you to choose a Letterhead. And so now I chose a Letterhead CC that is plain text and no image.

Re: HTML in netsnmp posts

2004-06-01 Thread Carlos Cantu
Nope, it's still there. Try the settings from this page: http://helpdesk.rootsweb.com/listadmins/plaintext.html Well now this should do the trick. I even went back to a graphics Letterhead, but you shouldn't see that either since I've set my Internet mail to MIME format. This

how to reboot the pc using snmp?

2004-06-01 Thread jyoti mehta
Hi all I am a final year computer engineering student who is working on a project of WEBMIN-Web based administration of linux server.I also have in it snmp as a management part.I have implemented many utilities using snmp.Now i want to have something like rebooting the pc using snmp .Can any one