Hello, i have this machine: ~> uname -a Linux giun 2.4.10 #1 SMP Thu Nov 29 11:33:33 CET 2001 sparc64 unknown
~> cat /etc/debian_version 3.0 ~> cat /proc/cpuinfo cpu : TI UltraSparc II (BlackBird) fpu : UltraSparc II integrated FPU promlib : Version 3 Revision 22 prom : 3.22.0 type : sun4u ncpus probed : 1 ncpus active : 1 Cpu0Bogo : 799.53 Cpu0ClkTck : 0000000017d78400 MMU Type : Spitfire State: CPU0: online ~> df -h Filesystem Size Used Avail Use% Mounted on /dev/sda1 483M 30M 429M 7% / /dev/sda2 2.4G 698M 1.5G 30% /usr /dev/sda3 8.4G 336M 7.6G 5% /home /dev/sda4 2.4G 390M 1.8G 17% /var /dev/sda5 2.0G 20k 1.8G 1% /tmp /dev/sdb3 33G 995M 30G 4% /chroot . On this machine i've apt-get installed snmpd from a woody source: ~> dpkg -l |grep snmpd ii snmpd 4.2.2-1 NET SNMP (Simple Network Management Protocol i need snmpd for monitoring the traffic on eth0 with mrtg in a remote host. there is a problem: if i try to get some date with snmpdget from a authorized ip , ifInOctets and ifOutOctets are ever at the max value: 05:38:54 danex:~# snmpget <hostname> <community> ifOutOctets.2 interfaces.ifTable.ifEntry.ifOutOctets.2 = 4294967295 anyone have idea? maybe is a bug? tnx in advance, and sorry for my bad English. regards nextime

