Have you launch it as: snmpd udp6:161 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, July 06, 2004 11:53 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: IPv6
I can't seem to get the IPv6 stuff working correctly. Or should I say, it "might" be working, but I can't prove it. My setup: Target PPC embedded system running snmpd Host linux system: Redhat 9, 2 NIC cards - note that it has 2 NIC cards I want to query the target, so ::1 will not work for my IPv6 addr. Results of ping6: 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=318 ttl=64 time=1.44 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=319 ttl=64 time=1.33 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=320 ttl=64 time=1.26 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=321 ttl=64 time=1.34 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=322 ttl=64 time=1.32 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=323 ttl=64 time=1.33 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=324 ttl=64 time=1.27 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=325 ttl=64 time=1.33 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=326 ttl=64 time=1.29 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=327 ttl=64 time=1.31 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=328 ttl=64 time=1.26 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=329 ttl=64 time=1.44 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=330 ttl=64 time=1.32 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=331 ttl=64 time=1.32 ms 64 bytes from fe80::210:40ff:fe03:3411: icmp_seq=332 ttl=64 time=1.30 ms Results of snmpget: snmpget -v 1 fe80::210:40ff:fe03:3411 system.sysLocation.0 snmpget: Unknown host (Resource temporarily unavailable) I am running all utils as root. I cannot find a means to tell snmp* tools to use eth1 link. Brian -----Original Message----- From: Katsuhisa ABE [mailto:[EMAIL PROTECTED] Sent: Thursday, July 01, 2004 7:32 PM To: [EMAIL PROTECTED] Subject: Re: IPv6 From: Niels Baggesen <[EMAIL PROTECTED]> Subject: Re: IPv6 Date: Fri, 2 Jul 2004 00:43:57 +0200 Message-ID: <[EMAIL PROTECTED]> nba> On Thu, Jul 01, 2004 at 05:20:50PM -0500, [EMAIL PROTECTED] wrote: nba> > Isn't ::1 for localhost? nba> nba> Yes nba> nba> > That is a good place to start, but ultimately I will need to use nba> > a full IPv6 nba> > address for a remote SNMP agent. nba> > nba> > Would that be similar, in that you just replace ::1 with the full IPv6 nba> > address? nba> nba> Yes, or a hostname that resolves to an IPv6 address It's necessary to specify transport protocol for IPv6 transport, such as: > snmpget udp6:[::1] sysDescr.0 Please read AGENT SPECIFICATION in snmpcmd(1). Perhaps it is repuired to configure snmpd.conf for IPv6. The simple way is to add the following line in snmpd.conf: rocommunity6 COMMUNITY Regards, Katsuhisa ABE ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
