RE: IPv6 with SNMPv3

2007-07-24 Thread Kleffman, Justin (Mission Systems)
In my C:\usr\etc\snmp\snmp.conf I have "dumppacket yes" set in order to get that debug output. I assumed it was the same as "-d" -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 4:20 PM To: Kleffman, Justin (Mission Systems) Cc: net-snmp-user

Re: IPv6 with SNMPv3

2007-07-24 Thread Thomas Anders
Kleffman, Justin (Mission Systems) wrote: > I was wondering what is the proper way to issue an snmpwalk on an SNMPv3 only > device for testing IPv6 capabilities. Currently I'm trying the following: > > snmpwalk -u user -a SHA -x AES -A pass -X pass -l authpriv -n "" > udpv6:[FE80::204:75FF:0A01

RE: IPv6 with SNMPv3

2007-07-24 Thread Kleffman, Justin (Mission Systems)
I built pre3 from source following the guide, and using Visual Studio. I turned on IPv6, OpenSSL, etc using the instructions provided. All of the build completes without error. -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 11:42 AM To: Kle

RE: Modify snmp.conf

2007-07-24 Thread Bruce Shaw
The capability for populating the HOST-RESOURCES-MIB is compiled in at build time. You invoke it when you use it with the -m statement. I tend be lazy and just invoked it with ALL eg. snmpwalk -v 2c -c public -m ALL localhost .1.3 >How do I configure the snmp.conf file to load the Host-Resource

Modify snmp.conf

2007-07-24 Thread Stanley, Jeffrey A CIV DLA J6DIA
How do I configure the snmp.conf file to load the Host-Resource-MIB? The man page for the snmp.conf file states to use the "mibs" statement in the snmp.conf file followed by the name of the MIB. What do I put for the name of the MIB? --

Re: Clarification : snmpd core dump every 30 mins (URGENT)

2007-07-24 Thread Thomas Anders
[EMAIL PROTECTED] wrote: > In one of our lab, continous core dump is seen in every 30 mins. > [...] > It looks like every 30 minutes, a SNMP manager in their network sends > out a SNMP request for a table (GET_NEXT), and during the handling of > this request, the SNMP daemon core dumped. > [...] >

Re: query related to IPv6 and IPv4 support

2007-07-24 Thread anand anand
Thanks for the reply configure --enable-ipv6". was used in configuring net-snmp. We will start to test this particular scenarios with IPv4 and IPv6 devices. We cannot shift to 5.4.1 as of now, but definetly in future when the current setup becomes stable we will upgrade. Thanks --anand On 7

Re: IPv6 with SNMPv3

2007-07-24 Thread Thomas Anders
Kleffman, Justin (Mission Systems) wrote: > This is version V5.4.1.pre3 that I self built turning on all the IPv6 > support. Are there significant changes in rc4? I can try to build again > with that version. We've recently fixed a related Windows problem, but I don't remember if it was befor

RE: IPv6 with SNMPv3

