Snmpwalk with Proxysetting is not working as expected.

2007-11-13 Thread Mushtaq Khan
tries enterprises..185) Snmpwalk –c public –v 2c The out-put had all proxy parameters under enterprises.proxy3 Note: Proxy1=1.3.6.1.2.1.154 Proxy2=.1.3.6.1.2.1.178 Proxy3=.1.3.6.1.4.1..185 Please let me know the behavior of proxy entries. Thanks, Mushtaq

Proxy setting with Snmpwalk is not working as expected.

2007-11-13 Thread Mushtaq Khan
rs under enterprises..185. Please let me know the behavior of proxy entries. Thanks, Mushtaq Khan. <><>- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems?

Proxy setting with Snmpwalk is not working as expected.

2007-11-12 Thread Mushtaq Khan
the proxy entries enterprises..185) --> Snmpwalk -c public -v 2c The out-put had all proxy parameters under enterprises..185. Are these results expected one. Please let me know the behavior of proxy entries. Th

Is net-snmp tested on 64-bit processor ?

2007-09-21 Thread mushtaq khan
Hi, I have a requirement of bringing-up NetSNMP on MIPS64-bit processor. My worry is "long" data-type on 64-bit processor is 8-bytes. And in net-snmp code, i see that long is used by several files, where it is meant for INTEGER,COUNTER32, Gauge32 data-types of SNMP, which should be 4-byte when i

What SNMP data type can i use to represent a floating point number?

2007-07-16 Thread mushtaq khan
Hi, I am using net-snmp version 5.4. I have some variables of floating point data type, and i don't know what SNMP data type i used use for it. Please help me in this regard. Thanks, Mushtaq - This SF.net email is sponsore

Problem with building Netsnmp package for mips64.

2007-06-16 Thread mushtaq khan
Hi, Iam building Net-snmp package for mips64 processor. In compilation i didn't get any errors but none of .so files are getting generated. I have enabled --enable-shared option while configuring. Please help me to get out of this problem. I ran the configure with following options. RANLIB=mi

configure errors.Please guide me on this.

2007-06-12 Thread mushtaq khan
Hi, Iam building net-snmp package for mips64-octeon based board. And i gave following options to the configure. ./configure --with-cc=mips64-octeon-linux-gnu-gcc --with-ar=mips64-octeon-linux-gnu-ar --host=mips64 --target=mips64-octeon-linux --build=i386-pc-linux-gnu --prefix=/home/mushtaq/s

Is there any option to check, what mibs are supported by the package.

2007-06-12 Thread mushtaq khan
Hi, Is there any option, where i can check what are the mibs supported by the Net-snmp package. Thanks, Mushtaq - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and ta

Re: Is there a support for MIPS-64 in Net-Snmp

2007-06-12 Thread mushtaq khan
Hi, It looks like Net-Snmp has a support for mips64, i found mips64 in basic-machine set in file config.sub. Can any one suggest me, what should be the options for ./configure (executable)? Thanks, -Mushtaq - This SF.net e

Is there a support for MIPS-64 in Net-Snmp

2007-06-12 Thread mushtaq khan
Hi, Does Net-Snmp supports MIPS 64-bit processor. What efforts are involved in adding a support for new-processor. Thanks, Mushtaq - This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of

Re: Facing a problrm with dlmod for Dynamic loading

2007-06-09 Thread mushtaq khan
-Thanks, Mushtaq khan Magnus Fromreide wrote: >On lör, 2007-06-09 at 15:47 +0530, mushtaq khan wrote: > > >>Hi , >> >>I am a member of net-snmp-coders. But still a question posted by me is >>not appearing in net-snmp-coders mail archive.Please help me

Re: Facing a problrm with dlmod for Dynamic loading

2007-06-09 Thread mushtaq khan
Hi , I am a member of net-snmp-coders. But still a question posted by me is not appearing in net-snmp-coders mail archive.Please help me in this regard. Thanks, -Mushtaq mushtaq khan wrote: > Hi, > > I went through the SNMP tutorial for loading dynamically created MIB > module.

Facing a problrm with dlmod for Dynamic loading

2007-06-09 Thread mushtaq khan
Hi, I went through the SNMP tutorial for loading dynamically created MIB module. But when run the command "snmpset localhost UCD-DLMOD-MIB::dlmodStatus.1 i load" The result i got is : dlmodStatus.1 = load(4) But the expected result was dlmodStatus.1 = loaded(1) I am using the Net-Snmp ver 5.2.