Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Feb 2006 18:30:08 +0100
From:      Anders Nordby <anders@FreeBSD.org>
To:        Gleb Smirnoff <glebius@FreeBSD.org>, freebsd-net@freebsd.org, demon@freebsd.org, harti@freebsd.org, kuriyama@freebsd.org
Subject:   Re: 64-bit SNMP counters for FreeBSD && graphing bandwidth usage
Message-ID:  <20060213173008.GA14643@totem.fix.no>
In-Reply-To: <20060207141131.GU877@FreeBSD.org>
References:  <20060206092443.GA61116@totem.fix.no> <20060207141131.GU877@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

On Tue, Feb 07, 2006 at 05:11:31PM +0300, Gleb Smirnoff wrote:
>> Is there any way to have 64-bit SNMP counters in FreeBSD? Especially for
>> ifInOctets/ifOutOctets. It seems the built-in bsnmpd only has
>> Counter32, and net-snmpd the same (--enable-mfd-rewrites, which is
>> supposed to help, seems to only work in Linux).
> Extended counters live in a separate subtree and bsnmpd supports them:
> 
>> snmpwalk -v 2c host community ifMIB.ifMIBObjects.ifXTable.ifXEntry

Running FreeBSD 6.0-RELEASE and using net-snmp 5.2.2 to walk the tree, I
get:

# snmpwalk -v 2c -c XXXYYY localhost
ifMIB.ifMIBObjects.ifXTable.ifXEntry
IF-MIB::ifName.1 = STRING: bge0
IF-MIB::ifName.2 = STRING: bge1
IF-MIB::ifName.3 = STRING: lo0
IF-MIB::ifInMulticastPkts.1 = Counter32: 3430126
IF-MIB::ifInMulticastPkts.2 = Counter32: 0
IF-MIB::ifInMulticastPkts.3 = Counter32: 0
IF-MIB::ifInBroadcastPkts.1 = Counter32: 0
IF-MIB::ifInBroadcastPkts.2 = Counter32: 0
IF-MIB::ifInBroadcastPkts.3 = Counter32: 0
IF-MIB::ifOutMulticastPkts.1 = Counter32: 0
IF-MIB::ifOutMulticastPkts.2 = Counter32: 0
IF-MIB::ifOutMulticastPkts.3 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.1 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.2 = Counter32: 0
IF-MIB::ifOutBroadcastPkts.3 = Counter32: 0
IF-MIB::ifLinkUpDownTrapEnable.1 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.2 = INTEGER: enabled(1)
IF-MIB::ifLinkUpDownTrapEnable.3 = INTEGER: disabled(2)
IF-MIB::ifHighSpeed.1 = Gauge32: 10
IF-MIB::ifHighSpeed.2 = Gauge32: 10
IF-MIB::ifHighSpeed.3 = Gauge32: 0
IF-MIB::ifPromiscuousMode.1 = INTEGER: false(2)
IF-MIB::ifPromiscuousMode.2 = INTEGER: false(2)
IF-MIB::ifPromiscuousMode.3 = INTEGER: false(2)
IF-MIB::ifConnectorPresent.1 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.2 = INTEGER: true(1)
IF-MIB::ifConnectorPresent.3 = INTEGER: false(2)
IF-MIB::ifAlias.1 = STRING: 
IF-MIB::ifAlias.2 = STRING: 
IF-MIB::ifAlias.3 = STRING: 
IF-MIB::ifCounterDiscontinuityTime.1 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.2 = Timeticks: (0) 0:00:00.00
IF-MIB::ifCounterDiscontinuityTime.3 = Timeticks: (0) 0:00:00.00

It seems ifHCInOctets and ifHCOutOctets are missing. How come? Do I need
to use SNMP v3? Another query tool?

Bye,

-- 
Anders.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060213173008.GA14643>