Re: IPv4 and IPv6 configuration

2009-06-01 Thread Dave Shield
2009/6/1 prasanth : > my snmpd.conf no where > contain rocommunity6 or rwcommunity6. > and when i am trying to get sysuptime then it is giving timeout Yes - that's right. You need to add an equivalent "rocommunity6" line to allow IPv6 requests. Otherwise the agent will indeed drop these pack

Re:IPv4 and IPv6 configuration

2009-06-01 Thread prasanth
hi all, Thanks for the reply Dave i have followed the same steps which you have told the configure with --enalbe-ipv6 is working fine and i have done Configure access control for SNMPv1/SNMPv2c but my snmpd.conf no where contain rocommunity6 or rwcommunity6 the contens of my snmpd.comf is only

Re: IPV6 configuration

2009-05-30 Thread kamal sivadas
First of all you dont want to enable ./configure --with-mib-modules="mibII/ipv6" I think you are not doing anything with mib modules. Then try to run agent/snmpd On 5/30/09, Magnus Fromreide wrote: > On Thu, 2009-05-28 at 18:51 +0530, prasanth K S wrote: >> Hi all, >> >> >> I am r

Re: IPV6 configuration

2009-05-29 Thread Magnus Fromreide
On Thu, 2009-05-28 at 18:51 +0530, prasanth K S wrote: > Hi all, > > > I am running net-snmp 5.4.2.1 on slackware 12 and i want > it to be configured for the IPV6 also so the steps which i followed > are given below in detail: > > CONFIGURATION: > > 1) ./configure

Re: IPV6 configuration

2009-05-29 Thread Dave Shield
[ First - *please* don't mail me privately, without copying any responses to the mailing list. I don't have the time or inclination to offer private, unpaid, SNMP consultancy. Keep discussions to the list, where others can both learn and offer advice. Thanks. ] 2009/5/

Re: IPV6 configuration

2009-05-28 Thread Dave Shield
2009/5/28 prasanth K S : >  I am running the daemon as /usr/local/bin/snmpd udp:161,udp6:161 -L -f -d > >  and the error which i am getting is like this > >          getaddrinfo: udp6 Name or service not known >          Error opening specified End Pont "udp6:161" >           Server Exiting with co

IPV6 configuration

2009-05-28 Thread prasanth K S
Hi all, I am running net-snmp 5.4.2.1 on slackware 12 and i want it to be configured for the IPV6 also so the steps which i followed are given below in detail: CONFIGURATION: 1) ./configure --with-mib-modules="mibII/ipv6" --with-transports="UDPIPv6"