Intial : security name how to use it

2009-05-08 Thread anand chandragandhi
Hi,

I am using I-reasoning MIB browser .

From the ethereal logs i can see 1st request it send to snmp device has
security name as (Initial).

Next request onwards it sends my username .

I knew Inital security name used to discover the engine id device.

Please any one tell what will be the configuration of context if i want to
send a request with security name as initial

Note:
Context i meant is what should be the security mdel, security level(NOAUTH
AND NOPRIV /AUTH and NOPRIV/with AUTH AND PRIV)

And also what should Auth password and Priv Password(should it contain valid
values?)
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


SNMP V1 traps

2009-05-08 Thread Richard Gipps
Hi,
I would like to use net-snmp to send V1 snmp traps. The neat 
monitor facility in snmpd works great for V2c but does not seem appropriate for 
V1 as it relies on types (macros) defined in SMI-V2 such as NOTIFICATION-TYPE 
to generate the correct information for the trap. Is there another mechanism 
for timing the generating V1 traps or is it a matter of writing my own code to 
do the timing and then using net-snmp facilities to actually send the trap?

Regards,
Richard.
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: Timeout: No Response from client-server

2009-05-08 Thread Margusja
If I use tcpdump in client-server:

10:26:48 root[load: 0@client-server ~# tcpdump -i eth0 port 161
tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes


10:32:14.174663 IP marvin.37634  client-server.snmp:  C=sw 
GetNextRequest(25) 
10:32:14.175457 IP client-server.snmp  monitoring-server.37634:  C=sw 
GetResponse(104)  system.sysDescr.0=[|snmp]
10:32:15.177018 IP monitoring-server.37634  client-server.snmp:  C=sw 
GetNextRequest(25) 
10:32:15.177793 IP client-server.snmp  monitoring-server.37634:  C=sw 
GetResponse(104)  system.sysDescr.0=[|snmp]
10:32:16.179959 IP monitoring-server.37634  client-server.snmp:  C=sw 
GetNextRequest(25) 
10:32:16.180662 IP client-server.snmp  monitoring-server.37634:  C=sw 
GetResponse(104)  system.sysDescr.0=[|snmp]
10:32:17.184903 IP monitoring-server.37634  client-server.snmp:  C=sw 
GetNextRequest(25) 
10:32:17.185615 IP client-server.snmp  monitoring-server.37634:  C=sw 
GetResponse(104)  system.sysDescr.0=[|snmp]
10:32:18.188970 IP monitoring-server.37634  client-server.snmp:  C=sw 
GetNextRequest(25) 
10:32:18.189696 IP client-server.snmp  monitoring-server.37634:  C=sw 
GetResponse(104)  system.sysDescr.0=[|snmp]
10:32:19.191773 IP monitoring-server.37634  client-server.snmp:  C=sw 
GetNextRequest(25) 
10:32:19.192529 IP client-server.snmp  monitoring-server.37634:  C=sw 
GetResponse(104)  system.sysDescr.0=[|snmp]

12 packets captured
13 packets received by filter
0 packets dropped by kernel
10:32:27 root[load: 0@client-server ~#


Best regards, Margus Margusja Roo
+3725148780
skype: margusja
msn: margu...@kodila.ee
homepage: http://margusja.pri.ee



Margusja wrote:
 Hi

 I have two server-rooms (DZ-A and DZ-B)

 in DZ-A there is a server called client-server and in a DZ-B there is a 
 monitoring server called monitoring-server.

 if i do in monitoring-server i got:
 ~# snmpwalk -c sw client-server -v1
 Timeout: No Response from client-server
 ~#
 I have a connection between monitoring-server and client-server:
 15:23:00 root[load: 0@monitoring-server ~# ping client-server
 PING client-server (xxx.xxx.xxx.xxx) 56(84) bytes of data.
 64 bytes from client-server (xxx.xxx.xxx.xxx): icmp_seq=1 ttl=56 
 time=1.23 ms
 ...

 --- client-server ping statistics ---
 3 packets transmitted, 3 received, 0% packet loss, time 2005ms
 rtt min/avg/max/mdev = 0.842/1.346/1.962/0.464 ms
 15:26:18 root[load: 0@monitorin-server ~#

 15:26:18 root[load: 0@monitoring-server ~# nmap -sU -v -p 161 
 client-server

 Starting Nmap 4.68 ( http://nmap.org ) at 2009-05-07 15:27 EEST
 Initiating Ping Scan at 15:27
 Scanning 194.106.120.83 [2 ports]
 Completed Ping Scan at 15:27, 0.03s elapsed (1 total hosts)
 Initiating UDP Scan at 15:27
 Scanning client-server (xxx.xxx.xxx.xxx) [1 port]
 Completed UDP Scan at 15:27, 0.23s elapsed (1 total ports)
 Host client-server (xxx.xxx.xxx.xxx) appears to be up ... good.
 Interesting ports on client-server (xxx.xxx.xxx.xxx):
 PORTSTATE SERVICE
 161/udp open|filtered snmp

 Read data files from: /usr/share/nmap
 Nmap done: 1 IP address (1 host up) scanned in 0.322 seconds
   Raw packets sent: 4 (124B) | Rcvd: 1 (46B)
 15:27:34 root[load: 0@monitoring-server ~#


 15:14:16 root[load: 0@client-server ~# ps aux | grep snmpd
 root 24039  0.0  0.8   8992  4248 ?SMay06   0:05 
 /usr/sbin/snmpd -Lsd -p /var/run/snmpd.pid
 root 26410  0.0  0.0   1712   452 pts/3S+   15:14   0:00 grep snmpd
 15:14:34 root[load: 0@beast ~# netstat -ln | grep 161
 udp0  0 0.0.0.0:161 
 0.0.0.0:*  15:29:31 root[load: 0@beast ~#

 15:29:31 root[load: 0@client-server ~# ping monitoring-server
 PING monitoring-server (xxx.xxx.xxx.xxx) 56(84) bytes of data.

 --- monitoring-server ping statistics ---
 3 packets transmitted, 3 received, 0% packet loss, time 2005ms
 rtt min/avg/max/mdev = 0.934/1.265/1.803/0.384 ms
 15:30:12 root[load: 0@client-server ~#

 so looks like there are no connection and firewall problems

 client-server snmpd.local.conf:
 com2sec local client-server sw
 com2sec local xxx.xxx.xxx.xxx (-- client-server IP) sw
 com2sec local monitoring-server sw


 group MyRWGroup any local

 view allincluded  .1   80

 access MyROGroup   any   noauthexact  allnone   none
 access MyRWGroup   any   noauthexact  allallnone


 SNMPD is running: root 24039  0.0  0.8   8992  4248 ?S
 May06   0:05 /usr/sbin/snmpd -Lsd -p /var/run/snmpd.pid
 and in both servers: NET-SNMP version:  5.4.2.1


 ---
 Any ideas?

   

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner 

SNMP v1 trap

2009-05-08 Thread Tanisha Kashyap
Hi,

Is there any way to identify whether a trap received is a V! trap or higher 
version.
Also what is the community string contained in the trap.

No task is so humble that it does not offer an outlet for individuality



DISCLAIMER: This message is proprietary to Aricent and is intended solely for 
the use of the individual to whom it is addressed. It may contain privileged or 
confidential information and should not be circulated or used for any purpose 
other than for what it is intended. If you have received this message in 
error,please notify the originator immediately. If you are not the intended 
recipient, you are notified that you are strictly prohibited from using, 
copying, altering, or disclosing the contents of this message. Aricent accepts 
no responsibility for loss or damage arising from the use of the information 
transmitted by this email including damage from virus.
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


compilation error

2009-05-08 Thread Gabriele Giorelli

Hi

I am using fedora 10 and I want to install net-snmp:

  SNMP Versions Supported:1 2c 3
  Net-SNMP Version:   5.4.1
  Building for:   linux
  Network transport support:  Callback Unix TCP UDP
  SNMPv3 Security Modules: usm
  Agent MIB code: default_modules =  snmpv3mibs mibII ucd_snmp 
notification notification-log-mib target agent_mibs agentx disman/event 
disman/schedule utilities host
  Embedded Perl support:  disabled
  SNMP Perl modules:  disabled
  SNMP Python modules:disabled
  Authentication support: MD5 SHA1
  Encryption support: DES AES


Default version of SNMP to use (3):
System Contact Information (root@):
System Location (Unknown):
Location to write logfile (/var/log/snmpd.log):



I am getting this error when I do make

gcc -I../../include -I. -I../../agent -I../../agent/mibgroup -I../../snmplib -g 
-O2 -Ulinux -Dlinux=linux -I/usr/include/rpm -c host/hr_swinst.c  -fPIC -DPIC 
-o host/.libs/hr_swinst.o
host/hr_swinst.c: In function 'init_hr_swinst':
host/hr_swinst.c:210: warning: assignment makes pointer from integer without a 
cast
host/hr_swinst.c: In function 'var_hrswinst':
host/hr_swinst.c:464: error: 'int_32' undeclared (first use in this function)
host/hr_swinst.c:464: error: (Each undeclared identifier is reported only once
host/hr_swinst.c:464: error: for each function it appears in.)
host/hr_swinst.c:464: error: 'rpm_data' undeclared (first use in this function)
make[2]: *** [host/hr_swinst.lo] Error 1
make[2]: Leaving directory `/root/net-snmp-5.4.1/agent/mibgroup'
make[1]: *** [subdirs] Error 1
make[1]: Leaving directory `/root/net-snmp-5.4.1/agent'
make: *** [subdirs] Error 1



any idea what's wrong?

thank you



  


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: Timeout: No Response from client-server

2009-05-08 Thread Dave Shield
What is the output of running

 snmpgetnext -v1 -c sw  -d  client-server  system

?

Dave

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: sysUpTimeInstance vs sysUpTime.0

2009-05-08 Thread Dave Shield
2009/5/7 Peter Hicks peter.hi...@poggs.co.uk:
 What I did was to check for an instance in the returned VarBind, and if
 there's no instance, convert the OID to numeric format, lop off the last
 element (in this case, 0) and use that as the instance, then convert
 the OID back to text.

Another possibility would be to tweak the DISMAN-EVENT-MIB file,
and comment out the definition of sysUpTimeInstance.
   It's generally recognised that this was a bad idea in the first place.

Dave

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: SNMP V1 traps

2009-05-08 Thread Dave Shield
2009/5/8 Richard Gipps richa...@triodatacom.com:
The neat
 monitor facility in snmpd works great for V2c but does not seem appropriate
 for V1 as it relies on types (macros) defined in SMI-V2 such as
 NOTIFICATION-TYPE to generate the correct information for the trap.

Please read the FAQ entry
Can I use SNMPv1 requests with an SNMPv2 MIB (or vice versa)?
 (http://net-snmp.sourceforge.net/wiki/index.php/FAQ:General_15)

 Is there
 another mechanism for timing the generating V1 traps

No - just use monitor as before.

Dave

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: Timeout: No Response from client-server

2009-05-08 Thread Margusja
13:50:48 root[load: 1@monitoring-server ~# snmpgetnext -v1 -c sw  -d 
client-server system

Sending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
: 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
0032: 02 01 01 05  00   .


Resending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
: 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
0032: 02 01 01 05  00   .


Resending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
: 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
0032: 02 01 01 05  00   .


Resending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
: 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
0032: 02 01 01 05  00   .


Resending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
: 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
0032: 02 01 01 05  00   .


Resending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
: 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
0032: 02 01 01 05  00   .

Timeout: No Response from client-server.
13:51:03 root[load: 0@monitoring-server ~#

Best regards, Margus Margusja Roo
+3725148780
skype: margusja
msn: margu...@kodila.ee
homepage: http://margusja.pri.ee



Dave Shield wrote:
 What is the output of running

  snmpgetnext -v1 -c sw  -d  client-server  system

 ?

 Dave

   

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


What is initial - security name denotes?

2009-05-08 Thread anand chandragandhi
 Hi,

I am using I-reasoning MIB browser .

From the ethereal logs i can see 1st request it send to snmp device has
security name as (Initial).

Next request onwards it sends my username (eg;:devicetest) along with auth
and priv keys.

Is Initalsecurity name used to discover the engine id device.?

Please any one tell what will be the configuration of context if i want to
send a request with security name as initial

Note:
Context i meant is what should be the security mdel, security level(NOAUTH
AND NOPRIV /AUTH and NOPRIV/with AUTH AND PRIV)

And also what should be Auth password and Priv Password(should it contain
valid values?).

Main motive is i-reasoning mib browser works and when remote snmp device is
rebotted ,wherease net-snmp stub code not able to do this(I might have done
something wrong!!!).

Please help me in this.

Thanks in advance.
Anand C
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: Timeout: No Response from client-server

2009-05-08 Thread Margusja
Found a solution.

Big my mistake. There were firewall closed from client-server to 
master-server

Best regards, Margus Margusja Roo
+3725148780
skype: margusja
msn: margu...@kodila.ee
homepage: http://margusja.pri.ee



Margusja wrote:
 13:50:48 root[load: 1@monitoring-server ~# snmpgetnext -v1 -c sw  -d 
 client-server system

 Sending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
 : 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
 0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
 0032: 02 01 01 05  00   .


 Resending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
 : 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
 0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
 0032: 02 01 01 05  00   .


 Resending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
 : 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
 0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
 0032: 02 01 01 05  00   .


 Resending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
 : 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
 0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
 0032: 02 01 01 05  00   .


 Resending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
 : 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
 0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
 0032: 02 01 01 05  00   .


 Resending 37 bytes to UDP: [0.0.0.0]-[194.106.120.83]:161
 : 30 23 02 01  00 04 02 73  77 A1 1A 02  04 7C E2 6D0#.sw|.m
 0016: 3F 02 01 00  02 01 00 30  0C 30 0A 06  06 2B 06 01?..0.0...+..
 0032: 02 01 01 05  00   .

 Timeout: No Response from client-server.
 13:51:03 root[load: 0@monitoring-server ~#

 Best regards, Margus Margusja Roo
 +3725148780
 skype: margusja
 msn: margu...@kodila.ee
 homepage: http://margusja.pri.ee



 Dave Shield wrote:
   
 What is the output of running

  snmpgetnext -v1 -c sw  -d  client-server  system

 ?

 Dave

   
 

 --
 The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
 production scanning environment may not be a perfect world - but thanks to
 Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
 Series Scanner you'll get full speed at 300 dpi even with all image 
 processing features enabled. http://p.sf.net/sfu/kodak-com
 ___
 Net-snmp-users mailing list
 Net-snmp-users@lists.sourceforge.net
 Please see the following page to unsubscribe or change other options:
 https://lists.sourceforge.net/lists/listinfo/net-snmp-users

   

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: net-snmp dependency for SUN4u

2009-05-08 Thread Nikos Balkanas
net-snmp dependency for SUN4uHi,

Have you tried Sun or Google? If you have your installation disks it should be 
somewhere in there. BTW there is no SUN4U Solaris package. Sun4u is the 64bit 
Ultrasparc architecture. A whole list of packages for that architecture have 
this in their name.

BR,
Nikos
  - Original Message - 
  From: Anders Wei 
  To: net-snmp-users@lists.sourceforge.net 
  Sent: Friday, May 08, 2009 5:07 AM
  Subject: net-snmp dependency for SUN4u


  All:

  I am trying to compile net-snmp in Sun Solaris 10 X64, but it seems it needs 
support of SUN4U library.

  In ucd-snmp/lmSensors.c: it includes this file: 
/usr/platform/sun4u/include/sys/envctrl.h which is a part of SUN4U support, I 
am using SunStudio compilers and I didn’t find this library. Even I searched a 
lot in GOOGLE and almost find nothing helps.

  Does anyone know where to download this SUN4U package?

  Thanks.





--


  --
  The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
  production scanning environment may not be a perfect world - but thanks to
  Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
  Series Scanner you'll get full speed at 300 dpi even with all image 
  processing features enabled. http://p.sf.net/sfu/kodak-com


--


  ___
  Net-snmp-users mailing list
  Net-snmp-users@lists.sourceforge.net
  Please see the following page to unsubscribe or change other options:
  https://lists.sourceforge.net/lists/listinfo/net-snmp-users
--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


how to get system free memory on win32 ?

2009-05-08 Thread Girshik, Stanley
When I try to snmpget UCD-SNMP-MIB::memTotalFree on win32, I get 

 

D-SNMP-MIB::memTotalFree = No Such Object available on this agent at
this OID

 

Do you know  if this has not been implemented for windows or I'm doing
something wrong.

 

Much obliged.

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: SNMP v1 trap

2009-05-08 Thread pch0317
Hi
In linux you can use tcpdump to see packet. Then you can see community 
string and snmp version.


Regards
pch0317

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


a

2009-05-08 Thread pch0317
a

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


RE: snmptrap - library calls

2009-05-08 Thread Vinod Nanjaiah

From: dave.shi...@googlemail.com [mailto:dave.shi...@googlemail.com]
 There doesn't seem to be any sample program available on the net for traps.

apps/snmptrap.c

I used the snmptrap.c from net-snmp version 5.4.2 and this is what I observed.

1 I am able to send a generic trap once
2 the second time I try to send the trap (from within the same client 
application) it fails with the following error messages:
-- No support for requested transport domain udp
snmptrap: Unknown host (172.22.64.103) (No such file or directory)

I am unable to figure out the reason for this.
Any pointers please!

Regards,
Vinod

http://www.mindtree.com/email/disclaimer.html

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


SNMP table with index as string containing dot

2009-05-08 Thread jayesh km



Hi,

We need to implement an SNMP table which has two columns as indexes. Both these 
columns are strings and the difficult part in one can have dot within it (it 
is a diameter realm name).
So the first column is realmName and second column is peerName

Sample row can be
realmName peerName 
3gpp.org   |  hss

I am not sure if SNMP permits indexes with dots in between. Is there anyway I 
can implement this.

 Regards,
Jayesh KM


 Now surf faster and smarter ! Check out the new Firefox 3 - Yahoo! Edition * 
Click here!


  Own a website.Get an unlimited package.Pay next to nothing.*Go to 
http://in.business.yahoo.com/--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


SNMP table with index as string containing dot

2009-05-08 Thread jayesh km
Hi,

We need to implement an SNMP table which has two columns as indexes. Both these 
columns are strings and the difficult part in one can have dot within it (it 
is a diameter realm name).
So the first column is realmName and second column is peerName

Sample row can be
realmName peerName 
3gpp.org   |  hss

I am not sure if SNMP permits indexes with dots in between. Is there anyway I 
can implement this.

 Regards,
Jayesh KM



  Bring your gang together. Do your thing. Find your favourite Yahoo! group 
at http://in.promos.yahoo.com/groups/--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


Re: SNMP table with index as string containing dot

2009-05-08 Thread Dave Shield
2009/5/8 jayesh km km.jay...@yahoo.com:
 We need to implement an SNMP table which has two columns as indexes.
 Both these columns are strings and the difficult part in one can have dot
 within it (it is a diameter realm name).

No problem there.
The strings are treated as a sequence of ASCII characters.
The character '.' is handled in exactly the same way as any other.


 Sample row can be
 realmName     peerName
 3gpp.org   |  hss

That would be indexed as
8 . '3' . 'g' . 'p' . 'p' . '.' . 'o' . 'r' . 'g' . 3 .'h' . 's' . 's'


 I am not sure if SNMP permits indexes with dots in between.
 Is there anyway I can implement this.

Just implement it - everything should work fine.

Dave

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users


5.4.2.1: segfault with logMatch monitor on centos 5.3/5.2

2009-05-08 Thread Shaofeng Yang
snmpd got segfault when I enable the logMatch feature in snmpd.conf.

Here is the configuration part


logmatch RPCError  /var/adm/messages 10 RPC: Timed out
notificationEvent TESTLOGMATCH 1.3.6.1.4.1.2021.16
monitor -s -D -r 10 -e TESTLOGMATCH -o logMatchName -o
logMatchFileName -o logMatchCurrentCount -o logMatchRegEx Log Match
!= logMatchCurrentCount -u internal


Actually, it doesn't happen if i just comment out the monitor line.
In this case, I can see oid defined for logMatch.

The snmpd.conf configuration file also works with PrTable and
DskTable, I have not seen any problem for those two so far.

Here is the configure command:

./configure --prefix=/opt/snmp --with-perl-modules
--with-mibs=IP-MIB:IF-MIB:TCP-MIB:UDP-MIB:SNMPv2-MIB:RFC1213-MIB:
--with-mib-modules=disman/event disman/schedule host ucd-snmp/diskio
ucd_snmp ucd-snmp/disk ucd-snmp/proc ucd-snmp/logmatch mibII smux
agent_mibs   --with-default-snmp-version=2
--with-logfile=/var/log/snmpd.log


The /var/log/messages shows the following segfault:

snmpd[24353]: segfault at 0002 rip 2b053049713a rsp
7fff7aacfb50 error 4


I'd really appreciate if you guys can  give me some hints or the fix.

Regards,

James

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users