Help with the problem described below please! I'm reading the stack's code now to see what's going on...
Thanks,
Nhan Nguyen

-------- Original Message --------
Subject: Re: IPv6 with NET-SNMP
Date: Thu, 27 Oct 2005 17:33:17 -0400
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Organization: Lucent Technologies
Newsgroups: comp.protocols.snmp
References: <[EMAIL PROTECTED]>

[EMAIL PROTECTED] wrote:
Hi,
I have a solaris 10 box configured with IPv6 enabled. I have the NET-SNMP stack version 5.2.1.2 built and made available on it. I'm trying to send a simple (coldstart) trap using IPv6 address format on this box to itself. But all I've tried don't seem to work. Any ideas? Has anyone done this already?
Thanks,
nltn

I could successfully send traps using the following snmptrap command:

$ ./snmptrap -v 1 -c public UDP6:[fe80::204:e9ef:fe14:69be]:33333
.1.3.6.1.6.3.1.1.5 sfv65x 2 0 345

But I don't know what to specify for the listening address to the
snmptrapd command.  See the following errors from my attempts:

$ ./snmptrapd -M ../../mibs -f -Le udp6:33333

2005-10-27 16:12:50 NET-SNMP version 5.2.1.2 Started.
couldn't open udp6:33333 -- errno 2 ("No such file or directory")

$ ./snmptrapd -M ../../mibs -f -Le udpv6:33333
2005-10-27 17:10:39 NET-SNMP version 5.2.1.2 Started.
couldn't open udpv6:33333 -- errno 2 ("No such file or directory")

$ ./snmptrapd -M ../../mibs -f -Le udpipv6:33333
2005-10-27 17:12:07 NET-SNMP version 5.2.1.2 Started.
couldn't open udpipv6:33333 -- errno 2 ("No such file or directory")

$ ./snmptrapd -M ../../mibs -f -Le udp6:sfv65x:33333
2005-10-27 17:12:28 NET-SNMP version 5.2.1.2 Started.
couldn't open udp6:sfv65x:33333 -- errno 2 ("No such file or directory")

$ ./snmptrapd -M ../../mibs -f -Le udp6:[fe80::204:e9ef:fe14:69be]:33333
2005-10-27 17:13:49 NET-SNMP version 5.2.1.2 Started.
couldn't open udp6:[fe80::204:e9ef:fe14:69be]:33333 -- errno 2 ("No such
file or directory")

$ ./snmptrapd -M ../../mibs -f -Le UDP6:[fe80::204:e9ef:fe14:69be]:33333
2005-10-27 17:14:12 NET-SNMP version 5.2.1.2 Started.
couldn't open UDP6:[fe80::204:e9ef:fe14:69be]:33333 -- errno 2 ("No such
file or directory")



-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to