ports net-snmp to support 64-bit snmp counter

2006-05-03 Thread adrian kok
Hi All

I am running freebsd 4.11 release and want to have
net-snmp to support 64 bit counter

I deinstall the net-snmp but don't know how to
re-complie  the port to support 
--enable-mfd-rewrites

I changed the Makefile and recomplied it and it
doesn't work

snmpwalk -v 2c -c x localhost ifHighSpeed
IF-MIB::ifHighSpeed = No Such Object available on this
agent at this OID

Thank you for your help


CONFIGURE_ARGS+=--enable-shared --enable-internal-md5
\
--enable-mfd-rewrites \
   
--with-mib-modules=${_NET_SNMP_MIB_MODULES} \
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports net-snmp to support 64-bit snmp counter

2006-05-03 Thread Dan Nelson
In the last episode (May 03), adrian kok said:
 I am running freebsd 4.11 release and want to have
 net-snmp to support 64 bit counter

FreeBSD's internal network counters are 32-bit, so it won't help you.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports net-snmp to support 64-bit snmp counter

2006-05-03 Thread adrian kok
Dear Nelson

Thank you for your mail

Do you know and have experience how to solve this 
Gigabit speed, net-snmp, and overflows issue?

http://lists.ee.ethz.ch/mrtg/msg30587.html

Thank you again


--- Dan Nelson [EMAIL PROTECTED] wrote:

 In the last episode (May 03), adrian kok said:
  I am running freebsd 4.11 release and want to have
  net-snmp to support 64 bit counter
 
 FreeBSD's internal network counters are 32-bit, so
 it won't help you.
 
 -- 
   Dan Nelson
   [EMAIL PROTECTED]
 

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: ports net-snmp to support 64-bit snmp counter

2006-05-03 Thread Dan Nelson
In the last episode (May 04), adrian kok said:
 Dear Nelson
 
 Thank you for your mail
 
 Do you know and have experience how to solve this 
 Gigabit speed, net-snmp, and overflows issue?
 
 http://lists.ee.ethz.ch/mrtg/msg30587.html

What I do instead of querying the servers directly, is query the switch
ports they are plugged into.  I use Cisco and HP switches and they have
supported 64-bit SNMP counters for years.  For servers attached to
unmanaged switches, I poll their 32-bit counters every minute and
accept that I can't graph very high traffic rates.

-- 
Dan Nelson
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]