2007-07-24 Thread Kleffman, Justin (Mission Systems)
This is version V5.4.1.pre3 that I self built turning on all the IPv6 support. Are there significant changes in rc4? I can try to build again with that version. -Original Message- From: Thomas Anders [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 10:40 AM To: Kleffman, Justin

Re: IPv6 with SNMPv3

2007-07-24 Thread Thomas Anders
Kleffman, Justin (Mission Systems) wrote: > I was wondering what is the proper way to issue an snmpwalk on an SNMPv3 only > device for testing IPv6 capabilities. Currently I'm trying the following: > > snmpwalk -u user -a SHA -x AES -A pass -X pass -l authpriv -n "" > udpv6:[FE80::204:75FF:0A01

Command to load Host-Resource MIB by default

2007-07-24 Thread Stanley, Jeffrey A CIV DLA J6DIA
When recompiling the Net-SNMP source code, what is the command that we need to run in order for Net-SNMP to load the Host-Resource MIB by default? - This SF.net email is sponsored by: Splunk Inc. Still grepping through log

RE: IPv6 with SNMPv3

2007-07-24 Thread Kleffman, Justin (Mission Systems)
I was wondering what is the proper way to issue an snmpwalk on an SNMPv3 only device for testing IPv6 capabilities. Currently I'm trying the following: snmpwalk -u user -a SHA -x AES -A pass -X pass -l authpriv -n "" udpv6:[FE80::204:75FF:0A01:0101] 1.3.6.1.4.1.8698.13 Sending 60 bytes to UDP

RE: Clarification : snmpd core dump every 30 mins (URGENT)

2007-07-24 Thread Bruce Shaw
We need more information. It looks like you're running on a Sun Netra-240 but we need the OS version. (uname -a) We also need the net-snmp version (eg. 5.4.1) and how it was compiled. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTE

RE: Clarification : getMibstat and var_ipRouteEntry

2007-07-24 Thread rosmi.jose
Please provide your valuable inputs on this. Regards, Rosmi From: Rosmi Jose (WT01 - TES-Mobility & Carrier Infrastructure) Sent: Monday, July 23, 2007 7:31 PM To: 'net-snmp-users@lists.sourceforge.net' Subject: Clarification : getMibstat and var_ipRouteEntry

RE: Clarification : snmpd core dump every 30 mins (URGENT)

2007-07-24 Thread rosmi.jose
Please provide your valuable inputs on this. We are facing the same problem again and again. Regards, Rosmi From: Rosmi Jose (WT01 - TES-Mobility & Carrier Infrastructure) Sent: Monday, July 23, 2007 5:01 PM To: 'net-snmp-users@lists.sourceforge.net' Subject: C

Clarification : getMibstat and var_ipRouteEntry

2007-07-24 Thread rosmi.jose
Hi, Please provide details on 'getMibstat' and 'var_ipRouteEntry' method. 1. funationality wise what is does exactly. 2. what are the parameters passed ? 3. And the details related with return value of these functions ? Error codes or cases of these functions. Regards, Rosmi ---

Clarification : snmpd core dump every 30 mins (URGENT)

2007-07-24 Thread rosmi.jose
Hi, In one of our lab, continous core dump is seen in every 30 mins. From the investigation, I have concluded like it is because of some segmentation fault core dump was generated (reception of SIGSEGV). Why this core dump is happening in every 30 mins in this lab? Is this the problem with SNM

Re: query related to IPv6 and IPv4 support

2007-07-24 Thread Thomas Anders
anand anand wrote: > Is it possible to run the net-snmp stack to manage both IPv6 based devices > and IPv4 devices simultaneously. > > I am using net-snmp 5.2.1. i am able to perform all operation related to > IPv4 based device. Now i need to try with IPv6 based devices. Depends on how the pack

Fw:I can't run the manager/client at Linu x:2 .6.9-22

2007-07-24 Thread bahamute
Hi: I have wrote a client/manager ,and It can run well at the computer which install the Linux :2.6.18-8 and 2.6.21 。But when I run it at the Linux :Red Hat Enterprise Linux AS 4 (2.6.9-22) 。 the application could not run well. It display like this : [EMAIL PROTECTED] app6]# [EMAI

query related to IPv6 and IPv4 support

2007-07-24 Thread anand anand
Hello all, Is it possible to run the net-snmp stack to manage both IPv6 based devices and IPv4 devices simultaneously. I am using net-snmp 5.2.1. i am able to perform all operation related to IPv4 based device. Now i need to try with IPv6 based devices. Thanks --anand

Re: neeed help in snmptrap conf file

2007-07-24 Thread [EMAIL PROTECTED]
Hi, I've implemented a trap similar in this way: -in my mib_file.txt i've implemented a node trap in which objects are "notification type"; - then i've created a source and header file from it throug mib2c (using mib2c.notify.conf); -then i've modified source file (that has been a very hard oper